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

#tabBox{
	position: relative;
	width: 640px;
	float: left;
padding: 20px 0px;
}

#tabs{
	position: relative;
	top: 0;
	left: 0;
	height: 45px;
	width: 640px;
	z-index: 2;
	
}




.tab{
	height: 45px;
	border: 1px solid #77ccee;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	margin-right: 8px;
	background: #b3e1f3;
	cursor: pointer;
}

.smallerTabs .tab{
	margin-right: 5px;	
}



#tcHolder{
	border: 1px solid #77ccee;
	clear: both;
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 1;
	width: 640px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
}

.tc{
	display: none;
	padding: 30px;

}

.tfixed .tab{
	width: 120px ;
}

.tfixed2 .tab{
	width: 150px ;
}

#content .tab h2{
	font-size: 14px;
	padding: 5px 10px 0px;
	line-height: 17px;
	color: #004b8e;
	margin: 0;
}




#content .tab h2.oneLine{
	line-height: 35px;	
}

#content .smallerTabs .tab h2{
	font-size: 12px;
	padding: 5px 10px;
}

#content .smallerTabs .tab h2.oneLine{
	font-size: 12px;
	padding: 5px 6px;
}





.focused{
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
