body
{
	background-color: #D7E5B4;
	margin: 0;
	padding: 0;
	height: 100%;
}


div.header 
{
	background-color: #D7E5B4;
	width: 744px;
	height: 86px;
}

div.navigation 
{
	width: 736px;
	height: 42px;
	padding-top: 2px;
	background-color: #D7E5B4;
	border-left: 4px solid #A4C7CF;
	border-right: 4px solid #A4C7CF;
}

div.container
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
}

div.content 
{
	width: 736px;
	height: 100%;
	background-color: #ffffff;
	border-left: 4px solid #A4C7CF;
	border-right: 4px solid #A4C7CF;
	display: block;
}

	div.content_left
	{
		padding: 4px;
		width: 500px;
		height: auto;
		float: left;
		text-align: left;
	}

	div.content_right
	{
		height: 100%;
		padding: 4px;
		width: 180px;
		text-align: left;
		float: left;
	}

div.footer 
{
	width: 744px;
	height: 35px;
	text-align: center;
	background-color: #D7E5B4;
}



h1 
{
	font-family: Tahoma, Verdana, Aria, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	display: inline;
}

h2
{
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	display: inline;
}

hr
{
	height: 1px;
}

p, div, td, span, body, input,a
{
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

table
{
	table-layout: fixed;
}

td.label
{
	width: 150px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	background-color: #F2F5F6;
}

td.labelhidden
{
	width: 150px;
}

td.fieldhidden
{
	width: 340px;
}


td.field
{
	overflow: auto;
	width: 340px;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #F4F8EA;
}

td.validator
{
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}

td.submit
{
	text-align: right;	
	background-color: #FFFFFF;
}

.btn
{
	border: 1px solid #cccccc;
	background-color: #F3F8E9;
}

.tfield
{
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #F3F8E9;
	width: 140px;
}

.tfield_full
{
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #F3F8E9;
	width: 99%;
}

.tfield_small
{
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #F3F8E9;
	width: 220px;
}


.file
{
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #F3F8E9;
}

img
{
	border: none;
}

a, a:visited, a:active
{
	color: #2C5F69;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.help
{
	color: #47571E;
	display: inline;
}

.content_highlight
{
	background: #F3F8E9;
	border: 1px solid #cccccc;
	width: 400px;
	height: auto;
	padding: 4px;
}

.content_highlight_navigation
{
	width: 100%;
	text-align: right;
}

th
{
	font-family: Tahoma, Verdana, Aria, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background: #DDE5E7;
}

div.sqlmessage
{
	display: block;
	width: 100%;
	padding: 4px;
}


