/* --------------------------------------------------------------------------------------------*/
/* 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_date {
	width: 72px;
}
.dtproperty_veryshort {
	width: 24px;
}
.dtproperty_medium {
	width: 110px;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 500px;
}
.dtproperty_verywide {
	width: 900;
}
.dtproperty_tall {
	height: 100px;
}
.dtproperty_textbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.dtui_pulldown_select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
										/* 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;
}

/* --------------------------------------------------------------------------------------------*/
/* styles used by the public dtui_input_regions_c class */
.public_input_regions_table {
}
.public_input_regions_prompt_td {
	font: 12px;
	text-align: right;
	font-weight: bold;
	vertical-align: center;
	padding: 4px;
}
.public_input_regions_input_td {
	font: 12px;
	border: 1px solid Silver;
	background-color: #FFE699;
	vertical-align: center;
	padding: 4px;
}
						/* cell containing space between the rows */
.public_input_regions_gutter_td {
}
						/* contents of cell space between the rows */
.public_input_regions_gutter_div {
}

.public_input_regions_input_td a:link {color: blue; font-weight: bold;}
.public_input_regions_input_td a:visited {color: blue; font-weight: bold;}
