@charset "UTF-8";.TabbedPanels{
	padding:0px;
	float:left;
	clear:none;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
.TabbedPanelsTabGroup{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.TabbedPanelsTab{
	position:relative;
	top:1px;
	float:left;
	background-color:#fefefe;
	list-style:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer;
	font-size:0.95em;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	-moz-box-shadow:inset 0px 5px 15px 0px #ccc;
	-webkit-box-shadow:inset 0px 5px 15px 0px #ccc;
	box-shadow:inset 0px 5px 15px 0px #ccc;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.TabbedPanelsTabHover{
	background-color:#6699cc;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.TabbedPanelsTabSelected{
	background-color:#6699CC;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	-moz-box-shadow:inset 0px 5px 15px 0px #ccc;
	-webkit-box-shadow:inset 0px 5px 15px 0px #ccc;
	box-shadow:inset 0px 5px 15px 0px #ccc;
}
.TabbedPanelsTab a{color:black;text-decoration:none;outline:0;}
.TabbedPanelsContentGroup{
	clear:both;
	border:3px solid #FFF;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-box-shadow:inset 0px 5px 15px 0px #ccc, 3px 3px 5px #696969;
	-webkit-box-shadow:inset 0px 5px 15px 0px #ccc, 3px 3px 5px #696969;
	box-shadow:inset 0px 5px 15px 0px #ccc, 3px 3px 5px #696969;
	padding: 10px;
}
.TabbedPanelsContent{
	padding:8px;
	height:200px;
}
.TabbedPanelsContentVisible{}
.VTabbedPanels .TabbedPanelsTabGroup{float:left;width:10em;height:20em;background-color:#FFF;position:relative;border-top:solid 1px #999;border-right:solid 1px #999;border-left:solid 1px #CCC;border-bottom:solid 1px #CCC;}
.VTabbedPanels .TabbedPanelsTab{float:none;margin:0px;border-top:none;border-left:none;border-right:none;}
.VTabbedPanels .TabbedPanelsTabSelected{background-color:#FFF;border-bottom:solid 1px #999;}
.VTabbedPanels .TabbedPanelsContentGroup{clear:none;float:left;padding:0px;width:30em;height:20em;}
