/* --------------------------------------------------------------------------------------------*/
/* styles used by the dttracker object */
.dttracker1,
.dttracker2,
.dttracker3 {
  color: #600000;
  font-size: 8pt;
}
.dttracker2 {
  color: #A02020;
}
.dttracker_purpose_span {
  color: #202020;
  font-weight: 900;
}
.dttracker_table {
	background-color: #F4DCDC;
}
/* --------------------------------------------------------------------------------------------*/

/* the tohtml base method */
.tohtml_table {
	background-color: #E9FFCA;
	color: #2A4600;
		border: 1px solid #2A4600;
}
.tohtml_td {
	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;
	padding-top: 14;
}
.dtui_input_regions_input_td {
	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;
}

.dtui_livetext_textbox {
  width: 700;
}

.dtfield_textbox {
  font-size: 10px;

	border: 1px solid silver
}
										/* these styles are added to modify other dtfield styles */
.dtfield_short {
	width: 40px;
}
.dtfield_veryshort {
	width: 24px;
}
.dtfield_medium {
	width: 100px;
}
.dtfield_mediumwide {
	width: 180px;
}
.dtfield_tall {
	height: 100px;
}
										/* this style is used for a field with a validation problem */
.dtfield_invalid {
  background-color: #FFCCCC;
}
										/* this style is used for a required field */
.dtfield_required {
  background-color: #FFFFCC;
}
										/* this style is used near fields with validation problems */
.dtfield_error {
  color: red;
  font-size: smaller;
  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 {
}

/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_columnizer_c class */
.dtui_columnizer_table {
}
.dtui_columnizer_column_td {
	font: 12px;
	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_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 */
.dtphp_error_div {
   	font-family: sans-serif;
	font-size: 10px;
	color: #DC143C;
	font-weight: bold;
}

.dtphp_debug {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
.dtbase_debug_div {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the dttracker object */
.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;
}
.dttoolbar_button_div {
	width: 120px;
}
.dttoolbar_button_a {
}
