@charset "UTF-8";

.TabbedPanels {
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin-left: 20px;
	margin-top: 0px;
	padding: 0;
}

.TabbedPanelsTab {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 25px;
	width: 140px;
	text-align: center;
	color: #fff;
	background-image: url(../images_mht_insurance/images/tab_up.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 1px;
	cursor: default;
	line-height: 25px;
}

.TabbedPanelsTabHover {
	background-image: url(../images_mht_insurance/images/tab_over.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
}

.TabbedPanelsTabSelected {
	color: #FFFFFF;
	background-image: url(../images_mht_insurance/images/tab_down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	height: 400px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images_mht_insurance/images/tab_box5.png);
	background-repeat: no-repeat;
}
