        .pollResults
        {
            width: 285px;
            min-height:70px;
            height:auto;
            overflow:auto;
            font-size: 0.75em;
            border: solid 1px black;
            margin-left:0px;
            background-color:White;
            text-decoration:none;
            text-align:left;
        }
.pollResultHeader
{
	text-align: center;
	background-color: White;
	color: #C9A001;
	width: 90%;
	margin-left: 25px;
	text-decoration:none;

}
        .pollResultTableHeader
        {
            text-align: left;
            background-color: White;
            color: red;
            font-size: 1.1em;
            text-decoration:none;
        }
        .pollResultTable
        {
            background-color: white;
            color: black;
            table-layout: inherit;
            border-collapse: separate;
            border-spacing: 1px;
            empty-cells: show;
            border-spacing: 3px;
            width: 95%;
            margin-left:5px;
			text-decoration:none;

        }
        .pollResultsDdl
        {
            width: 285px;
            margin-left:0px;
        }
        .pollResultsTableRow
{
	width: 100%;
	background-color: white;
}
        .pollResultsTableAlternateRow
{
	width: 100%;
	background-color: #C9A001;
}
.noData
{
	font-size:1.5em;
	color:Red;
	vertical-align:middle;
	text-align:center;
}