
/* 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;
}

/* --------------------------------------------------------------------------------------------*/
/* dtgrid object styles */

.dtgrid_table {
	width: 100%;
}

.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 {
  width: 100px;
}
.dttoolbar_td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	vertical-align: middle;
}

.dttoolbar_td {
}

.dttoolbar_button:hover {
  background-color: #FDE5A9;
}

.dttoolbar_button {
	width: 150px;
	height: 22px;
	background-color: #FED264;
	border: 1px solid #404044;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 6px;
	padding-right: 6px;
  	font-size: 9px;
	white-space: nowrap;
	display: table-cell;
}

/* --------------------------------------------------------------------------------------------*/
/* 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;
}


