/*Main Poll Page */
.pollTable
{
	color: #FFFFFF;
	font-size:xx-small ;
}
.pollTitle 
{
	font-size:large;
	color: #FB1B23;
}
.pollSubmitRow
{
	text-align:left;
}
.pollViewHistoryRow
{
	text-align:right; 
}
.pollVsRow1
{
	text-align:center;
}
.pollVsRow2
{
	text-align:center;
}
.pollQuestionRow
{
	text-align:center;
}
.noshowinput 
{
	display: none;
}
/*End of main poll page */

/*Poll Results Page*/

.ResultsTable
{
	background-color:#FFFFFF;
	text-align:left ;
	/*height:200px;*/
	width:440px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	vertical-align:text-top;
	border-color: #FFFFFF;
	margin:0px 10px 10px 10px;
	padding:0px;
}
.ResultsTableQuestion
{	
	margin:10px 10px 10px 10px;
	font-weight:bold;
}
.ResultsTable tr
{
	margin:0px;
	padding:0px;
}
.ResultsTable tr td
{
	width: 100%;
	margin:0px;
	padding:5px;
}
.ResultsTable input
{
	text-align:center;
}
.ResultsTableQuestion
{
	text-align:left;
	font-size:small;
}
.ResultsTableAnswer1 input  { background-color:#0099FF;}
.ResultsTableAnswer2 input  { background-color:#0099FF;}
.ResultsTableAnswer3 input  { background-color:#0099FF;}
.ResultsTableAnswer4 input  { background-color:#0099FF;}
.ResultsTableAnswer5 input  { background-color:#0099FF;}
.ResultsTableAnswer6 input  { background-color:#0099FF;}
.ResultsTableAnswer7 input  { background-color: #0099FF}
.ResultsTableAnswer8 input  { background-color: #0099FF}
.ResultsTableAnswer9 input  { background-color: #0099FF}
.ResultsTableAnswer10 input { background-color: #0099FF}
.ResultsTableAnswer11 input { background-color: #0099FF}
.ResultsTableAnswer12 input { background-color: #0099FF}
.ResultsTableAnswer13 input { background-color: #0099FF}
.ResultsTableAnswer14 input { background-color: #0099FF}
.ResultsTableAnswer15 input { background-color: #0099FF}
.ResultsTableAnswer16 input { background-color: #0099FF}
.ResultsTableAnswer17 input { background-color: #0099FF}
.ResultsTableAnswer18 input { background-color: #0099FF}
.ResultsTableAnswer19 input { background-color: #0099FF}
.ResultsTableAnswer20 input { background-color: #0099FF}


.ResultsCount
{
	text-align:right;
	
	font-weight:bold;
}

/*End Poll Results Page*/

/*Poll History Page */
.HistoryTableTitle td
{
  border-top: solid black;
  border-right: solid black;
  border-bottom: solid black;
  border-left: solid black;
  border-width: 0px 0px 10px 0px;
  padding:0em 0em 1em 0em;
}

.HistoryTableBlankRow
{
	height:10px;
	font-size:1px;
}
.HistoryTableNextRow
{
	font-size:large;
	text-align:center;
}
.HistoryTableNextRow a:hover
{
	color: #FE2522;
}
.HistoryTableNextRow td
{
	padding:1em 0em 0.5em 0em;
}

.HistoryTableQuestion1 a  {text-decoration:none;}
.HistoryTableQuestion2 a  {text-decoration:none;}
.HistoryTableQuestion3 a  {text-decoration:none;}
.HistoryTableQuestion4 a  {text-decoration:none;}
.HistoryTableQuestion5 a  {text-decoration:none;}
.HistoryTableQuestion6 a  {text-decoration:none;}
.HistoryTableQuestion7 a  {text-decoration:none;}
.HistoryTableQuestion8 a  {text-decoration:none;}
.HistoryTableQuestion9 a  {text-decoration:none;}
.HistoryTableQuestion10 a {text-decoration:none;}
.HistoryTableQuestion11 a {text-decoration:none;}
.HistoryTableQuestion12 a {text-decoration:none;}
.HistoryTableQuestion13 a {text-decoration:none;}
.HistoryTableQuestion14 a {text-decoration:none;}
.HistoryTableQuestion15 a {text-decoration:none;}
.HistoryTableQuestion16 a {text-decoration:none;}
.HistoryTableQuestion17 a {text-decoration:none;}
.HistoryTableQuestion18 a {text-decoration:none;}
.HistoryTableQuestion19 a {text-decoration:none;}
.HistoryTableQuestion20 a {text-decoration:none;}

.HistoryTableQuestion1 a:hover  {color: #FE2522;}
.HistoryTableQuestion2 a:hover  {color: #FE2522;}
.HistoryTableQuestion3 a:hover  {color: #FE2522;}
.HistoryTableQuestion4 a:hover  {color: #FE2522;}
.HistoryTableQuestion5 a:hover  {color: #FE2522;}
.HistoryTableQuestion6 a:hover  {color: #FE2522;}
.HistoryTableQuestion7 a:hover  {color: #FE2522;}
.HistoryTableQuestion8 a:hover  {color: #FE2522;}
.HistoryTableQuestion9 a:hover  {color: #FE2522;}
.HistoryTableQuestion10 a:hover  {color: #FE2522;}
.HistoryTableQuestion11 a:hover  {color: #FE2522;}
.HistoryTableQuestion12 a:hover  {color: #FE2522;}
.HistoryTableQuestion13 a:hover  {color: #FE2522;}
.HistoryTableQuestion14 a:hover  {color: #FE2522;}
.HistoryTableQuestion15 a:hover  {color: #FE2522;}
.HistoryTableQuestion16 a:hover  {color: #FE2522;}
.HistoryTableQuestion17 a:hover  {color: #FE2522;}
.HistoryTableQuestion18 a:hover  {color: #FE2522;}
.HistoryTableQuestion19 a:hover  {color: #FE2522;}
.HistoryTableQuestion20 a:hover  {color: #FE2522;}



/*End Poll History Page */


