/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin: WP-Polls 2.20										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls, .wp-polls-form {
  background-color: #d4e04c;
  /*padding: 5px;*/
  margin-top: 6px;
  margin-bottom: 6px;
  width: 135px;
  overflow: hidden;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.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: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	margin: 0px 0px 9px 0px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Styles Used In WP-Admin */
.wp-polls-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}

div.rightContent li
{
  list-style-type: none;
}

div.rightContainer ul
{
  list-style-type: none !important;
  margin:0;
  padding:0;
}

div.rightContainer ul li
{
  margin: 0px;
  padding: 0px;
  /*margin-bottom: 10px;*/
  /*text-align: left !important;
  width:135px;*/
}

div.rightContainer ul li h2
{
  padding: 3px 5px 3px 5px;;
  margin: 0px;
  height: 21px;
  background-color: #9c8d84;
  color: white;
  font-family: arial, "MS Sans Serif", arial, helvetica, sans-serif;
  font-size: 100%;  
  text-align: left !important;
}

div.wp-polls div.wp-polls-ans
{
  padding: 5px !important;
}

div.wp-polls form.wp-polls-form p, div.wp-polls p
{
  text-align: left !important;
  padding-left: 5px;
}

div.wp-polls form.wp-polls-form p strong, div.wp-polls p strong
{
  color: white;
}

div.wp-polls form.wp-polls-form div.wp-polls-ans p strong, div.wp-polls div.wp-polls-ans p strong
{
  color: black;
}

div.rightContainer li ul li a
{
  text-align: left;
  /*padding-bottom: 6px;*/
}

ul.wp-polls-ul li
{
  width: 125px;
}