.body {
	font-family: Arial, Helvetica, sans-serif;
}

div.tabArea {
  font-size: 14px;  
}


a.tab, a.tab:visited {
  color: #02497a;
}

a.tab:hover {
	background-color: #c9e2f3;
	color: #02497a;	
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-image: url(../images/bkg_tab.jpg);
  /*background-color: #c0c0c0;*/
  color: #02497a;
  font-weight: bold;
}
div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 500px;
}
a.tab {
	font-size: 14px;
	background-color: #c9e2f3;
	padding: 3px 1em 3px 1em;
	position: relative;
	text-decoration: none;
	top: -1px;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cadbe7;
	border-right-color: #cadbe7;
	border-bottom-color: #cadbe7;
	border-left-color: #cadbe7;
}

a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  background-color: #FFFFFF;
  border: 1px solid #c9dae6;
  padding: 1em;
  position: relative;
  z-index: 101;
}
