/*same as maroon */
/*.LabelText
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#5EA9F7;
}*/
/*same as label */


.LabelText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}

.WelcomeNote
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#5EA9F7;
}
/*same as blue */
.LabelBckGnd
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
BACKGROUND-COLOR:#5EA9F7;
}
.HeadingText
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#666666;
}
.HeadingBckGnd
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
BACKGROUND-COLOR:#0E4793;
}
.NormalText
{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
/*Basecolor starts*/
.Basecolor
{
BACKGROUND-COLOR:#DFDFDF;
}
/*ScrollBarclass starts*/
.scrollclass
{
scrollbar-3dlight-color:#CCCCCC; /*hardcoded*/
scrollbar-arrow-color:#5EA9F7; /*HeadingText color*/
scrollbar-base-color:#5EA9F7;/*basecolor*/
scrollbar-darkshadow-color:#CCCCCC; /*hardcoded*/
scrollbar-face-color:#0E4793; /*basecolor*/
scrollbar-highlight-color:#CCCCCC; /*hardcoded*/
scrollbar-shadow-color:#5EA9F7;/*basecolor*/
}
/*same as LabelText blue*/
.NewsletterText
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/*same as LabelText blue*/
.TrackorderText
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/*same Color as blue LabelText. Size remains same*/
.Labelcolorborder
{
BORDER-RIGHT:#5EA9F7 1px solid;
BORDER-TOP:#5EA9F7 1px solid;
BORDER-LEFT:#5EA9F7 1px solid;
BORDER-BOTTOM:#5EA9F7 1px solid;
}
/*same color as HeadingText green. Size remains same */
.greyborder
{
BORDER-RIGHT:#0E4793 1px solid;
BORDER-TOP:#0E4793 1px solid;
BORDER-LEFT:#0E4793 1px solid;
BORDER-BOTTOM:#0E4793 1px solid;
}
	/*hardcode this section*/
.Greyborder
{
BORDER-RIGHT:#DFDFDF 1px solid;
BORDER-TOP:#DFDFDF 1px solid;
BORDER-LEFT:#DFDFDF 1px solid;
BORDER-BOTTOM:#DFDFDF 1px solid;
}
	/*hardcode this section*/
.WebPageborder
{
BORDER-RIGHT:#FFFFFF 0px solid;
BORDER-TOP:#FFFFFF 0px solid;
BORDER-LEFT:#FFFFFF 0px solid;
BORDER-BOTTOM:#FFFFFF 0px solid;
}
/* Same as LabelText blue*/
.WelcomeNote
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/* Same as LabelText blue*/
.links
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#666666;
}
/* hardcode */
.errortext
{
font-weight::Bold;
font-family:Verdana;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#FF0000;
}
/* hardcode */
.box
{
FONT-FAMILY:Verdana;
FONT-SIZE:12px;
COLOR:#000000;
TEXT-DECORATION:none;
BORDER:1px #A8A8A6 solid;
BACKGROUND-COLOR:#FFFFFF;
}
/* hardcode */
.MainHeading
{
FONT-FAMILY:Arial;
FONT-SIZE:16px;
font-weight:Bold;
TEXT-DECORATION:none;
COLOR:#000000;
}
/* hardcode */
.blackline
{
BACKGROUND-COLOR:#717171;
}
.greylineF{
	border-top-width: 2px;
	border-top-style: solid;		
	border-top-color: #94969C;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;

padding: 3px;
border:1px solid black;
z-index:100;
visibility: hidden;

}

.shpng-txt {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #fff116;
	text-decoration: none;
	text-transform: uppercase;
	}