/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-Polls 2.31										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/

.poll-ver-sondagem {
	width:100%;
	height:auto;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
	margin-top:5px;
}
.poll-ver-sondagem a {
	color:#c61e24;
	text-decoration:none;
}
.poll-ver-sondagem a:hover {
	background:#c61e24;
	color:#FFFFFF;
	text-decoration:none;
}
.poll-opcao {
	width:100%;
	height:auto;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}
.poll-opcao2 {
	width:100%;
	height:auto;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
}
.poll-titulo {
	width:98%;
	height:auto;
	float:left;
	font-size:16px;
	margin-bottom:10px;
	padding-left:2%;
}
.wp-polls-archive {
	width:618px;
	height:auto;
	float:left;
	margin-top:5px;
}
.poll-arquivo-ind {
	width:598px;
	height:auto;
	float:left;
	padding:10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
.wp-polls, .wp-polls-form {
	margin-top:3px;
	max-height:256px;
	overflow:hidden;
	width:290px;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
	
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:270px;
	float:left;
}
.wp-polls-ans {
	width:290px;
	height:auto;
	float:left;
	font-size:12px;
	text-align:left;
}
.wp-polls-ans a {
	color:#c61e24;
	text-decoration:none;
	font-weight:bold;
}
.poll-verresultados {
	width:290px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	text-align:center;
}
.wp-polls-ans a:hover {
	color:#c61e24;
	text-decoration:underline;
	font-weight:bold;
}

.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
	margin-top:5px;
	margin-bottom:5px;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	font-size:12px;
	color:#888989;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}

.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background: #c72329;
	border: 1px solid #a0151a;
}
.pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background: #c72329;
	border: 1px solid #a0151a;
}

