.votingBox_resultbar {
	width: 200px;
}

.votingBox_resulttext {
	text-align: left;
	font-size: 11px;
}

.votingBox_resultpercent {
	text-align: right;
	font-size: 11px;
}

.votingBox_resultbar_1,
table.votingarchive .votingbar .answer1 {
	background-color: #319A71;
}

.votingBox_resultbar_2,
table.votingarchive .votingbar .answer2 {
	background-color: #83B1C1;
}

.votingBox_resultbar_3,
table.votingarchive .votingbar .answer3 {
	background-color: #297A98;
}

.votingBox_resultbar_4,
table.votingarchive .votingbar .answer4 {
	background-color: #002878;
}

table.votingarchive {
	margin-bottom: 10px;
}

.votingBox_resultset {
	padding: 0px;
	border-collapse: collapse;
}

.votingarchive,
table.answers {
	width: 100%;
}

table td.votingBox_total {
	padding: 5px 0px;
	font-weight: bold;
}

table td.votingBox_votebutton {
	padding: 5px 0px;
}

table td.votingBox_votebutton input.votingBox_votebutton {
	font-weight: bold;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	border: none;
	cursor: pointer;
	padding: 1px 10px;
	background-color: #002878;
}

table td.votingBox_vote_answerRadio {
	height: 20px;
}

table td.votingBox_question {
	font-weight: bold;
	padding-bottom: 5px;
}

table td.votingBox_vote_answerText {
	font-size: 11px;
}

table.votingBox a {
	color: #002878;
	text-decoration: none;
	font-size: 11px;
}

table.votingBox a:hover {
	color: #002878;
	text-decoration: underline;
}

table.votingarchive .votingtotals {
	font-size: 11px;
	padding-top: 20px;
}

table.votingarchive .question {
	font-weight: bold;
	font-size: 14px;
	color: #002878;
	width: 180px;
}

table.votingarchive .answers {

}

table.votingarchive .votingbar {
	height: 5px;
	width: 100%;
	margin-top: 5px;
}

table.votingarchive .voting_separator {
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #dde1ed;
}
