/* HEADER **********************************************************************/
#opinion_poll_header #page_image {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 541px;
	height: 258px;
	background: url(../images/layout/banner_opinion_poll_en.gif) no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#fyi-fr #opinion_poll_header #page_image {
	background: url(../images/layout/banner_opinion_poll_fr.gif) no-repeat;
}

#opinion_poll_misc {
	position: relative;
	top: 0;
	left: 0;
}

#column1 {
	padding: 2px 12px 0 0;
}
#column1 h1{
	padding-left: 10px;
}
#column2 {
	width: 610px;
	padding-left: 0;
}

#column2 h1{
	padding-left: 19px;
}

/* Left Column *****************************************************************/

#polls_menu .odd, #polls_menu .even {
	position: relative;
	clear: both;
	padding: 0 5px;
}

#polls_menu .odd {
	background: #ececec;
}

#polls_menu .even {
	background: #ffffff;
}

#polls_menu #current {
	border: 1px solid #fe6600;
}

#polls_menu br {
	clear: both;
}

.mini_pie {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.polls_menu_controls {
	float: left;
	position: relative;
	/*width: 160px;*/
}

/* Current Poll ****************************************************************/

#current_poll {
	position: relative;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	margin-left: 20px;
	background: #8483d4 url(../images/layout/opinion_poll_bubble.gif) no-repeat top right;
}

#current_poll h3{
	font-size: 1.35em;
	font-weight: bold;
	width: 445px;
	/*border: 1px solid #000;*/
}
#current_poll #stats {
	font-size:1.05em;
	position: absolute;
	top: 80px;
	left: 280px;
	width: 235px;
	margin: 45px 0 0;
}

#current_poll #stats ul {
	list-style: none;
}

#current_poll #stats strong {
	font-size: 1.1em;
}
#current_poll table {
	width: auto;
}

#current_poll td {
	text-align: right;
	padding: 5px 0;
}
#current_poll .votelabel{
	text-align: left;
	height: 110%;
	font-size: 1.1em;
	font-weight:bold;
}

#fyi-fr #current_poll .votelabel{
	font-size: 1em;
}

#current_poll .astxt{
	border: solid 1px #ffffff;
	color:#FFFFFF;
	font-weight: bold;
	background:#4E02BA;
	margin: 8px 4px;
	padding: 1px;
}
#current_poll .atxt{
	margin: 8px 4px;
	padding: 1px;
	border: solid 1px #ffffff;
	color:#FFFFFF;
	font-weight: bold;
	background:#7705F1;
}

#current_poll .ntxt{
	margin: 8px 4px;
	padding: 1px;
	border: solid 1px #ffffff;
	color:#FFFFFF;
	font-weight: bold;
	background:#AB6DFE;
}
#current_poll .dtxt{
	margin: 8px 4px;
	padding: 1px;
	border: solid 1px #ffffff;
	color:#FFFFFF;
	font-weight: bold;
	background:#FFB4D3;
}
#current_poll .dstxt{
	margin: 8px 4px;
	padding: 1px;
	border: solid 1px #ffffff;
	color:#FFFFFF;
	font-weight: bold;
	background: #FF0000;
}

#current_poll_holder p {
	line-height: 1.75em;

}

#current_pie {
	position: relative;
	height: 260px;
	width: 260px;
	display: block;
}



/* Create Poll *****************************************************************/
#create_poll {
	margin: 6px 0 0 0;
	padding: 15px;
	border-top: 1px dotted #ff0000;
	border-bottom: 1px dotted #ff0000;
}


#create_poll p span {
	font-size: 1.8em;
	color: #5151bb;
	font-weight: bold;
}

#create_poll #question {
	display: block;
}

#create_poll #question input {
	font-size: 1.47em;
	width: 510px;
	padding: 3px;
}

#create_poll .quote {
	font-size: 3em;
	font-weight: bold;
	color: #8483d4;
	font-family:"Times New Roman", Times, serif;
}

#create_poll #poll_submit {
	margin: 0 40px;
	
}

.form_controls {
	text-align: right;
}

/* Poll Tips *******************************************************************/
#poll_tips {
	position: relative;
	height: 450px;
	background: url(../images/layout/opinion_poll_tips_en.gif) no-repeat bottom;
	
	margin: 20px 0 0 -44px;
	padding: 0 0 0 200px;
}

#fyi-fr #poll_tips {
	height: 560px;
	background: url(../images/layout/opinion_poll_tips_fr.gif) no-repeat bottom;
}

#poll_tips h1 {
	color: #5151bb;
	font-size: 1.8em;
	font-weight: normal;
	
	margin: 0 0 6px 0;
}

#poll_tips h1 span {
	font-weight: bold;
}

#poll_tips ol {
	background: url(../images/layout/dotted_vertical_thin.gif) repeat-y;
	padding: 0 0 0 35px;
	width: 350px;
}

#poll_tips ol li {
	margin: 0 0 10px 0;
}

#poll_tips li, #poll_tips h3 {
	color: #fe6600;
	font-weight: bold;
	font-size: 1.1em;
}

#poll_tips p {
	color: #000000;
	font-weight: normal;
	line-height: 1.5em;
}
/*Vote *******************************************************************************/

.voteP {
	width: 190px;
	height: 165px;
	background: #FFFFFF;
	padding: 25px;
	color: #333399;
	font-weight:bold;
	border: solid #333333 2px;
	text-align: center;
}

.voteP #vote_form {
	margin:15px;
	text-align:left;
}

.voteP #vote_form.input {
	margin:15px;
}
.voteP #vote_form.label {
	color: #333399;
}
.voteP #form_controls {
	text-align: center;
	padding-top: 10px;
}

.voteP #form_controls a.button {
	margin: 15px;
	text-transform: uppercase;
}

/* poll results table*************************/



.vote{
	margin: 20px 0 5px;
	position: relative;
}

.youvoted {
	display: block;
}

.poll_vote_form {
	display: none;
	position: absolute;
	top: -40px;
	left: -24px;
	color: black;
	background-color: white;
	border: 2px solid #333333;
	text-align: center;
	padding: 5px;
	width: 195px;
}

.poll_vote_form p {
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.poll_vote_form p label {
	white-space: nowrap;
}
	
.poll_vote_form .button {
	border-color:#B4B2A5 #9C9A8F #9C9A8F #B4B2A5;border-style:solid;border-width:1px;font-size:10pt;padding:7px 9px;text-transform:uppercase;
background:#006699 none repeat scroll 0 0;border:medium none;color:#FFFFFF;font-family:verdana,arial,sans-serif;font-weight:bold;text-decoration:none;width:auto;
}

.users_vote {
	display: block;
	background: #8E8C8D;
	padding: 3px;
	margin: 3px 0;
	font-weight: bold;
	color: #ffffff;
	
}

#fyi-fr .users_vote {
	font-size: 0.9em;
}

.poll_question {
	font-weight: bold;
	padding: 3px 0 0;
}

.clearDiv {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}


