/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	text-align: center;
	display: block;
	color: #999999;
	cursor: default;

	padding-top:24px;
	font-size:13px;
	color:black;
	width:60px;
	height:40px;
	background-image:url('votestar.png');
	background-repeat:no-repeat;
	
	
}
/*.tickertext .imagecontainer {
	border-top: 0px;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	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: 13px;
	margin: 0px 0px 0px 5px;
	height: 18px;
	width: 56px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: white;
	text-decoration: none;
	/*background-image:url('vote.png');*/
/*	text-indent:-10000px;
*/
	border:1px solid white;
}
.tickertext .votelink a {
	color: white;
}
.tickertext .votelink a:hover {
	color: #22BBEE;
	text-decoration: none;
}
.votewidget {
	display: block;
	background-color: #000000;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
/* Top posts widget */
.votemicro {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 0.55em; /*8*/
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}