ul.shadetabs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px;
	list-style: none;
}
* html ul.shadetabs {margin-bottom: 0;}
ul.shadetabs li {
	float: left;
	margin-right: 1px;
}
ul.shadetabs li a {
	display: block;
	padding: 0 10px 1px;
	margin-bottom: -1px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #dfe8ee;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
* html ul.shadetabs li a {float: left}
*+html ul.shadetabs li a {float: left}
ul.shadetabs li a:hover {
	color: #F70;
	padding: 0 10px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
ul.shadetabs li.selected a {
	color: #444;
	background: #dfe8ee;
	padding: 0px 10px 2px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #dfe8ee;
}

.tabcontentstyle{ /*style of tab content oontainer*/
    border: 1px solid #dfe8ee;
	background: #dfe8ee;
	padding: 0 12px;
}

.tabcontent{
display:none;
}

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