/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	
	height: 18px;
	width: 40px;
	font-size: 18px;
	padding: 5px 0px;
	text-align: center;
	margin: 0px 2px;
	display: block;
	color: #999999;
	cursor: default;
}
.tickertext .imagecontainer {
	border-top: 0px;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.tickertext .imagecontainer .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.tickertext .imagecontainer .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
.tickertext .votelink {
	border-top: 0px;
	font-size: 11px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.tickertext .votelink a {
	color: #fff;
	text-decoration: none;
}
.tickertext .votelink a:hover {
	color: #22BBEE;
	text-decoration: none;
}
.votewidget {
	width: 90%;
	display: block;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	width: 100%;
	display: block;
}
.votewidget .back {
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;	
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	width: 98%;
	display: block;
	font-weight: bold;
	color: #666666;
}
/* Top posts widget */
.votemicro {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 12px; 
	width: 16px;
	height: 16px;
	text-align: center;
	padding: 5px !important;
	margin:10px 5px 0px 0px;
float:left;

}


.votemicrotext {
	font-size: 12px !important; 
position:relative;
top:7px;
	
}

.votelistind {
clear:both;
}
