@charset "utf-8";

.tabsContainer {
}



.tabLabelsContainer {

}

.tabLabelsContainer_inside {
}

.tabLabelsContainer_inside_bottom {
	float:right;
}

.tabLabel {
	font-size:14px !important;
	float:left;
	padding:5px 10px;
	margin:0 5px 0 0;
	
	position:relative;
}
.tabLabelsContainer_top .tabLabel {
	top:1px;
}
.tabLabelsContainer_bottom .tabLabel {
	bottom:1px;
}

.tabLabelsContainer .inactive {	
	border:1px #c1bebe solid;
	background-color:#f7f7f7;
}
.tabLabelsContainer_top .inactive {	
	border-bottom:1px #c1bebe solid;
}
.tabLabelsContainer_bottom .inactive {	
	border-top:1px #c1bebe solid;
}

.tabLabelsContainer .active {
	border:1px #c1bebe solid;
	color:#145489 !important;
	background-color:white;
}
.tabLabelsContainer_top .active {
	border-bottom:1px white solid;
}
.tabLabelsContainer_bottom .active {
	border-top:1px white solid;
}

.tabPagesContainer {
	clear:left;
	border:1px #c1bebe solid;
	background-color:white;
}

.tabPage {
	padding:20px;
	background-color:white;
}


*+html .tabLabelsContainer
{
	width:99%;
}

*html .tabsContainer,
*html .tabLabelsContainer,
*html .tabPagesContainer,
*html .tabPage
{
	width:99%;
	overflow:hidden;
}

*html .tabPage {
	width:93%;
}