/* These styles are used by the Create NIB form.  */
.formtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	vertical-align: top;
	background-color:#CCCCCC;
	text-align:right;
	}
.formalert {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFF00;
	vertical-align: top;
	background-color:#FF0000;
	text-align:right;
	}
.formHeader {
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

/* The following styles are used to format tables in other sections of the ballot resource center. */
table.compact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2px;
	border-style: ridge;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 2px;
	empty-cells: show;
}

table.compact th {
	background-color: #C0CFFA;
}

table.compact td {
	border: 1px solid;
	border-color: #999999;
}

/* Styles for legend table */
table.legend {
	border-style: none;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.legend caption {
	font-size: 10pt;
	font-weight: bolder;
	background-color: #C0CFFA;
}

table.legend th {
	font-size: 10pt;
	font-weight: bolder;
}

table.legend td.fauxButton {
	background-color:#DFDFDF;
	border-style: solid;
	border-color: black;
	border-width: thin;
	text-align: center;
}

/* These styles are used by the ns_EditNIB.cfm and ns_ConfirmNIB.cfm files */
.instructions {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	vertical-align: top;
	background-color:#CCCCCC;
	text-align:right;
	}
.instructionheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	vertical-align: top;
	background-color:#CCCCCC;
	text-align:center;
	}
.formHeader {
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
.alert {
	border-color:#FF0000;
	font-weight: bold;
}
.red_text {
	color:#FF0000;
	font-weight: bold;
}
.green_text {
	color:#339900;
	font-weight: bold;
}
.blue_text {
	color:#0000CC;
	font-weight: bold;
}
.yellow_text {
	color:#FFCC00;
	font-weight: bold;
}

