/* Form validation */.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }
/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}div.tooltip h4 {    padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	/*background: url(../images/selector-arrow.png) no-repeat;*/
}div.tooltip p {
	font-size: 90%;
	margin: 0;
}
/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}.img_caption.right {
	float: right;
	margin-left: 1em;
}.img_caption.left p {
	clear: left;
	text-align: center;
}.img_caption.right p {
	clear: right;
	text-align: center;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	/*background: url(../images/calendar.png) no-repeat;*/
	cursor: pointer;
	vertical-align: middle;
}
/**************************************************************/
/**Vote Poll**/
/**************************************************************//* Poll Wrapper */
#fly06poll {
	margin: 10px 0 5px 0; 
	padding: 0; 
}
/* Poll Title - Sub-title*/
#fly06poll p#fp_poll_title {
	font-weight: bold;	font-size:12px;
	margin-bottom: 0;
	padding-bottom: 0;
    text-align: center;
    text-decoration: underline;
}#fly06poll p#fp_poll_subtitle {
	font-weight: normal;	font-size:10px;
	margin-bottom: 7px;
	padding-bottom: 0;
}
#fly06poll form {
	padding: 0;
	margin: 0;
}
/* Poll Option : Common*/
#fly06poll div.poll_option {
	position:relative; 
	margin-bottom: 2px;	font-size:12px;
}
#fly06poll div.poll_option input {
	display: block;
	margin-left: 5px;
	width: 20px;
	position:absolute;
    top:0;
	left:0;
}
#fly06poll div.poll_option div.poll_option_result_show_form {
	/*padding-left:25px;*/
      margin-left:30px;
	text-align:left;
	padding-bottom: 3px;
}
#fly06poll div.poll_option label,
#fly06poll div.poll_option p {
	padding: 0;
	display: block;
	margin: 0;
	height: 20px; /* auto; */
}
#fly06poll div.poll_option div.barre {
	vertical-align: top;
	/*height: auto;*/
	display: block;
	height: 14px;
}
#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 {
	background-color: #eee;
}
#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; 
}
#fly06poll .button {
      float: left;
      width: 90px;
      height: 21px;
      color:#000;
      border:1px solid #ccc;
      background: yellow;
}
#fly06poll .button:hover {
      color:red;
}
/* Poll Message / Ajax */
#fly06poll div.fp_poll_msg {
	font-weight: normal;
	padding-left: 0;
	background-color: #eee;
	color: red;
	margin-top: 10px;
	padding-left: 5px;
}
#fly06poll div.fp_poll_loading {
	visibility: visible;
	display: block;
	font-weight: normal;
	background: transparent url(../images/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;
}
#fly06poll div.poll_option div.barre strong {
background: transparent url(/modules/mod_fly06_poll/mod_fly06_poll/images/poll_bg_mauve.jpg) repeat-x 0 0;
    }
