/* styles for administration consoles (administrator and members) */
#wrapper {
	width:900px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#wrapper_top {
	vertical-align:top;
}
/* some fonts */
.step_heading, .step_heading_colord {
	font-size:14px;
	font-weight:bold;
}
.step_heading_colord {
	color:#003366;
}
/* admin shell */
#shell_top {
	width:966px;
	height:13px;
	background-image:url(top.gif);
}
#shell_base {
	width:966px;
	height:13px;
	background-image:url(base.gif);
	background-color:#FFFFFF;
}
#shell_banner {
	width:966px;
	height:80px;
	background-image:url(rowbg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	text-align:left;
	padding-left:6px;
}
#shell_topmenu {
	width:966px;
	height:20px;
	background-image:url(rowbg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
#shell_contents {
	width:900px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.content_container {
	text-align:left;
	vertical-align:top;
	padding-top:25px;
}
/* menu styles */
#menu_button_cell, #menu_button_cap_cell, #menu_button_return_cell, #menu_button_common_cell_short, #menu_button_common_cell_med {
	text-align:center;
	vertical-align:middle;
	border-bottom:#666666 1px solid;
	border-top:#666666 1px solid;
	height:30px;
}
#menu_button_cap_cell {
	border-right:1px #666666 solid;
}
#menu_button_return_cell {
	width:230px;
	border-left:1px #666666 solid;
	border-right:1px #666666 dotted;
}
#menu_button_common_cell_short {
	width:100px;
	border-right:1px #666666 dotted;
}
#menu_button_common_cell_med {
	width:150px;
	border-right:1px #666666 dotted;
}
/* common form and information box styles */
.f_header_link a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.f_header_link a:hover {
	color:#C4FFFF;
	text-decoration:none;
}
.f_singletext_short {
	width:100px;
	border:1px #003366 dotted;
}
.f_singletext_common {
	width:200px;
	border:1px #003366 dotted;
}
.f_singletext_longer {
	width:280px;
	border:1px #003366 dotted;
}
.f_multitext_common {
	width:200px;
	height:200px;
	border:1px #003366 dotted;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.f_multitext_wider {
	width:280px;
	height:100px;
	border:1px #003366 dotted;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.f_multitext_longer {
	width:280px;
	height:200px;
	border:1px #003366 dotted;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.f_type_file_wrapper {
	position: relative;
}
.f_file_upload {
	width:180px;
	height:22px;
	border:1px #003366 dotted;
}
.f_header_row {
	background-color:#003366;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.f_field_row {
	background-color:#FFFFFF;
	border-left:1px #003366 solid;
	border-right:1px #003366 solid;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.f_text_row {
	background-color:#FFFFFF;
	border-left:1px #003366 solid;
	border-right:1px #003366 solid;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.f_sub_bold {
	color:#003366;
	font-weight:bold;
}
.f_text__fld_row {
	width:75px;
	background-color:#FFFFFF;
	border-left:1px #003366 solid;
	border-bottom:1px #003366 dashed;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:right;
	vertical-align:top;
}
.f_text__sub_row {
	background-color:#FFFFFF;
	border-right:1px #003366 solid;
	border-bottom:1px #003366 dashed;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	vertical-align:top;
}
.f_text__fld_row_base {
	width:75px;
	background-color:#FFFFFF;
	border-left:1px #003366 solid;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:right;
	vertical-align:top;
}
.f_text__sub_row_base {
	background-color:#FFFFFF;
	border-right:1px #003366 solid;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	vertical-align:top;
}
.f_submit_row {
	background-color:#FFFFFF;
	border:1px #003366 solid;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.f_info_box_main_td {
	border:1px #003366 dashed;
	background-color:#FFFFCC;
}
.f_info_box_error_td {
	border:1px #FF0000 dashed;
	background-color:#FF9900;
	padding:8px;
}
.f_info_box_gap_td {
	height:12px;
}