/**************************
 ***	TABLE STYLES	***
 **************************/

.even {
	background-color: white;
}

.odd {
	background-color: #C7C7C7;
}

.rounded_tbl {	
	margin: 15px;
}

.tbl_a1_cell {
	font-size: 1px;
	
	height: 30px;
	width: 16px;
}

.tbl_b1_cell {
	font-size: 13px;
	font-weight: bold;

	color: black;
	text-align: center;
	vertical-align: middle;
	
	height: 30px
}

.tbl_c1_cell {
	font-size: 1px;
	
	height: 30px;
	width: 10px;
}

.tbl_a2_cell {
	font-size: 1px;
	
	width: 16px;
}

.tbl_b2_cell {
	background-color: white;
	
	padding-top: 10px;
}

.tbl_c2_cell {
	font-size: 1px;
	
	width: 10px;
}

.tbl_a3_cell {
	font-size: 1px;
	
	height: 10px;
	width: 16px;
}

.tbl_b3_cell {
	font-size: 1px;
	
	height: 10px
}

.tbl_c3_cell {
	font-size: 1px;
	
	height: 10px;
	width: 10px;
}
 
 
/**************************
 ***	FORM STYLES	***
 **************************/

.field_label {
	color: black;

	font-size: 10pt;
	font-weight: bold;
	
	vertical-align: middle;
	
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
}

td.field_label {
	width: 0px;
}

.text_area_label {
	vertical-align: top;
}

.field_input {
	font-size: 10pt;

	color: #606060;
	vertical-align: middle;
	
	padding: 2px;
}

td.field_input {	
	white-space: nowrap;
	
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.number_field {
	text-align: right;
}

input.field_input, textarea.field_input, select.field_input {
	font-family: Arial;
	font-size: 10pt;
	
	border-style: solid;
	border-color: #A4B97F;
	border-width: 1px;
}

input.no_border {
	border-width: 0px;
}

input.day_input {
	width: 20px;
}

.not_required_spacer {
	font-size: 13pt;
}

.submit_cell {
	padding-top: 15px;
}

.form_instructions {
	font-size: 8pt;
	
	color: #555555;
	text-align: center;
}

#page_error_msg {
	font-weight: bold;
	
	color: white;	
	text-align: center;
	
	cursor: pointer;
	
	background-color: red;
	
	padding: 5px;
	
	margin-bottom: 5px;
}

#page_confirm_msg {
	font-weight: bold;
	
	color: #333333;	
	text-align: center;
	
	cursor: pointer;
	
	background-color: #C7C7C7;

	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	
	padding: 5px;
	
	margin-bottom: 5px;
}
