body
{
	color: black;
	background-color: #E7E0D0;
	font-family: Tahoma;
	margin: 7px;
}

.link:link
{
	color: Black;
}

.link:visited
{
	color: Black;
}

.link:hover
{
	color: Black;
	text-decoration: underline;
}

.link:active
{
	color: Black;
}

.link:focus
{
	color: Black;
}

.tree_node
{
	font: 11pt Tahoma;
	color: black;
	width: 100%;
}

.tree_root
{
	font: 11pt Tahoma;
	color: black;
	font-weight: bold;
}

.tree_hover
{
	color: White;
	background-color: #3399ff;
}

.tree_selected
{
	color: White;
	font-weight: bold;
	background-color: #0066cc;
}

.header
{
	background-color: #0066ff;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#0066ff' , endColorStr= '#99ccff' , gradientType= '1' );
}

.headertext
{
	font-size: 16pt;
	font-weight: bold;
	color: White;
}

.headertextsub
{
	font-size: 12pt;
	color: White;
}

.footer
{
	background-color: #cc0000;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff7070', endColorStr='#cc0000', gradientType='1');
}

.footertext
{
	font-size: 8pt;
	color: White;
}

.navigation
{
	background-color: #99ccff;
}

.placeholder
{
	background-color: #e0e0e0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	overflow: auto;
}

.page
{
	text-align: left;
	background-color: #f5f5f5;
}

.pagebody
{
	overflow: scroll;
	padding: 10px;
}

.content
{
}

.copyright
{
	font: 10pt Tahoma;
	text-align: right;
}

.formtitle
{
	font: 16pt Arial;
	font-weight: bold;
	background-color: royalblue;
	color: White;
	height: 15px;
}

.formtitle2
{
	font: 16pt Arial;
	font-weight: bold;
}

.formtable
{
	border: 0px;
}

.table
{
	font: 10pt Tahoma;
}

.active_row
{
	background-color: lightblue;
}

.captionHeader
{
	font: 10pt Arial;
	font-weight: bold;
}

.caption
{
	font: 8pt Arial;
}

.field_e
{
	font: 8pt Arial;
	background-color: whitesmoke;
	height:20px;
}

.field_d
{
	font: 8pt Arial;
	font-style: italic;
	background-color: #fff8dc;
	height:20px;
}

.field_req
{
	color: black;
	font: 8pt Arial;
	font-weight: bold;
	background-color: #ffe4e1;
	height:20px;
}

