/**

* @package: mod_fly06_poll.php 4 Joomla!1.5  

* @version : 1.1 (Sept 09)

* @author: Frédéric Leroy (aka Fly06)

* @url: http://www.fly06.fr/

* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.

* @license: http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php

* Joomla! is free software. This version may have been modified pursuant

* to the GNU General Public License, and as distributed it includes or

* is derivative of works licensed under the GNU General Public License or

* other free or open source software licenses.

* See COPYRIGHT.php for copyright notices and details.

*/



/* Poll Wrapper */

#fly06poll {

	margin: 0 0 5px 0; 

	padding: 0; 

}



/* Poll Title - Sub-title*/

#fly06poll p#fp_poll_title {

	font-weight: bold;

	margin-bottom: 0;

	padding-bottom: 0;

}

#fly06poll p#fp_poll_subtitle {

	font-weight: normal;

	margin-bottom: 7px;

	padding-bottom: 0;

}

#fly06poll form {

	padding: 0;

	margin: 0;

}

/* Poll Option : Common*/

#fly06poll div.poll_option {

	position:relative; 

	margin-bottom: 3px;

}

#fly06poll div.poll_option input {

	display: block;

	margin-left: 5px;

	width: 20px;
	
	position:absolute; 

	left:0;
	

}

#fly06poll div.poll_option div.poll_option_result_show_form {

	padding-left:25px;

	text-align:left;

	padding-bottom: 3px;

}

#fly06poll div.poll_option div.poll_option_result_hide_form {

	padding-left:10px;

	text-align:left;

	padding-bottom: 3px;

}

/*

#fly06poll div.poll_option div.poll_option_result label,

#fly06poll div.poll_option div.poll_option_result p {

*/

#fly06poll div.poll_option label,

#fly06poll div.poll_option p {

	padding: 3px 0 0 0;

	display: block;

	margin: 0 0 3px 0;

	height: auto; /* 20px; */

}

/*

#fly06poll div.poll_option div.poll_option_result div.barre {

*/

#fly06poll div.poll_option div.barre {

	vertical-align: top;

	height: auto;

	display: block;

	height: 14px;

}

/*

#fly06poll div.poll_option div.poll_option_result strong {

*/

#fly06poll div.poll_option strong {

	/* display: block; */

	overflow: hidden;

	float: left;

	height: 12px;

	margin-right: 5px;

	margin-top: 2px;

}



/* Poll Option : Latest Vote */

#fly06poll div#fp_latestvoteid {

	
}

/*

#fly06poll div.poll_option div.poll_option_result div.barre span#fp_latestvoteid {

*/

#fly06poll div.poll_option div.barre span#fp_latestvoteid {

	font-weight: bold;

	color: red;

}



/* Poll Vote Button */

#fly06poll p#fp_poll_button {

	font-weight: normal;

	margin-top: 10px;

	padding-top: 0;


}



/* Poll Message / Ajax */

#fly06poll div.fp_poll_msg {

	font-weight: normal;

	padding-left: 0;

	color: #fff;

	margin-top: 10px;

	padding-left: 5px;

}

#fly06poll div.fp_poll_loading {

	visibility: visible;

	display: block;

	font-weight: normal;

	background: transparent url(loading.gif) no-repeat 0 0;

	color: red;

	height: 18px;

	text-indent: 21px;

	margin-top: 10px;

}

#fly06poll div.hide_me {

	visibility: hidden;

	display: none;

}



/* Preload de l'image loading.gif */

#fly06poll_preload_img {

	position: absolute;

	left: 0;

	top: -5000px;

}