.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: 3px 5px 5px 5px;
	margin: 0 1px -1px 0;
	background-color: #4A4C75;
	border: 1px solid #919b9c;
	border-bottom: 0;
	cursor: pointer;
	font-weight: bold;
	color: orange;
	white-space: nowrap;
}
ul.tab-header li.tab-active
{
	/*border-bottom: 1px solid #fcfcfe;*/
	/*border-top: 2px solid #ffc83c;*/
	margin-bottom: -1px;
	font-weight: bold;
	background-color: orange;
	color:#4A4C75;
	font-size:12px;
}
.tab-page{
	float: none;
	clear: both;
	background-color: #fcfcfe;
	border: 1px solid #919b9c;
	display: none;
	padding-bottom:20px;

}
.tab-page.tab-active{
	display: block;
}