body {
	background: #fff url(/images/bg.png) top center repeat-y;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin:0 0 0 5px;
	padding:0;
}

.small {
	font-size: 80%;
}  
.copyright {
	font-size: 75%;
	color: #999999;
}

p.copyright a {
	color: #999999;
}

.ocgrey {
	color: #C0C0C0;
}

ul.star {
	list-style-position: outside;
	list-style-image: url(/star1.gif);
	list-style-type: none;
	padding-left: 20px;
} 
div.arrow {
	background-color: #ffffce;
	width: 170px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 10px;
}

div.arrow ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	padding-left: 0px;	
}

div.arrow ul li, .parrow {
	background:transparent url(/arrowtrans.gif) no-repeat scroll left top;
	display:block;
	height:22px;
	line-height:22px;
	padding-left:22px;
	vertical-align:top;
}

div.arrow ul li.chosen {
	background:transparent url(/star1.gif) no-repeat scroll left top;
	color:#CC0000;
	display:block;
	font-weight:bold;
	height:22px;
	line-height:16px;
	padding-left:22px;
	vertical-align:top;
}

#frmMain ul {
	list-style-type: none;
	font-size:11pt;
}

#frmMain ul li.question {
	margin: 10px 10px 0 0;
	padding-top:2px;
	border-top: 1px ridge #cccccc;
}

#frmMain div.login {
	font-size: 0.8em;
}

#frmMain div.login label {
	text-align:right;
	font-weight: bold;
	float:left;
	width:50%;
	line-height: 1.5em;
	margin:2px 5px;
}

#frmMain div.login input {
	width: 120px;
}
#frmMain div.login div {
	text-align: center;
}

.yesvote {
	color: #009900;
	font-weight:bold;
}

.novote {
	color: #CC0000;
	font-weight:bold;
}

.red_highlight {
	color: #cc0000;
}

div.seat {
	width:580px;
	display: inline-block;
	text-align:left;
}

div.seat h4 {
	text-align: left;
	margin-bottom:2px;
	padding-left:10px;
	background: url(/images/seat_hdr.gif) left repeat-x;
	height:38px;
	line-height: 38px;
	color: #363636;
}

div.seat ul.republican {
	float:left;
	width: 270px;
	display:inline-block;
	padding: 28px 5px 2px 5px;
	background: transparent url(/images/bullet_republican2.gif) top right no-repeat;
	min-height:45px;
	margin-top:5px;
	border-right: 1px inset #666666;
}

div.seat ul.democrat {
	width:270px;
	display: inline-block;
	float:right;
	padding: 28px 5px 2px 5px;
	margin-top:5px;
	background: transparent url(/images/bullet_democrat2.gif) top right no-repeat;
	min-height:45px;
}

div.seat ul li {
	list-style-type: none;
	list-style-position: inside;
	background:transparent url(/arrowtrans.gif) no-repeat scroll left top;
	line-height:22px;
	padding-left:22px;
	vertical-align:top;
}

ul li span.subtext {
	font-size: 75%;
	color: #999999;
	font-style:italic;
	line-height: 75%;
	margin-bottom:2px;
}

.banners {
	margin-top: 10px;
	text-align: center;
}	