.usertabs {
	background: #1a69c1 url(../../../images/e-blu/menu_bg.gif) top left repeat-x;
	color: #fff;
	text-align: left;
	padding: 8px 4px;
	border: 1px solid #084a94;
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.usertabs li {
display: inline;
margin: 0;
}

.usertabs li a {
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 4px 6px;
	margin-right: 3px;
	
	text-decoration: none;
}

.usertabs li a:hover {
	background: #084a94;
	color: #fff;
	text-decoration: none;
}

.usertabs li a.selected {
	background: transparent url(../../../images/e-blu/menu_hover.png) top left repeat;
	color: #fff;
	padding: 5px;
	border: 1px solid #2282a9;
	
	text-decoration: none;
}

.usertabs li a.selected:hover {
	text-decoration: none;
}

.tabcontent {
	background: #121212;
	display: none;
	padding: 5px;
}

.detailbox {
	background: #040404;
padding: 4px;
margin: 4px;
}

@
media print {
.tabcontent {
display:block !important;
}


}


		
		
