/*
 * Voting
 *
 */ 

body {
	color:#858f98;
}

img.candidates-image-400 {
	width:288px;
}

img.candidates-image-small {
	width:100px;
	padding-bottom:2px;
}

#blamo{
	position:absolute;
	top:5px;
	left:600px;
	z-index:22;
}

#voting{
	padding:10px;
}
#voting h1{
	color:pink;
}
#vote_left{
	float:left;
	width:150px;
	font-weight:bold;
	padding: 15px 20px 0px 0px;
}

#vote_left li {
	padding-left:10px;
}

#voting_info{
	float:left;
	width:600px;
	padding-top:15px;
	font-size:14px;
}

#vote_images{
	float:left;
	width:180px;
	padding-top:16px;
	padding-left:32px;
}

#image_holder{
	width:100%;
	min-height:150px;
}

#image_holder img {
	width:300px;
}

#image_name {
	font-weight:bold;
}

#icons{
/*	float:left;*/
	padding-top: 20px;
}
#icons img{
/*	width:50px;*/
	margin:1px;
}

a.selected {
	color:#006587;
}
.candidates-image-icon20{
	cursor:pointer;
}
#vote_links{
	
}

/* OLD */

#login_form {
	width:150px;
	height:200px;
	margin-top:130px;
	padding: 15px 10px 50px 17px;
/*	background: url(/framework/images/round_form.jpg) no-repeat;*/
}

#form_holder h3{
	line-height:2px;
}

#form_button {
	width:60px;
	float:left;
}

#form_only {

}

#problems {
	width: 90px;
	float:left;
}

#memberLogin input {
	font-size:10px;
	height:12px;
	line-height:12px;
	padding:2px;
	width:110px;
}

fieldset {
	border:none;
	padding:0px 0px 5px 0px;
}

label {
	color: #77c5e9;
}

#candidate_info {
	float:left;
	width:450px;
	padding: 15px 20px 0px 7px;
	color: #858f98;
}


#thin_left {
    float:left;
	min-width:150px;
}

#finalists {
	padding-left: 5px;
}


#candidate_table {
	color: #006587;
	padding-left: 25px;
}

.round_voting {
	background:url(/framework/images/round_voting.jpg) no-repeat;
	width:125px;
	height:180px;
	text-align:center;
}

#messages {
	width:500px;
	padding-left:131px;
}



.alternate {
    
}

.center {
	padding:10px 0px 10px 45px;
}

#voting_top {
	padding-left:131px;
	padding-bottom:5px;
}

#voting_rules {
	color: #858f98;
	width:600px;
	padding: 30px 0px 0px 133px;
}


#links{
	margin-top:-10px;
}

#comments{
	padding-top: 20px;
}

.comment{
	border-bottom:1px solid #DDDDDD;
	margin: 6px 3px 3px 0px;
	padding: 4px 4px 4px 8px;
}
#comment_form_wrapper {
	padding-top: 10px;
	font-size: 10pt;
	margin-top: 20px;
}
#comment_form_wrapper textarea{
	width:377px;
}
.candidate-line{
	padding: 3px 0px 0px 10px;
	font-size: 9pt;
}
.comment-info{
	font-size: 11px;
}
#discussion_header{
	width:400px;
	float:left;
}
#discussion_header p{
	font-size: 9pt;
}
#filter{
	width:200px;
	float:left;
	padding-top: 13px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align:right;
}
#filter img{
	width:24px;
}
#discuss{
	padding-left: 15px;
}
#discuss a{
	color:#ABB537;
}
#discuss a:hover{
	color:#7a8127;
}