/* #100010 text color */
/* #6E98B0 navigate background color */
/* #5B2E80 navigate text color */
/* #F5FBDE grid header color */
/* #F5FBDE input region background color */
/* #303090 anchor link color */
/* #215121 anchor link in grid header color */
/* #FDE5A9 rotating grid rows color */
/* toolbar button background-color: #FED264; */
/* toolbar button border: 1px solid #404044; */

.midsize {font-size: 10pt;}
.bigsize {font-size: 11pt;}
.red {color: #CA0B0B;}
.uppercase {text-transform: uppercase;}

.prefix_png {border: none; margin-right: 4px; width: 16; height: 16;}

body {
  background-image: url("admin_background.gif"); 
  background-color: #FFEFAD;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

body,
  TH,
  TD,
A {
	color: #100010;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-size: 9px;
}


body {
  margin: 0px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #303090;
	font-weight: bold;
	text-decoration: none;
}
a:hover {background-color: white;}


.light_link {
	color: #303090;
	text-decoration: none;
	font-weight: bold;
        font-size: 12px;
}

.active { background-color: yellow;}

/* the tohtml base method */
.tohtml_table {
   margin-top: 24px;
	background-color: #E9FFCA;
	color: #2A4600;
		border: 1px solid #2A4600;
}
.tohtml_td {
	color: #2A4600;
	vertical-align: top;
	padding-left: 4;
	padding-right: 4;

}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_input_regions_c class */
.dtui_input_regions_table {
}
.dtui_input_regions_prompt_td {
	margin-top: 8px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding: 8px;

}

.dtui_input_regions_input_td {

	width: 650;
	border: none;
	vertical-align: baseline;
	padding: 4px;
}
						/* cell containing space between the rows */

.dtui_input_regions_gutter_td {
}
						/* contents of the cell space between the rows */
.dtui_input_regions_gutter_div {
  height: 16;
  display: none;
}
/* --------------------------------------------------------------------------------------------*/
/* individual property styles */
.dtproperty_textbox {
   border: 1px solid silver;
   font-size: 10px;
}
										/* these styles are added to modify other dtproperty styles */
.dtproperty_short {
	width: 52px;
}
.dtproperty_zipcode {
	width: 72px;
}
.dtproperty_date {
	width: 72px;
}
.dtproperty_veryshort {
	width: 24px;
}
.dtproperty_medium {
	width: 110px;
}
.dtproperty_medium2 {
	width: 240px;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 500px;
}
.dtproperty_wide2 {
	width: 500px;
	height: 40px;
}
.dtproperty_medium2tall {
	width: 240px;
}
.dtproperty_widetall {
	width: 500px;
	height: 100px;
}
.dtproperty_wideverytall {
	width: 500px;
	height: 300px;
}
.dtproperty_half {
	width: 240px;
}
.dtproperty_halftall {
	width: 240px;
	height: 50px;
}
.dtproperty_verywide {
	width: 600;
}
.dtproperty_tall {
	height: 100px;
}
.dtproperty_orders {
	width: 200px;
}
.dtproperty_orders_tall {
	width: 200px;
	height: 100px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
 	color: white;
}

										/* this style is used for a property with a validation problem */
.dtproperty_invalid {
  background-color: #FFCCCC;
}
										/* this style is used for a required property */
.dtproperty_required {
  background-color: #FFFFCC;
}
										/* this style is used near propertys with validation problems */
.dtproperty_error {
  color: red;
  font-size: 9px;
  font-style: italic;
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_pulldown_c class */

.dtui_pulldown_select {
  font-size: 10px;
}
										/* modifiers for the select box */
.dtui_pulldown_tall {
   height: 100px;
}
										/* unselected option */
.dtui_pulldown_option {
  font-size: 10px;
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_columnizer_c class */
.dtui_columnizer_table {
}
.dtui_columnizer_column_td {
	vertical-align: baseline;
}
.dtui_columnizer_column_gutter_td {
	vertical-align: baseline;
}
.dtui_columnizer_column_final_td {
}
.dtui_columnizer_row_gutter_td {
	vertical-align: baseline;
	height: 8px;
}
/* --------------------------------------------------------------------------------------------*/
/* form input */
.form_prompt_td {
	text-align: right;
	width: 150;
	font-weight: bold;
	vertical-align: top;
}
.form_textbox {
   font-size: 10px;
	width: 400px;
	border: 1px solid silver
}
.form_textbox_short {
	width: 40px;
}
.form_textbox_veryshort {
	width: 24px;
}
.form_textbox_date {
	width: 72px;
}
.form_textbox_medium {
	width: 180px;
}
.form_textbox_tall {
	height: 100px;
}

.form_required_span {
	font-size: smaller;
	font-style: italic;
}

                                         /* this is appended to form input fields which are supposed to look required */
.form_required {
	background-color: #FFFFCC;
}

/* --------------------------------------------------------------------------------------------*/
/* dtgrid object styles */

.dtgrid_table {
}

.dtgrid_sortbutton_a,
.dtgrid_sortbutton_current_a {
 	text-decoration: none;
}

.dtgrid_sortbutton_current_a {
 	color: red;
}

.dtgrid_sortbutton_a:hover,
.dtgrid_sortbutton_current_a:hover {
 	text-decoration: none;
	background-color: yellow;
}

.dtgrid_gutter_td {
	display: none;
}

.dtgrid_header_tr {
}
                                                  /* dual rotating row styles */
.dtgrid_rotating0_tr {
}
.dtgrid_rotating1_tr {
	background-color: #FDE5A9;  
}

.dtgrid_header_td A {color: #303090;}

.dtgrid_header_td {
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 12;
	padding-right: 12;
	vertical-align: bottom;
	border-bottom: 2px solid black;
}

.dtgrid_header_div {
}

.dtgrid_data_td {
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 12;
	padding-right: 12;
	vertical-align: top;
	white-space: normal;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the utility group */
.utility_error {
	color: #DC143C;
	font-weight: bold;
}

.utility_debug {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
.dtbase_debug_div {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the function group */
.dttracker1,
.dttracker2,
.dttracker3 {
  color: #600000;
  font-size: 8pt;
}
.dttracker2 {
  color: #A02020;
}
.dttracker_purpose_span {
  color: #202020;
  font-weight: 900;
}
.dttracker_table {
	background-color: #F4DCDC;
}

/* --------------------------------------------------------------------------------------------*/
/* toolbar things */

.dttoolbar_prestyle_div {
	margin-top: 24;
}
.dttoolbar_div {
}
.dttoolbar_table {
}
.dttoolbar_td {
	padding-top: 6px;
	padding-right: 12px;
	white-space: nowrap;
}

.dttoolbar_td {
}

.dttoolbar_button:hover {
  background-color: #FDE5A9;
}

.dttoolbar_button_text {
  display: inline;
  position: relative;
  top: -3px;
}

.dttoolbar_button_guts {
	display: table-cell;
}

.dttoolbar_button {
	width: 150px;
	background-color: #FED264;
	border: 1px solid #404044;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 6px;
  	font-size: 9px;
	white-space: nowrap;
	display: table-cell;
}

/* --------------------------------------------------------------------------------------------*/
/* navigation things */
.navigate_logo_img {
	vertical-align: middle;
}

.navigate_background_color {

}

.navigate_titlebar_table {
  background-image: url("admin_background.gif"); 
  background-repeat: repeat-x;
  background-attachment: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;


}


.navigate_bottombar_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;


}

.navigate_title_td {
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #5B2E80;
	padding-top: 5px;
	padding-bottom: 5px;
        font-style: italic;
}

.navigate_indicators_td {
	padding-right: 10px;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	color: #5B2E80;
}

.navigate_outer_table {
  background-image: url("admin_background.gif"); 
  background-repeat: repeat-x;
  background-attachment: fixed;
	width: 100%;
	height: 90%;
	padding: 0px;
	margin: 0px;

}
.navigate_titleword_td {
	font-weight: bold;
	font-size: larger;
	border: thin dotted Lime;
}
.navigate_revision_td {
	padding-left: 100;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

.navigate_buttons_table {
  background-image: url("admin_background_buttons.gif"); 
  background-repeat: repeat-x;
  background-attachment: fixed;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
/*	filter:alpha(opacity=50); */
/*	opacity: 0.5; */
/*	-moz-opacity:0.5; */

}

.navigate_buttons_td {
	vertical-align: top;
}
.navigate_content_td {

	margin: 0px;
	width: 100%;
	vertical-align: top;


}

.navigate_button_td {
	vertical-align: top;
}

/* --------------------------------------------------------------------------------------------*/
/* other styles */

.notice_div {
	font-size: larger;
	font-weight: bolder;
	color: #7B1212;
	padding-top: 24px;
	padding-bottom: 24px;
}

                                         /* this is appended to text fields which are supposed to look disabled, */
                                         /* e.g. hour slots which are unschedulable */
.disabled_looking { color: #C0C0C0; }

                                         /* title at top of the page, under the banner */
.pageheader_div {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: italic;
}

                                        /* instructions */
.instructions_div {
	padding-bottom: 12px;
	
}

                                         /* title before a table */
.tabletitle_div {
	padding-top: 24px;
	font-size: 14px;
	font-weight: bolder;
}

.rowhighlight_tr {
	background-color: #FFFF88;
}

                                         /* title text in a frame */
.frametitle_div {
	font-size: 14px;
	font-weight: bolder;
}
                                         /* vertical major whitespace */
.vertical_major_div {
	height: 24px;
}

.system_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF44;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.validation_message_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_confirmation_div {
	color: #004400;
	font-weight: bold;
	background-color: #EEFFEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}


.zero {
	position: relative;
	left: 0px;
	top: 0px;
}

/* -----------------------------------------------------------*/
/* style specs for suppliers tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:260px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }




