/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	height: 16px;
	width: 40px;
	font-size: 10px;
	text-align: center;
	margin: 0px 0px;
	display: inline;
	color: #4b4a4c;
	cursor: default;
}
.tickertext .imagecontainer {
	font-size: 10px;
	margin: 0px 0px;
	height: 16px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: inline;
	color: #4b4a4c;
	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 {
	font-size: 10px;
	margin: 0px 0px;
	height: 16px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display:inline;
	color: #4b4a4c;
	text-decoration: none;
}
.tickertext .votelink a {
	color: #4b4a4c;
	text-decoration: none;
}
.tickertext .votelink a:hover {
	color:#939296;
	text-decoration: none;
}
.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: inline;
	background-color: #000;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: inline;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%;
	display: inline;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: inline;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
/* Top posts widget */
.votemicro {
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#4b4a4c;
	background: url(images/like.png) 0 5px no-repeat;
    padding-left:16px;
	margin-right:10px;
	margin:0px 5px 0px 0px;
	vertical-align:middle;
	display:inline;
}
.votemicrotext {
	
}