﻿/*----------------------------
			      Poll Widget
----------------------------*/
/* Form */

.pollFormOuterContainer
{
    background-position: right bottom;
    border: thin solid #800080;
    background-image: url('http://www.areweprepared.ca/pics/Quiz2010_widget_bg_big.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
}

.pollForm-Question
{
    font-size: 12px;
}

.pollForm-AnswersContainer
{
    font-size: 12px; 
}

.pollForm-AnswersContainer input
{
    margin-right: 2px;
    background-color:Transparent;
    border-width: 0px;
    width:9px;    
}

.pollForm-AnswersContainer td
{
    padding: 2px 0px 3px 0px;
}

.pollForm-Text
{
   background-color:Transparent;
   color:White;
}

.pollForm-TextLabel
{
font-size:12px;
}

.pollForm-VoteButton
{
    background-color:Gray;
    color:White;
}

.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-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollResult-AnswersText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollResult-AnswersProgressBarContainer
{
}

.pollResult-AnswersProgressBar
{
    height: 11px;
    /*background-image: url(images/progress.gif) repeat-x;*/
    background: url('images/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;
    color: #0000ff;
    margin-bottom: 5px;
}

/* Archive */
.pollArchive-PollContainer
{
    width: 94%;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid black;
    background-color:White;
}

.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-image: url(images/progress.gif) repeat-x;*/
    background: url('images/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-Winner
{
    width: 100%;
    font-size: 10px;
    text-align: left;
}
.pollArchive-WinnerName
{
    font-size: 15px;
}

.pollArchive-SortContainer
{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: thin ridge black;
    background-color: #999999;
    width: 97%;
}
.pollArchive-Container
{
    padding-left:5px;
}
.poll_Messages
{
    font-size:xx-small;
}
