/* global */
body, div, td, p, ul, select, input {font-family: verdana,arial,helvetica,sans-serif;font-size:11px;color:#4C4C4C;}

body {	
	background-repeat: no-repeat;
}

hr {color:	#CDD6E2;	text-align: left;}

h1 {font-size:24px; font-weight: normal;}
h2 {font-size:14px; font-weight: bold;}

a:link {text-decoration: none; color:#4C4C4C;}
a:visited {text-decoration: none; color:#4C4C4C;}
a:active {text-decoration: underline; color:#FF3300;}
a:hover{text-decoration: underline; color:#FF3300;}


.topbar {
	position:	absolute;
	left:			0px;
	top:			0px;
}

.sidebar {
	position:	absolute;
	left:			0px;
	top:			100px;
}

.content1 {
	position:	absolute;
	left:			200px;
	top:			100px;
}

.infobox {
	border-right:	1px solid #4C4C4C;
	border-top:		1px solid #4C4C4C;
	border-left:	1px solid #4C4C4C;
	border-bottom:	1px solid #4C4C4C;
	background:		#DDE7F4;
	/*
	border-right:	1px solid #999;
	border-top:		1px solid #999;
	border-left:	1px solid #999;
	border-bottom:	1px solid #999;
	background:		#eeeeee;*/
	color:			#4C4C4C;	
	vertical-align: top;
}

.infocaption {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.infotitle {
	background-color	:	#4C4C4C;
	border-right		:	1px solid #4C4C4C;
	color					:	#FFFFFF;
	font-weight			:	Bold;
	font-size			:	7pt;
	text-align			:	left;
	padding: 1px;
	padding-left: 3px;
}

.infotext {
	vertical-align: top;
}

.footer {font-size:9px;}



.block_table{
	background-color	:	#CDD6E2;
	border-top			:	1px solid #4C4C4C;
	border-left			:	1px solid #4C4C4C;
	border-bottom		:	1px solid #4C4C4C;
	width					: 	100%;
	padding				:	1px;
}

th {
	background-color	:	#4C4C4C;
	border-right		:	1px solid #4C4C4C;
	color					:	#FFFFFF;
	font-weight			:	Bold;
	font-size			:	7pt;
	text-align			:	left;
}

.table_fieldB{
	border-right		:	1px solid #4C4C4C;
	border-top			:	1px solid #4C4C4C;
	background-color	:	#CDD6E2;
	color					:	#4C4C4C;
}

.table_fieldA{
	border-right		:	1px solid #4C4C4C;
	border-top			:	1px solid #4C4C4C;
	background-color	:	#DDE7F4;
	color					:	#4C4C4C;
}


.ltsep
{
	font: 100% Verdana;
	color: #999;
	padding: 0px 1px;
}	


.mainToolbar
{
	background-repeat:no-repeat;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	padding-left:200px;
}

.sideToolbar
{
	behavior: url(menus.htc)
}

.sideArea
{
	background:#DDE7F4;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	padding-left:8px;
	padding-top:4px;
	padding-right:4px;
	/*height:457px;*/
	height:100%;
	width:148px !important;
	width /**/:160px;
}



.menuLink_norm
{
	border: solid 1px #DDE7F4;
	background: #DDE7F4;
	padding: 0px 6px 0px 6px;
	cursor: hand;
	text-decoration: none;
	color:#4C4C4C;
}
.menuLink_norm a {color: #4C4C4C;text-decoration: none;}
.menuLink_norm a:hover {color: #4C4C4C;text-decoration: none;}
.menuLink_norm a:visited {color: #4C4C4C;text-decoration: none;}
.menuLink_norm a:active {color: #4C4C4C;text-decoration: none;}

.menuLink_sel
{
	border: solid 1px #999;
	background: #E8F3FF;
	padding: 0px 6px 0px 6px;
}
