.tabManager .tabTitleBar {
	position: relative;
	z-index: 2;
}
.tabManager .tabTitleBar .tabTitle {
	border: 2px solid darkblue;
	border-bottom: 0px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.tabManager .tabTitleBar .tabTitle.selectedTab {
	border-bottom: 2px solid white;
	background-color: white;
}
.tabManager .tabContentWrapper {
	position: relative;
	top: -2px;
	border: 2px solid darkblue;
	clear: both;
	padding: 15px 5px 5px 5px;
	min-height: 280px;
}


