/**************************** 

Update log:

+ 02.24.2010 - added line-height to p and ul (SS); added table_text and remember_box. Changed brownborder to be a background color. Changed redborder to be curved box.

+ 09.30.08 	- added .cust_service class to work in conjuntion with .whiteoncolor
			  for addition of 800 num display in footer (EC)


 ***************************/


body 
{
	background-image: url(images/pg_elmnts/back_gradient.jpg);
	background-repeat: repeat;
	margin: auto;
}

.border 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border2 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border3 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.side_gradient 
{
	background-image: url(images/pg_elmnts/side_gradient.gif);
	background-repeat: repeat;
}

.bottom_nav 
{
	background-image: url(images/pg_elmnts/bottom_nav.gif);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.bottom_nav_home 
{
	background-image: url(images/pg_elmnts/bottom_nav2.gif);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000
}

h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

ol 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 7px;
}

ul 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 7px;
}

li 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
}

/*table styling from mgd course added 2-24-2010 ss*/

table.table_text td[scope="row"]{
	font-weight: bold;
	}
	
table.table_text td{
	border: 1px solid #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
	}


table.table_text th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #663300;
	padding: 8px;
	}

.center {
	text-align: center;
	}
	
/* end*/

.whiteoncolor 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF
}

span.cust_service {
	display: block;
	padding: 10px 0;
	
}

.normaltext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000
}

.smalltext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}

.fineprint 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.jumpmenu 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 148px;
}

.links 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}

.oliveborder 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #666633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

.khakibox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #000000;
	background-color: #CCCC99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}

.brownborder 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #eeecdb;
	margin: 20px;
	padding: 10px;
}


.redborder
{	background-color: #fff;
	margin: 20px;
	height: auto;
	min-height: 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	border: #CC0000 solid 1px;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 18px; 
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topright:1em; 
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 18px; 
	-webkit-border-top-left-radius: 18px;
}

.largeletter 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.certlabels 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000
}

.error 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000
}

.errormessage 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000
}

.required 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000
}

/* new styles added by EC */

/* @group callouts */

div.explanatory-image, img.explanatory-image 
{
	float: right;
	margin: 0 0 30px 60px;
	text-align: center;
}

div.explanatory-image p 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

div.reminder 
{
	border: 2px solid #333;
	width: 85%;
	margin: 30px auto;
}

div.reminder h5 
{
	border-bottom: 2px solid #333;
	margin: 0;
	padding: 5px 10px;
	background: #663600;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.reminder p 
{
	margin: 0;
	padding: 5px 10px;
}

/* @end */

/* @group Easy CSS Tootip */

a.tooltip:hover 
{
	background: #ffffff;
	/*BG color is a must for IE6*/
	text-decoration: none;
}

a.tooltip 
{
	font-weight: bold;
	cursor: help;
}

a.tooltip span 
{
	display: none;
	padding: 6px;
	margin-left: 8px;
	width: 130px;
}

a.tooltip:hover span 
{
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #b06300;
	font-weight: normal;
}

/* @end */



/* @group chap rev form elements */



/* various display styles to eliminate extra markup */

form#main_nav select 
{
	margin-bottom: 3px;
}

form#main_nav option 
{
	padding-bottom: 3px;
}



table#chapter-review td 
{
	line-height: 1.5;
}

table#chapter-review label 
{
	display: inline-block;
	width: 2em;
	text-align: right;
}

table#chapter-review  input 
{	display: inline-block;
	font-size: 14px;
}

table#chapter-review  input.submit-answers 
{
	margin-top: 30px;
	padding: 5px;
}

table#chapter-review  input.submit-answers:hover 
{
	color: #B26500;
}

table#chapter-review  input.submit-answers:active 
{
	color: #fff;
}

table#chapter-review ol.multiple-inputs 
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.remember_box{
	background-color: #fff;
	margin: 20px;
	height: auto;
	min-height: 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	border: #663300 solid 1px;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 18px; 
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topright:1em; 
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 18px; 
	-webkit-border-top-left-radius: 18px;
	}

/* @end */