/***********************************************************************
Name of File     : WASCE_InternetCommon.css
Author           : Infosys
Class Definition : This file contains the css styles used ONLY in the common controls 
				   and User Controls and Master Pages
Create date      : 04/07/2009
Modification log:
Date(mm/dd/yyyy)   Author            Issue_ID         Description
04/07/2009         Infosys                            Created file 
07/30/2009		   Infosys			 WCAG002		  Updated for WA Phase B
08/11/2009		   Infosys			 WCAG002-LN		  Changes for Left Navigation
08/18/2009		   Infosys			 WCAG0002-ALT	  Changed the tool tip and the alt text
09/25/2009		   Infosys			 CR02			  Changes for registration CR
'************************************************************************/
/* Section: Colors
*******************/
html, body
{
	background: #fff;
}
html.layer, html.layer body
{
	background: #fff6e1 url(Images/bgLayer.png) repeat-x 0 0;
}
#outerWrapper #main
{
	background: #ececec;
}
#outerWrapper #main #mainWrapper
{
	background: #fff;
}
/* Generic
***********/
.clear
{
	clear: both;
}
#header a.skipNav
{
	display: inline;
	width: 120px;
	top: -500px;
	position: absolute;
	vertical-align: top;
	color: #ffffff;
	text-decoration: none;
}
#header a.skipNav:link
{
	vertical-align: top;
	color: #ffffff;
	text-decoration: none;
}
#header a.skipNav:hover, #header a.skipNav:active, #header a.skipNav:focus
{
	top: 0px;
	left: 0px;
	display: inline;
	width: 120px;
	position: absolute;
	color: #525252;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}
a
{
	cursor: pointer;
}
/***********************/
/* Section: Positioning
************************/
#outerWrapper
{
	/*Start - MOD – WCAG0002*/
	/*position: absolute;*/
	/*End - MOD – WCAG0002*/
	width: 100%;
}
#outerWrapper #main
{
	border-left: 12px solid #ffcc33;
	border-bottom: 1px solid #ececec;
}
#outerWrapper #main #mainWrapper
{
	/*Start - MOD – WCAG0002*/
	/*position: relative;*/
	/*End - MOD – WCAG0002*/
	width: 764px;
}
#outerWrapper #main #mainWrapper #header, #outerWrapper #main #mainWrapper #container
{
	position: relative;
	width: 759px;
	float: left;
	z-index: 100;
}

#outerWrapper #main #mainWrapper #header
{
	min-height: 77px;
	height: auto !important;
	height: 77px;
}
* html #outerWrapper #main #mainWrapper #header
{
	height: 77px;
}

#outerWrapper #main #mainWrapper #header #logo
{
	display: inline;
	width: 153px;
	float: left;
	margin: 15px 0 0 20px;
}
#outerWrapper #main #mainWrapper #container #content
{
	display: inline;
	width: 558px;
	float: right;
	margin: 1px 15px 0px 0px;
	padding-bottom: 3px;
}
#outerWrapper #main #mainWrapper #container #sidebar
{
	display: inline;
	width: 171px;
	float: left;
	margin-top: 4px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #fff;
	padding-bottom: 10px;
}

#outerWrapper #main #mainWrapper .nav
{
	position: absolute;
	width: 574px;
	z-index: 200;
	top: 40px;
	left: 185px;
	clear: both;
	/*Start - MOD – WCAG0002*/
	padding-left: 12px;
	/*End - MOD – WCAG0002*/
}
#outerWrapper #footer
{
	width: 771px;
	float: left;
	padding: 1em 0 1.5em;
	text-align: right;
	position: absolute;
}
/* nav
*******/
#header ul
{
	float: right;
	display: inline;
	margin: 16px 15px 0 0;
}
#header ul li
{
	float: left;
	display: inline;
	padding: 0 6px;
	padding-top: 3px;
	background: url(Images/snav_vdots.gif) no-repeat center left;
	background-position: 0 7px;
}

#header ul li.first
{
	background: none;
	padding-left: 0px;
}
#header ul li.search
{
	padding: 0;
	background: none;
	padding-top: 0px;
	height: 17px;
}

.nav ul.mNav
{
	float: left;
	display: inline;
	background: #fff;
	border-top: 1px solid #d7e9b8;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul.mNav li.mNavMainLI
{
	float: left;
	display: inline;
	position: relative;
	margin-top: 2px;
}
.nav ul.mNav li h3
{
	margin: 0px 0px 0px 0px;
}
.nav ul.mNav li h3 a.mNavMain, .nav ul.mNav li h3 a.mNavMain span.active
{
	display: block;
	height: 34px;
	background-repeat: no-repeat;
}

.nav ul.mNav li h3 a.mNavMain
{
	text-indent: -4999px;
	overflow: hidden;
}
.nav ul.mNav li h3 a.mNavMain span.active
{
	cursor: pointer;
}
.nav ul.mNav li ul
{
	position: absolute;
	top: 34px;
	left: -4999px;
	background: #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav ul.mNav li:hover ul, .nav ul.mNav li.hover ul
{
	left: 0;
}

.nav ul.mNav li ul li
{
	width: 170px;
	border: 1px solid #fff;
	border-bottom: none;
}
.nav ul.mNav li ul li a
{
	line-height: 14px;
	width: 148px;
	display: block;
	padding: 2px 8px 2px 14px;
	text-align: left;
	background-color: #a8ce84;
	color: #001710;
	text-decoration: none;
	background-image: url(Images/middotTopNav.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.nav ul.mNav li ul li a:hover, .nav ul.mNav li ul li a.hover
{
	background-color: #d7e9b8;
}
/* Fonts Text
***************/
#header ul a, .sfNav ul li a, .fNav ul li a
{
	color: #525252;
	text-decoration: none;
}

#header ul a:hover, #header ul a:active, #header ul a:focus, .sfNav ul li a:hover, .sfNav ul li a:active, .sfNav ul li a:focus, .fNav ul li a:hover, .fNav ul li a:active, .fNav ul li a:focus, #header ul a.keyLinkfocus
{
	color: #525252;
	text-decoration: underline;
}
#footer #footerInner .fNav UL LI A.keyLink2
{
	color: #525252;
	text-decoration: underline;
}

#header ul a:link, #header ul a:visited
{
	color: #525252;
}
#header ul a :hover, #header ul a :active, #header ul a :focus
{
	color: #525252;
}
#content span.name
{
	z-index: -1;
	color: #000000;
	position: absolute;
	background-color: #ffffff;
	text-decoration: none;
}

#content a, #sidebar h2 a
{
	color: #005643;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus, #sidebar h2 a:hover, #sidebar h2 a:active, #sidebar h2 a:focus
{
	color: #005643;
	text-decoration: underline;
}
#content a.underlinedAnchor
{
	color: #70a837;
	text-decoration: underline;
}
#content .sfNav ul li a
{
	color: #525252;
}
#content .sfNav ul li a:hover, #content .sfNav ul li a:active, #content .sfNav ul li a:focus
{
	color: #525252;
	text-decoration: undeline;
}
#content .sfNav UL LI A.keyLink
{
	color: #525252;
	text-decoration: underline;
}
#content .sfNav ul li a:focus
{
	color: #525252;
	text-decoration: underline;
}


/* form elements
*****************/
.searchBox
{
	width: 100px;
	height: 15px;
	color: #525252;
	border: 1px solid #c4c1b6;
	height: 17px;
	vertical-align: middle;
	margin: 0;
}
.actionButton
{
	height: 17px;
	color: #fff;
	border: none;
	vertical-align: middle;
	margin: 0;
	background-color: #005643;
	padding: 0 4px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.actionButton:hover, .actionButtonHover
{
	background-color: #FFCF27;
	color:#005643;
}
.searchButton
{
	width: 32px;
}
.logOutButton
{
	width: 57px;
}


#skipnav
{
	position: absolute;
	width: 80%;
	top: -300px;
	left: 0;
}
#skipnav a
{
	position: absolute;
	top: 0;
}

#skipnav a:active
{
	top: 300px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}


/* Sidebar
***********/
.box h3
{
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar .sNav
{
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.sNavMainSpan
{
	width: 171px;
	display: inline;
	float: left;
	border-top: 2px solid #fff;
}
.sNavSubSpan
{
	width: 161px;
	display: inline;
	float: left;
	border-top: 2px solid #fff;
}
.sNavThirdSpan
{
	width: 151px;
	display: inline;
	float: left;
	border-top: 2px solid #fff;
}

/*Start - MOD - WCAG002-LN*/
.sNavFourthSpan
{
	width: 141px;
	display: inline;
	float: left;
	border-top: 2px solid #fff;
}
/*End - MOD - WCAG002-LN*/

#sidebar .sNav li, #sidebar .sNav ul
{
	display: inline;
	float: left;
	width: 171px;
	margin: 0;
	padding: 0;
}
#sidebar .sNav li li
{
	margin-left: 10px;
}
#sidebar .sNav li li, #sidebar .sNav li li ul
{
	width: 161px;
}
#sidebar .sNav li li li
{
	margin-left: 10px;
}
#sidebar .sNav li li li, #sidebar .sNav li li li ul
{
	width: 151px;
}

#sidebar li.sNavMainLICollapsible .sNavMainSpan, #sidebar li.sNavMainLICollapsible .sNavSubSpan, #sidebar li.sNavMainLICollapsible .sNavThirdSpan
{
	position: relative;
}

#sidebar .sNav li a.collapseAnchor
{
	position: absolute;
	width: 13px;
	height: auto;
	top: 1px;
	bottom: 0;
	left: 1px;
	margin: 0px 0;
	background-image: url(Images/collapseArrows.png);
	background-repeat: no-repeat;
}

#sidebar .sNav1 li.sNavMainLICollapsible .sNavMainSpan a.collapseAnchor
{
	background-position: 0 50%;
}

#sidebar .sNav1 li.sNavMainLICollapsibleOpen .sNavMainSpan a.collapseAnchor
{
	background-position: -14px 50%;
}

#sidebar .sNav1 li.sNavMainLICollapsible .sNavMainSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavMainLICollapsible .sNavMainSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavMainLIActiveCollapsible .sNavMainSpan a.collapseAnchor
{
	background-position: -29px 50%;
}

#sidebar .sNav1 li.sNavMainLICollapsibleOpen .sNavMainSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavMainLICollapsibleOpen .sNavMainSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavMainLIActiveCollapsibleOpen .sNavMainSpan a.collapseAnchor
{
	background-position: -43px 50%;
}

#sidebar .sNav1 li.sNavSubLICollapsible .sNavSubSpan a.collapseAnchor
{
	background-position: -87px 50%;
}

#sidebar .sNav1 li.sNavSubLICollapsibleOpen .sNavSubSpan a.collapseAnchor
{
	background-position: -101px 50%;
}

#sidebar .sNav1 li.sNavSubLICollapsible .sNavSubSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavSubLICollapsible .sNavSubSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavSubLIActiveCollapsible .sNavSubSpan a.collapseAnchor
{
	background-position: -58px 50%;
}

#sidebar .sNav1 li.sNavSubLICollapsibleOpen .sNavSubSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavSubLICollapsibleOpen .sNavSubSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavSubLIActiveCollapsibleOpen .sNavSubSpan a.collapseAnchor
{
	background-position: -72px 50%;
}
/*Start - MOD - WCAG002-LN*/
/*Added for thrid level collapse anchors*/
#sidebar .sNav1 li.sNavThirdLICollapsible .sNavThirdSpan a.collapseAnchor
{
	background-position: -145px 50%;
}

#sidebar .sNav1 li.sNavThirdLICollapsibleOpen .sNavThirdSpan a.collapseAnchor
{
	background-position: -159px 50%;
}

#sidebar .sNav1 li.sNavThirdLICollapsible .sNavThirdSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavThirdLICollapsible .sNavThirdSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavThirdLIActiveCollapsible .sNavThirdSpan a.collapseAnchor
{
	background-position: -116px 50%;
}

#sidebar .sNav1 li.sNavThirdLICollapsibleOpen .sNavThirdSpan:hover a.collapseAnchor, #sidebar .sNav1 li.sNavThirdLICollapsibleOpen .sNavThirdSpanHover a.collapseAnchor, #sidebar .sNav1 li.sNavThirdLIActiveCollapsibleOpen .sNavThirdSpan a.collapseAnchor
{
	background-position: -130px 50%;
}
/*End - MOD - WCAG002-LN*/
#sidebar .sNav2 li.sNavMainLICollapsible .sNavMainSpan a.collapseAnchor
{
	background-position: -80px 50%;
}

#sidebar .sNav2 li.sNavMainLICollapsibleOpen .sNavMainSpan a.collapseAnchor
{
	background-position: -90px 50%;
}

#sidebar .sNav2 li.sNavMainLICollapsible .sNavMainSpan:hover a.collapseAnchor, #sidebar .sNav2 li.sNavMainLICollapsible .sNavMainSpanHover a.collapseAnchor, #sidebar .sNav2 li.sNavMainLIActiveCollapsible .sNavMainSpan a.collapseAnchor
{
	background-position: -100px 50%;
}

#sidebar .sNav2 li.sNavMainLICollapsibleOpen .sNavMainSpan:hover a.collapseAnchor, #sidebar .sNav2 li.sNavMainLICollapsibleOpen .sNavMainSpanHover a.collapseAnchor, #sidebar .sNav2 li.sNavMainLIActiveCollapsibleOpen .sNavMainSpan a.collapseAnchor
{
	background-position: -110px 50%;
}



#sidebar .sNav a
{
	display: block;
	cursor: pointer;
	color: #001710;
	text-decoration: none;
}
#sidebar .sNav a .before, #sidebar .sNav a .text #sidebar .sNav a .after
{
	display: block;
}

#sidebar .sNav a .before, #sidebar .sNav a .after
{
	display: block;
	height: 3px;
	background-image: url(Images/global_new.png);
	background-repeat: no-repeat;
}
#sidebar .sNav a .text
{
	display: block;
	padding-left: 15px;
}

#sidebar .sNav1 .sNavMainSpan a .before, #sidebar .sNav1 .sNavMainSpan a .after
{
	width: 171px;
}
#sidebar .sNav1 .sNavMainSpan a .before
{
	background-position: 0 -132px;
}
#sidebar .sNav1 .sNavMainSpan a .after
{
	background-position: 0 -135px;
}
#sidebar .sNav1 .sNavMainSpan a .text
{
	width: 154px;
	border-left: 1px solid #e1efca;
	border-right: 1px solid #ebf4dc;
	background: #D1E1C3;
}
#sidebar .sNav1 li.sNavMainLIActive .sNavMainSpan a .before, #sidebar .sNav1 .sNavMainSpan:hover a .before, #sidebar .sNav1 .sNavMainSpanHover a .before
{
	background-position: 0 -138px;
}
#sidebar .sNav1 li.sNavMainLIActive .sNavMainSpan a .after, #sidebar .sNav1 .sNavMainSpan:hover a .after, #sidebar .sNav1 .sNavMainSpanHover a .after
{
	background-position: 0 -141px;
}
#sidebar .sNav1 li.sNavMainLIActive .sNavMainSpan a .text, #sidebar .sNav1 .sNavMainSpan:hover a .text, #sidebar .sNav1 .sNavMainSpanHover a .text
{
	border-left: 1px solid #bedaa3;
	border-right: 1px solid #d4e7c2;
	background: #a8ce84;
}

#sidebar .sNav1 .sNavSubSpan a .before, #sidebar .sNav1 .sNavSubSpan a .after
{
	width: 161px;
}
#sidebar .sNav1 .sNavSubSpan a .before
{
	background-position: 0 -144px;
}
#sidebar .sNav1 .sNavSubSpan a .after
{
	background-position: 0 -147px;
}
#sidebar .sNav1 .sNavSubSpan a .text
{
	width: 144px;
	border-left: 1px solid #f2f8e9;
	border-right: 1px solid #f7fbf0;
	background: #E4EFDA;
}
#sidebar .sNav1 li.sNavSubLIActive .sNavSubSpan a .before, #sidebar .sNav1 .sNavSubSpan:hover a .before, #sidebar .sNav1 .sNavSubSpanHover a .before
{
	background-position: 0 -150px;
}
#sidebar .sNav1 li.sNavSubLIActive .sNavSubSpan a .after, #sidebar .sNav1 .sNavSubSpan:hover a .after, #sidebar .sNav1 .sNavSubSpanHover a .after
{
	background-position: 0 -153px;
}
#sidebar .sNav1 li.sNavSubLIActive .sNavSubSpan a .text, #sidebar .sNav1 .sNavSubSpan:hover a .text, #sidebar .sNav1 .sNavSubSpanHover a .text
{
	border-left: 1px solid #e1efca;
	border-right: 1px solid #ebf4dc;
	background: #C5E2A9;
}

#sidebar .sNav1 .sNavThirdSpan a .before, #sidebar .sNav1 .sNavThirdSpan a .after
{
	width: 151px;
}
#sidebar .sNav1 .sNavThirdSpan a .before
{
	background-position: 0 -156px;
}
#sidebar .sNav1 .sNavThirdSpan a .after
{
	background-position: 0 -159px;
}
#sidebar .sNav1 .sNavThirdSpan a .text
{
	width: 134px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #fafafa;
	background: #f5f5f5;
}
#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .before, #sidebar .sNav1 .sNavThirdSpan:hover a .before, #sidebar .sNav1 .sNavThirdSpanHover a .before
{
	background-position: 0 -162px;
}
#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .after, #sidebar .sNav1 .sNavThirdSpan:hover a .after, #sidebar .sNav1 .sNavThirdSpanHover a .after
{
	background-position: 0 -165px;
}
#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .text, #sidebar .sNav1 .sNavThirdSpan:hover a .text, #sidebar .sNav1 .sNavThirdSpanHover a .text
{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f5f5f5;
	background: #ebebeb;
}
/*Start - MOD - WCAG002-LN*/
#sidebar .sNav1 .sNavFourthSpan a .text
{
	width: 124px;
	border: 1px solid #c0c0c0;	
	background: #ffffff;
}
#sidebar .sNav1 li.sNavFourthLIActive .sNavFourthSpan a .text, #sidebar .sNav1 .sNavFourthSpan:hover a .text, #sidebar .sNav1 .sNavFourthSpanHover a .text
{	
	background: #c0c0c0;
}
/*End - MOD - WCAG002-LN*/
#sidebar .sNav2 .sNavMainSpan a .before, #sidebar .sNav2 .sNavMainSpan a .after
{
	width: 171px;
}
#sidebar .sNav2 .sNavMainSpan a .before
{
	background-position: -151px -156px;
}
#sidebar .sNav2 .sNavMainSpan a .after
{
	background-position: -151px -159px;
}
#sidebar .sNav2 .sNavMainSpan a .text
{
	width: 154px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff;
}
#sidebar .sNav2 li.sNavMainLIActive .sNavMainSpan a .before, #sidebar .sNav2 .sNavMainSpan:hover a .before, #sidebar .sNav2 .sNavMainSpanHover a .before
{
	background-position: -151px -162px;
}
#sidebar .sNav2 li.sNavMainLIActive .sNavMainSpan a .after, #sidebar .sNav2 .sNavMainSpan:hover a .after, #sidebar .sNav2 .sNavMainSpanHover a .after
{
	background-position: -151px -165px;
}
#sidebar .sNav2 li.sNavMainLIActive .sNavMainSpan a .text, #sidebar .sNav2 .sNavMainSpan:hover a .text, #sidebar .sNav2 .sNavMainSpanHover a .text
{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f5f5f5;
	background: #ebebeb;
}

#sidebar .sNav2 .sNavSubSpan a .before, #sidebar .sNav2 .sNavSubSpan a .after
{
	width: 161px;
}
#sidebar .sNav2 .sNavSubSpan a .before
{
	background-position: -322px -156px;
}
#sidebar .sNav2 .sNavSubSpan a .after
{
	background-position: -322px -159px;
}
#sidebar .sNav2 .sNavSubSpan a .text
{
	width: 144px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #fafafa;
	background: #f5f5f5;
}
#sidebar .sNav2 li.sNavSubLIActive .sNavSubSpan a .before, #sidebar .sNav2 .sNavSubSpan:hover a .before, #sidebar .sNav2 .sNavSubSpanHover a .before
{
	background-position: -322px -162px;
}
#sidebar .sNav2 li.sNavSubLIActive .sNavSubSpan a .after, #sidebar .sNav2 .sNavSubSpan:hover a .after, #sidebar .sNav2 .sNavSubSpanHover a .after
{
	background-position: -322px -165px;
}
#sidebar .sNav2 li.sNavSubLIActive .sNavSubSpan a .text, #sidebar .sNav2 .sNavSubSpan:hover a .text, #sidebar .sNav2 .sNavSubSpanHover a .text
{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f5f5f5;
	background: #ebebeb;
}
#sidebar .navExpander
{
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
	margin: 1em 0 0.5em;
}
#sidebar .navExpander ul
{
	position: relative;
	left: -50%;
	padding: 0;
	margin: 0;
}
#sidebar .navExpander ul li
{
	display: inline;
	border-right: 1px solid #4d4d4d;
	line-height: 0.75em;
	margin: 0;
	padding: 0 10px;
}
#sidebar .navExpander ul li.last
{
	border-right: none;
}
#sidebar .navExpander a
{
	color: #4d4d4d;
	text-decoration: none;
}
#sidebar .navExpander a:hover
{
	color: #000;
	text-decoration: underline;
}


/*Start - MOD - WCAG002-LN*/
/*Removed styles relating sNavThirdLICollapsible*/
/*End - MOD - WCAG002-LN*/

#sidebar .sNav1 .sNavThirdSpan a .before, #sidebar .sNav1 .sNavThirdSpan a .after
{
	width: 151px;
}

#sidebar .sNav1 .sNavThirdSpan a .before
{
	background-position: 0 -156px;
}


#sidebar .sNav1 .sNavThirdSpan a .after
{
	background-position: 0 -159px;
}
#sidebar .sNav1 .sNavThirdSpan a .text
{
	width: 134px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #fafafa;
	background: #f5f5f5;
}


#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .before, #sidebar .sNav1 .sNavThirdSpan:hover a .before, #sidebar .sNav1 .sNavThirdSpanHover a .before
{
	background-position: 0 -162px;
}
#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .after, #sidebar .sNav1 .sNavThirdSpan:hover a .after, #sidebar .sNav1 .sNavThirdSpanHover a .after
{
	background-position: 0 -165px;
}
#sidebar .sNav1 li.sNavThirdLIActive .sNavThirdSpan a .text, #sidebar .sNav1 .sNavThirdSpan:hover a .text, #sidebar .sNav1 .sNavThirdSpanHover a .text
{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f5f5f5;
	background: #ebebeb;
}
/*Start - MOD - WCAG002-LN*/
/*Removed styles relating sNavPreThirdExpand*/
/*End - MOD - WCAG002-LN*/
/* subFooter
*************/
.subFooter
{
	text-align: center;
	margin-top: 6px;
	color: #999999;
}
.subFooter p
{
	clear: both;
}
.subFooter p#slogan
{
	color: #FFFFFF;
	/*Start - MOD - WCAG0002-ALT*/
	/*background-color: #6fa837;*/
	background-color: #005643;
	/*End - MOD - WCAG0002-ALT*/
	font-size: 127.3%;
	line-height: 21px;
	font-family: 'Times New Roman' ,Times,serif;
	margin: 0px 2px 0px 2px;
}


.sfNav
{
	position: relative;
	left: 50%;
	margin: 1em 0 0.5em;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sfNav ul
{
	position: relative;
	left: -50%;
	margin: 0;
	padding: 0;
}

.sfNav ul li
{
	display: inline;
	border-right: 1px solid #525252;
	line-height: 0.76em;
	margin: 0;
	padding: 0 5px;
}

.sfNav ul li.last
{
	border-right: none;
}

.sfCopyRight p
{
	color: #525252;
}
/* Footer
**********/
.fNav
{
	float: left;
	position: relative;
	padding-left: 43%;
	padding-right: 0%;
	padding-top: 7px;
	text-align: left;
}
.fNav ul
{
	position: relative;
	margin: 0;
	padding: 0;
}
.fNav ul li
{
	display: inline;
	border-right: 1px solid #525252;
	padding: 0 5px;
	margin: 0;
	line-height: 0.75em;
}
.fNav ul li.last
{
	border-right: none;
}

/****************
Login control
*****************/
#sidebar .loginInfo
{
	padding-right: 0px;
	padding-left: 0px;
	background: #ededef;
	padding-bottom: 0px;
	margin: 2px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	color: #525252;
	padding-top: 0.5em;
	padding-bottom: 0px;
	border-bottom: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	width: 171px;
}
#sidebar .loginInfoBottom
{
	height: 3px;
	background: #ededef;
	margin: 0;
	padding: 0;
}
#sidebar .loginInfoBottom p
{
	margin: 0px;
	padding: 0px;
}
#sidebar .loginInfo P
{
	margin: 0px 10px 0.5em;
}

#sidebar .loginInfo P.passwordText
{
	margin-bottom: 0px;
}
#sidebar .loginInfo P.check
{
	text-align: right;
}
#sidebar .loginInfo P.check span, #sidebar .loginInfo P.check A
{
	float: left;
}
#sidebar .loginInfo P.check LABEL
{
	font-weight: normal;
}

#sidebar .loginInfo P.logout INPUT
{
	text-align: right;
	font-weight: normal;
}
#sidebar .loginInfo P.check INPUT.logInButton, #sidebar .loginInfo P.logout INPUT.logInButton
{
	font-weight: 700;
	width: 58px;
}
#sidebar .loginInfo P.check INPUT.logOutButton
{
	width: 75px;
}
#sidebar .loginInfo P.smalllink
{
	font-size: 90.9%;
	color: #005643;
	font-family: Arial;
	margin-right: 2px;
}
#sidebar .loginInfo P.smalllink SPAN.smallText
{
	font-weight: 500;
}


#sidebar .loginInfo a
{
	color: #005643;
	text-decoration: none;
}
#sidebar .loginInfo a:hover, #sidebar .loginInfo a:active, #sidebar .loginInfo a:focus
{
	color: #005643;
	text-decoration: underline;
}

#sidebar .login
{
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 171px;
	padding-top: 0px;
	height: 27px;
}
#sidebar .login P
{
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
}

#sidebar .login P.masthead
{
	background-color: #e1e1e5;
}
#sidebar .login P.masthead IMG.loginMinus
{
	cursor: pointer;
	padding: 5px 0px 5px 5px;
}
/*Start - MOD - WA - 24-Jun-2010*/
#sidebar .login H2.masthead
{
	background-color: #e1e1e5;
	margin-top:0px;
	margin-bottom:0px;
}
#sidebar .login H2.masthead IMG.loginMinus
{
	cursor: pointer;
	padding: 5px 0px 5px 3px;
}
/*End - MOD - WA - 24-Jun-2010*/
#pagetop
{
	width: 100%;
	background-color: #ececec;
	color: inherit;
	float: left;
	background-image: url(Images/background.gif);
	background-repeat: repeat-y;
}

#popupmainbody
{
	background-color: #ffffff;
	color: inherit;
	position: static;
	text-align: left;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 100%;
}

#contentbody
{
	position: static;
	background-color: #ffffff;
	color: inherit;
	left: 0px;
	top: 0px;
	width: 558px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	float: left;
}

.formAssistant
{
	background-color: #fff9e6;
	color: inherit;
	padding: 0px 0px 2px 2px;
	margin: 0px 0px 13px 0px;
}

#breadcrumb
{
	margin-top: 13px;
	margin-left: 185px;
	display: block;
	width: 559px;
}
#pagetitle
{
	margin: 0px 0px 0px 2px;
	border-bottom: solid 1px #cccccc;
}
#pagetitlebottom
{
	margin: 10px 0px 5px 2px;
}

#pagetitlepopup
{
	margin: 40px 0px 0px 185px;
	text-align: left;
}

.scelogo
{
	left: 20px;
	position: absolute;
}
/*************************************************
Start MOD CR02
**************************************************/
.enabledSmallLink,a.enabledSmallLink, a.enabledSmallLink:visited
{
	font-size: 90.9%;
	color: #005643;
	font-style: italic;
	cursor: hand;
}
a.enabledSmallLink:hover, a.enabledSmallLink:active, a.enabledSmallLink:focus
{
	color: #005643;
	text-decoration: underline;
	font-style: italic;
	cursor: hand;
}

.disabledSmallLink, a.disabledSmallLink, a.disabledSmallLink:visited
{
	font-size: 90.9%;
	color: #c0c0c0!important;
	text-decoration: none!important;
	font-style: italic;
	cursor: text;
}
a.disabledSmallLink:hover, a.disabledSmallLink:active, a.disabledSmallLink:focus
{
	color: #c0c0c0!important;
	text-decoration: none!important;
	font-style: italic;
	cursor: text;
}
.assignedCustLeftCheckAvailability
{
	float: left;
	width: 50%;
	margin-top: 7px;
	margin-bottom: 10px;
}
.leftMarginSweepStake
{
	margin-left:45px;
}
.fullWidthInlineBlock
{
	width: 100%;
	display:inline-block;
}
/*************************************************
End MOD CR02
**************************************************/

