#tabs_tbl {
	position: relative;
	top: 0px;
	z-index: 0;

	vertical-align: top;
}

#tab_flaps_cell {
	position: relative;
	
	background: transparent;
}

.tab_flaps_div {
	position: relative;
	
	background: transparent;
}

#tab_iframes_cell {
	position: relative;
	
	background: transparent;
}

#tab_iframes_div {
	position: relative;
	
	background: transparent;
	
	height: 570px;
}

.tab_iframe {
	position: absolute;
	top: 0px;
	
	background: transparent;
	
	height: 570px;
	
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	
	overflow: auto;
}
/*
.full_tab_body {
	position: absolute;
	
	background: transparent;
	
	height: 548px;
	width: 873px;
	
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	
	overflow: auto;
}

.half_tab_body {
	position: absolute;
	
	background: transparent;
	
	height: 548px;
	width: 528px;
	
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
	
	overflow: auto;
}
*/

.tab_flap_div {
	position: absolute;
	
	background: transparent;
}

.tab_tbl {
	visibility: hidden;
	z-index: 10;
}

.tab_flap_tbl {
	position: absolute;
	z-index: 10;
		
	background: transparent;

	cursor: pointer;
}

.tab_flap_img {
	font-size: 1px;

	overflow: hidden;
	white-space: nowrap;
	
	height: 25px;
}

.tab_flap_txt {
	position: absolute;
	z-index: 70;

	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 590;
	font-style: italic;

	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	
	background: transparent;
	overflow: hidden;
}

.tab_flap_accent_txt {
	position: absolute;
	z-index: 60;

	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: 590;

	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	
	color: #A1A1A1;
	
	background: transparent;
	overflow: hidden;
	visibility: hidden;
}

.tab_flap_left_cell {
	background: transparent;
	overflow: hidden;

	width: 10px;
	height: 25px;
}

.tab_flap_1px_cell {
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;

	height: 25px;
}

.tab_flap_1px_img {
	position: relative;
	top: 0px;
	left: 0px;

	height: 25px;
}

.tab_flap_right_cell {
	background: transparent;
	overflow: hidden;
	
	width: 10px;
	height: 25px;
}

