/* This section is used when you are displaying votes as a ticker */
.tickercontainer { 
	border: solid 1px #d3d3d3; 
	background-color: #e8e8e8; 
	height: 25px; 
	width: 48px; 
	font-size: 18px; 
	padding: 7px 0 5px 0; 
	text-align: center; 
	margin: 0 0 6px 0; 
	display: block; 
	color: #555; 
	cursor: default; 
}
.tickertext .votelink { 
	background-color: #41699f; 
	font-size: 11px; 
	margin: 0; 
	/*height: 17px; */
	width: 48px; 
	padding:3px 0; 
	text-align: center; 
	display: block; 
	color: #fff; 
	text-decoration: none; 
	line-height:1em;
	border-color: #2d496f; 
	border-style: solid solid solid solid; 
	border-width: 0 1px 1px; 
}
.tickertext .votelink a {
	color: #fff;
	text-decoration: none;
}
.tickertext .votelink a:hover { 
	color: #fff; 
	text-decoration: underline; 
}
	
.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block;
	background-color: #f0f0f0;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #f0f0f0;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #f0f0f0;
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #f0f0f0;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
/* Top posts widget */
.votemicro {
	border: 1px solid #d3d3d3;
	background-color: #e8e8e8;
	color: #444444;
	font-size: 0.55em; /*8*/
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}