/* Defines rules for laying out Polls */
div.pollContainer {
	margin: 0;
}

div.pollContainer h5 {
	margin-top: 0px;
	padding-top: 0px;
}

div.pollContainer a.edit {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	background: transparent url(../../images/edit.gif) no-repeat;
	margin-right: 3px;
}

div.pollContainer a.edit span {
	display: none;
}

div.pollContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

*html div.pollContainer ul li 
{	
	list-style: 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: #2E5B58;
	height: 100%;
}

/* Submit Vote button... */
div.pollContainer a.voteSubmit{
}

div.pollContainer a.voteSubmit div {
	background: url(../../images/submit_vote.gif) no-repeat;
	width: 90px;
	height: 20px;
	float: right;
	margin: 5px;
}

div.pollContainer a.voteSubmit span{
	display: none;
}
