﻿.SurveyResultsTable
{
    border-bottom: gray 1px solid;
    font-weight: bold;
}

.SurveyResultOptionText 
{
    font-weight: normal;
    font-size: 8pt;
}

.SurveyOptionsRadioText
{
    font-size: 8pt;
}

.SurveyQuestionTextBox 
{
    width: 625px;
}

.SurveyOptionNameTextBox 
{
    width: 200px;
}

.SurveyViewOrderTextBox
{
    width: 100px;
}

.SurveyQuestion
{
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
    color: Black;
}

.SurveyResultOptionColumn
{
    width: 150px;
    padding-left: 2px;
}

.SurveyResultBar
{
    height: 10px;
    width: 150px;
}

.SurveyResultVotedBar
{
    background-image: url(images/VoteBar.gif);
    background-repeat: repeat-x;
    height: 8px;
}

.SurveyResultNotVotedBar
{
    height: 8px;
}