@charset "utf-8";
/* CSS Document */


body {
	background-color: #FDD017;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
	
.right
{
	float: left;
	width:300px;

}/*This may be used for the logo for the header. */

A:link {
   color: #347C17;
   font-weight: bold;
}

A:active {
   	text-decoration: underline;
}
A:visited {
   color: #448C21;
}

A:hover{
	color: #00FF00;
}


p{
	padding: 3px 6px;
	margin: 3px;
	font-size:14px;
	font-weight:normal;
}

ul li {
	list-style-type:square;
	}


H1 {
	color: #006600;
	text-align: center;
	font-size:42px;
	vertical-align: bottom;
	padding: 40px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

H2{
	text-align: left;
	font-size:30px;
	padding: 3px 9px;
	background-color: #004400;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}
	
H3{
	background-color:#FFF;
	color:#CC6600;
	padding: 3px 16px;
	border-top: 1px solid #A36C07;
	border-bottom: 1px solid #A36C07;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

H4{
	margin: 6px 0px;
	text-align:left;
	color: #002200;
	padding: 3px 20px;
}



UL{
}

Input{
	  background-color: #AAEE66;
	  margin-top: auto;
	  margin-right: auto;
	  margin-left: auto;

}
Select {
	background-color: #AAEE66;
	}

Table{
	border-collapse:collapse;
	border:1px solid black;
	text-align: justify;
	font: sans-serif;
	
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	
}

Tr{
	

}

Td{
	text-align:left;
	padding:3px;
	border:1px solid black;
	font-weight: normal;

}

Th{
	border:1px solid black ;
	font: sans-serif;

}

.toplinks {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #003300;
	}
.toplinks A {
	}
.admintoplinks {
	font-size: 16px;
	}
.log_history_block {
	float: left;
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	background-color:#FEA;
	padding: 3px;
	margin: 3px;
	height: 60px;
	}
.log_history_marker {
	float: left;
	vertical-align: middle;
	text-align: center;
	padding: 4px 0px;
	margin: 3px 0px;
	height: 60px;
	}
	
.formList {
	width: 80%;
	}
	
TD H4 {
	margin: 6px;
	padding: 0px;
	}

TH {
	background-color: #002200;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.description {
	margin: 6px;
	}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0px 8px 0px;
	background-color: #FEE88A;
	}
#headerContainer {
	width: 940px;
	background-color: #FEE88A;
	background-image:url('images/mason_logo.png');
	background-position: top left;
	margin: 0px auto;
	padding: 0px 20px 6px 20px;
	background-repeat:no-repeat;
	text-align: center;
	vertical-align: bottom;
	min-height: 115px;
	}
#authenticationBox {
	border: 2px solid black;
	width: 30%;
	}
#authenticationBox TD {
	border: 0px solid black;
	padding: 6px;
	text-align: center;
	}
#authenticationBox A {
	font-size: 12px;
	}
#formBody {
	width: 95%;
	border: 2px solid #003300;
	padding: 0px;
	margin: 12px auto;
	}
#formBody TD {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #339933;
	vertical-align: top;
	}
#paths {
	text-align: center;
	}
.copyright {
	padding-top: 20px;
	text-align: center;
	color:#441100;
	font-style:italic;
	}
#formBody TD.labelControl {
	background-color:#FFEECC;
	}
.labelControl H4 {
	font-size: 20px;
	}
#registration{
	padding-left:250px;
	width: 400px;
	text-align: center;
	}
#noBorder TD, Table{
	border-width: 0px
	}
.validationErrors {
	color: #CC0000;
	font-weight: bold;
	}