/* Polls */

.PollTitle
{
    font-weight: bold;
    display: block;
    padding: 3px;
    /*border-bottom: solid 1px #cccccc;*/
}
.LayoutPoll li
{
	margin-left:20px;
}
.PollQuestion
{
    display: block;
    padding: 3px 3px 3px 3px;
    /*border-bottom: solid 1px #cccccc;*/
}

.PollAnswers
{
    padding: 3px 0px 0px 0px;
}

.PollFooter
{
    clear: both;
    padding: 6px;
    /*text-align: right;
    border-top: solid 1px #cccccc;*/
/*margin-left:20px;*/
}

.PollInfo
{
    display:block;
}

.PollAnswer
{
    padding: 3px 3px 3px 0px;
    overflow: auto;
margin-left:20px;
}

.PollAnswerText
{
	font-weight: bold;
    margin-left: 5px;
}

.PollAnswerRadio
{
    display: block;
}

.PollAnswerCheck
{
    display: block;
}

.PollAnswerClearer
{
   clear: both;
   font-size: 0px;
   height: 1em;
}

.PollGraphArea
{
	width: 135px;
	margin-bottom: 10px;
}

.PollGraph
{
    background-color: #ccc;
    font-size: 12px;
    height: 1em;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 4px;
}

.PollCount
{
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    margin:0px; 
    font-style: italic;
}

.PollGraph0
{
	background-color: #666;
}

.PollGraph1
{
	background-color: #666;
}

.PollGraph2
{
	background-color: #666;
}

.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;
}