/* Tabs classes */
.mctabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("images/xp/tabs_bg.gif");
}

.mctabs ul {
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
}

.mctabs li {
	float: left;
	background: url("images/xp/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.mctabs li.mctabcurrent {
	background: url("images/xp/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
}

.mctabs span {
	float: left;
	display: block;
	background: url("images/xp/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0px 0px;
}

.mctabs .mctabcurrent span {
	background: url("images/xp/tab_sel_end.gif") no-repeat right top;
}

.mctabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.mctabs a:link, .mctabs a:visited, .mctabs a:hover {
	color: black;
}

.mctabs a:hover {
}

.mctabs .mctabcurrent {
}

.mctabs .mctabcurrent a, .mctabs .mctabcurrent a:link, .mctabs .mctabcurrent a:visited {
}

.mctabpanel_wrapper div.mctabpanel {
	display: none;
}

.mctabpanel_wrapper div.mctabcurrent {
	display: block;
	width: 100%;
	overflow: visible; /* Should be auto but that breaks Safari */
}

.mctabpanel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
	clear: both;
	background-color: white;
}
