/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#container{
	margin: 0px;
	width: 100%;
}
#header{
	padding: 10px;
	font-size: 20px;
	height: 55px;
	font-weight: bold;
}
#main_nav{
	background:url(images/menu_bg.gif) repeat-x;
	height: 33px;
	width: 100%;
}
#main_nav a {
	display: bloack;
	height: 25px;
	background:url(images/menu_bg.gif) repeat-x;
	border-right: 1px solid #FFFFFF; 
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.right_align{
	float: right;	
	font-size: 14px;
	text-align: center;
}
#left_side{
	width: 20%;
	float: left;	
	padding-left: 10px;
}
#left_side h1 {
	color: #C03533;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom: thin dotted #CCCCCC;
}
#left_side a {
	text-decoration: none;
	color: #000000;
}
#left_side a.blue{
	color: #0000FF;
	text-decoration: underline;
}
.divider {
	height: 5px;
	border-bottom: thin dotted #CCCCCC;
	margin-bottom: 5px;
}
#left_side .links {
	margin: 5px;
	margin-left: 30px;
}
#left_side .links_test {
	margin: 5px;
	margin-left: 10px;
}
#login_error {
	margin: 5px;
	color: #FF0000;
	font-weight: bold;
}


#esp_contest h2{ color: #981c1f;
font-size:300%;
margin:0 0 0 -20px;
padding:200px 100px 10px 100px; 
font-family: Verdana, sans-serif;
}

#esp_contest p{ border-bottom:1px solid #CCCCCC;
font-size:125%;
margin:0 100px 0 100px;
padding-bottom:60px;
color: #981c1f;
margin-bottom:1em;
line-height:1.5;
text-align:left;
font-family:Verdana, sans-serif;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;

}

#esp_contest h4 { color: #999; font: small Verdana, sans-serif; padding-left: 100px; }


#right_sideESP{
	border-left: 1px solid #666666;
	width: 75%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 500px; background: url(images/esp_contestBGweb.jpg) no-repeat; }




#right_side{
	border-left: 1px solid #666666;
	width: 75%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#right_side h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
}
#right_side h1.event{
	background: url(images/even_arrow.gif) left center no-repeat;
	background-color: #EAEAEA;
	padding: 3px;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	
}
.clear{
	clear: both;
}
#footer{
	border-top: 1px solid #666666;
	padding: 10px;
	width: 100%;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}
input.submit_btn{
	background: url(images/submit.gif) no-repeat;
	color: white;
	width: 98px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
input.go{
	background: url(images/go.gif) no-repeat;
	color: white;
	width: 24px;
	height: 24px;
	border: 0px;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

th{
	background:#333333;
	color: white;
	padding: 5px;	
}
th a {
	background:#333333;
	color: white;
	padding: 5px;	
}
.admintable td {
	background: #EFEFEF;
	padding: 2px;
}
.admintable tr.expired td {
	background: #FFD2D2;
	padding: 2px;
}
.addlink{
	font-size: 12px;
}
a.createpage{
	font-weight: bold;
	color: #C03533;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.catlinks a {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
.catlinks{
	text-indent: 2px;
	cursor: pointer;
}
.sublinks{
	text-indent: 12px;
}
.sublinks a {
	display: block;
	padding: 2px;
}
.sublinks a:hover{
	background: #C0E3EC;
}
a.filelink{
	text-decoration:none;
}
.filerow{
	display: block;
	height: 35px;
}
.icon{
	width: 40px;
	display: block;
	float: left;
}
.filename{
	position: relative;
	top: 8px;
}
h1.PASSED{
	display: block;
	padding: 2px;
	background: #D2E4C5;
}
h1.FAILED{
	display: block;
	padding: 2px;
	background: #FAD3D9;
}
.right{
	float: right;
}
a.switch{
	font-size: 11px;
}
form{
	padding: 0px;
	margin: 0px;
}