body,
  TH,
  TD,
A {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
 margin: 0px;
}

INPUT, SELECT, TEXTAREA
{ 
  border: 1px solid silver;
}

img:focus {border: none;}

a:link,
a:visited,
a:active,
a:hover {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

.active { background-color: yellow;}

/* the tohtml base method */
.tohtml_table {
   margin-top: 24px;
	background-color: #E9FFCA;
	color: #2A4600;
		border: 1px solid #2A4600;
}
.tohtml_td {
	vertical-align: top;
	padding-left: 4;
	padding-right: 4;

}
/* --------------------------------------------------------------------------------------------*/
/* generic things */
.button_a,
.button_active_a {
	background-color: #F2A3A3;
	color: #000000;
	height: 24px;
	width: 180px;
	border: 2px outset #D28383;
	padding: 4px;

}
.button_active_a {
	border-style: solid;
	border-color: #FF0000;
}

.button_a:hover,
.button_active_a:hover {
	background-color: Yellow;
   	text-decoration: none;
	color: #000000;
}
.button_blank_div {
    width: 120;
}

.subtable_gutter_td {
	display: none;
}
.subtable_td {
	border: 1px solid #D4D4D4;
	vertical-align: top;
	background-color: #F4F4F4;
}
.input_prompt_td {
	text-align: right;
	width: 150px;
	font-weight: bold;
	padding-right: 8;
}
.input_answer_td, {
	width: 650px;
	border: 1px solid Silver;
	background-color: #E0F8F8;
}

/* --------------------------------------------------------------------------------------------*/
/* gemeric calendar stuff */
.month_table {
   width: 200;	
}
.monthname_td {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.monthnavigation_td {
	text-align: center;
	font-size: 10px;
}
.dayheader_div {
	text-align: center;
	font-size: 10px;
}
.dayname_td {
	text-align: center;
	font-size: 10px;
	width: 24;
}

.day_td {
	text-align: center;
}
.day_available_td {
	background-color: Yellow;
}
.day_unavailable_td {
	background-color: #A0A0A0;
}
.day_outofrange_td {
	background-color: #808080;
}
.day_current_td {
	background-color: Yellow;
}

.day_a:hover {
  color: white;
  background-color: black;
	font-size: 10px;
}
.day_a:hover,
.day_a:visited,
.day_a {
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}
.day_outofrange_td,
.day_available_td,
.day_unavailable_td,
.day_current_td {
	text-align: center;
	width: 24;
	font-size: 10px;
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_input_regions_c class */
.dtui_input_regions_table {
}
.dtui_input_regions_prompt_td {
	width: 150px;
	margin-top: 8px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding: 8px;
	padding-top: 14;
}
.dtui_input_regions_input_td {
	width: 650px;
	margin-top: 8px;
	border: 1px solid Silver;
	background-color: #E0F8F8;
	vertical-align: baseline;
	padding: 8px;
}
						/* 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: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

										/* 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: 140px;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 600px;
}
.dtproperty_verywide {
	width: 900;
}
.dtproperty_tall {
	height: 100px;
}

.dtproperty_textarea {
  width: 600px;
  height: 35px;
}										/* 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 {
	background-color: #F4F4F4;
}
                                                  /* dual rotating row styles */
.dtgrid_rotating0_tr {
}
.dtgrid_rotating1_tr {
	background-color: #F4F4F4;
}

.dtgrid_header_td {
	background-color: #F4F4F4;
	padding-top: 4;
	padding-bottom: 4;
	padding-left: 12;
	padding-right: 12;
	vertical-align: bottom;
	border-bottom: 1px 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: 24;
}
.dttoolbar_table {
	border: thin solid Silver;
	vertical-align: top;
}
.dttoolbar_td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	vertical-align: middle;
}

.dttoolbar_button:hover {
background-color: #EEEEEE;
}

.dttoolbar_button {
	width: 180px;
	height: 30px;
	background-color: #F6F6A7;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 6px;
  	font-size: 12px;

	border: 1px solid #BBBBB8;
	padding-bottom: 6px;
	padding-right: 6px;
	white-space: nowrap;
	display: table-cell;
}

/* --------------------------------------------------------------------------------------------*/
/* navigation things */
.navigate_logo_img {
	vertical-align: middle;
}

.navigate_outer_table {
	border: none;
	width: 100%;
}

.navigate_titlebar_table {
	border: 1px solid silver;
	width: 100%;
}
.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 {
	border: thin solid Silver;
	width: 150;
	height: 500;
	vertical-align: top;
}
.navigate_content_td {
	border: thin solid Silver;
	width: 100%;
	height: 500;
	vertical-align: top;
}

.navigate_button_td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------------------*/
/* public specific stuff */
.public .button_a,
.public .button_a:visited {
	font-size: 10px;
	border: none;
	background-color: transparent;
	background-image: url(g/buttons/orange120.gif);
	padding-top: 5px;
	width: 120px;
	height: 25px;
}
.public .button_active_a,
.public .button_active_a:visited {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/orange120.gif);
	border: none;
	width: 120px;
	height: 25px;
	padding-top: 5px;
	color: red;
}
.public .button_a:hover,
.public .button_active_a:hover {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/over120.gif);
	width: 120px;
	height: 25px;
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------*/
/* agent specific stuff */
.agent .button_a,
.agent .button_a:visited {
	font-size: 10px;
	border: none;
	background-color: transparent;
	background-image: url(g/buttons/aqua120.gif);
	padding-top: 5px;
	width: 120px;
	height: 25px;
}
.agent .button_active_a,
.agent .button_active_a:visited {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/aqua120.gif);
	border: none;
	width: 120px;
	height: 25px;
	padding-top: 5px;
	color: red;
}
.agent .button_a:hover,
.agent .button_active_a:hover {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/over120.gif);
	width: 120px;
	height: 25px;
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------*/
/* super specific stuff */
.super .button_a,
.super .button_a:visited {
	font-size: 10px;
	border: none;
	background-color: transparent;
	background-image: url(g/buttons/silver120.gif);
	width: 120px;
	height: 25px;
	padding-top: 5px;
}
.super .button_active_a,
.super .button_active_a:visited {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/silver120.gif);
	border: none;
	width: 120px;
	height: 25px;
	padding-top: 5px;
	color: red;
}
.super .button_a:hover,
.super .button_active_a:hover {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/over120.gif);
	width: 120px;
	height: 25px;
	color: #000000;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------------*/
/* worker specific stuff */
.worker .button_a,
.worker .button_a:visited {
	font-size: 10px;
	border: none;
	background-color: transparent;
	background-image: url(g/buttons/canary120.gif);
	width: 120px;
	height: 25px;
	padding-top: 6px;
}
.worker .button_active_a,
.worker .button_active_a:visited {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/canary120.gif);
	border: none;
	width: 120px;
	height: 25px;
	padding-top: 6px;
	color: red;
}
.worker .button_a:hover,
.worker .button_active_a:hover {
	font-size: 10px;
	background-color: transparent;
	background-image: url(g/buttons/over120.gif);
	width: 120px;
	height: 25px;
	padding-top: 6px;
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------*/
/* 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: 24px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: italic;
	color: #0000C0;
}

                                        /* 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;
}

.privilege_error_div {
	color: #004466;
	font-weight: bold;
	background-color: #EEFFFF;
	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 }
