@charset "utf-8";

.tabbedpanels {
	margin-top: 10px;
	padding: 0px;
	float: left;
	clear: both;
	width: 730px;

	/* ie hack to force proper layout when preceded by a paragraph. (haslayout bug)*/
}
.tabbedpanelstabgroup {
	margin: 0px;
	padding: 0px;
}

.tabbedpanelstab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 18px;
	margin: 0px 1px 0px 0px;
	font-size:14px;
	font-weight:bold;
	background:url(/uploads/image/images/meif_50.gif);
	list-style: none;
	border: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#ab0606;
}
.tabbedpanelstab6 {
	padding: 4px 12px 4px 12px;
	margin: 0px 0px 0px 2px;
}

.tabbedpanelstabhover {
	background-color: #ccc;
	
}

.tabbedpanelstabselected {
	background:url(/uploads/image/images/meif_101.gif);
	border-bottom: 1px solid #eee;
	color:#fff;
}

.tabbedpanelstab a {
	color: black;
	text-decoration: none;
}

.tabbedpanelscontentgroup {
	clear: both;
	border: solid 1px #ccc;

}

.tabbedpanelscontent {
	padding: 4px;
	height:239px;
}


.tabbedpanelscontentvisible {
}

.vtabbedpanels .tabbedpanelstabgroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #eee;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.vtabbedpanels .tabbedpanelstab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.vtabbedpanels .tabbedpanelstabselected {
	background-color: #eee;
	border-bottom: solid 1px #999;
}

.vtabbedpanels .tabbedpanelscontentgroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

