@charset "UTF-8";

.TabbedPanels 			{margin:0px;padding:0px;float:left;clear:none;width:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/}
.TabbedPanelsTabGroup 	{margin:0px;padding:0px;}
.TabbedPanelsTab 		{position:relative;top:1px;float:left;padding:2px 5px 0 5px;margin:0 1px 0 0;
color:#fff;font-size:11px;font-weight:bold;height:20px;background-color:#E4C510;list-style:none;
border-left:solid 1px #f1d437;border-bottom:0;border-top:solid 1px #f1d437;border-right:solid 1px #E4C510;
-moz-user-select:none;-khtml-user-select:none;cursor:pointer;} /*padding:4px 10px;margin:0px 1px 0px 0px; */
.TabbedPanelsTabHover 	{background-color:#F8EA9A;color:#666;}
.TabbedPanelsTabSelected 	{background-color:#F8EA9A;border-bottom:1px solid #F8EA9A;color:#666;}
.TabbedPanelsTab a 			{color:black;text-decoration:none;}
.TabbedPanelsContentGroup 	{clear:both;border-left:solid 1px #f1d437;border-bottom:solid 1px #f1d437;
	border-top:solid 1px #f1d437;border-right:solid 1px #f1d437;background-color:#fff;}
.TabbedPanelsContent 		{padding:0;}
.TabbedPanelsContentVisible {}