@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. hack needs to be put at 100% in that case (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	color: black;
	font-weight:bold;
	background-color: d9d9d9;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;}
	
.TabbedPanelsTabsingle {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	color: black;
	font-weight:bold;
	background-color: d9d9d9;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: arrow;}

.TabbedPanelsTabHover {
	background-color: #CCC;}

.TabbedPanelsTabSelected {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font: bold 0.7em sans-serif;
	display: table-header-group;}

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

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: ffffff;}

.TabbedPanelsContent {
	padding: 12px;
	height: 485px;}

.TabbedPanelsContent2 {
	padding: 6px;
	height: 1550px;}

.TabbedPanelsContent2Palm {
	padding: 6px;
	height: 745px;}

.TabbedPanelsContentWS {
	padding: 12px;
	height: 536px;}

.TabbedPanelsContentPalm {
	padding: 12px;
	height: 420px;}
	
.TabbedPanelsContentPrint {
	padding: 12px;
	height: 510px;}


.TabbedPanelsContentVisible {}

.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 .TabbedPanelsTab {
	float: none;
	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;}
