/* Common styles */
.topop div {
  line-height: 120%;
  padding: 4px;	
}	

.lipool{
  font-family: Times New Roman, Verdana, sans-serif;
  font-size: 12px;
}

.poll {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 7px 0px 7px 7px;
}

.poll h1 {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: .1em;
	color: #000000;
}

/* Form view styles */
.pollForm UL.inline LI {
	display: inline;
	margin-right: 0.5em;
	font-family: Times New Roman, Verdana, sans-serif;
	font-size: 12px;
    /*white-space: nowrap; */
    /* Would use nowrap if it did not break in IE. */
	}

/* Result page styles */
.pollResult {
	background-color: white;
	padding: 20px;
}

.pollResult H2.thanks {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 1em;
}

.pollResult TABLE.resultTable {
	margin: 1em 0;
}

.pollResult TABLE.resultTable TD {
	vertical-align: middle;
	padding-bottom: 2px;
}

.pollResult TD.label {
	padding-right: 10px;
}

.pollResult TABLE.resultTable TD.bar {
	width: 200px;
	padding-right: 10px;
}

.pollResult TD.bar DIV.bar {
	border-top: solid 1px #fff;
	border-right: solid 1px rgb(142, 168, 36);
	border-bottom: solid 1px rgb(142, 168, 36);
	border-left: solid 1px #fff;
	background-color: #BFCA88;
	font-size: 11px;
}

.pollResult TD.percent {
	padding-right: 10px;
	color: #333;
}

.pollResult TD.rawResult {
	padding-right: 10px;
	color: #666;
}

.pollResult .footer {
	text-align: center;
}
