/*

Training Resources Style Sheet

blue: 004990
orange: FDBB30

*/

html, body 
{
    background: #e3eaf1 url(/images/bg.gif) repeat-x; 
    margin: 0px auto; 
    text-align: center; 
    font-family: arial, helvetica, serif; 
    font-size: 13px;
}
    
p, td, div 
{
    font-size: 13px;
    font-family: arial, helvetica, serif;
}

#header
{
    height: 80px;
}

#container
{
    background-color: #FFFFFF; 
    border: solid 1px #CCCCCC;
    width: auto;
}

#action 
{
    height: 200px;
}

#login_bg 
{
    position: absolute; 
    height: 200px; 
    width: 948px; 
    background:transparent url(/images/bg_login.png) right no-repeat; 
    z-index: 1100;
}

#login 
{
    float: right;
    padding: 4px 8px; 
    text-align: right; 
    line-height: 150%; 
    font-size: 11px; 
    color: #004990;
    width: 930px;
    position: absolute;
    z-index: 1200;
}

#org_bar 
{
    height: 30px; 
    background: url(/images/bg_org_bar.png) repeat-x; 
    padding: 13px 13px 0px 13px;
}

#main_area 
{
    padding: 14px; 
    text-align: left; 
    width: auto;
}

#footer
{
    text-transform: uppercase;
    color: #999999;
    font-size: 9px;
    text-align: center;
    padding: 6px 0px;
    font-weight: bold;
    line-height: 150%;
    width: 100%;
    border-top: dotted 1px #CCCCCC;
    margin-top: 16px;
}

#footer a 
{
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	color: #888888;
	text-decoration: underline;
}

#login input
{
    width: 120px; 
    text-align: right; 
    margin: 2px 0px; 
    border: solid 1px #004990; 
    font-size: 11px; 
    padding: 3px 6px; 
    height: 15px;
}

.searchButton {
    background-color:#004990; 
    color:#FFFFFF; 
    font-weight:bold; 
    padding:2px 5px; 
    margin: 0px 0px 5px 2px; 
    border:1px outset #cccccc;
    }

/* User Menu Styles */

#userMenu
{
    height: 24px;
    padding: 4px;
    background: url(/images/bg_org_bar.png) center bottom repeat-x;
    width: auto;
}

.userMenuItem
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

a.userMenuItem
{
    color: #004990;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted 1px #004990;
}

a:hover.userMenuItem
{
    color: Navy;
    text-decoration: none;
    border-bottom: solid 1px #004990;
}

.MenuSub {
	width: 151px;
	padding: 4px;
	position: absolute;
	background-color: #FFFFCC;
	border: solid 1px #004990;
	z-index: 1200;
}

.menuItems {
	color: #004990;
	font-size: 12px;
	line-height: 160%;
	padding-left: 6px;
	text-decoration: none;
}

A.menuItems:hover {
	color: #002770;
	text-decoration: underline;
}

/* End User Menu Styles */



/* MENU Styles */

#nav-menu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#nav-menu li
{
    float: left;
}

#nav-menu li a
{
    color: #004990; 
    padding: 8px 12px 8px 12px;
    float: left;
    display: block;
    text-decoration: none;
}

#nav-menu li a:hover
{
    color: navy;
    background: url(/images/bg_arrow.gif) bottom center no-repeat;
}

#nav-menu
{
    float: right; 
    text-transform: uppercase; 
    font-weight: bold; 
    font-size: 11px; 
    margin: 50px -8px 0px 0px;
} 

/* End Menu Styles */



/* END SUB LINKS */
.SubLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color:	#70ca2d;
	}

A.SubLinks:link	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:active	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:visited	{	
	text-decoration:	none;
	color:	#70ca2d;
	}	

A.SubLinks:hover	{	
	text-decoration:	underline;
	color:	#70ca2d;
	}	
/* END SUB LINKS */


.TableHeader
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    background-color: #1e90ff;
}

td.TableHeader
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    background-color: #1e90ff;
}

.PageTitle
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 16pt;
    color: #004990;
}

.WorkArea
{
    background-color: #E0E0E0;
}

.PageSubTitle
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 12pt;
    color: #FDBB30;
}

.PageSubTitle2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 12pt;
    color: #004990;
    font-style: italic;
}

.Manager_Steps
{
    background-color: #1e90ff;
}

.Manager_SelectedStep
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #ffffff;
}

.Manager_SelectedStep
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #ffffff;
}

.WhiteLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:	#ffffff;
}

A.WhiteLink:link
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.WhiteLink:visited
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.WhiteLink:active
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.WhiteLink:hover
{	
	text-decoration:	underline;
	color:	#ffffff;
}

.modalBackground 
{
    background-color:black;
    filter:alpha(opacity=70);
    opacity:0.7;
}





.RegistrationTabs .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(/images/tabs/tab-line.gif) repeat-x bottom;
}
.RegistrationTabs .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    background:url(/images/tabs/tab-right.gif) no-repeat right;
    height:21px;
}
.RegistrationTabs .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(/images/tabs/tab-left.gif) no-repeat;
}
.RegistrationTabs .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(/images/tabs/tab.gif) repeat-x;
}
.RegistrationTabs .ajax__tab_hover .ajax__tab_outer 
{
    background:url(/images/tabs/tab-hover-right.gif) no-repeat right;
}
.RegistrationTabs .ajax__tab_hover .ajax__tab_inner 
{
    background:url(/images/tabs/tab-hover-left.gif) no-repeat;
}
.RegistrationTabs .ajax__tab_hover .ajax__tab_tab 
{
    background:url(/images/tabs/tab-hover.gif) repeat-x;
}
.RegistrationTabs .ajax__tab_active .ajax__tab_outer 
{
    background:url(/images/tabs/tab-active-right.gif) no-repeat right;
}
.RegistrationTabs .ajax__tab_active .ajax__tab_inner 
{
    background:url(/images/tabs/tab-active-left.gif) no-repeat;
}
.RegistrationTabs .ajax__tab_active .ajax__tab_tab 
{
    background:url(/images/tabs/tab-active.gif) repeat-x;
}
.RegistrationTabs .ajax__tab_body 
{
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    oldborder:1px solid #999999;
    border-top:0;
    padding:5px;
    background-color:#ffffff;
}








.RegistrationTabs_Bottom 
{
    border:1px solid #999999;
    border-top:0;
    padding:5px;
    background-color:#ffffff;
}

.RegistrationTabs_Top 
{
    border:1px solid #999999;
    border-bottom:0;
    padding:15px;
    background-color:#ffffff;
}

.RegistrationTabs_Top .inner 
{
	border:1px solid #999999;
	border-left:0;
	border-top:0;
    padding:0px;
    background-color:#ffffff;
}

.RegistrationTabs_Top .outer 
{
	border:1px solid #999999;
	border-right:0;
	border-top:0;
    padding:0px;
    background-color:#ffffff;
}

.RegistrationTabs_Top .middle 
{
	border:0;
	border-bottom:1px solid #999999;
    padding:0px;
    background-color:#ffffff;
}

.RegistrationTabs_Top .single 
{
	border:0;
    padding:0px;
    background-color:#ffffff;
}


.RegistrationTabs_Top .active
{
	font-weight:bold;
}