
div.tabArea {
  font-size:90%;
  font-weight: bold;
padding: 3px 1em 2px 1em;

}

a.tab {
background:url('/mainpic/f.jpg') #ffffff  repeat-x;
  border: 1px solid #c8c8c8;
  border-bottom-width: 0px;
  padding: 3px 1em 2px 1em;
color:#464646;
font-size:12px;
font-style:normal;
font-family:verdana, Arial, Helvetica, sans-serif ; 
  text-decoration: none;
}

a.tab:visited {
  color: #808080;
}

a.tab:hover {
  color: #9A0000;
}


a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div.tabMain {
width:90%;
  background-color: #;
  border: 0px solid #000000;
  padding: 0px 0px 0px 0px;
border-top: 0px;
}

div.tabIframeWrapper {
  width:110%;
}

iframe.tabContent {
  background-color: #c0c0c0;
  border: 1px solid #c8c8c8;
  width:100%;

	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}