﻿.pollBar
{
	display: block;
	float: left;
    border: 1px double #669999;
    background-color: #CCFFCC;
    font-size: xx-small;
    height: 14px;
}
.pollText
{
	margin: 4px 0 2px 0;
	float: left;
	font: 9px Verdana, Arial, san-serif;
}
.pollQuestions tr:nth-child(odd)
{
	background-color: #CCFFCC;
}
.pollPercentage
{
	margin: 4px 0 2px 0;
	float: left;
	font: 9px Verdana, Arial, san-serif;
	height: 14px;
}
.pollName
{
    font-size: small;
}
.pollDesc
{
    font-weight: bold;
}
.pollAlt
{
    background-color: #fff !important;
}
.invisible
{
    display: none;
}
.popupClass1 { width:100px;height:300px;background-color:red; }

#divResults
{
    background-color: #F0F0F0;
    font-size: x-small;
    color: #666699;
    line-height: normal;
}
.results td {
    padding: 0 4px 0 6px;
}
