﻿/* Polls */
.PollControl
{
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    display: block;
    height: 100%;
}

.PollTitle
{
    font-weight: bold;
    display: block;
    padding: 3px;
    border-bottom: solid 1px #cccccc;
}

.PollQuestion
{
    display: block;
    padding: 3px 3px 3px 3px;
    /*border-bottom: solid 1px #cccccc;*/
}

.PollAnswers
{
    padding: 3px;
}

.PollFooter
{
    clear: both;
    padding: 6px;
    /*text-align: right;
    border-top: solid 1px #cccccc;*/
}

.PollInfo
{
    display:block;
}

.PollVoteButton
{
    width: 100px;
}

.PollAnswer
{
    padding: 3px 3px 3px 0px;
    overflow: auto;
}

.PollAnswerText
{
    display: block;
    margin-left: 5px;
}

.PollAnswerRadio
{
    display: block;
}

.PollAnswerCheck
{
    display: block;
}

.PollAnswerClearer
{
   clear: both;
   font-size: 0px;
   height: 1em;
}

.PollGraph
{
    border: solid 1px #000000;
    font-size: 12px;
    height: 1em;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 4px;
}

.PollCount
{
    font-size: 11px;
    padding: 0px 5px 5px 5px;
}

.PollGraph0
{
	background-image: url(images/Polls/poll0_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph1
{
	background-image: url(images/Polls/poll1_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph2
{
	background-image: url(images/Polls/poll2_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph3
{
	background-image: url(images/Polls/poll3_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph4
{
	background-image: url(images/Polls/poll4_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph5
{
	background-image: url(images/Polls/poll5_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph6
{
	background-image: url(images/Polls/poll6_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph7
{
	background-image: url(images/Polls/poll7_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph8
{
	background-image: url(images/Polls/poll8_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph9
{
	background-image: url(images/Polls/poll9_bg.gif);
	background-repeat:repeat-x;
}