/* CSS Document */

body {
	background:			#003861;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#FFFFFF;
}

em {
	color: #AFB320;
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-size: 18px;
	color: #A0A42A;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

#wrapper {
	width: 764px;
	margin: 0px auto;
	border: 0px solid #000000;	
}

#shadowBox {
	width: 786px;
	margin: 0px auto;
}


/* FIX makes mozilla wrapper expand to the height of its child floats as IE does */
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
/* End hide from IE-mac */

/* End fix */

/* Drop shadows  ####################*/

/* ie bit */	
#shadow_top{
	width:					786px;
	height:					10px;
	line-height:			1px;
	font-size:				1px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/top_shadow.gif', sizingMethod='scale');
	}
	
#shadow_side{
	width:					786px;
	margin:					0px;
	padding:				0px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/side_shadow.gif', sizingMethod='scale');
	}
	
#shadow_bottom{
	width:					786px;
	height:					10px;
	line-height:			1px;
	font-size:				1px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bottom_shadow.gif', sizingMethod='scale');
	}		
	
	
/* mozilla bit */
head:first-child+body #shadow_top{
	background:				url(../images/top_shadow.png) top left no-repeat;
	}
	
head:first-child+body #shadow_side{
	background:				url(../images/side_shadow.png) bottom center repeat-y;
	}
	
head:first-child+body #shadow_bottom{
	background:				url(../images/bottom_shadow.png) bottom left no-repeat;
	}				
				
	
/* Drop shadows Home  ####################*/
	
#shadow_top_home{
	width:					786px;
	height:					10px;
	line-height:			1px;
	font-size:				1px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_shadow.png', sizingMethod='scale');
	}
	
#shadow_side_home{
	width:					786px;
	margin:					0px;
	padding:				0px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/side_shadow.png', sizingMethod='scale');
	}
	
#shadow_bottom_home{
	width:					786px;
	height:					10px;
	line-height:			1px;
	font-size:				1px;
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom_shadow.png', sizingMethod='scale');
	}			
	
		
	
head:first-child+body #shadow_top_home{
	background:				url(../images/top_shadow.png) top left no-repeat;
	}
	
head:first-child+body #shadow_side_home{
	background:				url(../images/side_shadow.png) bottom center repeat-y;
	}
	
head:first-child+body #shadow_bottom_home{
	background:				url(../images/bottom_shadow.png) bottom left no-repeat;
	}				
		




#topBanner {
	height: 92px;
	padding-left: 38px;
	background: #003861;
}

#topNav {
	height: 20px;	
	background : #2779B7 url(../images/navBar.gif);
	border-bottom : 1px solid #003861;
	vertical-align: middle;
	overflow: hidden;
}

#topNav ul {
	float:				none;
	padding: 			0px;
	margin:				0px;
	list-style: none;	
}

#topNav ul li {
	float: left;
	line-height: 20px;
	border-right: 1px solid #003861;
	border-left: 1px solid #FFFFFF;
	background: #D9DD63 url(../images/menuOff.gif) repeat-x top;
	color : #003861;
	font-weight: bold;
	position: 			relative;
	display:			inline;
}

#topNav ul li a {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left: 17px;
	padding-right: 17px;
	color : #003861;
	text-decoration: none;
	display: block;		
}

#topNav ul li a:link {
	padding-left: 17px;
	padding-right: 17px;
	color : #003861;
	text-decoration: none;
	display: block;
}

#topNav ul li a:active {
	color : #003861;		
}

#topNav ul li a:visited {	
	padding-left: 17px;
	padding-right: 17px;
	color : #003861;
	text-decoration: none;
	display: block;
}

#topNav ul li a:hover {
	color : #003861;
	background: #E0E481 url(../images/menuOn.gif) repeat-x top;	
}

#topNav ul li .currentLink {
	background: #E0E481 url(../images/menuOn.gif) repeat-x top;
}


#contentWrap {
	background : #FFFFFF;
}

/* underscore before height will mean it is only used by IE6 */
#mainContent {
	width: 		538px;
	_height: 	715px;
	min-height: 715px;
	float: 		left;
	display: block;
	background: #FFFFFF;
	overflow: visible;
	border-right : 1px solid #003861;
	color : #003861;

}

#mainText table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color:#003861;
	border-collapse: collapse;
	background-color: white;
}
#mainText th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #003861;
	background-color:#EDECF1;
	-moz-border-radius: 0px 0px 0px 0px;
}
#mainText td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #003861;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#wrapDivs table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color:#003861;
	border-collapse: collapse;
	background-color: white;
}
#wrapDivs th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #003861;
	background-color:#EDECF1;
	-moz-border-radius: 0px 0px 0px 0px;
}
#wrapDivs td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #003861;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


#noBorderDiv table {
	border: 1px solid white;
	border-color: white;
	background-color: white;
}
#noBorderDiv th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-color: white;	
}
#noBorderDiv td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;

	background-color: white;
	border-color: white;	
}

#mainText {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	min-height: 450px;
}


#userAreaText {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	min-height:500px;
}

#helpfulhints {
	padding: 0px;
	margin: 0px;
	width:	225px;	
	height: 500px;
	float:	right;
	color : #003861;
	background : #FFFFFF;	
}

#helpfulhints ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}

#helpfulhints ul li {
	width : 170px;
	margin-left : 0px;
	margin-top : 5px;
	margin-bottom: 5px;
	color: #666666;	
}

#helpfulhints ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/greenArrow.gif) no-repeat;	
	display: block;	
}


#helpfulhints ul li a:hover {
	text-decoration : none;
	color: #003861;
	background: url(../images/greenArrow.gif) no-repeat;	
}

#helpfulhints ul li  a.current {
	color: #003861;
	text-decoration: none;
}

#helpfulhints ul li.current {
	background: url(../images/greenArrow.gif) no-repeat;
}


#helpfulhints ul li  a.current:hover {
	color: #666666;
	text-decoration: none;	
}


#quickLinks {
	height: 64px;
	padding-top: 5px;
	width: 100%;
	border-top: solid 1px #003861;
	background: #FFFFFF;
	float: left;
	vertical-align : middle;
}

#clearFloat {
	clear: both;
}

#footer {
	text-align: right;
	width: 764px;
	margin: 0px auto;
	font-size: 10px;	
}

a.footerLink {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:hover {
	color: #AFB320;
	text-decoration: none;
}

.homeImage {
	border-bottom: 1px solid #003861;
}

#greenText {
	color: #AFB320;
	font-weight: bold;
}

#greenSpan {
	color: #AFB320;
	font-weight: bold;
	display: block;
	float: left;
	width: 16px;
}

#formDiv {
	vertical-align: middle;
	_padding-top: 1px;
	line-height : 20px;
}

#loggedFormDiv {
	text-align: center;
	*padding-top: 1px;
	line-height : 20px;
}

form {
	padding: 0px;
	margin: 0px;
}

.inputBox {
	height: 9px;
	padding : 0px;
	margin : 0px;
	font-family: courier new;
	font-size: 9px;	
}

.submitButton {
	background : #003861;
	height: 16px;
	border:				1px solid  #003861;
	color:				#CAD025;
	font-weight: bold;
	font-size:			9px;	
	padding : 0px;
	margin : 0px;
	font-size: 8px;
	vertical-align: middle;
	
}

#homeLinks ul {
	float:				none;
	padding: 			0px;
	margin:				0px;
	margin-top: 		30px;
	width: 450px;
	list-style: none;
	display: block;
	font-weight: bold;	
}

#homeLinks ul li {
	padding: 0px;
	padding-left: 16px;
	margin-right: 10px;
	line-height: 14px;
	float: left;
	color: #666666;	
	background : url(../images/greenArrow.gif) no-repeat;
}

#homeLinks ul li a:link {
	color: #003861;	
	text-decoration: none;
}

#homeLinks ul li a:visited {
	color: #003861;	
	text-decoration: none;
}

#homeLinks ul li a:hover {
	color: #666666;	
	text-decoration: none;
}

input {
	vertical-align : middle;
}

a.bigLink {
	font-weight: bold;
	color: #003861;
	text-decoration: none;
}

a.bigLink:hover {
	text-decoration: none;
	color: #666666;
}

.formInput {
	width: 120px;
	color: #333333;
}

.formInputWide {
	width: 220px;
	color: #333333;
}

a:link {
	color: #A0A42A;	
	text-decoration: none;
}

a:visited {
	color: #A0A42A;	
	text-decoration: none;
}

a:hover {
	color: #003861;	
	text-decoration: none;
}

.dataTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* STYLES FOR DISPLAYING CHAPTER SLIDES */

.inputSmall {
	width: 15px;
	outline: none;
	border : 0px;
}

#wrapDivs {
/*	color: #555555;*/
	/*color: #000000;*/
}

#wrapDivs em {
	color: #666666;
}



#wrapDivs div {
	background-color: FFFFFF;
	display: none;
	width: 460px;
	/*height: 300px;*/
	/*padding: 5px;*/
	/*border: 1px solid darkgray;*/
	/*overflow-y: scroll;*/
}

#div1 {
	background-color: FFFFFF;
	display: block;	
}

.nextButton {
	background : #F4F5CB;
	text-color: #FFFFFF;
	border: 1px solid darkgray;
	font-family: verdana;
	font-size: 11px;
}

#userTabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	margin-left: -18px;
}

#userTabs li {
	float: left;
	padding-right: 10px;
}

#userTabs li a {
	padding-left: 16px;
}

#userTabs li a.tabSelected {
	padding-left: 16px;
	color: #003861;
	background : url(../images/greenArrow.gif) no-repeat;
}


#userTabs li a:hover {
	background : url(../images/greenArrow.gif) no-repeat;
}

.smallText {
	font-size: 10px;
}	

#addModuleDiv {
	display: none;
}

a.bluelink {
	color: #003861;	
}

a.bluelink:link {
	color: #003861;	
}

a.bluelink:visited {
	color: #003861;	
}

a.bluelink:active {
	color: #003861;	
}

a.bluelink:hover {
	color: #A0A42A;	
}

.infoBox {
	border: 1px dashed darkgray; background : #F5F6CA; padding: 0px 5px;
}

.infoBox p {
margin: 7px;
}

.infoBox a:link {
font-weight:bold;
	color: #898E16;
}

.infoBox a:visited {
font-weight:bold;
	color: #898E16;
}

.infoBox a:active {
font-weight:bold;
	color: #898E16;
}

.infoBox a:hover {
font-weight:bold;
	color: #003861;
}

.orderBox {
	display: inline; 
	border: 1px solid #003861; 
	background: #006699; 
	padding: 3px; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
}


.orderBox a:link{
	color: #FFFFFF;
	text-decoration:underline;
}

.orderBox a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

.orderBox a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

.orderBox a:hover {
	color: #F5F6CA;
	text-decoration:underline
}

.jobDiv {
border: 0px solid darkgray; background: #FFFFFF; padding: 5px;
display: none;
}

*html #frontpagelinks {
	top: 0px;
}

div#frontpagelinks {
background: url(../images/homepagelady.jpg) no-repeat bottom right; 
height: 375px;
width: 500px;
float: right;
}

#frontpagelinks ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;	
	margin-left: 8px;
}

#frontpagelinks ul li {

	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 20px;
	font-size: 18px;
}
*html #frontpagelinks ul li {
	margin-bottom: 20px;
}
#frontpagelinks ul li a {
	color: #003861;	
	text-decoration: none;
	padding-left: 30px;
	background: url(../images/greenarrow_large.jpg) no-repeat;	
	display: block;	
}


#frontpagelinks ul li a:hover {
	text-decoration : none;
	color: #666666;	
	background: url(../images/greenarrow_large.jpg) no-repeat;	
}

#frontpagelinks ul li  a.current {
	color: #003861;
	text-decoration: none;
}

#frontpagelinks ul li.current {
	background: url(../images/greenarrow_large.jpg) no-repeat;
}


#frontpagelinks ul li  a.current:hover {
	color: #666666;
	text-decoration: none;	
}

#ajaxLoader {
  z-index:1;
  background-color: #CC0000 !important;
  color: #FFFFFF;
  display: none;
  width: 80px;
}

.outerShadowDiv {
	margin-left: 12px; 
	border: 2px #E2E2E2 solid; 
	border-right: 0px; 
	margin-top: 5px; 
	margin-bottom: 0px; 
	width: 195px;
}

.gradedBoxDiv {
	margin-top: -4px; 
	border: 1px solid darkgray; 
	background: #FFFFFF;  
	width: 195px;
	overflow: hidden;
}

.gradedBoxDiv ul {
	margin-top: 0px; 
}
.gradedBoxDiv ul li{
	margin-top: 0px; 
}


.gradedBoxDivsmallFont {
	font-size: 9px;
	margin-left: 22px;
}

.blueBox {
	background: #6699CC;
	border: 1px solid #888888;
}

.greenBox {
	background: #66CC66;
	border: 1px solid #888888;
}

.pinkBox {
	background: #FFCCCC;
	border: 1px solid #888888;
}
