@charset "utf-8";
/* CSS Document */

table.voteTable {
}
table.topTable {
}
table.voteTable td, table.topTable td {
	padding-top:10px;
	padding-bottom:10px;
}
table.voteTable tr.vote-nominant td,
table.voteTable tr.vote-nomination td,
table.voteTable tr.vote-winners td {
	font-weight:bold;
	padding:0;
	padding-left:5px;
}
table.voteTable tr.vote-nominant td h2,
table.voteTable tr.vote-nomination td h2,
table.voteTable tr.vote-winners td h2 {
	font-size:14px;
}
table.voteTable td.votes, td.percents {
	margin:0;
}
table.voteTable td.votes {
	font-size: 14px;	
	font-weight:bold;	
	width:100px;
	padding:10px 5px 5px 10px;	
	text-align:center;
}
table.voteTable td.percents {
	width:120px;
	padding:14px 10px 5px 5px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#999999;	
}
table.voteTable td.user {
	padding-bottom:10px;
	width:220px;
}
table.voteTable td.userAvatar {
	padding:10px 10px 10px 0;
	width:60px;
}
table.voteTable td.userInfo {
	text-align:left;
	padding:10px 0;
	width:160px;
}

div.userInfo {
	margin-left:70px;
}
div.showHide {
	padding: 5px 0 0 0;
}
div.showHide span {
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px dashed black;
}

p.name {
	font-size: 14px;
	font-weight:bold;
	margin:0;
	color:#141414;
	padding-bottom:5px;
}
p.info {
	font-size: 10px;
	color:#999999;
	padding:0;
	margin:0;
}
p.votes, p.percents {
	margin:0;
	padding:0;
}
p.percents {
	font-size:11px;
}
div.votes {
	color:#a8c0e2;
	font-size:50px;
}
div.votesTwoDigit {
	color:#a8c0e2;
	font-size:32px;
}

tr.hiddenResults, tr.visibleResults {
	width:440px;
}
tr.hiddenResults {
	display:none;
}
tr.visibleResults {
	display:block;
}
.nomination {
}


input.disabled {
	background-color:#F2F2F2;
	color:#333;
	border: solid 1px #CBD7EB;
	width:215px;
	padding:4px 5px;
	background-image:url(desc.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}


.userlist {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	
	width:215px;	
	background-color:#FFFFFF;
}

.userlist li
{
	width:215px;
	padding:5px;
	border: solid 1px #CBD7EB;
	border-top:none;
	border-collapse:collapse;	
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#333;
	cursor: hand;
	cursor: pointer;
	width: 100%;
}
.userlist li.active
{
	background: #EAECF2;
	background-color:#EAECF2;
}
.userlist li.selected
{
	background: #CBD7EB;
	background-color:#CBD7EB;	
}
.userlist li.firstelement
{
	border-top: none;		
}
.userlist li.lastelement
{
	border-bottom: solid 1px #CBD7EB;
}



#hof .empty_odd, #hof .selected_odd 
{
	background-color:#EAECF2;
}
#hof .empty_even, #hof .selected_even
{
	background-color:#F8F8F8;
}

/* original */
#listtest
{
   padding-left: 20px;
}

.userlist.fixedsize
{
	overflow: auto;
}

.userlist.fixedsize li
{
	width: auto;
}
