DIV#tabs {
	FONT-SIZE: 11px; MARGIN: 0px auto; WIDTH: 960px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
DIV.my_tab
{
	display: inline;
	float: left;
	margin: 0px auto 0px 5px;
	width: 700px;
	
}
DIV.my_tab H5 {
	COLOR: #414141; BORDER-BOTTOM: #cacaca 1px solid
}
DIV#tab-bar
{
	border-right: #414141 1px solid;
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	background: #ffffff;
	float: left;
	padding-bottom: 20px;
	margin: 0px 10px 10px 0px;
	font: 12px "Trebuchet MS";
	width: 131px;
	padding-top: 20px;
}
DIV#tab-bar DIV.mt-tab
{
	border-right: #414141 1px solid;
	padding-right: 5px;
	border-top: #414141 1px solid;
	display: inline;
	padding-left: 15px;
	float: right;
	padding-bottom: 5px;
	margin: 4px -1px 0px 0px;
	font: 11px "Verdana";
	border-left: #414141 1px solid;
	width: 110px;
	cursor: pointer;
	color: #95000d;
	font-weight:normal;
	padding-top: 5px;
	border-bottom: #414141 1px solid;
	position: relative;
	text-align: center;
}
DIV#tab-bar DIV.mt-tab-active
{
	border-right: #ffffff 1px solid;
	padding-right: 5px;
	border-top: #414141 1px solid;
	display: inline;
	padding-left: 15px;
	font-weight: bold;
	float: right;
	padding-bottom: 5px;
	margin: 4px -1px 0px 0px;
	border-left: #414141 1px solid;
	cursor: pointer;
	color: black;
	padding-top: 5px;
	border-bottom: #414141 1px solid;
	text-align: center;
	
}

DIV#tab-bar DIV.mt-tab-inactive
{
	border-right: #414141 1px solid;
	padding-right: 5px;
	border-top: #414141 1px solid;
	display: inline;
	padding-left: 15px;
	float: right;
	padding-bottom: 5px;
	margin: 4px -1px 0px 0px;
	font: 11px "Verdana";
	border-left: #414141 1px solid;
	width: 110px;
	cursor: default;
	color: #000000;
	font-weight:bold;
	padding-top: 5px;
	border-bottom: #414141 1px solid;
	position: relative;
	text-align: center;
}

