#test .tabpage{height:auto; min-height: 50px; font-weight: normal; font-size: 13px; line-height: 21px;}	/* Set max height on mhaTabPage */

.mhaTabPane .tabpanel {
	margin:0px 0px 0px 10px;
}
.mhaTabPane .tabpanel a {
	position: relative;
	top: -1px;
	margin:0px 4px 0px 0px;
	padding: 2px 1em 2px 1em;
	border:1px #DFD1D1 solid;
	border-bottom: 0px;
	background: #ccc;
	text-decoration: none;
	background: #ddd;
}
.mhaTabPane .tabpanel a, 		.mhaTabPane .tabpanel a:visited {
	color: #666;
}
.mhaTabPane .tabpanel a:hover {
	color: #333;
	background: #ddd;
}
.mhaTabPane .tabpanel a.activeTab, .mhaTabPane .tabpanel a.activeTab:hover, .mhaTabPane .tabpanel a.activeTab:visited {
	color: #000;
	background: #eee;
}

.mhaTabPane .tabpanel a.activeTab {

}

.mhaTabPane .tabpage {
	background-color: transparent;
	border:1px #DFD1D1 solid;
	padding: 1em;
	overflow:auto;
	position: relative;
}
