﻿body {
}
.Normal 
{
    font-family:Tahoma;
    font-size:8pt;
    font-weight:normal;
}

.PollCaption
{
   
    background-color: #b2b2b2;
	border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}

.PollCaption tr td span
{
	font-size: 8pt; 
    color: White;    
    font-family: Arial;
    font-weight:bold;
}

.PollCaption1
{
    border-right: #ccccff 1px solid;
    border-top: #ccccff 1px solid;
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
    border-left: #ccccff 1px solid;
    color: White;
    border-bottom: #ccccff 1px solid;
    font-family: Verdana;
    background-color: gainsboro;
    background-image: url(Images/Bar21.jpg);
}

.PollCaption2
{
    border-right: #ccccff 1px solid;
    border-top: #ccccff 1px solid;
    font-size: 10pt;
    font-weight: bold;
    border-left: #ccccff 1px solid;
    color: Yellow;
    border-bottom: #ccccff 1px solid;
    font-family: Arial;
    background-color: Blue;
}

.PollBack
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-color: whitesmoke;
}

.PollBack tr td label
{
	color:#026632;
	font-weight: bold;
}

.PollBack1
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-color: black;
    color:White;
    font-weight:bold;
}

.PollBack2
{
    border-right: darkgray 4px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 4px solid;
    background-color: beige;
    color:Black;
    font-weight:bold;
    font-family:Arial;
}

.answertext
{
	color:#026634;
	font-weight:bold;
	font-size:10px;
}

.optionlabel
{
	font-size:10px;
}

.percent
{
	color:#999999;
	font-weight:bold;
	font-size:10px;
}