.midsize {font-size: 10pt;}
.bigsize {font-size: 11pt;}
.red {color: #CA0B0B;}
.uppercase {text-transform: uppercase;}

body, td, a {  font-family: Geneva, Helvetica, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: black;}
body {background-color: white;}


a {text-decoration: none;}
a:hover {color: red;}

/* --------------------------------------------------------------------------------------------*/
.dtbase_debug_div {
	color: #8B0000;
}
/* --------------------------------------------------------------------------------------------*/
/* styles used by the function group */
.dttracker1,
.dttracker2,
.dttracker3 {
  color: #600000;
  font-size: 8pt;
background-color: #F4DCDC;
}
.dttracker2 {
  color: #A02020;
}
.dttracker_purpose_span {
  color: #202020;
  font-weight: 900;
}
.dttracker_table {
	background-color: #F4DCDC;
}
/* --------------------------------------------------------------------------------------------*/
/* individual property styles */
.dtproperty_textbox {
   border: none;
   background-color: #393939;
}
										/* 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_orders {
	width: 200px;
}
.dtproperty_orders_tall {
	width: 200px;
	height: 100px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
 	color: white;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 500px;
}
.dtproperty_widetall {
	width: 500px;
	height: 100px;
}
.dtproperty_widevertall {
	width: 500px;
	height: 600px;
}
.dtproperty_verywide {
	width: 900;
}
.dtproperty_tall {
	height: 100px;
}
										/* 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;
}

/* --------------------------------------------------------------------------------------------*/
/* other styles */

.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;
}






/* the tohtml base method */
.tohtml_table {
  font-size: 9pt;
   margin-top: 24px;
	background-color: #E9FFCA;
	color: #2A4600;
		border: 1px solid #2A4600;
}
.tohtml_td {
	vertical-align: top;
	padding-left: 4;
	padding-right: 4;

}
