
#xtab_panel {
	width:inherit;
	visibility: hidden;
	position: relative;
}

#xtab_load{
	visibility: visible;
	position: relative;
	border:2px solid #FFBF00;
	z-index:25;
	width:100%;
	height:150px;
	background-color:#FFFFFF;
	text-align:center;
	color: inherit;
}

#xtab_scf {
	background:url('../img/liner.gif') repeat-x left 22px;
	overflow:hidden;
	width: 385px;
	height: 23px;
}

ul#navTab {
	margin: 0;
	padding: 0;
}

/* Tabs */
#tabs li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	list-style:none;
	float: left;
	background: url('../img/t1.gif') repeat-x right top;
	cursor:pointer;
	border-right: 1px solid #FF9A00;
	border-top:1px solid #FF9A00;
	padding: 6px 6px 4px 6px;
	color: inherit;
}
#tabs li:hover {
	background: url('../img/t2.gif') repeat-x right top;
	/*  padding: 5px 6px 4px 6px;*/
	color: #FFFFFF;
}
#tabs li.c_p_i {
	background: url('../img/t2.gif') repeat-x left top;
	color: #FFFFFF;
	padding: 6px 6px 4px 6px;
	/* font-weight:bold;*/
}
/* ----------------------------------------
Miscellaneous
------------------------------------------- */
#xtab_ScLeft {
	width: 22px;
	background: url('../img/s_l_b.gif') top left no-repeat;
	height: 22px;
	border-right: 1px solid #FF9A00;
	border-bottom-style: none;
}
#xtab_ScRight {
	width: 21px;
	background: url('../img/s_r_b.gif') top right no-repeat;
	height: 22px;
	border-bottom-style: none;
}
.xtab_content{
	width:inherit;
	padding:0;
	display:none;
	border-bottom: 5px solid #FFBF00;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 5px solid #FF9A00;
	text-align:justify;
}

#xtab_viewTitle{
	border-left: 1px solid #FFA300; 
	border-right: 1px solid #FFA300; 
	border-bottom: 1px solid rgb(216, 236, 246); 
	background: rgb(216, 236, 246) none repeat scroll 0% 0%; 
	height: 25px;
}
/* Clear */
.xtab_clearer{
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
/*  Post, page */
#xtab_post {
	width:inherit;
	border-top: none;
	background: #fff;
}

