.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	width: 151px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
	display: inline;
	margin: 0;
	width: 151px;
	
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	color: #2d2b2b;
	background-image: url(http://www.hipofant.co.id/web/images/shade.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-style: none;
	width: 151px;
	text-align: center;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
	color: #0099FF;
	font-weight: bold;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(http://www.hipofant.co.id/web/images/shadeactive.gif);
	border-bottom-color: white;
	background-position: center top;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 800px;
	margin-bottom: 1em;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #66CCFF;
}

.tabcontent{
display:none;
}

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