/* ------------------------------------
   Cascading Style Sheet for
   Site: Pollsystem
   Title: -
   Date: 26.02.2008
   Author: stm
   CSS-Hacks: no
   ------------------------------------ */


.light {
	font-size: 10px;
	color: #666;
}

#path {
	height: 20px;
	font-size: 11px;
	color: #666;
	margin: 20px 0px;
}

.blue {
	color: #013185;
}

div.poll {
	padding: 10px;
	width: 550px;
}

div.results {
	margin-top: 0;
}

div.archive {
	margin-top: 0;
}

.footer {
	border-top: 1px dotted #666;
	color: #666;
	font-size: 10px;
	padding: 10px 0px;
}

.footer a {
	font-weight: bold;
}

.polladmin { margin: 15px 15px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
.polladmin table { border-spacing: 5px; }
.polladmin input { margin: 2px; }
.polladmin input.txt { width: 400px; }

.votearchive .subtitle {
	color: #aaa;
}

.results table { margin: 0px; }
.results table.results { margin: 0px;}
.results table.noresults { margin: 0px;}
.results table.results tr, .poll table.noresults tr {height: 40px;}
.results .votestats { margin: 10px 0 0 28px; color: #C2C2C2; }

.poll .answer {font-size: 11px;}

.pollbar {
	background-image: url(images/bar.gif);
	height:25px;
	float: left;
	margin-right: 5px;
}
.titlegroup h3.question {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #0075b0;
	line-height: 18px;
}
.poll .optionradio {
	float: left;
	margin-right: 10px;
}
.answeroption label {
	float: left;
	font-size: 14px;
	width: 500px;
}
.answeroption {
	padding: 0 0 5px 0;
}
body {
	text-align: center;
}
body #container {
	text-align: left;
}

