.poll
{
	color: black;
	padding: 0px;
}

/*#layout-sidebar .poll a
{
	color: #E41F1F;
}*/

tr.poll-correct
{
	font-weight: bold;
	
}

.poll-title
{
	color: #707070;
	font-size: 14px;
	font-weight: bold; 
}

div.poll-question
{
	margin: 5px 0 0 0;
	color: black;
}

.poll-questiontitle
{
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

.poll-stats img
{
	height: 7px;
	display: block;
}

td.poll-stats
{
	width: 50px;
	font-size: 9px;
	font-weight: bold;
	
}

table.poll-answergroup
{
	width: 100%;
	border-collapse: collapse;
	color:#707070;
}

table.poll-answergroup td
{
	text-align: left;
	padding: 5px 3px 2px 5px;
}

table.poll-answergroup input
{
	padding: 0;
	margin: 0;
}

table.poll-answergroup label
{
	font-size: 11px;
}

td.poll-rb
{
	width: 12px;
}

.poll-row1
{
  background-color: #D8E4F0;
}