﻿/*---  Poll Survey Styles  ---*/

#cpoll  /*applies to the entire poll usercontrol*/
{
	color:Black;
	padding-top:8px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:15px;
}

#cpollQuestion
{
	padding-bottom:20px;
	font-weight:bold;
}

#cpollBotChoices
{
	position:absolute;
	right:10000px;/*off the screen!*/
}

#cpollChoices
{
}

#cpollVoteButton
{
 padding-top:20px;
}

#cpollBaseInfo
{
	padding-top:20px;
}

/*---  End Poll Survey Styles ---*/





/*--- Poll Result Styles  ---*/

.cpollgrid
{
	/*border: solid 1px #308216;*/
	color:#333333;
}

.cpollgrid td, .cpollgrid th
{
	/*border: solid 1px #308216;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cpollgrid-row-alt
{
	background-color:white;
}

.cpollgrid-row
{
	background-color: #EFF3FB;
}


/*--- End Poll Result Styles  ---*/