﻿.PortalStore_NormalTextBox 
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color:Navy;
}


.PortalStore_BasicBorder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
A.PortalStore_LinkButton:link {
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
    color: Navy;
}

A.PortalStore_LinkButton:visited  
{
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
    color: Navy;
}

A.PortalStore_LinkButton:active   
{
    font-family: Arial;
    font-size: 10pt;	
    text-decoration: underline;
    color: Navy;
    font-weight:bold;
}

A.PortalStore_LinkButton:hover    
{
    font-family: Arial;
    font-size: 10pt;	
    text-decoration:    underline;
    color: red;
}

.PortalStore_NormalHelpText 
{
	color:Green;
	font-size:9pt;
	font-family:Tahoma;
	text-align:left
}

.PortalStore_NormalWarning
{
	color:  red;
	font-size: 10px;
	font-weight: bold
}

.PortalStore_NormalText, .PortalStore_Normal, .PortalStore_PriceLabel, .PortalStore_Price_Regular
{
	color: Navy;
	font-size: 10pt;
	font-family:Arial
}
.PortalStore_SubHeading
{
	color: Navy;
	font-size: 10pt;
	font-weight:bold;
	font-family:Arial
}
.PortalStore_Heading
{
	color: Navy;
	font-size: 14pt;
	font-weight:bold;
	font-family: Arial
}


/*	Portal Store Price Formatting */
/*  Price Label is used to set the label formatting (list price, price, on sale, save, etc) */
/*  Discounted is the discounted list price if there is a sale on */
/*  SalePrice is the on sale price formatting */
/*  DiscountPercent and SavingsAmount are the savings from retail to on sale price formatting */


/* Price Table Formatting */

TABLE.PortalStore_Price_Table
{
	border: none;
}

.PortalStore_Price_Discounted
{
	color: Navy;
	font-family: Arial;
	text-decoration:line-through;
	font-size: 9pt;
	font-weight:normal;
}

.PortalStore_Price_SalePrice
{
	font-size: 9pt;
	font-family: Arial;
	color: darkgreen;
}

.PortalStore_Price_DiscountPercent
{
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	color: darkgreen;
}

.PortalStore_Price_SavingsAmount
{
	color: firebrick;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
}

.PortalStore_TopProductsItemLink {
          white-space: no-wrap;
}
.PortalStore_TabMenu {
z-index:1000;
}

.PortalStore_TabMenu_UnSelectedStyle {
	border:1px solid #000000;
	color: #000080;
	background-color: #CCCCCC;
	font-family:Arial;
	font-size:10pt;
	padding: 5px;
	white-space:nowrap;
	margin: 0px;
}

.PortalStore_TabMenu_SelectedStyle {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid white;
color: #000080; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #FFFFFF; 
font-family:Arial; 
z-index:1000;
font-size:10pt
}

.PortalStore_TabMenu_DetailDiv {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-bottom:1px solid #000000; 
margin: 0px;
width:100px;
}

.PortalStore_TabMenu_TabDiv {
border-bottom:1px solid #000000; 
margin: 0px;
z-index:0;
width:100%;
}

.PortalStore_TabMenu_HoverStyle {
color: #FFFFFF; 
border: 1px solid #000000; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #808080; 
font-family:Arial; 
font-size:10pt
}
