
.tabs-container{
	overflow:hidden;
}
.tabs-header{
	border-bottom:0px;
	position:relative;
	overflow:hidden;
	padding:0px;
	padding-top:0px;
	overflow:hidden;
}
.tabs{
	list-style-type:none;
	height:26px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	font-size:12px;
	width:5000px;
}
.tabs li{
	float:left;
	display:inline-block;
	margin1:0px 1px;
	margin-right:0px;
	margin-bottom:-1px;
	padding:0;
	position:relative;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.tabs li a.tabs-inner{
	display:inline-block;
	text-decoration:none;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:4px 0px 0px 0px;
	height:35px;
	width:103px;
	white-space:nowrap;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.tabs li.tabs-selected{
	background:url('../theme/images/img7.gif') repeat-x;
	height:35px;
	width:103px;
}
.tabs li.tabs-selected a{
	font-weight:bold;
}
.tabs li.tabs-selected a:hover{
	cursor:default;
	pointer:default;
}
.tabs-with-icon{
	padding-left:20px;
}
.tabs-icon{
	position:absolute;
	width:16px;
	height:16px;
	left:10px;
	top:5px;
}
.tabs-closable{
	padding:0px;
}
.tabs li a.tabs-close{
	position:absolute;
	font-size:1px;
	display:block;
	padding:0px;
	width:11px;
	height:11px;
	top:3px;
	right:3px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:url('images/tabs_close.gif') no-repeat;
}
.tabs li a:hover.tabs-close{
	opacity:1;
	filter:alpha(opacity=100);
	cursor:hand;
	cursor:pointer;
}
.hearder-user {
	float:right;
	font-size:14px;
	margin-top:10px;
	text-align:right;
	margin-right:10px;
}
.hearder-user img {
	text-align:right;
	margin-right:15px;
}
.header-right-infor {
	float:left;
	width:493px;
}
