
 /*  HTML ELEMENTS  */

	body {
		background: url(../img/shadow.jpg) repeat-y 50% #FFFFFF;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif,Verdana;
		font-size: 12px;
	}
	
	ol, ul, dl, li, dt, dd{
		margin: 0;
		padding: 0;
		list-style: none;
		text-indent: 0;
	}
	
	input, select, textarea{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	a{
		text-decoration: none;
		color: #234F70;
	}
	
	a img{
		border: 0px;
	}


/* GENERAL STYLES */

/* IDS */
#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* MAIN SECTIONS */

	#up{
		position: relative;
		width: 1000px;
		height: 275px;
		background:  url(../img/header_bg.jpg) 0px 0px;
	}
	
#down{
  position: relative;
  background-color: #ececec;
  width: 1000px;
  display: table;
 }
	
	/* MAIN SUB SECTIONS */
	
		#top{
			position: relative;
			display: block;
			width: 1000px;
			height: 50px;
			overflow: hidden;
			border-bottom: 2px solid #ceced0;
			padding-bottom: 8px;
		}
		
		#header{
			position: relative;
			height: 189px;
			width: 1000px;
			overflow: hidden;
		}
		
/* TOP */

#bc_logo{
	position: relative;
	background:url(../img/bc_logo.gif);
	width: 131px;
	height: 39px;
	top: 5px;
	left: 5px;
	float: left;
}

#eduk_logo{
	position: relative;
	background:url(../img/eduk_logo.gif) 0px -2px;;
	width: 179px;
	height: 41px;
	top: 5px;
	right: 10px;
	float: right;
}

#login{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/login_bg.gif) bottom;
	width: 250px;
	font-weight: bold;
	overflow: hidden;
	padding: 3px 0 3px 0;
	height: auto;
}

#login dl{
	display: inline;
	text-align: center;
	padding: 0 16px;
	border-left: 1px solid #000033;
	width: auto;
	line-height: 15px;
	height: 15px;
	float: right;
}
#login .CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

#login .CollapsiblePanelTab {
	width: 70px;
	float: right;
}
#login .CollapsiblePanelContent {
	margin: 0px 5px 0px 5px;
	padding: 5px 0 0 0;
	height: 22px;
	overflow: hidden;
	clear: both;
}
#login .CollapsiblePanelTab a {
	color: #234F70;
	text-decoration: none;
}

#login .CollapsiblePanelContent input{
	width: 85px;
}

#login .CollapsiblePanelContent #submit{
	width: 50px;
}

/* HEADER */

#challenge_logo{
	position: relative;
	background:url(../img/challenge_logo.jpg);
	width: 184px;
	height: 159px;
	top: 9px;
	left: 20px;
	float: left;
}

#banner{
	position: relative;
	width: 740px;
	height: 94px;
	top: 10px;
	right: 10px;
	float: right;
}

#banner li{
	position: relative;
	display: inline;
	}

#banner li#advertisement{
	float: left;
	background-image: url(../img/images/advertisement.jpg);
	width: 10px;
	height: 90px;
}

#banner li#ad_banner{
	float: right;
	width: 728px;
	height: 90px;
	padding: 3px 0px 3px 0px;
	overflow: hidden;
}

#contestants{
	position: relative;
	width: 765px;
	height: 53px;
	background: #103466;
	float: right;
	right: 10px;
	top: 30px;
	overflow: hidden;
}

#contestants li{
	float: left;
	position: relative;
	}

#contestants li#contestants_left_side{
	background: url(../img/cont_left.gif) no-repeat;
	width: 6px;
	height: 53px;
}

#contestants li#day{
	background: url(../img/cont_mid.jpg) 0px 0px;
	width: 97px;
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	border-right: 2px solid #103466;
}

#contestants li#contestants_mid{
	background: #ffffff;
	height: 49px;
	width: 10px;
	left: 3px;
	top: 2px;
	position: relative;
}

#contestants li#contestant_pics{
	background: #ffffff;
	height: 49px;
	width: 53px;
	left: 3px;
	top: 2px;
	position: relative;
}

#contestants li#contestant_pics img{
	margin: 2px 0px 0px 0px;
}

#contestants li#contestants_right_side{
	background: url(../img/cont_right.jpg) left 0px;
	width: 4px;
	height: 53px;
}


#menu{
	position: relative;
	width: 1000px;
	height: 25px;
	color:#FFFFFF;
	text-align:center;
	overflow: hidden;
	border-bottom: 1px solid #000033;
	background:  url(../img/header_bg.jpg) 0px bottom;
}

#menu li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	width: auto;
	}
	
#menu li#menu_separator{
	padding: 0px 20px 0px 20px;
}

#menu a, #menu a:hover{
 	color: #ffffff;
	text-decoration: none;
}

#menu a:hover{
	color: #FFFF00;
}
#menu li#selected a{
	color: #FFFF00;
	}
	

/* CONTENT */

	/*  PAGE SECTIONS */
	#content{
		position: relative;
		float: left;
		padding-bottom: 10px;
		background-color: #ececec;
		width: 1000px;
		overflow: hidden;					
	}
	
	#right{
		position: relative;
		float: right;
		width: 200px;
		text-align: center;
		padding: 10px 0px 0px 0px;
		background-color: #76a6ba;
		clear: inherit;
	}
		
	#left{
		position: relative;
		float: left;
		top: 5px;
		left: 5px;
		width: 500px;
	}
	
	#middle{
		float: left;
		left: 10px;
		position: relative;
		width: 285px;
		top: 5px;
	}

#middle img{
	width: 50px;
	height: 50px;
	border: 1px solid #666666;
	margin-right: 3px;
}
#headers{
	height: 29px;
	overflow: hidden;
	background-color: #ececec;
	background: url(../img/headers_bg.gif) repeat-x;
	position: relative;
	}

#headers_left, #headers_right {
	width: 14px;
	height: 30px;
	position: relative;
	}

#headers_left{
	background: url(../img/headers_left.gif) no-repeat;
	float: left;
}

#headers_right{
	background: url(../img/headers_right.gif) no-repeat;
	float: right;
}

#headers_bg{
	font-size: 15px;
	font-weight: bold;
	color: #093162;
	line-height: 38px;
	text-indent: 2px;
	float: left;
	position: relative;	
	text-transform: uppercase;
}
	
#content_data{
	border-top: 0px;
	border-left: #0092c5 solid 1px;
	border-right: #0092c5 solid 1px;
	border-bottom: #0092c5 solid 1px;
	padding: 5px;
	margin-bottom: 5px;	
	background: #FFFFFF;
	position: relative;	
	float: left;
}

	/*  INDEX  */
	
#index_left{
	width: 470px;
	float: left;
	position: relative;
	top: 5px;
	left: 5px;
}
#index_login{
	width: 150px;
	float: left;
	position: relative;
}

#index_middle{
	left: 28px !important;
	left: -3px;
	float: left;
	width: 209px;
	top: 5px;
	position: relative;
}

#index_right{
	right: 3px;
	top: 5px;
	width: 285px;
	float: right;
	position: relative;
}

	#news{
		width: 487px;
		text-align: left;
	}
	
	#news #content_data, #fact #content_data, #videos #content_data{
		height: 240px;
		position: relative;
		font-size: 11px;
	}

	#index_main_news{
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#main_news_sections{
		width: 265px;
		height: 245px;
		position: absolute;
		top: 4px;
		overflow: hidden;
	}
	#main_news_pic{
		padding: 2px 2px 2px 2px;
		border: 1px solid #666666;
	}
	
	#big_news{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#0092c5;
		display: block;
		font-weight: bold;
		padding: 3px 0px 3px 0px;
		width: 250px;
	}

	#headlines{
		position: relative;
		width: 217px;
		float: right;
		}
		
	#headlines div#news_intro{
		position: relative;
		left: 3px;
		line-height: 13px;
		height: 43px;
		width: 215px;
		color: #000000;
		overflow: hidden;
		font-size: 11px;
		border-top: 1px solid #0092c5;
		padding-top: 4px;
	}
	
	#headlines div#news_intro a{
		display: block;
	}
	
	#headlines div#news_intro a:hover, #main_news_sections a:hover div{
		background: #666666; /* #DFDFDF;*/
		z-index: 1;
	}

	
	#fact{
		text-align: left;
		position: relative;
	}
	
	#real_fact{
		height: 140px;
		position: relative;
		text-align: justify;
		font-size: 11px;
	}
	
	#other_facts{
		position: relative;
		height: 93px;
		border-top: #ececec 2px solid;
		overflow: hidden;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		background: #b5d6ea;
		font-size: 11px;
	}
	
	#yesterday{
	text-indent: 3px;
	line-height: 20px;
	padding: 0px 7px 0px 0px;
	background: #b5d6ea;
	font-weight: bold;
	}
	
	#pre_letter{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
		font-style: italic;
		text-transform: uppercase;
	}
	
	#videos #content_data{
	background-color: #000000;
	}
	#profile #content_data, #gallery #content_data{
		height: 175px;
	}
	#profile{
		overflow: hidden;
		text-align: left;
		font-size: 11px;
	}
		
	#gallery{
		overflow: hidden;
		text-align: left;
		float: left;
		text-align: center;
	}

	#gallery img{
		padding: 1px;
		border: 1px solid #666666;
		margin-right: 2px;
		width: 108px;
		height: 78px;
	}
	
	#position{
	color: #990000;
	font-size: 12px;
	font-weight:bold;
	float: left;
	width: 50px;
}

#prizes{
	margin: 10px 2px;
}
	
#timer{
	background: url(../img/timer_bg.jpg) no-repeat -1px 0px;
	height: 62px;
	font-size: 25px;
	color: #ffffff;
	padding-top: 10px;
	}
#timer div{
	display: inline;
	position: relative;
	padding: 0px 29px 0px 15px;
}
	

#sponsors{
	top: 0px;
	width: 1000px;
	position: relative;
	background: #ececec;
	text-align: center;
	clear: right;
}

#sponsors #content_data{
 width: 980px;
 margin-left: 5px;
 background: url(../img/sponsors/sponsors_bg.gif) 50% 75% no-repeat #ffffff;;
}


#sponsors #headers{
	width: 992px;
	margin-left: 5px;
}


#footer{
   width: 990px;
   float: right;
   background: #ffffff;
   padding-right: 10px;
   text-align:right;
   height: 20px;
   font-size: 10px;
   display: table-cell;
   valign: middle;
  }

#news_item{
	position: relative;
	padding: 10px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #0092c5;
	clear: both;
}

#news_item #news_headline{
	font-size: 12px;
	border-bottom: 0px;
	padding-bottom: 5px;
	color: #0092c5;
}

#other_headlines li{
	font-size: 11px;
	border-bottom: 0px;
	padding-bottom: 5px;
	background: url(../img/bullet.gif) no-repeat 2px 20%;
	text-indent: 0px;
	padding-left: 15px;
	
}

#actual_news{
position: relative;
width: 487px;
}

#full_news_headline{
font-size: 18px;
width: 484px;
color: #0066FF;
border-bottom: solid 1px #0092c5;
position: relative;
}
#books{
font-size: 12px;
width: 487px;
color: #0066FF;
border-bottom: solid 1px #0092c5;
position: relative;

}

#news_date, #news_source, #add_comment{
font-weight: bold;
font-size: 10px;
width: 240px;
height: 15px;
position: relative;
float: left;
}

#news_section{
width: 467px;
position: relative;
margin-bottom: 10px;
overflow: auto;
}

#news_pic{
padding: 0px 10px 5px 0px;
float: left;
}

#news_source{
float: right;
text-align: right;
position: relative;
}

#comments_headline{
font-size: 18px;
color: #0066FF;
border-bottom: solid 1px #0092c5;
position: relative;
width: 487px;
top: 10px;
left: 5px;
}

#comments_date{
font-weight: bold;
font-size: 12px;
color:#0066CC;
width: 487px;
border-bottom: #0092c5 1px solid;
margin-bottom: 20px;
}

#comments{
font-size: 12px;
width: 487px;
height: auto;
overflow:hidden;
background:#E4EAEF;

}
#comments_r{
border-bottom: #ffffff 1px solid;
margin: 10px;
padding:5px;
}

#add_comments_area{
height: 220px;
}

#bookmarks{
height: 87px;
text-align: center;
position: relative;
width: 480px;
background: url(../img/bookmark.jpg) no-repeat -5px 0px;
padding-top: 15px;
top: -20px;
}

#bookmarks li{
line-height: 28px;
display: inline;
padding-right: 25px;
}


#news_options li{
line-height: 18px;
display: inline;
padding-right: 10px;
}

#main_news li#news_intro{
margin-left: 3px;
width: 505px;
height: 48px;
padding: 3px 4px 6px 4px;
color: #FFFFFF;
}

#news_section li{
margin-bottom: 5px;
}

#contest{
width: 168px;
position: relative;
float: left;
top: 5px;
height: 182px;
margin: 5px 14px 3px 0px;
border: 2px solid #0092c5;
padding: 2px;
}

#contest li{
margin: 0px 0px 0px 0px;

font-size: 12px;
line_height: 18px;
font-size: 11px;
}

#contest ul#details{
height: 62px;
background: #9ad7d8;
}

li#contestant_name{
line-height: 20px;
background: #ffffff;
height: 20px;
font-family: times new roman;
font-size: 14px;
font-weight: bold;
diplay: table-row;
valign: middle;
color: #003399;
}

#contestant_details #contestant_name{
font-size: 24px;
line-height: 20px;
font-family: times new roman;
font-weight: bold;
color: #000066;
}

#contestant_details{
position: relative;
left: 245px;
top: 145px;
z-index: 10;
width: 180px;
}

#contestant_details td#qs{
height: 15px;
padding-left: 48px;
position: relative;
font-weight: bold;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
color:#000033;
}

#other_contestants{
  margin-bottom: 5px;
  border: 1px solid #666666;
  padding: 1px;
}

#other_contestant_name{
 font-size: 14px;
 font-weight: bold;
 color: #000066;
}

#contestants_content_data{
	position: relative;
	border: #0092c5 solid 1px;
	padding: 0px 3px 3px 3px;
}

#contestants_content_data div#label{
 font-weight:  bold;
 display: inline;
 width: 100px;
}

#contestants_content_data div#detail{
}

#contestants_content_data li{
	margin-bottom: 10px;
 	width: 490px;
	display: inline;
}

#other_contestants{
	margin-bottom: 5px;
 	border: 1px solid #666666;
	padding: 1px;
}

#other_contestant_name{
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

#vote_btn{
	background:url(../img/vote_me_btn.jpg) no-repeat;
	border: 0px;
	width: 127px;
	height: 50px;
}

 
/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}

.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}
  
.red{
	color:#FF0000;
}

#menu form, #menu select{
	width: 150px;
	display: inline;
}

#season{
	background: none;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#left .challenge ol{
	margin-left: 20px;
}
#left .challenge ol li{
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
/*	background: url(../img/bullet.gif) 0% 2px no-repeat;
*/	padding-left: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}

#left .challenge ul li{
	list-style-image: url(../img/bullet.gif);
	list-style-position: inside;
/*	background: url(../img/bullet.gif) 0% 2px no-repeat;
*/	padding-left: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}

#board img{
	width: 60px;
	height: 60px;
}