/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */

.poll
{
background-color: #edf2fc;
}

.poll .title
{
font-size:16px;
font-weight:bold;
padding: 5px;
}

.poll .text
{
padding: 5px;
}

.poll .option {
background-color: #FFF;
border:1px solid #CCC;
width:318px;
float:left;
}

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
  width: 80%;
  margin-left: 10%;
}
.poll .bar .foreground {
  background-color: #edf2fc;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
  color:#3399ff;
  font-size:10px;
  font-weight:bold;
  padding-right:5px;
}
.poll .total {
  text-align: center;
  clear: both;
  text-decoration:none;
}
.poll .total a {
  text-decoration:none;
}

.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
