﻿/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */


.poll {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	margin: 0px;
	float: left;
	display: table;
	width: 100%;
}

.bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.links {
  text-align: left;
}
.percent {
  text-align: right; /* LTR */
}
.total {
  text-align: left;
  padding-top: 5px;
}
.poll .vote-form {
  text-align: center;
}
.vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.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%;
}

.title {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}