﻿.scPollMain
{
	text-align:left;
	margin-top: 2em;
	margin-right: 10px;
	margin-bottom: 3em;
	background-color: #45A12B; /* dark color here */
	background-color: #D4D600; /* bright color here */
	color:#fff;
	border: solid 1px white;
}
/* 007ba5 */
/* 083242 */
.scPollMain div
{
	/*
	padding: 0.4em;
	*/
}

.scPollHeader
{
	font-weight: bold;
	padding: 0.4em;
	background-color: #45A12B; /* dark color here */
}

.scPollBody
{
	color: Black;
	/*background-color: #D4D600;*/ /* bright color here */
}

.scPollQuestion
{
	padding: 0.4em;
}

.scPollContent, .scPollContent div
{
}

.scPollVotingWrapper
{
	padding: 0.4em;
}

.scPollThankYou
{
	background-color: #45A12B; /* dark color here */
	color:#fff;
	padding: 0.4em;
}

.scButtons
{
	background-color: #45A12B; /* dark color here */
	color:#fff;
	text-align: right;
	padding: 0.4em;
}	

.scButtons a, .scButtons a:visited, scButtons a:active, scButtons a:hover
{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	margin-right:5px;
	padding-right:10px;
	line-height: 10px;
    background-image: url(/img/icons/Poll-arrows.png);
    background-repeat: no-repeat;
    background-position: right;
}	

.scPollOptionResults
{
	/*width: 280px;*/
	padding: 0.4em
}

.scPollOptionItemResult 
{
	font-size: 0.8em;
	padding: 0 0.3em 0.3em 0;
	text-align: left;
}

.scPollOptionItemResultValue
{
	color: #346183;
	font-weight: bold;
}

.scPollVisualisation 
{
	margin: 0;
	padding: 0;
	/*
	padding-top: 1px;
	width: 100%;
	margin-right: 0.5em;
	*/
}

.scPollVisualisation div
{
	padding: 0;
	margin: 0;
	border: none;
}

.scPollVisualisation img 
{
	margin: 0;
	padding: 0;
	_margin-left: -3px;
	border: none;
}

.scPollPipe
{
	background-image: url(/img/poll/PollPipePart.gif);
	background-repeat: repeat-x;
	float: left;
	/*
	margin: 0;
	padding: 0;
	border: none;
	*/
	width: 95%;
}

.scPollPipe img
{
	margin-top: 1px;
	height: 13px;
}
