﻿/*----------------------------
			      Poll Widget
----------------------------*/
/* Form */
.pollForm-Question,.pollResult-Question
{
    font-size: 1.4em;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}

.pollForm-AnswerContainer,pollResult-AnswersText
{
    font-size: 1.1em;
}

.pollForm-AnswerContainer input
{
    margin-right: 5px;
}

.pollForm-AnswerContainer td
{
    padding: 2px 0px 3px 0px;
}

.pollForm-VoteButton
{
}

.pollForm-AjaxLoader
{
    width: 24px;
    height: 24px;
    background: url('../../pics/ajax-loader.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 { padding-bottom: 10px;}


.pollResult-AnswerProgressBarContainer
{
}

.pollResult-AnswerProgressBar
{
    height: 11px;
    background: url('progress.png' ) repeat-x;
    margin-right: 5px;
}

.pollResult-AnswerPercentage
{
    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;
    color: #0000ff;
    margin-bottom: 5px;
}

.pollResult-AnswersText { padding: 4px 0;}

/* 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-AnswerText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollArchive-AnswerProgressBarContainer
{
    width: 300px;
}

.pollArchive-AnswerProgressBar, .pollResult-AnswersProgressBar
{
    height: 11px;
    background: url('progress.png' ) repeat-x;
    margin-right: 5px;
}

.pollArchive-AnswerPercentage
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    margin-right: 3px;
}

.pollArchive-AnswerVotes
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    color: #3593D8;
}

.pollArchive-TotalVotes
{
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.pollArchive-SortContainer
{
    width: 99%;
    text-align: right;
    margin-bottom: 10px;
}

.pollForm-AnswersContainer td { padding: 5px 0;}

.pollForm-AnswersContainer td input { margin-top: 2px;padding-top: 2px; display: block; width: 20px; float: left; }
.pollForm-AnswersContainer td label { display: block;margin-top: 4px; width: 250px; float: left }
