﻿/* Polls */
.PollControl
{

    display: block;
    height: 100%;
}

.PollHeader
{
	background-color:#f58026;
	width:100%;
	height:25px;
}

.PollTitle
{
	font-size:1.1em;
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:6px 0 0 5px;
	display:block;
	float:left;
}

.PollContent {
	background-color:#fff;
	border-left:solid 1px #cac7c4;
	border-right:solid 1px #cac7c4;
	border-bottom:solid 1px #cac7c4;
	font-size:0.84em;
	line-height: 1.2em;
	color:#666;
	padding:5px;
}

.PollQuestion
{
	font-weight: bold;
    font-size: 11px;
    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;
    font-weight: bold;
    font-size: 11px;
    color: #f58026;
}

.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;
}