* {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
a img {
	border-style: none;
}

body {
	font: 9pt Arial, Helvetica, sans-serif;
}




fieldset {
	border-style: none;
}


/* ======================================================= */
/* ======================================================= */

legend { color: #0889c4; font-size: 120%; padding: 8px 0; }
label { display: block; }

.submit_button {
 background: url(../../../images/html_layout/submit_arrow.png) no-repeat 0px 0px;
 border: none;
 color: #0889c4;
 font-weight: bold;
 text-align: left;
 width: 125px;
 padding: 0 0 0 17px; 
}




/* ======================================================= */
/* ======================================================= */
#copyright {
	background-color: #fff;
	color: #999999;
	text-align: center;
}
#copyright a {
	color: #999999;
	text-decoration: none;
}
/* Site Layout */
#site_header, #site_body, #site_footer {
	margin: auto;
	width: 790px;
}
#site_header #cyberscholar_logo {
	margin-top:0px;	
	float: right;
}
#site_header #main_menu {
	height: 31px;
	clear:both;
}

#site_header #authentication {
	clear:both;
}

#site_header #authentication #profile_links {
    color: #0889c4;
	float: right;
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-right: 16px;
	height: 40px;
	position: relative;
}

.homepage_spacer {
width: 64px;
}
.home_right {
	background-image: url('../images/home/recentModules_bg.gif');
	height: 160px;
}
.home_block {
	display: block;
}
.menu_spacer {
width: 25px;
}

.bucket_spacer {
width: 21px;
}
#homepage .training_module_link{
	color: Red;
	text-decoration: none;
	font-weight : bold;
}
table.twoColumnLayout {
	height: 300px;
	background:#FFFFFF;
}
table.twoColumnLayout td {
	vertical-align: top;
}
table.twoColumnLayout ul li {
	margin: .1em 0 .1em 1em;
}
table.twoColumnLayout ol li {
	margin: .5em 0 .5em 3em;
}

/* Authentication */
#site_header #authentication {
	padding: 0px;
	color: #c0c0c0;
	margin-left: 330px;	
	margin-top: -30px;	
}
#site_header #authentication #welcome {
	padding: 0;
	color: #c0c0c0;
	margin-left: 125px;	
	margin-top: 10px;	
}
#site_header #authentication a{
	color: #c0c0c0;
	text-decoration: none;
}

#site_header #authentication_links {
	padding: 10px 0px 0px 0px;

}

#query {
	margin: 0px 4px 0px 0px;
	border-width: 1px; 
	border-color: #cccccc;
	border-style: solid;
	width: 165px;
	height: 17px;
}
.query {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	vertical-align:bottom;
}
/************************
* Training and Report Card*
************************/
.training_category, .reportcard_category {
	padding: 0px;
	width: 770px;
	margin: auto;
}
.training_category {
	clear: both;
}
.training_category h2, .reportcard_category h2 {
	background-color: Red;
	color: White;
	padding: 5px;
	font-weight : bold;	
	width: 750px;
	margin: 0 auto;
}

.training_set_even {
 width: 345px;
 padding: 10px 10px 5px 10px;
 float: right;
}
.training_set_odd {
 width: 345px;
 padding: 10px 10px 5px 30px;
 float: left;
 clear: both;
}

.reportcard_set {
 background-color: #DCDCDC;
 border: 2px solid #fff;
 width: 750px;
 margin: auto;
 padding: 5px;
}
.training_posted{
padding-top: 10px;
font-style: italic;
color: #999999;
}

.training_img {
 border: 2px solid #F00;
 margin-bottom: 50px;

}

#training .training_module_link{
	color: Red;
	text-decoration: none;
	font-weight : bold;
}

#report_card .training_module_link{
	color: #808080;
	text-decoration: none;
	font-weight : bold;
}


/************************
* Prizes *
************************/
#prizes #page_body #prize_subheader {
	background-color: Red;
	color: White;
	padding: 5px;
	font-weight : bold;	
	margin-right: 2em;
	
}
#prizes .prize_description {
	overflow: auto;
}
#prizes .prize_description ul {
	margin-left: 2em;
	color: #ff0000;
}
/************************
* Resources *
************************/
.resources_set {
	width: 95%;
	margin: auto;
}
.resources_set h2 {
	background-color: Red;
	color: White;
	padding: 5px;
	font-weight : bold;	
	margin: 0 auto;
	border-top: 2px solid White;
	border-bottom: 2px solid White;
}
.resources_name {
	background-color: #808080;
	color: White;
	font-weight : bold;	
	width: 100%;
	padding: 6px;
	border-collapse:collapse;
}
.resource_column_head {
	font-weight : normal;	
	border-left : 1px solid white; 
	border-right : 1px solid white;
	text-align : center; 
	width: 20%;
}
.resource_date_head {
	font-weight : normal;	
	text-align : center;
	width: 20%; 
}
.resource_name, .resource_name a {
	font-weight : normal;	
	color: Black;
	background-color: #DCDCDC;
	text-decoration: none;
	padding: 5px 5px 5px 0;
}
.resource_column {
	font-weight : normal;	
	color: Black;
	background-color: #DCDCDC;
	border-left : 1px solid white; 
	border-right : 1px solid white;
	text-align : center; 
	width: 20%;
}
.resource_date {
	font-weight : normal;	
	color: Black;
	background-color: #DCDCDC;
	text-align : center;
	width: 20%; 
}
/************************
* Training module modal *
************************/
/*
There is a override for this id #modalWindow for IE6 in jqModalIE6.css because IE6 does not know position: fixed.
*/
#modalWindow {
	background-color: #FFF;
	padding: 0;
	position: fixed; top: 10%; left: 50%;
	margin-left: -395px;
	width: 794px; height: 630px;
	border-collapse:collapse;
}


#jqmTitle {
	position: relative;
}
#jqmTitle #jqmTitleText {
	padding: 4px;
}
#jqmContent {
	border: none;
	display: block;
	margin: auto;
	width: 100%; height: 98%;
}


/***************
Training module
***************/

#training_module #training_body{
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 380px;
	
}
#training_module #training_footer{
	clear: both;
}
#training_module #training_header{
	clear: both;
	padding:0px;
	margin:0px;
}
#training_module #training_footer #module_navigation {
	clear: both;
	width: 790px;
	background-color: #ee3224;
	height: auto !important;	
}
#training_module #training_footer #module_navigation #page_numbers {
	width: 790px;
	background-color: #ee3224;
	height:40px;	
}

#training_module #training_body p{
	padding-top:5px;
	padding-bottom:5px;
}

#training_module #training_body #div_50_50{
	clear: both;
	overflow: hidden;
}
#training_module #training_body #div_50_50 .module_image {
	width: 745px;
	padding-bottom: 20px;
}
#training_module #training_body #div_50_50 .module_image1 {
	width: 363px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#training_module #training_body #div_50_50 .module_image2 {
	width: 363px;
	float: left;
	padding-bottom: 20px;
}
#training_module #training_body #div_50_50 .module_image img {
	margin: 0px;
}
#training_module #training_body #div_50_50 .module_content1 {
	width: 343px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #e7e7e8;
	padding-bottom: 32767px; margin-bottom: -32767px;	
}
#training_module #training_body #div_50_50 .module_content2 {
	width: 343px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-left:20px;
	background-color: #e7e7e8;
	padding-bottom: 32767px; margin-bottom: -32767px;	
}


#training_module #training_body #div_30_60{
	clear: both;	
}
#training_module #training_body #div_30_60 .module_image {
	width: 235px;
	float: left;
}
#training_module #training_body #div_30_60 .module_image img {
	margin: 0px;
	padding: 0px;
}
#training_module #training_body #div_30_60 .module_content {
	width: 495px;
	float: left;
	margin-left: 20px;
}
#training_module #training_body #div_30_60 .module_content ul, ol {
	padding-left: 20px;
}


#training_body #div_60_30{
	clear: both;
}
#training_module #training_body #div_60_30 .module_image {
	width: 235px;
	float: right;
	padding-bottom: 20px;
}
#training_module #training_body #div_60_30 .module_image img {
	margin: 0px;
}
#training_module #training_body #div_60_30 .module_content {
	width: 470px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#training_module #training_body #div_30_30_30{
	clear: both;	
	overflow: hidden;
}
#training_module #training_body #div_30_30_30 .module_image1 {
	width: 235px;
	float: left;
	padding-bottom: 20px;
}
#training_module #training_body #div_30_30_30 .module_image2 {
	width: 235px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}
#training_module #training_body #div_30_30_30 .module_image3 {
	width: 235px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}
#training_module #training_body #div_30_30_30 .module_content1 {
	width: 215px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	/* border-right: solid 2px #000000; */
	background-color: #e7e7e8;
	/* border: solid 5px #ffffff; */
	padding-bottom: 32767px; margin-bottom: -32767px;
}


#training_module #training_body #div_30_30_30 .module_content2 {
	width: 215px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-left:20px;
	background-color: #e7e7e8;
	/* border: solid 5px #ffffff;
	border-right: solid 2px #000000; */
	padding-bottom: 32767px; margin-bottom: -32767px;
}


#training_module #training_body #div_30_30_30 .module_content3 {
	width: 215px;
	float: left;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	background-color: #e7e7e8;
	/* border: solid 5px #ffffff; */
	padding-bottom: 32767px; margin-bottom: -32767px;
}

#training_module #training_body #div_30_30_30  ul, ol {
	padding-left: 20px;
	padding-bottom: 0px;
}

.spaced li {
	padding-bottom: 10px;
}
