@charset "utf-8";
/* CSS Document */

/*Document Styles*/
h4{
	padding:15px 0px 0px 15px;
	text-align:left;
}
h1{
	padding:10px 0px 0px 15px;
	margin:0px;
}
#centerPane{
	height:430px;
}
/*End Document Styles*/

/*Contest Navigation*/
#contestNav{
	position:relative;
	height:30px;
	width:945px;
	border-bottom:1px solid #dfe0e0;
	padding:10px 0px 0px 15px;
}
#contestNav a{
	text-decoration:none;
	color:#bcbcbe;
	font-weight:bold;
	margin-left:35px;
}
#contestNav a#selected, #contestNav a:hover{
	text-decoration:none;
	color:#b9c53d;
	font-weight:bold;
	margin-left:35px;
}
#contestNav img{
	height:33px;
	width:33px;
	float:right;
	position:absolute;
	right:15px;
	top:3px;
}
#contestName a, #contestName a:hover{
	margin:0px;
	color:#b9c53d;
	font-size:16px;
	font-weight:bold;
}
/*End Contest Navifation*/

/*Overview view*/
#centerPane{
	color:#bcbcbe;	
}
#winnerPane{
	width:646px;
	height:390px;
	float:left;
	border-right:1px solid #dfe0e0;
	
}
.vAlign{
	height:357px;
	display:table;
	#position:relative;
	overflow:hidden;
	text-align:center;
	width:inherit;
}
.winnerWrap{
	width:631px;
	display:table-cell;
	vertical-align: middle;	
	#position:absolute;
	#top:50%;
}
.winnerItem{
	width:33%;
	float:left;
	text-align:center;
	#position:relative;
	#top:-50%;
	#left:-50%;
}
#honoreePane{
	margin:0 auto;
	padding:0;
	width:313px;	
	float:right;
	text-align:center;
}
.honorWrap{
	display:table-cell;
	vertical-align: middle;	
	#position:absolute;
	#top:50%;
	#left:40%;
}
#honorWidth{
	width:245px;
	margin:0 auto;
}
#honoreePane img{
	float:left;
	#position:relative;
	#top:-50%;
	#left:-50%;
}
#honoreePane img:hover{
	#position:relative;
	#top:-50%;
	#left:-50%;
}
/*End Overview view*/

/*Winners view*/
#winnersLeft{
	width:330px;
	background-color:#afbd21;
	color:#FFF;
	float:left;
	height:390px;
	z-index:0;
}
#winnersTitle{
	height:42px;
	width:330px;
	background-color:#f1ea0c;
	color:#8b8d09;
}
#winnerDetail{
	padding:0px 20px 0px 15px;	
}
#winnersRight{
	width:630px;
	float:right;
	z-index:0;
	height:390px;
	text-align:right;
	position:relative;
}
#contestControls{
	position:absolute;
	bottom:0px;
	left:-54px;	
	background-image:url(/webimgs/contestBubbles.png);
	background-repeat:no-repeat;
	height:125px;
	width:130px;
	z-index:10;
}
* html #contestControls{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/contestBubbles.png", sizingMethod="scale");
}
#contestControls #backBtn{
	position:relative;
	right:93px;
	top:73px;
}
#contestControls #nextBtn{
	position:relative;
	right:68px;
	top:73px;
}
#defaultCorner{
	z-index:10;	
}
/*End Winners view*/

/*Winners view*/
#honoreesLeft{
	width:200px;
	background-color:#afbd21;
	color:#FFF;
	float:left;
	height:390px;
}
#honoreesTitle{
	height:42px;
	width:200px;
	background-color:#f1ea0c;
	color:#8b8d09;
}
#honoreeDetail{
	padding:0px 20px 0px 15px;	
}
#honoreesRight{
	width:760px;
	float:right;
	z-index:0;
	height:390px;
	text-align:right;
	position:relative;
}
/*End Winners view*/

/*Jurors View*/
#jurorInfo{
	z-index:1;
}
#jurorSummary{
	padding:20px 15px 20px 15px;	
}
#jurorsQuotes{
	display:none;
	font-size:22px;
	color:#f1ea3e;
	padding:0px 25px 20px 25px;
}
.qout{
	color:#8b8d09;	
}
#source{
	color:#FFF;
	font-size:16px;
	float:right;
	padding:10px 45px 0px 0px;
}
.juror{
	display:none; 
	padding:20px 60px 0px 15px; 
	z-index:1;
	font-size:10px;
}
.jurorBox{
	float:left;
	width:210px;
	height:195px;
}
.jurorPic{
	float:left;
	width:210px;
	height:195px;
}
.jurorPic:hover{
	filter: alpha(opacity=60); /* ie */
	-moz-opacity: .6; /* mozilla */
	
}
#jurorIcon{
	position:absolute;
	left:0px;
	bottom:10px;
}
#jurorsBubbles{
	position:absolute;
	bottom:0px;
	left:276px;	
	background-image:url(/webimgs/contestBubbles.png);
	background-repeat:no-repeat;
	height:125px;
	width:130px;
	z-index:10;
}
*html #jurorsBubbles{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/contestBubbles.png", sizingMethod="scale");
}
/*End Jurors View*/

/*Global Snapshot View*/
#flashMovie{
	z-index:1;	
}
/*End Global Snapshot View*/
