﻿body {
	color: #317353;
	margin: 0px;
	font-family: Calibri;
}

.VoteDetailItem {
	padding: 5px 5px 5px 5px;
	border: 1px solid;
}

.VoteDetailDescriptionText, .VoteDetailItemNotLoggedIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#lblMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
}

.VoteAnswerValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

.VoteAnswer {
	height: 7px;
	display: inline-block;
	overflow: hidden;
	border-radius: 25px;
	margin-top: 2px;
}


.VoteDetailTable {
}

.VoteAnswerZero {
	background-color: white;
	height: 10px;
	display: none;
	display: inline-block;
	overflow: hidden;
	margin-left: -5px;
}

.VotePercentageText {
	vertical-align: text-bottom;
}

.mainForm {
	height: auto;
}

.btnPrev {
	height: 26px;
	color: #5B6976;
	width: 80px;
	text-decoration: none;
	font-weight: bold;
}

.btnSubmitVote {
	text-align: center;
	height: 26px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.btnResetVote {
	text-align: center;
	height: 26px;
	color: white;
	width: 80px;
	text-decoration: none;
	font-weight: bold;
}

.btnNext {
	height: 26px;
	color: #5B6976;
	width: 80px;
	text-decoration: none;
	font-weight: bold;
}

.VoteDetailOptionstd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

.tdSubmit {
	text-align: center;
	width: 80px;
	height: 15px;
	background-color: #98A9B1;
	color: white;
	border-radius: 1em;
	border: 1px solid #5B6976;
}

.tdPrevNext {
	text-align: center;
	width: 70px;
	height: 15px;
	background-color: white;
	color: #5B6976;
	border-radius: 1em;
	border: 1px solid #5B6976;
}

.VotepercValue {
	display: inline-block;
	width: 60px;
	margin-left: 5px;
	margin-top: 5px;
}

.divop {
	padding-bottom: 3px;
}

.VoteDetailOptions {
}
