/* electionbuddy css styles                     */
/* designed and developed by lunardawn studios. */
/* feel free to borrow liberally, but please    */
/* don't steal the overall design of the site.  */

/*--- Global Reset ---*/

* {
	padding:0;
	margin:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
cite, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
th {
	text-align: left;
}
.access{ display:none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

abbr { border-bottom: 1px #000 dotted; }

/*--- Basic Style & Layout ---*/

body {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.4em;
	background: #00263f;
	color: #000;
}

a:link, a:visited {
	color:#0072bb;
	outline:none;
}

a:hover { text-decoration: underline; }
a img{ border:none; }

#middle {
	width: 100%;
	background: #fff;
	text-align: left;
}

#main_content {
	width: 760px;
	margin: 0 auto;
	padding: 15px;
}

a {
	color: #151515;
	outline: none;	/* Get rid of Firefox link outline. */
}

/*--- HEADER ---*/

#login {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.9em;
	font-weight: bold;
}

#login table {
	border: 0;
	margin: 0;
	padding: 0;
}

#login table td {
	border: 0;
	margin: 0;
	padding: 0;
}

#login span.inner a.account {
	display: block;
	font-size: 0.8em;
	color: #fff;
	padding: 1px 5px 0px 0px;
	text-decoration: none;
}

#login span.inner a.login {
	display: block;
	background-color: #00263f;
	border: 2px solid #004069;
	border-top: 0px;
	color: #fff7e9;
	padding: 0px 7px 0px 5px;
	text-decoration: none;
}

#login span.inner a.login:hover {
	background-color: #0072bb;
	border: 2px solid #fff;
	border-top: 0px;
	color: #fff;
}

#login a span.arrow {
	color: #ffab09;
}

#header {
	width: 100%;
	background-color: #00263f;
	border-top: 6px solid #0072bb;
}

#header div {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0 0;
	min-height: 89px;
}

#header h1  {
	float: left;
	margin: 10px 0px 0px 10px;
	text-indent: -9999px;
}
#header h2  {
	float: left;
	position: absolute;
	bottom: 5px;
	left: 45px;
	margin: 10px 0px 0px 10px;
	color: #7f7f7f;
	font-style: italic;
	font-size: 0.9em;
}

#header h1 a {
	display: block;
	width: 265px;
	height: 75px;
	margin: 0;
	background: url('/images/logo_eventiq.gif') no-repeat top left;
}

#header ul {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.0em;
}

#header ul li.active {
	background: #dfe5f5;
}

#header ul li.active a {
	color: #00263f;
}

#header ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 2px;
	background: #0072bb;
}

#header ul li a {
	float: left;
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #fff;
}

#header ul li a:hover {
	background: #00adef;
}

#header ul li.login a:hover {
	background-color: #fff;
	color: #000;
}

/*--- Sub (General Info) Header ---*/

#sub_header {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}

#sub_header div {
	width: 760px;
	margin: 0 auto;
	font-size: 0.8em;
	color: #203877;
	padding: 0;
	background: #dfe5f5 url('/images/sub_header_bottom.gif') bottom left no-repeat;
}

#sub_header div p {
	padding: 9px 20px 10px 20px;
}

#sub_header div p strong {
	font-weight: bold;
}

#sub_header div p .greyed_out {
	color: #888;
}

/*--- Welcome Explanation ---*/

#welcome_header {
	font-size: 1.5em;
	color: #00263f;
	display: none;
}

/*--- Features Splash ----*/

#main_content #splash {
	font-size: 0.9em;
	width: 760px;
	margin: 0px auto;
	padding: 0;
	height: 210px;
}

/*--- Verbiage on the Front Page ---*/

#main_content .verbiage {
	font-size: 1.4em;
	line-height: 1.7em;
	width: 760px;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: center;
}

#main_content .verbiage .highlight {
	background-color: #0072bb;
	padding: 2px 4px;
	color: #fff;
}

.border_frontpage {
	border-top: 1px solid #CCE5EF;
}

/*--- Features Table ---*/

#main_content .features_box {
	font-size: 0.9em;
	width: 760px;
	margin: 15px auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #cce5ef;
	border-bottom: 1px solid #cce5ef;
}

#main_content .second {
	border-bottom: none;
}

#main_content .features_box table tr td {
	vertical-align: top;
}

#main_content .features_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_content .features_box ul li {
	padding: 0 3px 0 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

#main_content .features_box ul.check li {
	background: url('/images/orange_checkmarks.gif') 3px 3px no-repeat;
	padding: 0 11px 10px 22px;
}

#main_content .features_box ul li.lock {
	background: url('/images/lock.gif') 7px 1px no-repeat;
}

#main_content .features_box ul li.envelope {
	background: url('/images/envelope.gif') left 3px no-repeat;
}

#main_content .features_box ul li.print {
	background: url('/images/print.gif') 8px 2px no-repeat;
}

#main_content .features_box ul li.pencil {
	background: url('/images/pencil.jpg') 8px 2px no-repeat;
}

#main_content .features_box ul li.support {
	background: url('/images/support.jpg') 8px 2px no-repeat;
}

#main_content .features_box ul li.title {
	font-weight: bold;
	background: transparent;
}

#main_content .second ul li {
	line-height: 1.4em;
	margin-bottom: 10px;
}

.large_text {
	font-size: 23px;
}

.background_image {
	background: fixed;
}

/*--- Main Content Styling ---*/

#main_content {
	background-color: #fff;
	font-size: 0.9em;
}

#main_content h1 {
	font-size: 1.4em;
}

#main_content h1 .delete_election {
	font-size: 0.6em;
}

#main_content h2 {
	font-size: 1.2em;
	padding-left: 10px;
}

#main_content h3 {
	font-size: 1.2em;
	padding: 20px 10px 10px 10px;
}

#main_content .bigbluequote {
	color: #0072bb;
	font-weight: bold;
}

#main_content ul {
	padding: 15px;
}

#main_content .emphasis {
	font-weight: bold;
	font-size: 1.1em;
}

#main_content a.emphasis {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#main_content .italics {
	color: #222;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 1.05em;
}

#main_content p {
	text-indent: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_content img.splash_image {
	border: 0;
	margin: 20px 0 6px -20px;
	padding: 0;
}

#main_content .account_details {
	width: 700px;
	background-color: #dfe5f5;
/*	border: 2px solid #cce5ef; */
	margin: 20px auto;
	padding: 10px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#main_content .account_details a {
	background-color: #00263f;
	text-decoration: none;
	padding: 3px 6px;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#main_content .building_block {
	float: left;
	background-color: #dfe5f5;
	border: 2px solid #00263f;
	margin: 20px;
	padding: 15px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#main_content .building_block h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#main_content .building_block a {
	color: #203877;
}

/* ------ MAIN ACCOUNT PAGE ----- */

#main_content .election_list {
	width: 700px;
	background-color: #dfe5f5;
/*	border: 2px solid #cce5ef; */
	margin: 20px auto;
	padding: 10px;
	position: relative;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#main_content .election_list ul li {
/* This is for an IE6 bug. Random extra space between list items. */
	display: inline;
}

#main_content .election_list ul li a {
	display: block;
	background-color: #fff;
	color: #000;
	border: 1px solid #ffab09;
	line-height: 1.3em;
	padding: 0.7em;
	padding-left: 1.2em;
	padding-top: 0.8em;
	margin: 0 0 1em 0;
	text-decoration: none;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#main_content .election_list a img {
	position: absolute;
	top: 10px;
	right: 20px;
}

#main_content .election_list ul li a span.election_status {
	font-style: normal;
	padding: 4px 6px 4px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#main_content .election_list ul li a span.red_status {
	background-color: #ff0000;
	color: #fff;
}

#main_content .election_list ul li a span.yellow_status {
	background-color: #ffff00;
	color: #000;
}

#main_content .election_list ul li a span.green_status {
	background-color: #00ff00;
	color: #000;
}

#main_content .election_list ul li a span.dark_green_status {
	background-color: #018901;
	color: #fff;
}

#main_content .election_list ul li a:hover {
	color: #fff;
	background-color: #00263f;
	border: 1px solid #00263f;
}

#main_content .election_list ul li a:hover span.election_status {
	background-color: #fff;
	color: #000;
}

#main_content .election_list ul li a:hover span.hover_status {
	background-color: #ff8000;
	color: #000;
}

#main_content strong {
	font-weight: bold;
}

.admin_notice {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffab09;
	border-bottom: 1px solid #ffab09;
	background-color: #fff7e9;
	font-size: 0.9em;
}

.admin_notice div {
	padding: 2px 7px 2px 7px;
}

.admin_notice a {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 0.7em;
}

/* ------- PRICING TABLE ------------- */

#pricing_table table {
	margin: 15px auto;
}

#pricing_table table td, #pricing_table table th {
	border: 1px solid #000;
	padding: 7px;
	text-align: center;
	font-size: 0.9em;
	width: 140px;
}

#pricing_table table th {
	background-color: #0072bb;
	font-size: 1.2em;
	color: #fff;
}

#pricing_table table tr.subtext {
	font-size: 0.9em;
}

#pricing_table table tr td.explanation {
	width: 170px;
	text-align: right;
}

#pricing_table table tr.cost td {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #00263f;
	color: #fff;
}

#pricing_table table td.invisible, #pricing_table table th.invisible {
	border: 0;
	background-color: #fff;
}

#pricing_table table td.signup {
	background-color: #ff8000;
	margin: 0 auto;
	padding: 0;
}

.pricing_heading_text {
	font-size: 13px;
}

.pricing_paragraph_text {
	text-indent: 0 !important;
	margin-left: 12px;
}

.pricing_table_heading_ends {
	border: none !important;
	padding: 0 !important;
}
.pricing_table_heading_middle {
	border-top: none !important;
	border-left: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
}

/* ------- TOUR PAGE ------------- */

.tour_section {
	margin: 50px 0px;
	border: 1px solid #FEAC0A;
	width: 800px;
}

.tour_section .bignumeral {
	font-size: 96px;
	color: #ffab09;
	position: relative;
	top: 20px;
	left: 25px;
}

.tour_section .section_title {
	font-size: 36px;
	position: relative;
	right: 25px;
	top: 20px;
}

#main_content .tour_section ul.check {
	list-style: disc;
	text-align: left;
	padding: 0;
	float:right;
	width: 248px;
}

#main_content .tour_section ul li {
	font-size: 0.9em;
	padding-bottom: 10px;
}

#main_content .tour_separator {
	margin: 40px;
	padding: 10px;
	border-top: 1px solid #0072bb;
	border-bottom: 1px solid #0072bb;
	background-color: #dfe5f5;
	font-size: 0.9em;
}

.tour_title_box {
	background-color: rgb(254, 172, 8); 
	font-size: 27px; width: 245px; 
	height: 35px; 
	position: relative; 
	top: -18px; 
	left: 22px;
}

#main_content .tour_section ul.check li {
	background: url('/images/orange_checkmarks.gif') 3px 3px no-repeat;
	padding: 0 0 10px 22px;
	list-style: none outside none;
}

.tour_inner {
	padding-top: 5px;
	margin-left: 10px;
}

.tour_image {
	border: 2px solid #000;
	margin-left: 23px;
	padding: 5px;
	background-color: #fff
}

.tour_bottom {
	clear:both;
	margin-top: 15px;
}

.tour_bottom_inner {
	font-size: 16px;
	margin-left: 25px;
}

.tour_election_type_heading {
	font-size: 17px;
}

.tour_election_type_list {
	padding: 7px 7px 7px 24px !important;
	float: left;
	margin-top: 8px;
}

/* ------- ELECTION EDIT PAGE -------- */

#main_content #election_edit {
	margin: 20px 15px;
	padding: 0px;
	font-size: 0.9em;
}

#main_content #election_edit input {
	padding: 5px;
	font-size: 1.2em;
}

#main_content #election_edit input.editor_field {
	font-size: 1.0em;
}

#election_edit input[type=text], #election_edit input[type=password], #election_edit textarea {
	color: #000;
	background-color: #f4f4f4;
	background-image: url('/images/button_bg.png');
	background-position: 0px -1200px;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 1.4em;
	padding: 3px 0px 3px 3px;
	margin: 0;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#election_edit input[type=text]:focus, #election_edit input[type=password]:focus, #election_edit input[type=text]:hover, #election_edit input[type=password]:hover, #election_edit textarea:focus, #election_edit textarea:hover {
	background-color: #fffdde;
}


/* Pull email links - from Highrise or past elections. */
#election_edit a.pull_link {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 2px 15px 3px 15px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#election_edit a.pull_link:hover {
	background-color: #0072bb;
	color: #fff;
}

.ballot_type_checkbox {
	display: block;
	background-color: #fff;
	font-size: 1.25em;
	padding: 5px;
	margin: 10px;
	cursor: pointer;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#main_content #election_edit textarea {
	padding: 5px;
	font-size: 1.2em;
}

#main_content #election_edit select {
	font-size: 1.2em;
}

#main_content span.election_type_tooltip {
	cursor: hand;
}

#main_content span.election_type_tooltip a {
	text-decoration: none;
}

#main_content h2.section_header {
	border-top: 1px solid #ffab09;
	border-bottom: 1px solid #ffab09;
	background-color: #fff7e9;
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 1.6em;
}

#main_content h2.sub_section_header {
	border-bottom: 1px solid #ffab09;
	margin-top: 30px;
	font-size: 1.4em;
}

h2.section_header span, h2.sub_section_header span {
	color: #0072bb;
}

#position_edit_box, #question_edit_box {
	padding: 0;
/*	background: #dfe5f5; */
	width: 98%;
	margin: auto;
}

#position_edit_box a {
	text-decoration: none;
}

#position_edit_box_title, #question_edit_box_title, #candidate_information_box_title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#positions #positions_list, #questions #questions_list {
	padding: 0px;
	padding-bottom: 10px;
}

/* The (add position) / (add question) link. */
#positions_list li, #questions_list li {
	margin: 5px;
	padding: 0px;
	font-size: 1.1em;
}

/* The position/question name. */
#positions_list li.position, #questions_list li.question {
	display: block;
	margin: 10px;
	padding: 15px 20px 15px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #dfe5f5 !important;
	background-image: url('/images/up_down_arrow_blue.gif') !important;
	background-repeat: no-repeat;
	background-position: right 5px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.candidate_limit_box, .writein_box {
	margin-top: 12px;
	background-color: #fff;
	padding: 5px 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	clear: both;
}

.candidate_limit_box .candidate_limit_field {
	display: inline;
}

.candidate_limit_field span {
	font-size: 1.3em;
}

/* The (add new candidate) / (add new answer) link. */
#positions_list li div, #questions_list li div {
	font-size: 0.9em;
}
.add_new_response {
	display: block;
	padding-left: 20px;
	font-weight: normal;
	text-decoration: underline;
}

#positions_list li div a {
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

#positions_list li div ul, #questions_list li div ul {
	padding: 5px;
}

/* Each candidate or answer. */
#positions_list li div ul li, #questions_list li div ul li {
	padding: 5px 15px;
	font-size: 1.1em;
	font-weight: normal;
}

#positions_list li div ul li a, #questions_list li div ul li a {
	display: inline;
	padding: 0;
}

.candidate, .answer {
	background-color: #ffab09 !important;
	background-image: url('/images/up_down_arrow_orange.gif') !important;
	background-repeat: no-repeat;
	background-position: right center;
	margin: 5px;
	padding: 5px;
	font-size: 0.9em;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#candidate_information_edit_box .in_place_editor_field {
	display: block;
	background-color: #ffab09;
	padding: 5px;
	font-size: 1.2em;
	margin-top: 10px;
}

#candidate_information_edit_box .inplaceeditor-empty {
	padding: 5px;
}

.commentEditableTitle .in_place_editor_field {
	display: block;
	background-color: #ffab09;
	padding: 5px;
	font-size: 1.2em;
	width: 265px;
	font-weight: normal;
}

/* -------- SIGNUP TABLE --------- */

#signup_table {

}

#signup_table table {

}

#signup_table table td {
	width: 40%;
	padding: 2px 0px 10px 10px;
	vertical-align: top;
	font-size: 0.8em;
}

#signup_table table td.left_side {
	width: 60%;
	border-right: 2px solid #00263f;
	border-right: 2px solid #cce5ef;
	padding: 10px 40px 20px 20px;
	font-size: 0.9em;
	color: #333;
}

#signup_table table td.left_side input.submit {
	display: block;
	margin-top: 20px;
}

#signup_table input.signup_field {
	display: block;
	color: #000;
	background-color: #f4f4f4;
	background-image: url('/images/button_bg.png');
	background-position: 0px -1200px;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 1.4em;
	padding: 3px 0px 3px 3px;
	margin: 0 0 20px 0;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
#signup_table input.signup_field:focus, #signup_table input.signup_field:hover {
	background-color: #fffdde;
}

#signup_table input.valid, #election_edit input.valid {
	background-color: #fffdde;
	background-image: url('/images/input_feedback.png');
	background-position: 100% 3px;
	background-repeat: no-repeat;
	border: 1px solid #119304 !important;
}

#signup_table input.invalid, #election_edit input.invalid {
	background-color: #ffeac8;
	background-image: url('/images/input_feedback.png');
	background-position: 100% -67px;
	background-repeat: no-repeat;
	border: 1px solid #ffa300 !important;
}

/* -------- USER EDIT TABLE --------- */

#main_content table.user_edit {
	margin: 20px;
}

#main_content table.user_edit tr td {
	padding: 5px;
	width: 500px;
	font-size: 0.9em;
}

#main_content table.user_edit tr td input {
	padding: 5px;
	font-size: 1.2em;
}

table.user_edit input[type=text], table.user_edit input[type=password], table.user_edit textarea {
	color: #000;
	background-color: #f4f4f4;
	background-image: url('/images/button_bg.png');
	background-position: 0px -1200px;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 1.4em;
	padding: 3px 0px 3px 3px;
	margin: 0;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
table.user_edit input[type=text]:focus, table.user_edit input[type=password]:focus, table.user_edit input[type=text]:hover, table.user_edit input[type=password]:hover, table.user_edit textarea:focus, table.user_edit textarea:hover {
	background-color: #fffdde;
}

#main_content table.user_edit tr td textarea {
	padding: 5px;
	font-size: 1.2em;
}

#main_content table.user_edit tr td select {
	font-size: 1.2em;
}

/* -------- ELECTION CHECK PAGE ------- */

#main_content .election_summary {
	background-color: #dfe5f5;
	border: 2px solid #cce5ef;
	margin: 20px auto;
	margin-bottom: 0;
	padding: 0px 20px 20px 20px;
	font-size: 1.3em;
	width: 90%;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#main_content .election_summary span.summary_name {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 0.7em;
}

#main_content .email_preview {
	font-family: monospace;
	font-size: 1.2em;
	background-color: #dfe5f5;
	margin: 10px 20px;
	padding: 15px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#main_content .pdf_preview {
	font-size: 1.5em;
	text-align: center;
	line-height: 2.5em;
	background-color: #dfe5f5;
	margin: 10px 20px;
	padding: 15px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#main_content .email_preview .in_place_editor_field, #main_content .pdf_preview .in_place_editor_field {
	background-color: #ffab09;
	padding: 5px;
}

#main_content .email_preview .inplaceeditor-empty, #main_content .pdf_preview .inplaceeditor-empty {
	padding: 5px;
}

.reviewTable td {
	padding-bottom: 10px;
}

.reviewTableRightCells {
	padding-left: 30px;
}
/* -------- BALLOT STATUS ------- */

#voter_status {
	float: left;
}

#voter_status ol {
	margin: 0 0 0 30px;
	padding: 3px 0 0 20px;
	list-style-type: decimal;
}

#voter_status ol li {
	color: #000;
	line-height: 2.5em;
}

#voter_status ol li.sent span {
	background-color: #66cc00;
	padding: 5px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#voter_status ol li.notsent span {
	background-color: #0066cc;
	color: #fff;
	padding: 5px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#voter_status ol li.voted span {
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #fff;
	padding: 5px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#voter_status ol li.error span {
	background-color: #cc0066;
	color: #fff;
	padding: 5px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#voter_status ol li span.status {
	border: 0px;
	background-color: #fff;
	color: #666;
}

#voter_status ol li span.error_text_link {
	border: 1px solid #ffab09;
	background-color: #fff7e9;
	color: #000;
}

#voter_status ol li span.error_text {
	display: none;
}

#voter_status ol li span.visible_error {
	display: block;
	width: 80%;
	font-family: Courier New, monospace;
	font-weight: bold;
	padding: 5px 20px;
	color: #000;
	border: 1px solid #ffab09;
	background-color: #fff7e9;
	margin: 20px;
	line-height: 1.8em;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#voter_status_summary {
	float: right;
}

#voter_status_summary h4 {
	font-weight: bold;
	color: #fff;
}

#voter_status_summary div {
	background-color: #00263f;
	padding: 10px;
	margin-left: 10px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#voter_status_summary table tr td {
/*	border-bottom: 1px solid #0072bb; */
	padding: 2px;
	color: #eee;
}

/* -------- PAYMENT PAGE ------- */

#credit_summary {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}

#credit_summary table {
	margin: 10px auto;
}

#credit_summary table tr td {
	text-align: center;
	font-size: 1.8em;
	padding: 0 20px;
	color: #000;
}

#credit_summary table tr td.balance {
}

#credit_summary table tr td span.caption {
	font-size: 12px;
	color: #888;
}

#credit_card_table {
	border: 1px solid #00adef;
	padding: 0 10px 15px 10px;
	font-size: 0.9em;
}

#credit_card_table legend {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	line-height: 50px;
}

#credit_card_table label {
	float: left;
	width: 25%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
}

#credit_card_table input {
	font-size: 1.1em;
	padding: 3px;
	margin: 0 5px 5px 0;
}

.paypal_button_table {
	margin: auto;
}

.paypal_button_table tr td {
	padding: 10px;
	font-weight: bold;
}

.transactions_td {
	padding-left: 15px;
}

/* -------- RECOVER PASSWORD ------- */

#main_content .recover_email {
	padding: 3px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

/* -------- VOTE PAGE --------- */

#main_content #key {
	color: #000;
	background-color: #f4f4f4;
	background-image: url('/images/button_bg.png');
	background-position: 0px -1200px;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 1.4em;
	padding: 3px 0px 3px 3px;
	margin: 0 0 0.5em 0;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#main_content #key:focus, #main_content #key:hover {
	background-color: #fffdde;
}

table.ballot {
	margin: 10px;
}

table.ballot tr th {
/*	border-bottom: 2px solid #00263f; */
	background-color: #0072bb;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	color: #fff;
}

table.ballot tr td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #00263f;
	border-bottom: 1px solid #fff;
}

table.ballot tr td input[type=text] {
	color: #000;
	background-color: #fff;
	background-image: url('/images/button_bg.png');
	background-position: 0px -1200px;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 1.0em;
	padding: 3px 0px 3px 3px;
	margin: 0;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

.candidate_lightbox {
	font-size:0.89em;
}

.candidate_regularbox {
	font-size:0.89em;
}
/* ------- VOTE VERIFY PAGE -------*/

.position_verify, .question_verify {
	border: 1px solid #ffab09;
	margin: 2px;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #fff7e9;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.position_verify span, .question_verify span {
	color: #ffab09;
}

.candidate_verify, .answer_verify {
	border: 1px solid #0072bb;
	margin: 2px;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #dfe5f5;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

/* ------- RESULTS PAGE -------- */

#main_content h4.results_subheader {
	font-size: 0.9em;
}

#main_content #action_list {
	margin: 10px 30px;
	text-align: center;
	color: #000;
	padding: 7px;
	background-color: #d9ecf9;
	border: 5px solid #0072bb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main_content #action_list table {
	margin: 5px auto 0px auto;
}

#main_content #action_list h4 {
	font-size: 1.3em;
}

#main_content #action_list td {
	font-size: 1.0em;
}

#main_content #action_list td a {
	display: block;
	text-decoration: none;
	padding: 4px 20px;
	color: #000;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

#main_content #action_list td a:hover {
	background-color: #0072bb;
	color: #fff;
}

.status_bar {
	margin: 20px;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	padding: 7px;
	background-color: #00263f;
	border: 5px solid #0072bb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#preferential_results_table {
	margin: 20px;
	margin: auto;
	width: 760px;
}

#preferential_results_table h3 {
	font-size: 1.3em;
	padding-bottom: 0;
	padding-top: 10px;
	border-bottom: 2px solid #00263f;
}

#preferential_results_table h4 {
	font-size: 1.2em;
	border-bottom: 2px solid #00adef;
}

#preferential_results_table tr td {
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
}

#preferential_results_table tr td a img {
	border: 10px solid #0072bb;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#preferential_results_table tr td.graph {
	width: 400px;
}

#plurality_results_table {
	margin: 10px auto;
}

#plurality_results_table tr td {
	border-top: 2px solid #00adef;
	border-bottom: 2px solid #00adef;
	padding: 30px 5px;
	vertical-align: top;
}

#plurality_results_table tr td a img {
	border: 10px solid #0072bb;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#plurality_results_table tr td a:hover img {
	border: 10px solid #00adef;
}

#plurality_results_table .writein_droppable.hovering {
	background: #00adef;
}

#plurality_results_table .writein_draggable {
	display: inline-block;
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	background: #000;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	cursor: pointer;
	cursor: hand;
}

#plurality_results_table .expand_writeins {
	display: inline-block;
	padding-left: 5px;
	cursor: pointer;
}

#plurality_results_table tr td table {
	margin: 5px;
	padding: 0;
}

#plurality_results_table tr td table tr th {
	background: #0072bb;
	color: #fff;
	border: 1px solid #000;
	padding: 10px;
}

#plurality_results_table tr td table tr td {
	border: 1px solid #0072bb;
	padding: 10px;
	vertical-align: middle;
}

#plurality_results_table tr td table tr td em {
	font-style: italic;
}

#plurality_results_table .flash_chart {
	border: 1px solid #00adef;
}

#referendum_results_table {
	margin: 10px auto;
}

#referendum_results_table tr td {
	border-top: 2px solid #00adef;
	border-bottom: 2px solid #00adef;
	padding: 10px 5px;
	vertical-align: top;
}

#referendum_results_table tr td a img {
	border: 10px solid #0072bb;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#referendum_results_table tr td a:hover img {
	border: 10px solid #00adef;
}

#referendum_results_table ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#referendum_results_table ul li {
	margin: 0;
	padding: 0;
}

#referendum_results_table ul li strong {
	padding: 2px;
	border-bottom: 1px solid #0072bb;
}

#referendum_results_table ul li ul {
	margin-top: 10px;
}

#referendum_results_table ul li ul li strong {
	border: 0px;
}

#referendum_results_table .flash_chart {
	border: 1px solid #00adef;
}

.answerComments {
	margin-top: 12px;
}

.questionCommentsArea{
	border: 5px solid #0072BB;
	overflow-y: scroll;
	width: 730px;
	height: 200px;
}

#commentList li {
	background-color: #D9ECF9;
	border: 1px solid
}

/* ------- HELP PAGE -------- */

#main_content #help_page ul {
	margin: 10px 0 0 0;
	padding: 10px;
}

#main_content #help_page ul li {
	font-size: 1.25em;
	text-decoration: none;
	color: #151515;
}

#main_content #help_page ul li ul {
	margin: 0;
	font-size: 0.65em;
}

#main_content #help_page ul li ul li {
	color: #000;
}

/* ------- ELECTION EXPLANATION PAGES -------- */

#main_content ul.condition_list {
	list-style-type: disc;
	margin: 10px;
	padding: 0;
	margin-left: 40px;
}

/* -------- INPLACE EDITING AND ERRORS --------- */

.inplaceeditor-form {
	display: inline;
}

.editor_field {
	margin-right: 10px !important;
}

.editor_ok_button {
/*	display: none; */
	padding: 3px;
	margin-right: 8px;
}

.in_place_editor_field {
	padding: 3px;
}

.formError {
	display: inline;
}

.fieldWithErrors {
	display: inline;
	margin: 0;
	padding: 0;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
	border: 2px solid #cc0066 !important;
}

.inputWithErrors {
	border: 2px solid #cc0066 !important;
}

#errorExplanation, .errorExplanation {
	background: #fafafa;
	background: #ff8000;
	border: 1px solid #0072bb;
	border: 1px solid #ff8000;
	color: #000;
	margin: 10px auto;
	padding: 10px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#errorExplanation h2 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

#errorExplanation p {
	text-indent: 0px;
}

#errorExplanation ul {
	margin: 0;
	padding: 0;
}

#errorExplanation a {
	color: #000;
}

/* ----- TERMS OF SERVICE ------ */
#terms ol {
	list-style-type: decimal;
	margin: 20px;
}

/* -------- FOOTER --------- */

#footer {
	border-top: 6px solid #0072bb;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
}

#footer div {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
}


#footer div a {
	color: #00adef;
	text-decoration: none;
}
