/* This section is used when you are displaying votes as a bar */
.barcontainer {
	border: 1px solid #999999!important;
	height: 5px!important;
	width: 40px!important;
	font-size: 1px!important;
	margin: 2px 2px!important;
	display: none!important;
}
.barfill {
	background-color: #0099CC!important;
	font-size: 1px!important;
	height: 5px!important;
	clear: both!important;
	display: block!important;
}
.barhotfill {
	background-color: #00CCFF;
	font-size: 1px;
	height: 5px;
	clear: both!important;
	display: block!important;
}
.bartext {
	width: 350px!important;
	padding: 0px 0px;
	text-align: left;
	display: block;
	color: #000;
	margin: 0!important;
}
.bartext a{ border:none;margin-right:8px;}
.bartext span{float: left!important; margin-right:10px; padding-top:13px;}
.bartext .votedown {
	width: 13px!important;
	height:13px!important;
	float: left!important;
padding:0!important;
border:none;
margin-right:8px!important;
}
.bartext .voteup {

	width: 13px!important;
	height:13px!important;
padding:0!important;
border:none;
float: left!important;margin-right:8px!important;

}
/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	border: 2px solid #E5E5E5;
	background-color: #F3F3F3;
	height: 18px;
	width: 200px;
	font-size: 18px;
	padding: 5px 0px;
	text-align: center;
	margin: 0px 2px;
	display: block;
	color: #999999;
	cursor: default;
}
.tickertext .imagecontainer {
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 200px;
	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-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px!important;
	height: 20px!important;
	width: 200px!important;
	padding: 0px 0px!important;
	text-align: center!important;
	display: block!important;
	color: #0099CC;
	text-decoration: none;
}
.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block!important;
	background-color: #000000;
	margin: 5px auto 5px auto!important;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block!important;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%!important;
	display: block!important;
}
.votewidget .votecount {
	width: 23%!important;
	padding-left: 2%!important;
	float: left!important;
}
.votewidget .text {
	width: 75%;
	float: left!important;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%!important;
	display: block!important;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}