
.usertabs {
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	
	font-size: 11px;
}

.usertabs ul {
	margin: 0;
	padding: 0;
}

.usertabs li {
display: inline;
margin: 0;
}

.usertabs li a {
	background: #B4C1D3;
	color: #2d2d2d;
	position: relative;
	z-index: 1;
	border: 1px solid #939FAE;
	border-bottom: 0;
	padding: 8px;
	
	text-decoration: none;
}

.usertabs li a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

.usertabs li a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.usertabs li a.selected {
	background: #303B4A;
	color: #fff;
	border-color: #262D35;
}

.usertabs li a.selected:hover {
	text-decoration: none;
}

.tabcontent {
	background: #cacaca;
	display: none;
	padding: 5px;
	border: 1px solid #999;
	margin-top: 7px;
}

.box-thing {
	background: #f7f7f7;
	border: 1px solid #8e8e8e;
	padding: 8px;
}

@
media print {
.tabcontent {
display:block !important;
}


}


		
		
		
		
		
		
		
		
		