.midsize {font-size: 10pt;}
.bigsize {font-size: 11pt;}
.red {color: #CA0B0B;}
.uppercase {text-transform: uppercase;}

body,
  TH,
  TD,
A {
	color: black;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
 margin: 0px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
font-size: 12px;

}
a:hover {background-color: yellow;}


.light_link {
	color: #F6A200;
	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 {

	border: none;
	background-color: #A6BBE0;
	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;
}
/* --------------------------------------------------------------------------------------------*/
/* 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: 900;
}
.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_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: #EEEEEE;  // very light gray
}

.dtgrid_header_td {
	background-color: #C5D8FA;   // very light blue
	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;
}
/* --------------------------------------------------------------------------------------------*/
/* 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: 10px;
}
.dttoolbar_table {
	border: 4px solid #385790;
	vertical-align: top;
	background-color: #385790;
}
.dttoolbar_td {
	vertical-align: top;
	padding-right: 8px;
}
/* --------------------------------------------------------------------------------------------*/
/* navigation things */
.navigate_logo_img {
	vertical-align: middle;
}

.navigate_background_color {
	background-color: #385790;
}

.navigate_titlebar_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #385790;
}

.navigate_title_td {
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #F9F9FF;
	padding-top: 5px;
}

.navigate_indicators_td {
	padding-right: 10px;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	color: #F9F9FF;
}

.navigate_outer_table {
	width: 100%;
	height: 90%;
	padding: 0px;
	margin: 0px;
	border: 10px solid #385790;
}
.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_td {
	padding: 4px;
	margin: 0px;
	width: 150;
	vertical-align: top;
	background-color: #385790;
	border-right: 10px solid #385790;
}
.navigate_content_td {
	padding: 4px;
	margin: 0px;
	width: 100%;
	vertical-align: top;
	background-color: #F8F8FF;
	border: 1px solid silver;
}

.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-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: italic;
	color: #000022;
}

                                        /* instructions */
.instructions_div {
	font-weight: bold;
}

                                         /* 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 }





