/* This section is used when you are displaying votes as a bar */
.barcontainer {
	border: 1px solid #999999;
	height: 5px;
	width: 32px;
	font-size: 1px;
	margin: 2px 2px;
	display: block;
}
.barfill {
	background-color: #0099CC;
	font-size: 1px;
	height: 5px;
	clear: both;
	display: block;
}
.barhotfill {
	background-color: #00CCFF;
	font-size: 1px;
	height: 5px;
	clear: both;
	display: block;
}
.bartext {
	width: 32px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	margin: 0px 3px;
}
.bartext .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.bartext .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	background-color: #ff7e00;
	background-image : url('http://files.motorsemanal.es/back-votes.png');
	background-repeat : no-repeat;
	height: 23px;
	width: 32px;
	line-height : 100%;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0;
	display: block;
	color: #fff;
	cursor: default;
}
.tickertext .imagecontainer {
	background-color: #fff;
	font-size: 11px;
	margin: 0;
	height: 15px;
	width: 32px;
	padding: 0 0;
	text-align: center;
	display: block;
	color: #ff7e00;
	text-decoration: none;
}
.tickertext .imagecontainer .votedown {
	width: 15px;
	height:15px;
	float: left;
	margin : 0;
	padding : 0;
	text-decoration : none;
}
.tickertext .imagecontainer .voteup {
	width: 32px;
	height: 15px;
	margin : 0;
	padding : 0;
	text-decoration : none;
	line-height : 100%;	
}
.tickertext .imagecontainer .voteup:hover {
	background-color: #ffdebe;
	color: #fff;
	text-decoration: none;
}
.tickertext .imagecontainer .voteup a:hover {
	background-color: #fff;
	color: #fff;
	text-decoration: none;	
}
.tickertext .votelink {
	background-color: #fff;
	font-size: 11px;
	margin: 0;
	height: 15px;
	width: 32px;
	padding: 0 0;
	text-align: center;
	display: block;
	color: #ff7e00;
	text-decoration: none;
}
.tickertext .votelink:hover {
	background-color: #ff7e00;
	color: #fff;
}
