/* This section is used when you are displaying votes as a text */
.textcontainer {
	font-size: 1.5em;
	padding: 0px 0px;
	color: #555555;
	text-align: center;
}
.bartext {
	text-align: center;
	color: #999999;
}
.votedText {
	text-align: center;
	color: #999999;
}
.bartext a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background:#1C414A;
	padding:5px 10px;
}
.bartext a:hover {
	background:#009900;
}
.bartext .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.bartext .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}

.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	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 */
.votelistind {
	margin-bottom:10px;
	font-size:.917em;
}
.votemicro {
	background-color: #ff370f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding: 0 5px;
	margin-right:5px;
}
.votemicrotext {

}