/**************************
* BrainJar Tabbed iFrames*/

div.tabBox {
	width:770px;
}
 
div.tabArea {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}
 
a.tab {
	background-color: #EBF1F0;
	border: 1px dotted #000000;
	border-bottom-width: 1px;
	border-color: #f0d0ff;
	padding: 2px 1em 2px 1em;
	position: relative;
	text-decoration: none;
	top: 1px;
	height: 15px;

}
 
a.tab, a.tab:visited {
  color: ##004F96;
}
 
a.tab:hover {
  background-color: #a080d0;
  border-color: #c0a0f0;
  color: #ffe0ff;
}
 
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #ffe0ff;
}
 
a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
}
 
div.tabMain {
	background-color: #fff8dc;
	border: 1px dotted #000000;
	border-color: #b090e0;
	padding: .8em;
	position: relative;
	width:750px;
}
 
div.tabIframeWrapper {
  width: 750px;
}
 
iframe.tabContent {
  background-color: #9070c0;
  border: 1px solid #000000;
  border-color: #7050a0;
  width: 100%;
  height:900px;
  
}
 

