/* CHART LISTS */
/* Based on article by ALA: http://www.alistapart.com/articles/accessibledatavisualization */
/* jesus.l@productividad.biz, April 2008 */

.pollresults { 
      float: left; 
      width: 380px;
      height:110px;
	  padding: 10px;
	  padding-bottom: 20px;
	  margin: 0px;
	  font-size: 10px;
	  list-style-type: none !important;
	  border: solid 1px #CCC;
	  background: url('../images/coord.gif') 6px 11px no-repeat;
}

.pollresults li { 
	  list-style-type: none !important;
      position: relative;
      display: block;  
	  color: #555555;
      _zoom: 1;
	  margin: 4px 0em;
      padding:2px;
      
      	height: 13px;
      	width: 347px;
      //padding:0px;
}

.pollresults li span.title { 
	display: block;
      position: absolute; 
      z-index: 5; 
	  font-size: 9px;
	  font-weight: bold;
	  text-align: right;
	  overflow: hidden;
	  line-height:13px;
	  	float: left;
	  //line-height:14px;
}

.pollresults .count { 
      display: block; 
      position: relative; 
      top: 0; 
      left: 0; 
      text-indent: 0.3em; 
      text-align: left; 
      color: #555555; 
      font-weight: bold; 
      line-height:13px;
	  z-index: 5;
	  	float: left;
	  	margin-right: 6px;
}

.pollresults .index1,
.pollresults .index2,
.pollresults .index3,
.pollresults .index4,
.pollresults .index5 { 
      display: block; 
	  float: left;
      position: absolute; 
      top: 0; 
      left: 0; 
      height: 100%; 
      background: #C2DA6A; 
      overflow: visible; 
      line-height: 20px;
	  z-index: 4;
	  font-size: 1px;
	  	height: 17px;
}
/* .pollresults li:hover { background: #FFFFDE } */

.pollresults .index1 { background-color: #01AEF0 }
.pollresults .index2 { background-color: #4CC6F5 }
.pollresults .index3 { background-color: #80D6F7 }
.pollresults .index4 { background-color: #B2E7F9 }
.pollresults .index5 { background-color: #D1EEF6 }