@charset "UTF-8";
/* CSS Document */


#tabBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	width:650px;
}

#tb1, #tb2, #tb3, #tb4, #tb5 {
	float:left;
	margin-right:4px;
}

#tn1, #tn2, #tn3, #tn4, #tn5 {
	position:relative;
	z-index:0;
	cursor:pointer;
	
	padding:3px 30px 5px 5px;
	border-top:1px solid #06C;
	border-left:1px solid #06C;
	border-right:1px solid #06C;
	border-bottom-style:none;
	background-color:#DDD;
	color:#400;
}

#to1, #to2, #to3, #to4, #to5 {
	position:relative;
	z-index:0;
	cursor:pointer;
	
	padding:3px 30px 5px 5px;
	border-top:1px solid #06C;
	border-left:1px solid #06C;
	border-right:1px solid #06C;
	border-bottom-style:none;
	background-color:#EEE;
	color:#400;
}

#ta1, #ta2, #ta3, #ta4, #ta5  {
	position:relative;
	z-index:3;
	cursor:auto;
	
	padding:3px 30px 5px 5px;
	border-top:1px solid #06C;
	border-left:1px solid #06C;
	border-right:1px solid #06C;
	border-bottom-style:none;
	background-color:#FFF;
	color:#800;
}

#tca1, #tca2 {
	margin:2px;
}



.tba {
	height:1px;
	border-top:1px solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-color:#FFF;
}

#tabContent {
	margin:0px 8px 0px 0px;
	position:relative;
	border:1px #06C solid;
	background-color:#FFF;
	z-index:1;
	top:-1px;
	padding:5px;
	width:654px;
}

#tc1, #tc2, #tc3, #tc4, #tc5 {
	padding:0px;
	margin:0px;
}

.show {
	display:block;
}

.hide {
	display:none;
}


.relativePane {
	position:relative;
}


#z1 {
	border:1px #CCCCCC solid;
	position:relative;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	z-index:1;
	background-color:#FFF;
}

#z2 {
	border:1px #CCCCCC solid;
	position:relative;
	top:-30px;
	left:30px;
	width:100px;
	height:100px;
	z-index:4;
	background-color:#FFF;
}

#z3 {
	border:1px #CCCCCC solid;
	position:relative;
	top:-60px;
	left:60px;
	width:100px;
	height:100px;
	z-index:5;
	background-color:#FFF;
}












