


/* survey specific styles */

/* demo 1 */
#survey{
  background:#f0f0f0;
  margin:0;
  padding:0;
}
#survey ul.bar {
  list-style:none;
  margin:0;
  padding:18px 0 0;
  font:normal 10px/250% Verdana, arial;
  text-align:center;
  color:#fff;
}
#survey ul.legend{
  display:inline-block;
  clear:both;
  background-color:#444;
  margin:0;
  padding:10px 0;
  font:normal 10px Georgia, "Times New Roman", Times, serif;
  text-align:center;
  color:#eee;
  _height: 1%; /* make ie6 play nice */
}
/* clear the legend */
#survey ul.legend:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#survey ul.legend{ display:block; }
#survey ul li{
  display:inline; /* trick ie6 to not do double margin bug */
  float:left; /* float will reset to block */
  margin:0 14px 0;
  padding:0;
  
}
#survey ul.bar li div, #survey ul.bar li span{ display:block; overflow:hidden;}
#survey ul.bar li div.no-results{ color:#888; }
#survey ul.bar li span{
  height:15px;
  line-height:100%;
  color:Black;
}


#graph_title
{
    padding: 0;
    margin: 0;
    font:normal 10px Verdana, arial;
    text-align: center;
}