/*#PollAnswers#*/
.StatusEnabled, .OperationSucceeded
{
    color: #00aa00;
}

.StatusDisabled, .OperationFailed
{
    color: #ee0000;
}

/*#Polls#*/
.PollTitle
{
	font-weight:bold;
	display:none;
	margin-bottom:10px
}

.PollAnswers{
	font-size: 11px;
	margin-top: 5px;
}

.PollGraph
{
	height: 8px;
	border: 1px solid gray;
}

.PollGraph div
{
	height: 8px;
	background: url(Images/poll.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}

.PollGraph div.PollGraph0
{
	background: url(Images/poll.gif) 100% 0% repeat-x;
}

.PollGraph div.PollGraph2
{
	background: url(Images/poll.gif) 100% 0% repeat-x;
}

.PollQuestion
{
	font-size: 12px;
	font-weight: bold;
}

.PollCount
{
	text-align: right;
}

.PollFooter
{
	margin-top: 10px;
}
