/* $Id: pollDisplay.css 27323 2009-04-25 12:39:39Z selvakumarp $ */
/* Bar Graphs */
.graph {
  width: 100%;
  position: relative;
}
.bar-title {
  position: relative;
  float: left;
  width: 32%;
  line-height: 20px;
  margin-right: 7px;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 42%;
  height: 10px;
  margin: 0px 0px 5px;
}

.bar-container div {
  background-color:#6A747A;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
  font-weight:normal;
}
#poll-results{
  padding-top:10px;
}
#poll-results p {
  text-align: center;
  font-size:100%;
}