@charset "utf-8";
/* Contest CSS Document */

/*cascading style off of main 5Hr style sheet*/

a:visited {
	text-decoration: underline;
	color: #900;
}


#SubPgContentTD {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(images/ContentBtmEdgeBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#compareBoxTD {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
}

#ContestHdrDIV {
	padding: 0px 0px 20px 30px;
	
}

#ContestContentDIV {
	background-image: url(images/ContentTopEdgeBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#SubPgContentTD #ContestContentDIV {
	font-size:14px;
}

#SubPgContentTD #ContestContentDIV h1 {
	margin: 5px 0px 15px 0px;
}

#SubPgContentTD #ContestContentDIV h3 {
	color: #000;
}

#SubPgContentTD #ContestContentDIV p {
	font-size:14px;

}

#SubPgContentTD #ContestContentDIV ul {
	font-size:14px;
}

#SubPgContentTD #ContestContentDIV #FormHeaderDIV {
	font-size:12px;
}

#SubPgContentTD #ContestContentDIV #FormTableDIV {
	border: 1px solid #CCC;
	padding: 10px;
		
}
.DateHilite {
	font-size: 24px;
	color: #000;
	background-color: #FF0;
}
#ContestantInfoTD {
	color: #FFF;
	background-color: #000;
	padding: 10px;
}
#voteFormDIV {
	background-color: #000;
	background-image: url(images/voteform_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
}
#voteForm td {
	color: #FFF;
}
#ContestantInfoTD h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}
