.tabHeader {

	background-color: transparent;
	background-image: none;
	
	box-sizing: border-box;
}

.tabHeader, .contentTabContainer .contentTabContainer .contentTabContainer .tabHeader {
	/* border-bottom: 1px solid #F08925; */
	border-bottom: none;
}

.tabHeader_ul {
	border-bottom: 1px solid #F08925;
	height: 25px;
	box-sizing: border-box;
}

.tabTypeA {
	border-bottom: 1px solid #F08925;
	padding: 0;
	box-sizing: border-box;
}


.tabTypeA div {
	box-sizing: border-box;
	padding: 0 15px;
}

.tabTypeA_a {

	border-top: 1px solid #F08925;
	border-left: 1px solid #F08925;
	border-right: 1px solid #F08925;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;

	background-color: #F0F2F4;

	box-sizing: border-box;

}



.contentTabContainer .contentTabContainer .tabHeader {

	height: inherit;
	background-color: none;
}

.contentTabContainer .contentTabContainer .tabHeader .tabTypeA_a {
	
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: none;
	height: 25px;

}

.tableHead {
	background-color: #F0F2F4;
	background-image: none;
}


/*
.contentTabContainer .contentTabContainer .tabTypeA {
	border: none;
}

*/
