@charset "UTF-8";

 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	position: absolute;
	bottom: 0px;
	left:0px;
	right: 0px;
	top:0px;
}

.TabbedPanelsTabGroup {
	position:absolute;
	bottom: 0px;
	width:100%;
	height: 35px;
	text-align:center;
	vertical-align: top;
	overflow:hidden;
	padding: 0px;
	
}

.TabbedPanelsTab {
	position: relative;
	bottom: 0px;
	float: left;
	text-align:center;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:17%;
	margin-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	user-focus: none; 
	outline : none; 
	-moz-user-focus: none; 
	-moz-outline: none; 
	behavior: url(/includes/userfocus.htc);
	vertical-align:top;
	
	
}

.TabbedPanelsTabHover {
	background-color: #600;
}

.TabbedPanelsTabSelected {
	background-color:#600;
	border-left: #300 solid 1px;
	border-right: #300 solid 1px;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	outline:none;
}

.TabbedPanelsContentGroup {
	clear: both;
	position:absolute;
	top:0px;
	bottom:45px;
	left:0px;
	right:0px;
	
}

.TabbedPanelsContent {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:25px;
	overflow:auto;
}

.TabbedPanelsContentVisible {
	background-image:url(../images/layout_bg/shim.gif);
}

.VTabbedPanels .TabbedPanelsTabGroup {
	
	width: 100$;
	height: 20px;
	background-color: #EEE;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: left;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

