﻿#pollControl 
{
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #8A8A8A;
    color: #ffffff !important;
     font-size:12px;
}

#pollControl p
{
    color:White;
    margin-bottom:5px;
}

#pollHeader
{
    color:white;
    font-weight: bolder;
    width: 300px;
    margin-bottom:0;
    font-family:Arial;
}
#cphSection_ucPolls_updPoll
{
    width: 300px;
}
#pollquestion
{
    font-weight: bold;
    width: 300px;
}
table.polloptions
{
    width: 300px;
}
table.polloptions * label
{
    float: left;
}
table.polloptions * input
{
    display: inline;
    float: right;
}
div.voteButton
{
    margin-top: 5px;
    width: 300px;
}
input.voteButton
{
    float: right;
}
div.resultsLink, div.relatedLink
{    
    clear: both;
    margin-top: 5px;
    width: 300px;
}
div.resultsLink a, div.resultsLink a:active, div.resultsLink a:visited, .questionpanel p
{
    color: white ;
    font-size: 11px;
}
div.relatedLink a, div.relatedLink a:active, div.relatedLink a:visited
{
    color: white ;
    font-size: 11px;
}

.questionpanel p b {font-size:12px;color:#ffc}


div.MaxGraphBar
{
    background-color: #493D6D;
    height: 20px;
    margin-left: 2px;
    float: left;
}
div.StdGraphBar
{
    background-color: #796BA8;
    height: 20px;
    margin-left: 2px;
    float: left;
}
div.polloptionpanel
{
    background-color:transparent;
    float: left;
    width: 300px;
}
table.questionpanel
{
    background-color:transparent;
    width:300px;
    float: left;
}
td.graphpanel
{
    background-color: #F1F1F1;
    width:70px;
    vertical-align:middle;
}
td.polllabel
{
    padding: 0 0 10px 0;
    width:300px;
}
span.polloptions
{
    width: 140px;
    display:block;
    float: left;
}
div.displayonbackgroundStd
{
    color: #796BA8;
}
div.displayonbackgroundMax
{
    color: #493D6D;
}
div.displayonbar
{
    color: #F1F1F1;
    width: 100%;
    text-align: center;
}

.questionpanel h4 
{
    text-align:right;
    color:White;
}

