body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 0px;
}
.page_heading{
  font-size: 18px; 
  font-weight: bold; 
  letter-spacing: 1px; 
  padding: 10px 20px 5px 10px; 
  border-bottom: 3px green dotted;
}
.green{
  color: green;
}
a:link, a:visited{
	color: blue;
	text-decoration: underline;
}
a:hover{
	color: yellow;
	text-decoration: none;
}

a.blue:link, a.blue:visited{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
a.blue:hover{
	color: green;
	text-decoration: none;
}

div.maindiv {
	background: url(../images/dvputt_pe.jpg) no-repeat left top;
	height: 740px;
	width: 740px;
	margin-top: 5px;	
}
div.header1{
	font-size: 14px; 
	text-align: left; 
	margin: 10px 0px 0px 10px; 
	padding: 4px 0px 4px 8px; 
	color: black; 
	font-weight: bold; 
	background-color: #6cbc63;
}
div.textblk1{
	font-size: 12px; 
	margin: 5px 0px 0px 10px; 
	padding: 0px 10px 0px 10px;
}
/* menu tabs */
#navigation a
{
	color: #fff;
	background: url(../images/left-tab.gif) left top no-repeat;
	text-decoration:none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #04509B;
}

#navigation a span
{
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 10px;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*  when we are here  */
#navigation a#here
{
	color: #000;
	background: url(../images/left-tab-hover.gif) left top no-repeat;
	text-decoration:none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
}

#navigation a#here 	span
{
	background: url(../images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation a.herenow
{
	background: url(../images/left-tab-hover.gif) left top no-repeat;
	text-decoration:none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
}

#navigation a span.herenow 
{
	background: url(../images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
}

/* ***  */


#navigation a:hover
{
color: black;
background: #ffffff url(../images/left-tab-hover.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(../images/right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}
#ToolTip {
	position:absolute;
	z-index:10;
	width: 300px; 
	border-style:solid;
	border: 1px black dotted;
	visibility:hidden;
	background-color: #C2CAD2;
	
} 
.ToolTipTD {
	color: black;
	font-family:verdana;
	font-size:10px;
}
td.prompt {
text-align: right;
font-weight: bold;
}
td.input_td {
text-align: left;
}

input.textbox_wide, 
select.text_wide,
input.dtproperty_textbox {
text-align: left;
font-size: 12px;
width: 200px;
background-color: rgb(205,255,202);
border: 1px solid silver;
}
/* --------------------------------------------------------------------------------------------*/
.tohtml_table {margin-top: 24px; background-color: #E9FFCA; color: #2A4600; border: 1px solid #2A4600; font-size: 8pt;}
.tohtml_td {vertical-align: top; padding-left: 4; padding-right: 4; font-size: 8pt;}
.dttracker_table {color: #600000; font-size: 8pt; background-color: #F4DCDC;}


.system_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF44;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.validation_message_div {
	font-size: 10px;
  color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_error_div {
	font-size: 10px;
  color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_confirmation_div {
	font-size: 10px;
  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;
}

										/* this style is used for a required property */
input.dtproperty_required, 
.input_td.dtproperty_required, 
.dtproperty_required {
  background-color: #E3E1FF;
}
										/* this style is used for a property with a validation problem */
.dtproperty_invalid {
  background-color: #FFCCCC;
}
										/* this style is used near propertys with validation problems */
.dtproperty_error {
  color: red;
  font-size: 10px;
  font-style: italic;
}
.dtproperty_textbox {

}

.dtproperty_verywide {
height: 70px;
}

.dtproperty_tall{
width: 400px;
}

