/* PollModule */

#pollBody {
	border-style: solid;
	border-width: 1px;
	border-color: #AACCEE;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	background-color: #fff;
}

.pollText {
	font-family: Tahoma;
	font-size: 13px;	
	cursor: default;
	color: #1155AA;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.B {	
	font-weight: bold;
}

.pollOption {
	font-family: Tahoma;
	font-size: 13px;	
	cursor: default;
	color: #1155AA;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.pollButton {	
	background-color :  #C2D5ED;
	border : outset 1pt #C2D5ED;  
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	height : 26px;
	width : 130px;
	color : #2D4E70;
	margin: 0pt 0pt 3pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}

.panelPollButton {
	background-color :  #FFF;
	border : outset 1pt #BFCFDF;
	margin: 0px;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	width: 150px;
	height : 24px;
	color: #446699;		
	overflow: visible;
	padding: 0px 5px;
	margin-bottom: 5px;
}

.comboPoll {
	font-family: Verdana;
	font-size: 11px;
	color: #113355;
	width: 182px;	
	text-align: left;

}

.iTextPoll {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	width: 150px;
	height: 16px;	
	color: #113355;
	border: solid 1px #99BBDD;
	font-family: Verdana;
	font-size: 8pt;
}

.iTextPollOption {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	width: 100px;
	height: 16px;	
	color: #113355;
	border: solid 1px #99BBDD;
	font-family: Verdana;
	font-size: 8pt;
}

/* Author: mcl */

/*Mini sonda on main page */

.sondaSetSize {
	width: 216px;
	min-height: 100%;
}

.sondaSetElemSize {
	width: 196px;
	min-height: 100%;
}

.sondaOption {
	font-weight: bold;
	line-height: 17px;
}

.setOptionMarg {
	margin: 6px 6px 0px 0px;
}

.sondaButtonLeft {
	width: auto;
	height: 20px;
	background: transparent url(../../img/poll/sondaButtonLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Trebuchet MS;
	font-size: 12px;
	border: 0px;
	padding: 0px 8px 0px 8px;
	cursor: pointer;
}

* html .sondaButtonLeft {
	padding: 0px 3px 0px 3px;
}

.sondaButtonRight {
	width: auto;
	height: 20px;
	background: #25AAE1 url(../../img/poll/sondaButtonRight.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0px 8px 0px;
	border: 0px;
}

.sondaEmpty {
	width: 30px;
	height: 20px;
	margin: 10px 0px 0px 0px;
}

.buttonSondaLeft {
	float:left;
	clear:left;
	background: transparent url(../../img/poll/sondaButtonLeft.png) no-repeat left center;
	width:5px;
	height:20px;
}

.buttonSondaContent {
	float:left;
}

.sondaButton {
	border: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	background:#25AAE1;	
	height:20px;
	cursor:pointer;
}

.buttonSondaRight {
	float:left;
	clear:right;
	background: transparent url(../../img/poll/sondaButtonRight.png) no-repeat left center;
	width:5px;
	height:20px;
}

.sondaButtonWrapper {
	float:right;
	margin-right:15px;
	margin-top:10px;
}


/* Author: pza */

.miniPollBoxTopComponent {
	width: 249px;
	height: 20px;
}

.miniPollBoxCornerTopLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopLeft.png);
	background-repeat: no-repeat;
}

.miniPollBoxTop {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxTop.png);
	background-repeat: repeat-x;
}

.miniPollBoxCornerTopRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorTopRight.png);
	background-repeat: no-repeat;
}

.miniPollBoxMiddleComponent {
	width: 249px;;
	height: auto;
}

.miniPollBoxMiddleLeftGrad {
	background-image: url(../../img/leftBoxes/boxGradLeft.png);
	background-repeat: repeat-y;
	background-position: left;
}

.miniPollBoxMiddleRightGrad {
	background-image: url(../../img/leftBoxes/boxGradRight.png);
	background-repeat: repeat-y;
	background-position: right;
}

.miniPollBoxCornerBottomLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.miniPollBoxBottom {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxBottom.png);
	background-repeat: no-repeat;
}

.miniPollBoxCornerBottomRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}

.miniPollBoxBottom {
	width: 209px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxBottom.png);
	background-repeat: repeat-x;
}

.miniPollBoxCornerBottomLeft {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.miniPollBoxCornerBottomRight {
	width: 20px;
	height: 20px;
	background-image: url(../../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}

.miniPollBoxSetSize {
	width: 20px;
	height: 143px;
}

.miniPollBoxSetMiddleSize {
	width: 229px;
}

.miniPollBoxBottomComponent {
	width: 249px;
	height: 20px;
}

.miniPollBoxTitle {
	color: #25AAE1;
	font-weight: bold;
	line-height: 30px;
}

.miniPollBoxTitleGray {
 	color: #a7a9ac;
 	font-weight: bold;
 	line-height: 30px;
 	padding-left: 3px;
}

.miniPollBoxTxt {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 19px;
	padding-right: 19px;
}
.miniPollMainComponent {
	width: 249px;
	height: auto;
	position: relative;
	top: -54px;
}

.miniPollBoxMiddleComponentBacground {
	margin-left: 16px;
	margin-right: 16px;
	background-color: #00466A;
	background-image: url(../../img/leftBoxes/boxBacground.png);
	background-repeat: repeat;
}

