*{
	margin:0;padding:0;
	text-decoration:none;
	font-family: "Microsoft YaHei","微软雅黑";
	fong-size:14px;
}
#slider{
	position:absolute;
	width:130px;
	left:0;top:0;
	height:100%;
	transition: all 0.2s ease 0s;
	overflow:hidden;
	background:#fff;
}
#content{
	position: absolute;
	left:130px;right:0;top:0;
	height:100%;
	transition: all 0.2s ease 0s;
	overflow:auto;
	background:#eee;
}
#logo{
	width:100%;
	height:100px;
	background:#fff;
	text-align:left;
}
#logo img{
	height:80px;
	margin:10px 0 0 0;
}
.clear{
	width:100%;
	height:10px;
	clear:both;
}
#clear{
	width:100%;
	height:20px;
	text-align:center;
	clear:both;
}
#clear input{
	width:100px;
	height:24px;line-height:24px;
	border:none;
	background:#ddd;
}
#struct{width:100%;list-style:none;}
#struct li{float:left;display:inline;}
#struct li.lft{width:5%;}
#struct li.mid{width:89%;background:#fff;}
#struct li.rht{width:6%;min-height:500px;cursor:pointer;}
#struct li.rht div{
	width:100%;
	height:60px;
	margin:180px 0 0 0;
}
#struct li.rht div img{width:100%;}
#tree{
	width:100%;
	list-style:none;
}
#tree dt{
	width:96%;
	height:20px;line-height:20px;
	text-align:left;
	text-indent:8px;
	border:1px dashed #3BB4F2;
	border-top:none;
	border-right:none;
	margin-top:3px;
	cursor:pointer;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	-moz-border-radius:3px;      /* Gecko browsers */
	-webkit-border-radius:3px;   /* Webkit browsers */
	border-radius:3px;            /* W3C syntax */
}
#tree dt:hover{
	height:19px;line-height:19px;
	border:1px dashed #3BB4F2;
}
#tree dt.baoming{background:url(/Images/baoming.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.trip{background:url(/Images/trip.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.team{background:url(/Images/team.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.base{background:url(/Images/base.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.finance{background:url(/Images/finance.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.work{background:url(/Images/work.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.tongji{background:url(/Images/tongji.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.user{background:url(/Images/user.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.sys{background:url(/Images/sys.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.agent{background:url(/Images/agent.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.source{background:url(/Images/source.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.ticket{background:url(/Images/jipiao.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dt.visa{background:url(/Images/visa.png) 4px 4px no-repeat;background-size:16px 16px;}
#tree dd{
	width:96%;
	height:24px;line-height:24px;
	overflow:hidden;
	text-align:left;
	text-indent:20px;
	margin-top:1px;
	cursor:pointer;
	border:1px dashed #eee;
	font-size:13px;
	color:#555555;
	font-family:"Î¢ÈíÑÅºÚ";
	-moz-border-radius:3px;      /* Gecko browsers  */
	-webkit-border-radius:3px;   /* Webkit browsers */
	border-radius:3px;           /* W3C syntax      */
}
#tree dd.load{height:50px;border:none;}
#tree dd img{width:30px;height:30px;margin:10px 0 10px 50px;}
#tree dd a{
	font-size:12px;
	color:#555555;
	font-weight:normal;
	font-family:ËÎÌå;
}
#tree dd.actv{
	background:#eee url(/Images/crt.png) 3px 6px no-repeat;
	background-size:16px 16px;	
}
#tree dd:hover{
	background:#F5F5F5 url(/Images/crt.png) 3px 3px no-repeat;
	background-size:16px 16px;	
}

/*content*/
#topbar{
	width:100%;
	min-width:1140px;
	height:32px;line-height:32px;
	background:#0E90D2;
	text-indent:10px;
	font-size:16px;
	color:#ffffff;
	font-family: "Î¢ÈíÑÅºÚ";
}
#topbar ul{
	width:100%;
	list-style:none;
	background:red;
}
#topbar ul li{
	margin:0;padding:0;
	height:32px;line-height:32px;
	float:left;display:inline;
}
#topbar ul li.left{width:20%;text-align:left;}
#topbar ul li.right{width:78%;text-align:right;vertical-align: middle;}
#topbar ul li.right img{height:20px;margin:0 6px;vertical-align: middle;}

#headNav{
	width:100%;
	min-width:1140px;
	min-height:28px;
	border-bottom:1px solid #ccc;
}
#headNav ul{
	width:98%;
	margin:0 1%;
	list-style:none;
}
#headNav ul li{
	
	margin:4px 3px 0 0;padding:0 26px;
	height:24px;line-height:24px;
	float:left;display:inline;
	text-align:center;
	font-size:13px;
	color:#0E90D2;
	background:#fff;
	position:relative;
	cursor:pointer;
	background-size:15px 12px;
	-moz-border-top-left-radius:3px;      /* Gecko browsers */
	-webkit-border-top-left-radius:3px;   /* Webkit browsers */
	border-top-left-radius:3px;           /* W3C syntax */
	-moz-border-top-right-radius:3px;      /* Gecko browsers */
	-webkit-border-top-right-radius:3px;   /* Webkit browsers */
	border-top-right-radius:3px;           /* W3C syntax */
}
#headNav ul li.actv{
	color:#fff;
	background:#0E90D2;
}
#headNav ul li img.refresh{
	position:absolute;
	cursor:pointer;
	left:0;
}
#headNav ul li img.close{
	position:absolute;
	cursor:pointer;
	right:0;
}
/**/
.blockuiMsg{
	width:200px;
	height:100px;
	margin:30px auto 0 auto;
}
.blockuiMsg img{
	width:50px;
}

.lightbox{
	-moz-border-radius:3px;      /* Gecko browsers */
	-webkit-border-radius:3px;   /* Webkit browsers */
	border-radius:3px;           /* W3C syntax */
	background:#fff;
	display:none;
}


.lightbox h3{
	width:100%;
	height:28px;
	text-align:left;
	-moz-border-top-left-radius:3px;      /* Gecko browsers */
	-webkit-border-top-left-radius:3px;   /* Webkit browsers */
	border-top-left-radius:3px;           /* W3C syntax */
	-moz-border-top-right-radius:3px;      /* Gecko browsers */
	-webkit-border-top-right-radius:3px;   /* Webkit browsers */
	border-top-right-radius:3px;           /* W3C syntax */
}
.lightbox h3 span{
	width:60%;
	margin-left:6px;
	height:28px;line-height:28px;
	font-size:14px;
}
.lightbox h3 img{
	width:16px;height:16px;
	float:right;
	margin:3px 3px 0 0;
}
.lightbox iframe{
	margin:0 auto;
}
.floatArea{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:9999;
	background:#0099CC;
}
.floatArea ul{
	width:190px;
	margin:5px;
	list-style:none;
}
.floatArea ul li{
	width:100%;
	height:24px;line-height:24px;
	margin:2px 0;
	text-align:left;
	background:#fff;
	color:#666;
	cursor:pointer;
	font-size:12px;
	text-indent:2px;
}
.floatArea ul li a{color:#666;}