
/* --- TAB PANEL CSS --- */
#tabWrapper {
  position:relative;
  margin:15px;
}
#tabWrapper .tabContent{
  min-height:20em;
}

.tabContent {
	background: #F9FCFF;  /* #F6F7EE; */
	border: 1px solid #999999;
	border-top: none;
	clear: both;
	margin: 0px;
}

.tabPanel ul,.tabPanel li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabPanel a:link,.tabPanel a:visited {
	background: #E8EBF0;
	color: #666;
	float: left;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #F6F7EE;
	margin-right: 16px;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}

.tabPanel a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {
	background: #F9FCFF;  /* #F6F7EE; */
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #F9FCFF;  /* new */
	color: #000;
}

.tabPanel a:hover {
	color: #f00;
}

.tabPanel {
	font-size: 12pt;
	font-weight: normal;
	padding-left: 10px;
}

