.voting-list-box
{
	font-size:100%;
	padding:4px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 10px;	
}

.voting-list-box .float-links
{
	float:right;
}



.voting-list-box .active
{
	color:green;
}

.voting-list-box .disable
{
	color:red;
}

#moreactive
{
width:49%;
float:left;
}
#moreinactive
{
width:49%;
float:right;
}

#center
{
text-align:center;
font-size:12px;
height:40px;
padding-right:3px;
}

.acthdr
{
	font-weight: bold;
	text-transform: uppercase;
	color: #539d15;
	padding-right:15px;

	}

.inahdr
{
	font-weight: bold;
	text-transform: uppercase;
	color: #ce4901;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-bottom:20px;
}
.startvote
{
color: #539d15;
}

.endvote
{
color: #a39f9f;
}

.disvote
{
color:#d56c06;
}