.tab-hide{
	display: none;
}
ul.tab-header{
	display: block;
	list-style-type: none;
	clear: both;
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
ul.tab-header li{
	display: block;
	float: left;
	list-style-type: none;
	padding: 2px 3px 2px 3px;
	margin: 0 1px -1px 0;
	background-color: #fcfcfe;
	border: 1px solid #919b9c;
	border-bottom: 0;
	cursor: pointer;
	height: 14px;
}
ul.tab-header li.tab-active{
	border-bottom: 1px solid #fcfcfe;
	border-top: 2px solid #99CC33;
	margin-bottom: -1px;
	font-weight: bold;
	height: 13px;
	float: left;
	clear: none;
}
.tab-page{
	float: none;
	clear: both;
	background-color: #fcfcfe;
	border: 1px solid #919b9c;
	display: none;
}
.tab-page.tab-active{
	display: block;
	float: none;
	clear: both;
}