/* CSS Document */

body {
	
	padding: 0px;
	margin: 0px;
	
	min-height: 900px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004B7D; 
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #6E98B0;
}

h3 {
	font-size: 12px;
}


a:link, a:visited, a:hover {
	color: black;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

li {
  padding-left: 12px;
  background-image: url(../images/black_arrow_bullet.gif);

  background-position: top left;
  background-repeat: no-repeat;
  
  line-height: 18px;
}

.enter_step {
   padding-top: 12px;
}

.enter_step strong {
   color: #6E98B0;
}

.enter_buttons a:link, .enter_buttons a:visited, .enter_buttons a:hover,
#go_home a:link, #go_home a:visited, #go_home a:hover {
	color: #6E98B0;
}

#go_home {
	text-align: right;
}

.enter_buttons {
     padding-top: 10px;
}

#content_pane {	
	width: 600px;

	padding-bottom: 82px;
	margin-left: 30px;

	float: left;	
}

#content_column {
    position: relative;
	left: 50%;
	width: 540px;
	margin-left: -270px;
}

#content {	
	padding-bottom: 10px;
}

#content_text {
	width: 400px;
}

#identity_pane {
	width: 164px;
	float: left;
}

#masthead {
    height: 82px;
}

#winners {
	border-top: 1px solid #004D7B;
	border-bottom: 1px solid #004D7B;
}

#dialog {
	position: absolute;
	
	width: 400px;
	top: 140px;
	
	left: 50%;
	margin-left: -200px;
	
	background-color: #0099FF;
	
	display: none;
}

#intro_pane {
	padding-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #004D7B;	
	padding-bottom: 12px;
	float: left;
}

#intro_pane .vote_head1 {
	font-size: 18px;
	font-weight: bold;	
}

#intro_pane .vote_head3 {
	color: #6E98B0;
}

#details_display {
	background-color: white;
	color: black;
	padding-top: 10px;
}

.detail_body {
	margin-left: 172px;
	height: 100%;
	min-height: 188px;
}

#badge_pane {
	width: 97px;
	float: left;
	margin-top: 8px;
	display: none;
}

#candidates {
	clear: both;
}

.form_row {
	padding-top: 7px;
}

.scroller_frame {
	width: 100%;
	height: 500px;
	overflow: scroll;
}

#top10 a, #top10 a:hover, #top10 a:visited #top10 a:link {
	text-decoration: none;
	cursor: hand;
}

.top10_cell {
	width: 105px;
	/* height: 105px; */
	padding-top: 107px;
	float: left;
	margin: 1px;
}

.top10_cell h2 {
    background-color: #839097; 
	color: white; 
	font-size: 11px;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
}

.top10_cell h3 {
	background-color: white;
	font-size: 9px;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
}

.top10_pad_top {
	padding: 2px 0px 0px 0px;
}

.top10_pad_bot {
	padding: 0px 0px 3px 0px;	
}

.top10_pad_both {
	color: #004D7B;
	padding: 3px 0px 4px;
}

.winners_badge {
	padding-left: 1px;
	padding-right: 1px;
}

#winners {
	padding-top: 6px;
	padding-bottom: 10px;
}

.inner_10 {
	padding-left: 2px;
	padding-right: 2px;
}

.leftmost_10 {
	padding-right: 2px;
}

.rightmost_10 {
	padding-left: 2px;
}

/* some hackery to handle highlighting without shoving the thumbnails around. */

.inner_thumb a, .leftmost_thumb a, .rightmost_thumb a {
	display: block;
	padding: 2px;
}

.inner_thumb a:hover, .leftmost_thumb a:hover, .rightmost_thumb a:hover {
	background-color: #664A51;
}

.entry_details {
	display: none;
	height: 201px;
	background: #FFFFFF url(/images/vv/close_button.gif) top right no-repeat;
/*	background-color: #FFFFFF; */
}

#close_button a {
    background: #FFFFFF url(/images/vv/close_button.gif) no-repeat scroll right top;
    position: absolute;
    width: 59px;
    height: 27px;	
}

#close_button a h1 {
	display: none;
}

.candidate_header {
	color: #6E98B0;
	font-weight: bold;
	margin: 8px 0px 3px 2px;
	padding: 10px 0px 0px;
}

.candidate_detail {
	width: 490px;
	color: #433F41;
}

.candidate_detail a:link, .candidate_detail a:hover, .candidate_detail a:visited {
	color: #433F41;
}

.candidate_detail h1 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
	color: #654950;
}

.candidate_detail h1 .entrant_name {
	font-size: 18px;
	font-weight: bold;
	color: #433F41;
}

.entrant_bio_link {
	margin: 8px 0px 0px 0px;
}

.entrant_bio_link a {
	background: url(../images/black_arrow_bio_link.jpg) right center no-repeat;
	padding: 0px 7px 0px 0px;
}

.entrant_image_details {
	float: left;
	padding-top: 8px;
}

#details_buttons {
	background: #FFFFFF;
/*	float: left; */
	height: 100%;
/*	width: 376px; */
	padding: 20px 0px 0px 0px;
}

.entry_wait {
	display: none;
	height: 201px;
	background: #fff url(../images/wait.gif) center no-repeat;
}

#bio_content { padding: 0px 10px 0px; font: normal 11px Arial; }
#bio_content h1 { font-size: 14px; font-weight: bold; }
#bio_content h2 { margin: 0px; padding: 0px; font-weight: bold; font-size: 11px; color: #FFF; }
#bio_content p { margin: 0px; }
.bio_label { font-weight: bold; }

/* Vote Form Styles */
#vote_content {
	padding: 10px;	
}
.vote_form_buttons {
	text-align: center;	
}
.vote_form_message, .vote_form_container {
	padding: 3px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.vote_form_a16 {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.vote_form_a17 {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;	
}
.vote_form_button {
	padding-right: 5px;	
}
.vote_form_leftcol {
	padding: 10px;
	float: left;
	min-height: 170px;
}
.vote_form_rightcol {
	float: left;
	padding: 8px;
}
.vote_form_captcha {
	padding: 5px 0px;
}
.vote_form_bottom {
	width: 405px;
	float: left;
}

.error_message { 
	display: none;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.thank_you_container {
	text-align: center;
	margin-top: 75px;
}

.thank_you_container img {
	padding-top: 25px;
}

form { margin: 0px; padding: 0px; }
input { color: #000000; }

/* Modal */
/* Overlay */
#modalOverlay {background-color:#000; }

/* Container */
#modalContainer {height:261px; width:306px; left:332px; top:25%; background-color:#6E98B0; border:1px solid #004D7B; color: #FFFFFF;}
#modalContainer a.modalCloseImg {background:url(../images/modal_blue_close.gif) no-repeat; width:48px; height:14px; display:inline; z-index:3200; position:absolute; top:240px; left:129px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}
