@charset "utf-8";
/* CSS Document */

div.tabBox {
	width: 50%;
}
div.tabArea {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 80%; 
	font-weight: bold;
}
a.tab {
	z-index: 9; 
	position: relative;  
	top: -1px; 
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 0px solid; 
	border-left: #cccccc 1px solid; 
	padding-top: 2px;
	padding-bottom: 2px; 
	padding-left: 1em; padding-right: 1em;
	background-color: #eeeeee;  
	text-decoration: none; 
}
a.tab {
	color: #808080;
}
a.tab:visited {
	color: #808080;
}
a.tab:hover {
	background-color: #cccccc; 
	color: #606060;
}
a.activeTab.tab {
	background-color: #cccccc; color: #000000;
}
a.activeTab.tab:hover {
	background-color: #cccccc; color: #000000;
}
a.activeTab.tab:visited {
	background-color: #cccccc; color: #000000;
}
a.activeTab.tab {
	z-index: 12;
}
div.tabMain {
	z-index: 10; 
	position: relative; 
	background-color: #cccccc;  
	border: #cccccc 1px solid; 
	/*padding-top: 1em;
	padding-bottom: 1em; 
	padding-left: 1em; 
	padding-right: 1em;*/ 
}
div.tabiframeWrapper {
	width: 100%;
}
iframe.tabContent {
	width: 100%;
	border: none; 
}
