﻿/*----------------------------
			      Poll Widget
----------------------------*/
/* Form */
.pollForm-Question
{
    font-family:Arial;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:7px;
}

.pollForm-AnswerContainer
{
    font-size: 12px;
}

.pollForm-AnswerContainer input
{
    margin-right: 5px;
}

.pollForm-AnswerContainer td
{
    padding: 2px 0px 3px 0px;
}

.pollForm-VoteButton
{
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #b07f30;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #f6d93b #f6d93b #f6d93b #f6d93b;
}

.pollForm-AjaxLoader
{
    width: 24px;
    height: 24px;
    background: url('../../pics/ajax-loader.gif') no-repeat;
    margin-left: 20px;
}

.pollForm-AnswerNotSelectedError
{
    font-size: 12px;
    color: #b07f30;
    margin-bottom: 5px;
}

.pollForm-ResultLink
{
    font-size: 11px;
}

.pollForm-ResultLink:hover
{
    text-decoration:none;
	color: #f6d93b;
}

/* Results */
.pollResult-Question
{
    font-family:Arial;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:7px;
}

.pollResult-AnswersText
{
    font-size: 12px;
    margin: 10px 0px 4px 0px;
}

.pollResult-AnswerProgressBarContainer
{
}

.pollResult-AnswerProgressBar
{
    height: 12px;
    background: url('progress.gif' ) repeat-x;
    margin-right: 5px;
}

.pollResult-AnswerPercentage
{
    height: 12px;
    font-size: 10px;
    line-height: 12px;
}

.pollResult-TotalVotes
{
    font-size: 12px;
}

.pollResult-PollLink
{
    font-size: 12px;
}

.pollResult-PollLink:hover
{
    text-decoration:none;
	color: #f6d93b;
}

.pollResult-CurrentlyVoted
{
    font-size: 12px;
    color: #b07f30;
    margin-bottom: 5px;
}

.pollResult-VoteSaved
{
    font-size: 12px;
    color: #0000ff;
    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-AnswerText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollArchive-AnswerProgressBarContainer
{
    width: 300px;
}

.pollArchive-AnswerProgressBar
{
    height: 11px;
    background: url('progress.gif' ) 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: #a9a9a9;
}

.pollArchive-TotalVotes
{
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.pollArchive-SortContainer
{
    width: 99%;
    text-align: right;
    margin-bottom: 10px;
}