/**
* @package: mod_fly06_poll.php v1.1 (30 Nov. 2007)
* @author: Frédéric Leroy (aka Fly06)
* @url: http://fly06.free.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 {
margin-bottom: 7px }

#poll li em {
display: block;
height: 12px;
color: #000;
padding-left: 3px;
font-style: normal }


div.barre{
clear:both;
padding-left:25px;
}

#poll label em {
padding: 0 }

#poll ul {
margin: 0;
padding: 0;
list-style: none }

#poll li {
margin: 0 0 4px 0;
padding: 0;
background-image: none; /* Added v1.1 */
/* font-size: 10px */ }

#poll li#fp_latestvoteid {
background-color: #000000;
margin: 0 0 4px 0;
padding: 0; }

#poll li div {
margin: 0 }

#poll span#fp_latestvoteid {
font-weight: bold;
color: red }

#poll hr#fp_latestvoteid {
clear: both;
visibility: hidden;
}

#poll li input {
display: block;
margin: 0;
width: 25px;
float: left;
/* margin-right: 4px; */
border: none }

#poll strong {
display: block;
overflow: hidden;
float: left;
height: 12px;
background: #670303 url(images/poll_bg_red.jpg) repeat-x 0 0;
background: #33CA00 url(images/poll_bg_green.jpg) repeat-x 0 0; 
background: #008000 url(images/poll_bg_green_2.jpg) repeat-x 0 0; 
background: #808000 url(images/poll_bg_yellow.jpg) repeat-x 0 0; 
background: #000080 url(images/poll_bg_blue.jpg) repeat-x 0 0; 
color:  #000080;
margin: 2px 5px 0 0;
font-size: 1px;
line-height: 1px;
text-indent: -9999px }

* #poll strong {
text-indent: 0 }

#poll p#fp_poll_msg {
background-color: #eee;
color: red;
font-size: 10px  }

#poll p#fp_poll_title {
font-weight: bold;
margin-bottom: 0;
padding-bottom: 0
/* font-size: 10px */ }

#poll p#fp_poll_subtitle {
font-weight: normal;
margin-bottom: 5px;
padding-bottom: 0
/* font-size: 10px */ }

#poll p#fp_poll_button {
font-weight: normal;
margin-top: 5px;
padding-top: 0
/* font-size: 10px */ }