﻿/**
 *	Zoki Poll css
 *	This file provides styles table for poll
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 *	This file is part of ZokiPoll.
 */

/* poll box */

	div.pollCaption  /* Titolo sondaggio */
	{
	font-family: Arial;
	font-size: 11px;
	position:relative;
	margin: 5px 0px 0px 1px;
	height: 22px; /***** Altezza titolo (22px=3 Domande, 2px=4 Domande) ******/
	line-height: 14px;
	text-align: left;
	width: 165px;
}

	div.pollBodyBlock  
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:132px;  /***** 132px=3 Domande, 158px=4 Domande) ******/
		text-align:left;
	}

	div.pollUp
	{
		position:absolute;
		right:0px;
		top:5px;
	}
	div.pollDown
	{
		position:absolute;
		right:0px;
		bottom:5px;
	}
	div.pollContentBlock
	{
		position:relative;
		width:165px;
		padding:2px;
		overflow:hidden;
		border:solid 0px green;
	}
	div.pollSubmitBlock /* Immagine Pulsante*/
	{
	font-family: Arial;
	font-size: 12px;
	position: relative;
	overflow: hidden; /*height:27px;*/;
	text-align: left;
	border: 0px;
	margin-top: -28px;
	margin-left: 6px;
}

	/* end of poll box */


	/* styles for autogenerated poll elements */

	div.pollTextBox /* Titolo sondaggio */
	{
	font-family: Arial;
	font-size: 11px;
	position: absolute;
	white-space: normal;
	margin: 0px;
	width: 160px;
}

	div.pollTextBoxWrapper /* Domande */
	{
		position: relative;
		margin-left: 0px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}
	div.pollTextContainer /* Domande */
	{
	position: relative; /* border-top:1px solid #B3C6D5; /* Riga separatore e domande */
	padding: 0px;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 1px; /*  Margine sx domande e radio */
}

	div.pollTextContainerRes /* Risultati */
	{
	position: relative; /* border-top:1px solid #B3C6D5; /* Riga separatore e domande */
	padding: 0px;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin-top: 4px;
	margin-bottom: -3px;
	margin-left: 0px;
	margin-right: 6px;
	font-family:Arial;
	font-size: 11px;

}

	.pollRadioButton
	{
		margin-left: 0px;
		margin-right: 2px;
		float:left;  /* Lasciare*/
	}

	div.pollTextBoxWrapperRes  /* Risultati */
	{
	font-family: Arial;
	font-size: 11px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

	div.pollProgressBar
	{
	width: 20px;
	color: #000000;
	font-style: italic;
	font-family: Arial;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	vertical-align: middle;
	font-size: 10px;
	border: 1px solid #BBB073;
	background-color: #DED9B9;
    background-image: url('http://www.paginainizio.com/bktopv2.jpg');
	padding: 1px;
	margin: 0px;
}

/* end of styles for autogenerated poll elements */

