/* Horizontal Tabbed Panels */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 759px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 3px 0px 0px;
	background-color: #F80;
	list-style: none;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	border-left: solid 1px #F80;
	border-bottom: solid 1px #F80;
	border-top: solid 1px #F80;
	border-right: solid 1px #F80;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height:16px;
	background-image:url(../img/submenu/sub_menu_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	
}

.TabbedPanelTabHover {
	background-color: #F60;
	background-image:url(../img/submenu/sub_menu_bg_hover.png);
	background-repeat:repeat-x;
	text-decoration:underline;
}

.TabbedPanelTabSelected {
	background-color: #fff; /*#f3f3f3*/
	border-bottom: 1px solid #fff; /*#f3f3f3*/
	background-image:none;
	color: #F80;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #F80; /*#CCC*/
	border-bottom: solid 1px #F80; /*#CCC*/
	border-top: solid 1px #F80; /*#999*/
	border-right: solid 1px #F80; /*#999*/
	background-color: #fff; /*#f3f3f3*/
}

.TabbedPanelContent {
	padding: 4px;
}

.TabbedPanelTab a {
	color: #000;
	text-decoration: none;
}


/* Vertical Tabbed Panels */


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}



.VTabbedPanels .TabbedPanelTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}



.VTabbedPanels .TabbedPanelTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}



.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

