﻿body 
{
	font-family: Arial;
	font-size: 14px;
	background: #F0F0F0 url(../Images/page_background.gif) top center repeat-y;	
}

#mainNavigation 
{
	padding: 4px 10px;
	border: 1px solid #aaa;
	background-color: #f1f1f1;
	width: auto;
	float: right;
	text-align: center;
}

#homeBox 
{
 width:663px;
 height:312px;
 background: #FFFFFF url(../Images/homeLeft.jpg) top left no-repeat;
 margin-bottom: 30px;
 margin-top: 40px;
}

#homeBox p {
 width: 320px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 padding: 2px 6px 6px 6px;
}

#homeBox h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 padding: 14px 6px 0 6px;
}

#homeBox img {
 padding: 0;
 margin: 0;
}


/*

FORMS

*/


.webFrm label {
  display: block;
}

/*

TEXT

*/



h1,h2,h3,h4 { color: #3F7360; }

h1 { font-size: 24px; }

h2 { font-size: 20px; }

a { color: #648000; }

ul { list-style-image: url(../Images/bullet1.gif); }

li { margin: 8px 4px; }

hr 
{
	background-color: #ddd;
	border: none;
}

.btnStandard 
{
	margin: 4px;
	border: 1px solid #376B5E;
	background: #A8D700 url(../Images/btn_standard_off.gif) top left repeat-x;
	padding: 4px 16px;
	width: auto;
}

.btnStandard:hover 
{
	background: #BDD700 url(../Images/btn_standard_on.gif) top left repeat-x;
}


/*

MYPOD

*/



#myPodOptions 
{
	width: 400px;	
	margin: 10px auto;  	
}

#myPodOptions ul 
{
	list-style-image: none;
    list-style: none;    
    margin: 0;
    padding: 0;
    width: 400px;	              
}

#myPodOptions li a {
	height: 80px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 24px;
	height: 60px;
	text-decoration: none;
	border: 1px solid #ccc;
	list-style: none; 
}

#myPodOptions li img 
{
	vertical-align: middle;
	margin: -15px 20px 0 0;
}

#myPodOptions li a:link, #myPodOptions li a:visited {
	color: #7F7F7F;
	display: block;
	background: #F3F3F3 url(../Images/gradiant1.gif) bottom left repeat-x;
	padding: 20px 0 0 20px;
	}

#myPodOptions li a:hover, #myPodOptions li #current {
	color: #92BC00;
	background: #F3F3F3 url(../Images/gradiant3.gif) bottom left repeat-x;
	padding: 20px 0 0 20px;
	}

#myPodOptions li a:active {
	color: #92BC00;
	background: #F3F3F3 url(../Images/gradiant3.gif) bottom left repeat-x;
	padding: 20px 0 0 20px;
}

.testResult 
{
	border: 1px solid #ccc;
	margin: 10px 0;
}

.testResult td, .testResult tr
{
	margin: 0;
	padding: 0 10px;
}

.testResult thead
{
	background-color: #ddd;	
}


.testResult h4
{
	margin-top: 4px;
}


/*

Help and FAQs

*/

.faqAnswer 
{
	margin-bottom: 120px;
}

.faqAnswer h3 
{
	color: #3F7360;	
}



/*

Page

*/



#pageContainer {
 width: 666px;
 margin: 0 auto;	
}

#pageHeader {
 height: 90px;
 background: #FAFAFA;
 text-align: right;
 padding-bottom: 20px;
 margin-bottom: 50px;
}

#pageHeader img
{
	clear: both;
}

#pageHeader a {
 text-decoration: none;
 margin: 0 8px;  
}

#pageFooter 
{
	width: 100%;
	text-align: center;
	margin: 20px auto;
	color: #464646;
	display: block;
}

#pageFooter hr
{
 color: #ccc;
 background-color: #ddd;
 height: 2px; 
 border: none; 
}


#pageFooter a
{
 text-decoration: none;
}


#pageHeader a:hover {
 text-decoration: underline;
}

.blkContainer {
 border: 1px solid #DDD;
 background-color: #F3F3F3;
 width: 600px;
 margin: 20px auto;
}

.blk 
{
	width: 100%;
}

.blk h1 {
 width: auto;
 border-bottom: 1px solid #DDD;
 background: #F3F3F3 url(../Images/gradiant1.gif) bottom left repeat-x;
 font-size: 24px;
 color: #7F7F7F;
 text-align: center;
 padding: 3px auto;
 margin: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}

.blkContent {
 padding: 20px 20px;
}


.gridview 
{
	border: 1px solid #DDDDDD;
}

.gridHeader 
{
	background: #A2D736 url(../images/gradiant2.gif) top left repeat-x;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 16px;
	border-bottom: 1px solid #77BA1B;
}

.gridRow 
{
	background-color: #fff;	
	padding: 2px 2px 12px 2px; 
}

.gridRow:hover
{
	background-color: #D0EBAB;
}

.gridRowAlt 
{
	background-color: #f6f6f6;
	padding: 2px 2px 126px 2px;
}



.coursesRow a, .courseRowAlt a
{
	text-decoration: none;
}

.coursesRow
{
	background-color: #fff;	
	padding: 2px 2px 12px 2px; 
	text-decoration: none;
}

.coursesRow:hover
{
	background-color: #EDF7E0;
}

.courseRowAlt 
{
	background-color: #f6f6f6;
	padding: 2px 2px 126px 2px;
	text-decoration: none;
}

.courseRowAlt:hover
{
	background-color: #EDF7E0;
}


.coursesRow h2, .courseRowAlt h2 
{
	margin: 0;
	font-size: 18px;
	display: block;
	color: #484848;
}

.coursesRow h4, .courseRowAlt h4
{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #6FA02B;	
	margin-bottom: 4px;
}

.coursesRow h4 { border-bottom: 1px solid #E5E5E5; }

.courseRowAlt h4 { border-bottom: 1px solid #DDDDDD; }

.coursesRow td a 
{
	text-decoration: none;
}

.courseDescription 
{
	font-size: 12px;
	display: block;	
	color: #333;
}


.warning 
{
	color: #f00;
}

