div.tmtPanel {
	display: none;
	padding: 10px;
	color: White;
	height: 16px;
}

div.tmtPanelGroup {
	background-color: #666666;
	color: White;
	clear: both;
	width: 100%;
}

div.tmtTabs {
	float: left;
	width: 986px;
	background: url(../../../../img/bg_tabs.gif);
}

div.tmtTabs a.tmtTab {
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	height: 14px;
	border: 2px solid White;
	padding: 7px 8px;
	position: relative;
	background-color: #d9d9d9;
	overflow: hidden;
	color: #3f3f3f;
}

/*
div.tmtTabs a.tmtTab:hover {
	color: White;
	padding-top: 2px;
	border-top: 3px solid #666666;
}
*/

div.tmtTabs a.tmtTabselected {
	background-color: #666666;
	height: 14px;
	padding: 7px 8px;
	display: block;
	color: White;
	border: 2px solid #666666;
}

div.tmtPanel a {
	display: block;
	text-trasform: uppercase;
	float: left;
	color: White;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #b1b1b1;
}