.post_votewidget {
	width: 50px;
	margin: 5px 0;
	padding: 5px 0;
	float: left;
	background-image:url(img/votebackground.png);
	background-repeat:no-repeat;
}
.post_votewidget_closed {
	width: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:url(img/votebackground2.png);
	background-repeat:no-repeat;
}
.post_votecount {
	width: 50px;
	height: 35px;
	padding: 4px 0px 0px 0px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px;
}
.post_votebuttoncontainer a {

}
.post_postvote div {

}
.post_votebutton {
	font-size: 10px; /*10*/
	background-image:url(img/votebutton.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #0A344F;
	height: 16px;
	width: 50px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	display: block;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1.6em; /*Fixes issues on certain themes*/
}.post_votebutton a {
	color: #0A344F;
}
.post_votebutton:hover {
	color: #0A344F;
	text-decoration: none;
}
.post_postvote {
	width: 50px;
	float: left;
	padding:10px 0;
}
.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;
}
.votemicro {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 0.55em; /*8*/
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}
#aecomovote_button {
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	overflow:hidden;
}


.barcontainer {
	font-size:14px;
	font-weight:bold;
	}
.barfill {
	clear:both;
	display:inline-block;
	font-size:14px;
	height:16px;
}
.barhotfill {
	background-color: #00CCFF;
	font-size: 1px;
	height: 5px;
	clear: both;
	display: block;
}
.bartext {
	display:inline;
}
.bartext a {
	font-size: 10px; /*10*/
	background:url(img/voteticker.png) no-repeat 0 0;
	text-align: center;
	color: #FFF;
	height: 16px;
	width: 50px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1.9em; /*Fixes issues on certain themes*/
	display:inline-block;
	text-decoration:none;
}
.bartext a:hover { 
	background-position: 0 -16px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.bartext .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.bartext .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
a.imagecontainer {
	font-size: 10px; /*10*/
	background:url(img/voteticker.png) no-repeat 0 0;
	text-align: center;
	color: #0A344F;
	height: 16px;
	width: 50px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1.6em; /*Fixes issues on certain themes*/
	display:block;
}
a.imagecontainer:hover { background-position: 0 -16px; }

