/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px 0px 0px 0px
}

form{
	margin:0px;
	padding:0px;
}

a{
	color:#006699;
	text-decoration:none;
}



#contentHeader{
	position:relative;
	left:35px;
}

#contentHeader_1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006699;
	font-weight:bold;
}

#contentHeader_2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006699;
	font-weight:bold;
}

.spacer{
	height:20px;
	clear: left;
}


/* ERROR */
.error{
	position:relative;
	left:25px;
	padding:10px;
	border:1px #999999 solid;
	width:580px;
	color:#FF3C3C;
	background-color:#FFFFC6;
	font-size:11px;
}

.error .header{
	position:relative;
	color:#FF3C3C;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}

.error a{
	text-decoration:underline;
}

.databaseError{
	position:relative;
	left:25px;
	padding:10px;
	border:1px #999999 solid;
	width:580px;
	color:white;
	background-color:#FFAEAE;
	font-size:11px;
}

.databaseError .header{
	position:relative;
	color:#FF3C3C;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}

.databaseError a{
	text-decoration:underline;
}

/* CONTENT */
.content{
	position:relative;
	left:25px;
	padding:11px;
	border:1px #999999 solid;
	width:580px;
	font-size:10px;
	color:#333333;
}

.content .required{
	color:#FF3300;
	font-size:11px;
	padding: 0px 0px 0px 10px;
}

.content .header{
	position:relative;
	color:#006699;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}

.content .form_container{
	position: relative;
	left: 60px;
}

.label_container{
	font-size:11px;
	width: 180px;
	padding: 5px 5px 5px 5px;
}

label{
	font-size:11px;
}

.content .field_container{
	font-size:11px;
}

.content .field{
	font-size:11px;
	padding: 3px 0px 3px 5px;
}

.content .select{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 0px;
}

.content .spacer{
	height:3px;
}

.content .headerSpacer{
	height:10px;
}

.submit{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px #646464 solid;
	padding: 3px 10px 3px 10px;
	background-color:#979797;
	cursor:pointer;
}

/*
.content .submit:active{
	letter-spacing:-0.5px;
	background:#666666;
	border:1px #999999 solid;
}*/

.content .submit:hover{
	border:1px #FFFF00 solid;
}




/* RESULT TABLE */

.resultTable{
	width:580px;
}

.resultHeader{
	padding:2px 2px 2px 4px;
	border:1px solid #999999;
	background:#006699;
}

.resultHeader .cell{
	color:white;
	font-size:11px;
	font-weight:bold;
	padding: 2px 2px 2px 4px;
}

.resultRow{
	background-color:#FFFFFF;
	border:1px solid #999999;
}

.resultTable voteYes{
	background-color:#D9FFD9;
}

.resultTable voteNo{
	background-color:#FFE1E1;
}

.resultTable .alternate{
	background-color:#F0F0F0;
	border:1px solid #999999;
}

.resultTable .resultRow .cell{
	color:#666666;
	border-bottom:1px solid #999999;
	border-collapse:collapse;
	font-size:10px;
	padding: 4px 2px 4px 4px;
}

.resultTable .leftCell{
	border-left:1px solid #999999;
}

.resultTable .rightCell{
	border-right:1px solid #999999;
}


/* VOTES */

.resultTable .votedYes{
	background-image:url(images/vote/yes.gif);
	background-repeat:no-repeat;
	width:13px;
}

.resultTable .votedNo{
	background-image:url(images/vote/no.gif);
	background-repeat:no-repeat;
	width:13px;
}

.resultTable .votedNone{
	/*background-image:url(images/vote/none.gif);*/
	background-repeat:no-repeat;
	width:13px;
}



/* PAGING NAV */

.pagingNav{
	width:350px;
	position:relative;
	left:115px;
	border:1px solid #999999;
	height:40px;
	vertical-align:middle;
}

.record_nav {font-size: 10px; /*color:#999999;*/ text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;}
.record_display {font-size: 10px; line-height: normal; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; }
.record_goto {font-size: 10px; line-height: normal; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;}
.record_div_line {color: #CCCCCC; font-size:10px;}
.record_nav_field{font-size:10px; color:#999999;}



.topBackground{
	background-color:#006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF
}

.seperatorBackground{
	background-color:#003399;
	height:4px;
	overflow:hidden;
}

.menuBackground{
	background-color:#F7F7F7;
}




.stageBorder_sides{
	border-color:#999999;
	border-width:0px;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
}

.stageBorder_top{
	border-top-width:1px;
	border-top-style:solid;
}

.stageBorder_bottom{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#999999;
}




.menuItem{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

.menuItem:hover{
	text-decoration:underline;
}

.menuSpacer{
	width:30px;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.barField{
	color:#CCCCCC;
	font-size:10px;
	border:0px; 
	background-color:; 
}

.barField_active{
	color:#333333;
	font-size:10px;
	border:0px; 
	background-color:; 
}


.leftMenu_header{
/*
	color:#666666;
	font-size:10px;
	position:relative ; 
	top:1px; 
	left:0px;
	font: Georgia, "Times New Roman", Times, serif;
	*/
	color:#000000;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.leftMenu_item{
	color:#006699;
	text-decoration:none;
	font-size:10px;
	/*position:relative ; 
	top:0px; 
	left:20px;*/
	padding-left:20px;
	background:url(images/other/bullet.gif);
	background-repeat:no-repeat;
	
}

.leftMenu_spacer{
	height:10px;
}


.logo{
	background-image:url(images/logo.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.bottomMenu{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

table.PresVote td{
	font-size:10px;
}