#loader {
	position:absolute;
	display:none;
	left:0px;
	top:0px;
}
div.wrap {
	position:fixed;
	top:0;
	left:83px;
 	z-index:3;
/*	width:100%;*/
}
div.mrv {
/*	background-image: url('/img/logoBack.gif');*/
	width:83px;
	height:85px;
	position:fixed;
	top:0;
	left:0;
/*	width:100%;*/
}
/* root element for tabs  */
table.tabs {
 	margin:0 !important;
	padding:0;
	height:26px;
	width:100%;

}
/* single tab */
table.tabs td {
   /*	float:left;*/
	text-indent:0;
	padding:0;
	margin:0 !important;
	width:1px;
	white-space:nowrap;
/*	list-style-image:none !important;*/
}
td.outtd {
	background-color:#95aab9;
	color:#ffffff;
}
td.overtd {
	background-color:#62707a;
	color:#ffffff;
}

/* link inside the tab. uses a background image */
table.tabs a {
/*	border: 0.1mm solid red;*/
/*	background-color:#95aab9;*/
	font-weight:bold;
	font-size:12px;
/*	display:block;*/
	line-height:24px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	white-space:nowrap;
	outline:none;
}

table.tabs a:active {
	outline:none;
	/*display:block;*/
/*	background-color:#d7e4ed;*/
	color:#444d54;
}

/* when mouse enters the tab move the background image */
table.tabs a:hover {
	/*display:block;*/
	color:#ffffff;
	text-decoration:none;
}
table.tabs a:link {
	color:#ffffff;
}
table.tabs a:visited {
	color:#ffffff;
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
table.tabs a.current, table.tabs a.current:hover, table.tabs td.current {
	cursor:default !important;
	background-color:#d7e4ed;
	color:#444d54;
}
table.tabs td.current a {
	outline:none;
	color:#444d54;
}

div {
	clear:both;
}

/* root element for sub  */
ul.sub {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:20px;
	border-left:1px solid #c2ced7;
}

/* single sub */
ul.sub li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	border-bottom:1px solid #c2ced7;
	white-space:nowrap;
}

/* link inside the sub. uses a background image */
ul.sub a {
	background-image: url('/img/bsub.gif');
	font-weight:normal;
	color:#444d54;
	height: 20px;
	line-height:20px;
	font-size:12px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #c2ced7;
}

ul.sub a:active {
	outline:none;
	display:block;
	background-color:#d7e4ed;
	color:#444d54;
}

/* when mouse enters the sub move the background image */
ul.sub a:hover {
	display:block;
	background-image: url('/img/bsub2.gif');
/*	background-color:#62707a;*/
	color:#444d54;
}

/* active sub uses a class name "current". it's highlight is also done by moving the background image. */
ul.sub a.current, ul.sub a.current:hover, ul.sub li.current a {
	cursor:default !important;
	background-image: url('/img/bsub3.gif');
/*	background-color:#d7e4ed;*/
	color:#444d54;
}

div.ultab{
	padding:0px;
	margin:0px;
}
/* initially all panes are hidden */
div.pane {
	display:none;
	position:absolute;
	left:0px;
	*width:100%;
	border-left:5px solid #95aab9;
	border-right:5px solid #95aab9;
	border-bottom:5px solid #95aab9;
	border-top:1px solid #95aab9;
	background-color:#ffffff;
	z-index:5;
}
div.inpane {
	z-index:5;


/*	border:0.1mm solid orange;*/
}
/*div.inpane table.contTbl{*/

/*	border-left: 0.1mm solid #95aab9;*/
/*	border-right: 0.1mm solid #95aab9;*/
/*	border-top: 0.1mm solid #95aab9;*/
/*	border-bottom: 0.1mm solid #95aab9;*/
/*	background-color:#ffffff;*/
/*}*/

