#polldiv {
	width: 218px;
	background-image: url('/resources/images/widgets/gray-bg.gif');
	background-repeat: repeat-x;
	background-color:  #ededed;
	border: 1px solid black;
}

.innerpolldiv {
	width: 180px;
	margin: 6px;
	padding: 2px;;
	position: relative;
	font-size: 13px;
}

.polltitle {
	position: relative;
	color: white;
	overflow: hidden;
	width: 163px;
	height: auto;
	background-color: #005297;
	background-repeat: no-repeat;
	font-size: 13px;
	top: 15px;
	margin: 0px 0px 5px 20px;
	padding: 7px;
	font-weight: bold;
}


.pollsubmit {
	position: relative;
	background-image: url('/resources/images/widgets/mouse-vote-off.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 60px;
	width: 60px;
	border: none;
	margin: 5px 0px 5px 0px;
	left: 75px;
}

.pollsubmit:hover {
	background-image: url('/resources/images/widgets/mouse-vote-on.gif');
	cursor: pointer;
}

.votenum {
	font-size: 11;
	font-family: Arial;
	margin: 0px 0px 3px 3px;
}

.pollMsg {
	display: block;
	margin-bottom: 10px;
}

.pollChartTitle {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 20px;
	display: block;
}

.votesHeader {
	font-weight: bold;
}

.voteTable {
	padding: 10px 0px;
	font-size: 12px;
}

.voteHeaderRow {
	font-weight: bold;
}

.voteRow {
	padding: 5px;
	padding-left: 0px;
	clear: both;
}

.voteItemCol {
	float: left;
	width: 125px;
}

.voteNumCol {
	float: left;
	width: 75px;
}

.votePercentCol {
	float: left;
	width: 75px;
}

button.pollsubmit span {
	display: none;
}

.chartQuestion {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.chart {
	padding: 5px;
}

.pollLoader {
	width: 100%;
	text-align: center;
}

.pollOptionColor {
	width: 10px;
	height: 10px;
	display:inline-block;
}

.pollOptionName {
	font-weight: bold;
}

.pollOptionPercent {
	display: inline-block;
	width: 15px;
}

.pollResultsLegend {
	text-align: right;
	margin-right: 70px;
}





/* updated css workaround due to updated CPanel / Twitter Bootstrap functionality */
.pollContainer .inputs-list ul li {list-style: none; display: block; clear: both;}
