/**
 *	Zoki Poll css
 *
 *	This file provides styles table for poll
 *
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 * 
 *	This file is part of ZokiPoll.
 *	
 *	Zoki Poll is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU Lesser General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	Zoki Poll is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU Lesser General Public License for more details.
 *
 *	You should have received a copy of the GNU Lesser General Public License
 *	along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

/* poll box */

	.pollBox
	{
		border: 0px solid #000000;
	}
	.pollContainer
	{
		position:relative;
		overflow:hidden;
		/* height of poll box */
		/* you probably should modify same value at pollBodyBlock class */
		/*height:150px;*/
		/* here you can change witdh of your poll */
		/* don't forget to modify class pollContentBlock too */
		width:210px;
		background-color: #FFFFFF;
		border:0px solid #979797;
		text-align:left;
/*		float:left;*/
	}
	div.pollCaption
	{
		position:center;
		margin:2px;
		padding:0px 5px;
		overflow:hidden;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		font-size: 10px;

	}
	

	div.pollBodyBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:350px;
		border:solid 0px #cc0000;
		text-align:left;
	}
*/
	/* end of block with specified height and scrollers */
	
	/* block with height depends of it's content */

	div.pollBodyBlock
	{
		position:relative;
		margin:2px;
		border:solid 0px #cc0000;
		text-align:left;
	}

	/* end of block with height depends of it's content */		

	div.pollUp
	{
		position:absolute;
		right:0px;
		top:5px;
	}
	div.pollDown
	{
		position:absolute;
		right:0px;
		bottom:5px;
	}
	div.pollContentBlock
	{
		position:relative;
		width:190px;
		padding:2px;
		overflow:hidden;
		border:0px solid green;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:25px;
		border:solid 0px #0000cc;
		text-align:center;
	}

	/* end of poll box */

	/* =============================================================== */
	/* =============================================================== */
	/* =============================================================== */

	/* styles for autogenerated poll elements */
/*
	div.pollTextBox
	{
		position: absolute;
		white-space: nowrap;
		top: 0px;
	}

	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}

	div.pollTextContainer
	{
		position: relative;
	    height: 20px;
		clear: both;
	}
	
	.pollRadioButton
	{
		left: 0px;
		position: absolute;
	}
	
	div.pollTextBoxWrapperRes
	{
		position: relative;
		left: 2px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}

	div.pollTextContainerRes
	{
		position: relative;
	    height: 15px;
		clear: both;
	}

	div.pollProgressBar
	{
		width: 20px;
		height: 15px;
		margin: 2px 0 5px 0;
		font-size: smaller;
		font-weight: bold;
		background-color: #DDE2FC;

		background-image:url(../images/pollBar.gif);
		background-repeat:repeat-x;
		background-position:center;

	}
*/
	/* comment all previous block for autogenerated elements
		and uncomment this block to fit all text into poll box instead of horizontal scrolling */

	div.pollTextBox
	{
		position: relative;
		/*display:inline;*/
	}
	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;
	}
	div.pollTextContainer
	{
		position: relative;
		clear: both;
	}
	* html .pollRadioButton
	{
		left: 0px;
	}	
	.pollRadioButton
	{
		position: absolute;
		left: 0px;
	}
	div.pollTextBoxWrapperRes
	{
		position: relative;
		margin-left: 5px;
	}

	div.pollTextContainerRes
	{
		position: relative;
	}

	div.pollProgressBar
	{
		width: 20px;
		height: 15px;
		margin: 0 0 5px 5px;
		font-size: smaller;
		font-weight: bold;
		background-color: #DDE2FC;

		background-image:url(../images/pollBar.gif);
		background-repeat:repeat-x;
		background-position:center;

	}

	/* end of styles for autogenerated poll elements */

