﻿/*----------------------------
			      Poll Widget
----------------------------*/
/* Form */
.pollForm-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollForm-AnswersContainer
{
    font-size: 12px;
    text-align: right;
    width: 100%;
}

.pollForm-AnswersContainer input
{
    margin-right: 5px;
}

.pollForm-AnswersContainer td
{
    padding: 2px 0px 3px 0px;
}

.pollForm-VoteButton
{
}

.pollForm-AjaxLoader
{ 
    width: 24px;
    height: 24px;
    background: url('/themes/standardpro/img/progress.gif') no-repeat;
    margin-left: 20px;
}

.pollForm-AnswerNotSelectedError
{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 5px;
}

.pollForm-ResultLink
{
    font-size: 11px;
}

.pollForm-ResultLink:hover
{
    text-decoration: underline;
}

/* Results */
.pollResult-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollResult-AnswersText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollResult-AnswersProgressBarContainer
{
}

.pollResult-AnswersProgressBar
{
    height: 11px;
    background: url('/themes/standardpro/img/progress.gif' ) repeat-x;
    margin-right: 5px;
}

.pollResult-AnswersPercentage
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
}

.pollResult-TotalVotes
{
    font-size: 11px;
}

.pollResult-PollLink
{
    font-size: 11px;
}

.pollResult-PollLink:hover
{
    text-decoration: underline;
}

.pollResult-CurrentlyVoted
{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 5px;
}

.pollResult-VoteSaved
{
    font-size: 12px;
    margin-bottom: 5px;
}

/* Archive */
.pollArchive-PollContainer
{
    width: 96%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid silver;
    background-color: #ffffff;
}

.pollArchive-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollArchive-Date
{
    font-size: 11px;
    font-style: italic;
}

.pollArchive-AnswersText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollArchive-AnswersProgressBarContainer
{
    width: 300px;
}

.pollArchive-AnswersProgressBar
{
    height: 11px;
    background: url('/themes/standardpro/img/progress.gif' ) repeat-x;
    margin-right: 5px;
}

.pollArchive-AnswersPercentage
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    margin-right: 3px;
}

.pollArchive-AnswersVotes
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    color: #a9a9a9;
}

.pollArchive-TotalVotes
{
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.pollArchive-SortContainer
{
    width: 99%;
    text-align: right;
    margin-bottom: 10px;
}