﻿@charset "utf-8";
/* CSS Document */

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	position: relative;
	text-decoration: none;
	top: -1px;
	z-index: 100;

}
a.tab.activeTab {
  z-index: 102;
  background-color: #FFFFFF;
}

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

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.activeTab:hover, a.tab.activeTab:visited {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
div.tabMain {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
  width: 440px;

}
div.tabIframeWrapper {
  width: 100%;
  
}

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