body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.menutable {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	font-style: italic;
	font-weight: normal;
}

.menutable td a {
	text-decoration: none;
	color: #333333;
}

.tab_active {
	background-color: #666666;
	color:#FFFFFF;
	width: 33%;
	text-align: center
}

.tab_inactive a {
	text-decoration: none;
	color: #999999;
}

.tab_inactive {
	background-color:#CCCCCC;
	color: #999999;
	text-align: center;
	width: 33%;
}

.question_text {
	background-color: #FEFEFE; 
	border-top: 2px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #333333;
	font-weight: bold;
	font-size: 110%;
	white-space: nowrap
}

.line_above {
	border-top: 2px solid #333333;
}

/* the following tags will highlight menu options.  It relies on a tag like:
 *  <body id=homepage> in the body tag for each page.  Also, the TD tag 
 *  for each menu item must have something like <td id=homepagenav>, which
 *  is also referenced below */

/* This will color the active page with a different color on the menu.  
 * This section affects the TD tag that contains the link */
body#homepage td#homepagenav,
body#elections td#electionsnav,
body#results td#resultsnav,
body#turnout td#turnoutnav,
body#admins td#adminsnav {
	background: #006699;
}

/* This is similar to above, but it covers the A tag in the table so the link 
 * will change color, too */
body#homepage td#homepagenav a,
body#elections td#electionsnav a,
body#results td#resultsnav a,
body#turnout td#turnoutnav a,
body#admins td#adminsnav a {
	color: #EEE; 
	font-weight: bold;
	background: #006699;
}


.choice_row {
	padding-top: 4px;
	padding-bottom: 4px;
}

.choice_winner {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #EDEDED;

}

.choice_non_winner {
	padding-top: 4px;
	padding-bottom: 4px;
}

.options_name {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #9999CC;
	font-style: italic;
}
.options_description {
	font-size: 90%;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.question_table {
	background-color: #FFFFCC;
}
.add_new_question_tbl {
	background-color: #88BB44;
}

