/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.credentialFrame
{
	border-right: teal thin solid;
	border-top: teal thin solid;
	border-left: teal thin solid;
	border-bottom: teal thin solid;
}
.credentialTable
{
	border-right: navy double;
	border-top: navy double;
	border-left: navy double;
	border-bottom: navy double;
}
.infoTable
{
	font-size: xx-small;
	background-color: ghostwhite;
}
.credentialPage
{
	background-color: white;
}
.RecommendIE
{
	font-size: xx-small;
	font-style: italic;
}
.credential
{
	font-weight: bold;
	font-size: x-small;
	color: black;
}
.logoutMessage
{
	font-size: medium;
	color: navy;
	text-align: center;
}
.userinfoFrame
{
	border-right: teal thin solid;
	border-top: teal thin solid;
	border-left: teal thin solid;
	border-bottom: teal thin solid;
}
.userinfoPage
{
	background-color: lightskyblue;
}
.userinfo
{
	font-size: xx-small;
	color: Navy;
}
.DivGeneralInfo 
{
	min-height: 250px;
}
.DivGeneralInfo_IE
{
	height: 250px;
}
.HeaderGeneralInfo
{
	font-weight: bold;
	font-size: x-small;
	color: darkorange;
}
.TableGeneralInfo
{
	border-right: lightsteelblue double;
	border-top: lightsteelblue double;
	font-size: xx-small;
	border-left: lightsteelblue double;
	color: navy;
	border-bottom: lightsteelblue double;
	background-color: mintcream;
}	
.OfferGeneralInfo a:link, .OfferGeneralInfo a:hover, .OfferGeneralInfo a:visited
{
	
}
.OfferGeneralInfo_Special a:link, .OfferGeneralInfo_Special a:hover, .OfferGeneralInfo_Special a:visited
{
	
}
.FormTitle
{
	font-weight: bold;
	font-size: medium;
	color: blue;
}
.FormSubTitle
{
	font-weight: bold;
	font-size: small;
	color: darkslateblue;
}
.SearchSubTitle
{
	border-right: darkslateblue thin solid;
	border-top: darkslateblue thin solid;
	font-weight: bold;
	font-size: small;
	border-left: darkslateblue thin solid;
	color: darkslateblue;
	border-bottom: darkslateblue thin solid;
	background-color: lemonchiffon;
}
.FormField
{
	font-size: x-small;
}
.FormRequired
{
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}
.FormSubmit
{
	font-weight: bold;
	color: navy;
}
.FormProfileList
{
	width: 300px; ; 
}
.FormNotes
{
	font-size: xx-small;
}
.regComplete
{
	font-size: small;
	color: black;
}
.errorField
{
	font-weight: bold;
	font-size: x-small;
	color: red;
}
.mainMenu
{
	font-size: x-small;
	text-align: right;
}
/*.dgDiv
{
	overflow: auto;
	width: 100%;
	height: 200px;
}*/
.Datagrid
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: xx-small;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
	text-align:center;
	margin: 0 auto;
}

.DatagridHeader
{
	color:white;
	background-color:#006699;
}
.DatagridSelectedRow
{
	color:yellow;
	background-color:#669999;
	font-weight: bold;
}
A.dglink:link
{
	color:white;
}
A.dglink:visited
{
	color:white;
}
A.dglink:active
{
	color:white;
}
A.dglink:hover
{
	color:white;
}
.DatagridItem
{
	color:#000066;
}
.DatagridItem_Legend 
{
	background-color: #000066;
	border-color: #000066;
	width: 15px;
	height: 15px;
	margin: 1px 5px 1px 5px;
}
.DatagridFooter
{
	color: #000066;
	background-color: white;
}
.DatagridPager
{
	color: #000066;
	background-color: white;
}
.DatagridSelPage
{
	color:Maroon;
}
.PanelEmpty 
{
	display:inline;
	width:25%;
	float:left;
}
.PanelOrder 
{
	display:inline;
	width:50%;
	text-align:center;
	margin:0px auto;
	float:left;
}
.PanelLegend 
{
	display:inline;
	width:25%;
	margin-right:0px;
	float:left;
	white-space:nowrap;
}
.PanelSearchLegend 
{
	white-space:nowrap;
}
.TableOrder
{
	font-size: xx-small;
}	
.TableOffer 
{
	font-size: xx-small;
	border: solid 1px grey;
}
.TableLegend
{
	width: 100px;
	font-size: xx-small;
	white-space: nowrap;
	border: gray thin solid;
	float:right;
	padding-left:0px;
}	
.TableSearchLegend
{
	width: 100px;
	font-size: xx-small;
	white-space: nowrap;
	border: gray thin solid;
}
.LegendColor
{
	width: 15px;
	height: 15px;
	margin: 1px 5px 1px 5px;
}
.OrderProdColor
{
	display: inline-block;
	width: 10px;
	height: 10px;
}
.TabStrip
{
	text-align: left;
}
.chosenPage
{
	text-decoration: underline;	
	font-weight: bold;
}

/* Menu CSS classes */
.menu
{
	font-size: 9pt;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, 'Courier New';
	background-color: navy;
	margin:0px auto;
}
.menuover
{
	background-color: royalblue;
	text-decoration: underline;
}


.userinfopanel
{
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
}
.posothta
{
 text-align:right 
}
.totalprice
{
	border-right: crimson 2pt solid;
	border-top: crimson 2pt solid;
	border-left: crimson 2pt solid;
	border-bottom: crimson 2pt solid;
	background-color: lightcyan;
	font-weight: bold;
}

.BasketInfo
{
	font-size: xx-small;
	color: darkred;
	font-style: italic;
}
.FastSearch 
{
	font-size:xx-small;
}
.TopBarInfo
{
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr= 'AliceBlue' , endcolorstr= 'LemonChiffon' , gradienttype= '1' );
	background-color: aliceblue;
}
.TopBarUser
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Navy;
}
.TopBarName
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Navy;
}
.TopBarNewMsg
{
	font-size: xx-small;
	color: Green;
}
A.TopBarNewMsgCount:link
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Green;
}
A.TopBarNewMsgCount:visited
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Green;
}
A.TopBarNewMsgCount:active
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Green;
}
A.TopBarNewMsgCount:hover
{
	font-weight: bold;
	font-size: xx-small;
	text-decoration: underline;
	color: Green;
}
.BottomBarInfo
{
	font-size: xx-small;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr= '#0a6cce' , endcolorstr= '#009900' , gradienttype= '1' );
	color: white;
	background-color: #0a6cce;
}
A.copyright:link
{
	font-weight: bold;
	color: white;
}
A.copyright:visited
{
	font-weight: bold;
	color:white;
}
A.copyright:active
{
	font-weight: bold;
	color:white;
}
A.copyright:hover
{
	font-weight: bold;
	color:white;
}
.PanelCookie
{
	background: green;
	color: White;
	text-align: center;
}
.SeparatorCookie 
{
	
}
.ButtonCookie 
{
	background: blue;
	color: White;
}
.SearchBasic
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	background-color: #ccffff;
}
.SearchAdvanced
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	background-color: lavender;
}
.SearchType 
{
	font-size:xx-small;
}
.ForumTable
{
	font-size: xx-small;
}
.ForumHeader
{
	font-size: small;
}
.ProductTable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-size: xx-small;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}
.ProductDescr
{
	font-weight: bold;
	font-size: x-small;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr= 'silver' , endcolorstr= 'lavender' , gradienttype= '0' );
	color: navy;
	background-color: silver;
}
.ProductLabel1
{
	text-align:center;
	font-weight: bold;
	color: white;
	background-color: dodgerblue;
}
.ProductLabel2
{
	text-align:center;
	font-weight: bold;
	color: white;
	background-color: Green;
}
.ProductText1
{
	text-align:center;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bold;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.ProductText2
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bold;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	text-align: left;
}
.ProductImage
{
	border-right: black thin solid;
	border-top: black thin solid;
	margin: 2px;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.UserTerms
{
	font-size: x-small;
}
.TablePrint
{
	font-size: xx-small;
	font-family: Arial, Tahoma, 'Times New Roman';
	page-break-after: always;
}
.TableHeaderPrint
{
	font-weight: bold;
	border-bottom: black 1px solid;
	text-decoration: underline;
}
.TableTotalsPrint
{
	font-weight: bold;
	border-bottom: black 1px solid;
}
.TableSearchForums
{
	font-size: xx-small;	
}
.SelectedText
{
	background-color: yellow;
}
.WelcomeMsg
{
	font-weight: bold;
	font-size: small;
	color: crimson;
}
.SearchWarningMsg
{
	color: darkorange;
	font-style: italic;
	font-size: x-small;
}
.WarningMsg
{
	font-weight: bold;
	color: red;
	font-size: x-small;
}
.OrderWarningMsg
{
	color: darkorange;
	font-weight: bold;
	font-size: x-small;
}
.ForgetPassImage
{
	margin-top: 0px;
	margin-left: 0px;
}
.ForgetPassNotes
{
	font-size: xx-small;
	color: Navy;
}
.OfferInstructions
{
    font-style: italic;
    font-size: xx-small;
}
.ProdReminderTable
{
	border: solid 1px gray;
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
	font-size: xx-small;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color:Navy;
}
.DivReminderTable
{
	display: block; /* important */
	height: 430px;
	overflow-y: auto;
}
.ProdReminderTable td
{
	border: solid 1px gray;
	padding: 5px;
	border-spacing: 0px;
	background-color:mintcream;
}
.ProdReminderCellID
{
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.ProdReminderCellCode
{
	text-align: center;
	vertical-align: top;
}
.ProdReminderCellDescr
{
	text-align: left;
	vertical-align: top;
}
.ProdReminderCellText
{
	text-align: justify;
}
.DivReminderBtn
{
	text-align: right;
	margin-right:10px;
}
.DatagridSearchedLeft
{
	border-left: solid 2px lime;
	border-top: solid 2px lime;
	border-bottom: solid 2px lime;
}
.DatagridSearchedMiddle
{
	border-top: solid 2px lime;
	border-bottom: solid 2px lime;
}
.DatagridSearchedRight
{
	border-right: solid 2px lime;
	border-top: solid 2px lime;
	border-bottom: solid 2px lime;
}
.ImageInfo
{
	border: 0px;
	vertical-align: text-bottom;
	margin-top: 0px;
}
.LinkGroupOrders
{
	font-weight: bold;
}
A.LinkGroupOrders:link
{
	text-decoration: underline;
}
A.LinkGroupOrders:visited
{
	text-decoration: underline;
}
A.LinkGroupOrders:active
{
	text-decoration: underline;
}
A.LinkGroupOrders:hover
{
	text-decoration: underline;
}
/* Classes for foundprod.aspx and newprod.aspx datagrid */
.ProdList_Datagrid
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: xx-small;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
	text-align:center;
	margin: 0 auto;
}

.ProdList_DatagridHeader
{
	color:white;
	background-color:#006699;
}
.ProdList_DatagridItem
{
	color:#000066;
}
.ProdList_DatagridFooter
{
	color: #000066;
	background-color: white;
}
.ProdList_DatagridPager
{
	color: #000066;
	background-color: white;
}
.ProdList_OutOfStock
{
	color: red;
	font-weight: bold;
}
.ProdList_InactiveProd
{
	color:Gray;
	font-weight: bold;
}
.OfferScalesMemo
{
	display: block;
	overflow: auto;
	height: 32px;
}
.OfferScalesRelated
{
	color: DarkGreen;
	font-size: x-small;
}
.Datagrid caption
{
	font-weight: bold;
	font-size: x-small;
	color: darkslateblue;
}
