﻿@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 0px; padding: 0px; height:30px;background:url(/images/t1.png) repeat-x; list-style: none; text-align:center;
}
.TabbedPanelsTab {
	position: relative; height:29px; line-height:29px; top:1px; width:68px;float: left;margin-left:10px;cursor: pointer;background:url(/images/t2.gif) no-repeat; color:#2a6ca9;
}
.TabbedPanelsTabHover { 
	font-weight:bold;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
