/* CSS Document */
html {
    overflow-y: scroll;
    height: 100%;
} 

body {
	height: 100%;
}

.results_row1 .subtext, .results_row2 .subtext {
    line-height: 16px;    
}
	
.results_row1 .plusminus, .results_row2 .plusminus {
	float: right;
	cursor: pointer;
	margin-top: -7px;
}
.results_row1 .info, .results_row2 .info {
	display: none;
}

.results_row1 .info p, .results_row2 .info p {
	margin-top: 0px;
}
.results_row1 .subtext, .results_row2 .subtext {
    line-height: 16px;    
}
.results_row1, .results_row2, .voteresults_row1, .voteresults_row2, .userresults_row1, .userresults_row2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;			
	border-left: 1px solid #746f5e;	
    border-right: 1px solid #746f5e;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	width: 310px;
	position: relative;

}

.results_row1 .vote, .filmresults_row2 .vote {
	position: absolute;
	left: 430px;
}

.results_row1 .vote select, .filmresults_row2 .vote select {
	width: 140px;
}

.results_row1 .vote, .results_row2 .vote, .voteresults_row1 .vote, .voteresults_row2 .vote, .userresults_row1 .vote, .userresults_row2 .vote  {
	margin-top: -3px;	
	width: 40px;
	float: right;
}

.first {
    border-top: 1px solid #746f5e;   
}

.last {
    border-bottom: 1px solid #746f5e;    

}
.results_row1, .voteresults_row1, .userresults_row1 {
	background: #f3f2ec;
}

.results_row2, .voteresults_row2, .userresults_row2 {
	background: #d7d6cb;
}

.results_row1 .average, .results_row2 .average, .voteresults_row1 .average, .voteresults_row2 .average, .userresults_row1 .average, .userresults_row2 .average {
	width: 100px;
	float: right;
    color: #161616;
}

.results_row1 .username, .results_row2 .username, .voteresults_row1 .username, .voteresults_row2 .username, .userresults_row1 .username, .userresults_row2 .username {
	width: 140px;
	float: right;
}

.subtext a, .subtext a:hover {
	font-weight: normal;
}
img.thumbnail {

	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-top: 12px;
}
