/* Re-defined HTML Tags */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #37455B;	
}
p, td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #37455B;
}
a
{
	color: #006699;
}
a:HOVER
{
	color: #A9B1B5;
}
h1
{
	color:	#003366;
	font-weight: bold;
	font-size: 16px;
}
h2
{
	color:	#003366;
	font-weight: bold;
	font-size: 14px;	
}
hr
{
	color: #C5CDD3;
}

/* Custom Text Formats */
.subTitle1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
.subTitle1Red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	font-size: 24px;
}
.subTitle2
{
	font-size: 16px;
	font-weight: bold;
}
.subTitle2Red
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.subTitle2White
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.subTitleWhite
{
	color: #FFFFFF;
	font-weight: bold;
}
.tableHeading
{
	font-size: 11px;
	font-weight: bold;
}
.label 
{
	color: #003366;
	font-weight: normal;
}
.label-mandatory 
{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.fixed 
{
	font-size: 11px;
	font-weight: normal;
}
.fixed-label 
{
	font-size: 11px;
	font-weight: bold;
}
.redEmphasis
{
	color: #CC0000;
	font-weight: bold;
}
.greenEmphasis
{
	color: #378E8E;
	font-weight: bold;
}
.infoText
{
	font-size:11px;
}
.smallText
{
	font-size:10px;
}
.form-errors 
{
	color: #FF0000;
}
.post-errors 
{
	color: #FF0000;
}
.transaction-result 
{
	color: #FF0000;
	font-size: 80%;
}
.transaction-errors 
{
	color: #FF0000;
}
.date
{
	font-size: 11px;
	font-weight: bold;
}
.footerText
{
	font-size: 10px;
	color: #999999;
}

.blueUl
{
	list-style-image: url(/en/images/ul_bluebullet.gif);
	list-style-type: circle;
}
.blueUlInner
{
	list-style-image: url(/en/images/ul_bluebulletinner.gif);
	list-style-type: circle;
}

/* Custom Link Formats */
.titleNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:	#37455B;
	text-decoration: none;
	font-weight: bold;
}
.titleNav:HOVER
{
	color: #CC0000;
}
.topNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.topNav:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.sideNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #37455B;
}
.sideNav:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.sideNavSub 
{
	font-size: 10px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;	
}
.sideNavSub:HOVER 
{
	text-decoration: underline;
}
.red 
{
	color: #CC0000;
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #37455B;
	letter-spacing: 1px;

}
.footer:HOVER
{
	text-decoration: none;
	color: #CC0000;
}
.linktextbig { font-size: 14px; font-weight: bold; text-decoration: none }
.linktextbig:hover { text-decoration: underline }

/* Custom Table Formats */
.tdDarkBlue
{
	background: #37455B;
}
.tdLightBlue
{
	background: #D5DEE4;
}
.tdMediumGrey
{
	background: #A9B1B5;
}
.tdLightGrey
{
	background: #C2CBD0;
}
.stepLable
{
	background: #006699;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
}
.stepDescription
{
	background: #EEEEEE;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
.stepResult
{
	background: #EEEEEE;
	font-weight: bold;
	padding: 5px;
}

.greyLight
{
	background:#EEEEEE;
}
.greyOutline
{
	background:#EEEEEE;
	border: 1px solid #A9B1B5;
}
.greyDark
{
	background: #A9B1B5;
}
.greyDarkUnderline
{
	background: #C5CDD3; 
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
.greyDarkOutline
{
	background: #A9B1B5;
	border: 1px solid #A9B1B5;
}
.greyDarker
{
	background: #A0AEB8;
}

.blueLight
{
	background: #B7F0FF;
}
.blueLightlocal
{
	background: #B7F0FF;
}
.orangeLightlocal
{
	background: #FFCC66;
}
.blueMed
{
	background: #0099CC;
}
.blueDark
{
	background: #00CCFF;
}
.blueGrey
{
	background: #D3EFF6;
}
.greenLight
{
	background: #B7F0FF;
}
.greenLightlocal
{
	background: #D2FFD2;
}
.greenDark
{
	background: #00CCFF;
}
.greenGrey
{
	background: #D3EFF6;
}
.yellowLight
{
	background: #B7F0FF;
}
.yellowLightlocal
{
	background: #FFEC9D;
}
.yellowDark
{
	background: #00CCFF;
}
.yellowGrey
{
	background: #D3EFF6;
}
.redLight
{
	background: #FFC6C6;
}
.redLightlocal
{
	background: #FFC6C6;
}
.redDark
{
	background: #FF4040;
}
.redDarklocal
{
	background: #FF4040;
}
td.row1 
{
	background-color: #FFFFFF;
}
td.row2 
{
	background-color: #EEEEEE;
}

.sideNavGrey {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.sideNavWhite {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.rsInc:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsInc:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsInc:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A9B1B5;
}
a.rsCurr:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.rsCurr:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.rsCurr:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
a.rsDone:LINK
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsDone:VISITED
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A9B1B5;
}
a.rsDone:HOVER
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A9B1B5;
}
#infobox{
position: absolute;
top:;
left: -300px;
width: 350px;
border: 1px solid black;
padding-left: 2px;
background-color: lightyellow;
font-size: 10px;
font-color: Black;
font-family:Verdana, Arial, Helvetica, sans-serif;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#infopointer{
position:absolute;
top: -300px;
left: -300px;
z-index: 101;
visibility: hidden;
}
a.helplink:LINK
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.helplink:VISITED
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.helplink:HOVER
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}