.form_fields
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-transform: uppercase;
}	
.form_valsum
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #000000 thin solid;
	color: red;
	border-bottom: #000000 thin solid;
	font-family: Verdana;
	background-color: #ffff66;
}	
.form_textbox
{
	width: 100px;
}
.table_header_highlight
{
	background-color:  #ff0000;
}

.table_body_highlight
{
	background-color:  #ccccff;	
}

.datagrid_header
{
	font-weight: bold;
	background-color:Blue;
	font-size: 8pt;
	
}
.datagrid_selected
{
	background-color: yellow;
}
.datagrid_pager
{
}
.datagrid_item
{
	font-size: 8pt;
	color: blue;
}
.datagrid_footer
{
	background-color: #ccff33;
}
.datagrid_edit
{
	background-color: #ccff33;
}
.datagrid_alternate
{
	font-size: 8pt;
	color: blue;
	background-color: #e7e6e3;
}
.datagrid_body
{
	font-size: 8pt;
	font-family: Verdana;
	background-color:Navy;
	width: 740px;
}