/*Poll styles Start*/
.pollContainer {
	height:100px;
	width: 201px;
	border-top:  solid 1px #ADADAD;
	border-bottom:solid 1px #ADADAD;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: transparent;
	}

.pollQuestion {
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color: #032565;
	width: 180px;
	overflow: hidden;
}

.pollQuestion p 
{
    font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color: #032565;
	width: 180px;
	overflow: hidden;
}

.pollQuestion img {
}

.answersTable 
{
    width:201px;
    height:44px;
}

/*.answersTable td 
{
    width:100%;
}*/

.answerLabel {
	margin-left: 5px;
}

.answerItem {
	background-color: transparent;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	float:left;
	color:#032565;
	}
	
	
.pollSubmitTd 
{
   
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#032565;
	font-weight:normal;
	 }

.pollSubmitTd a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#032565;
	text-decoration:none;
	font-weight:bold;
}

.pollSubmit 
{   
	background-color: transparent;
	background-image: url(../images/blue-button-small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width:102px;
    height:18px;
    overflow:hidden;
    margin:0px;
    border:none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#032565;    
    
}
/*Poll result styles*/
.PollResult {
	text-align: left;
	vertical-align: top;
}

.PollResQuestion {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	color: #032565;
}

.PollResultLine {
	margin-top: 8px;
	margin-bottom: 5px;
	height: 20px;
}


.PollOther {
	background-color: #EEEEEE;
	line-height: 20px;
	text-indent: 3px;
}

.PollTotal {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

.PollText {
	margin-top: 14px;
	text-align: justify;
}

.PollNo {
	background-color: #17677D;
	line-height: 20px;
}

.PollYes {
	background-color: #A51FA0;
	line-height: 20px;
}

.PollNeutral {
	background-color: #969696;
	line-height: 20px;
}

.PollYesNumbers {
	font-weight: bold;
	font-size: 11px;
	color: #8E0189;
	font-family:Arial;
}

.PollNoNumbers {
	font-weight: bold;
	font-size: 11px;
	color: #005268;
	font-family:Arial;
}

.PollNeutralNumbers {
	font-weight: bold;
	font-size: 11px;
	color: #787878;
	font-family:Arial;
}

/*Poll styles End*/

.inlineForm
{
       /* margin-top:5px;*/
        }
        
.left
{
       float:left;}
       
 .right
 {
        float:right;}
        
 .headerWebpoll
 {
        font-family:Arial;
        font-size:11px;
        color:#032565;
        font-weight:bold;}

.pollAnswers
{
        font-family:Arial;
        font-size:11px;
        }