/* Defines rules for laying out Polls */
div.pollContainer {
}

div.pollContainer h5 {
	margin: 0;
	padding: 0;
}

div.pollContainer a.edit {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../../images/edit.gif);
	margin-right: 3px;
}

div.pollContainer a.edit span {
	display: none;
}

div.pollContainer ul {
	margin: 0;
	padding: 0;
}

div.pollContainer ul li {
	list-style-type: none;	
}

div.pollContainer span.percentage {
	color: #000;
	position: relative;
	top: -14px;
	width: 100%;
	display: block;
	text-align: right;
}

div.pollContainer ul li div.barBg {
	border: 1px solid black;
	width: 85%;
	height: 10px;
	overflow: hidden;
}

/* if vote is in left pane, make it smaller */
#LeftPane div.pollContainer div.barBg {
	width: 100px;
}

/* vote graph bar - width is set inline */
div.pollContainer ul li div.bar{
	background-color: #00F;
	height: 100%;
}

/* Submit Vote button... */
div.pollContainer a.voteSubmit{
}

div.pollContainer a.voteSubmit div {
	background-image: url(../../images/Poll/submit_vote_button.gif);
	width: 90px;
	height: 20px;
	margin-top: 10px;
}

div.pollContainer a.voteSubmit span{
	display: none;
}