@charset "UTF-8";
.TabbedPanels {	margin: 0px;	padding: 0px;	float: left; 	clear: none;	width: 100%;  }
.TabbedPanelsTabGroup {	margin: 0px;	padding: 0px; }
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px;
	background-color: #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "Franklin Gothic Medium Cond", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5F6A72;
	letter-spacing:1px;
	word-spacing:2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFF;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}
.TabbedPanelsTabHover {	background-color: #00AEEF; color:#FFF;}
.TabbedPanelsTabSelected {
	color:#00AEEF;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-color: #FFF;
}
.TabbedPanelsTab a {	color: black;	text-decoration: none;}
.TabbedPanelsContentGroup {	clear: both;	background-color: #FFF;}
.TabbedPanelsContent {
	padding: 10px;
	border:1px dotted #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	border-radius: 5px;
}
.TabbedPanelsContentVisible {}
.VTabbedPanels .TabbedPanelsTabGroup { 	float: left; width: 10em;	height: 20em;	background-color: #FFF;	position: relative; border:none; }
.VTabbedPanels .TabbedPanelsTab {	float: none;	margin: 0px;	border-top: none;	border-left: none;	border-right: none; }
.VTabbedPanels .TabbedPanelsTabSelected { 	background-color: #EEE;	  }
.VTabbedPanels .TabbedPanelsContentGroup {	clear: none;	float: left; 	padding: 0px;	width: 30em;	height: 20em; }


