.post_votewidget {
	width: 87px;
	margin: 3px 10px 5px 0px;
	padding: 0px;
	float: left;
	background-image:url(img/votebackground.png);
	background-repeat:no-repeat;
}
.post_votewidget_closed {
	width: 87px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:url(img/votebackground2.png);
	background-repeat:no-repeat;
}
.post_votecount {
	width: 87px;
	height: 44px;
	padding: 8px 0px 0px 0px;
	font-size: 22px;
	color: white;
	/* GPL changed font color from 7F7F7F throughout this stylesheet */
	text-align: center;
	display: block;
	margin: 0px;
}
.post_votebuttoncontainer a {

}
.post_postvote div {

}
.post_votebutton_thx {
	font-size: 10px; /*10*/
	background-image:url(img/votebutton_thx.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #ffffff;
	height: 21px;
	width: 87px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	display: block;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1em; /*Fixes issues on certain themes*/
}.post_votebutton_thx a {
	color: #ffffff;
}
.post_votebutton_thx:hover {
	color: #999999;
	text-decoration: none;
}
.post_votebutton_login {
	font-size: 12px; /*10*/
	background-image:url(img/votebutton_red.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #ffffff;
	height: 21px;
	width: 87px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	display: block;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1.4em; /*Fixes issues on certain themes*/
}.post_votebutton_login a {
	color: #ffffff;
}
.post_votebutton_login:hover {
	color: #999999;
	text-decoration: none;
}

.post_votebutton {
	font-size: 10px; /*10*/
	background-image:url(img/votebutton.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #ffffff;
	height: 21px;
	width: 87px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding: 0px;
	/*padding-bottom: 5px;*/
	display: block;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1em; /*Fixes issues on certain themes*/
}.post_votebutton a {
	color: #ffffff;
}
.post_votebutton:hover {
	color: #999999;
	text-decoration: none;
}
.post_postvote {
	width: 97mpx;
	float: left;
}
.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;
	color: #FF0000;
}
/*for mainpage display added by GPL*/
.votebig .votemicro {
	padding-left: 2%;
	border-color:#FFFFFF;
	float: left;
	width: 87px;
	height: 40px;
	margin: 0px;
	padding: 8px 10px 10px 0px;
	font-size: 18px;
	color: white;
	text-align: center;
	display: block;
	background-image:url(img/votebackground.png);
	background-repeat:no-repeat;
	background-color: #ffffff;
}
/*for mainpage display added by GPL to override prior votelistind style*/
.votebig .votelistind {
	padding: 8px 10px 50px 0px; /*bottom number which is third in array is lineheight*/
	border-bottom: 1px solid #dddddd;
}

.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 #FF99CC;
	/*GPL modified border color to FF99CC (light pink) */
	background-color: #D02D8C;
	/*GPL modified bgcolor from FFF2C9 to D02D8C (dark pink) */
	color: #ffffff;
	font-size: 10px; /* GPL modified from 0.55em */
	/*
	width: 20px;
	height: 10px;*/
	text-align: center;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	/*vertical-align: middle;*/
	display: inline;
	/*turning this off improves display considerably - GPL*/
	/*float: left;*/
}
/*for main page display added by GPL*/
.votebig .votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
	padding: 8px 10px 5px 0px; /*bottom number which is third in array is lineheight*/
	margin: 0px 0px 5px 0px;
}
.votewidget .votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}
