@CHARSET "UTF-8";
/*覆盖style_gl.css中的样式*/
/*#content_single{
	height: auto;
    padding: 0;
    background:#fff;
}*/
.condition{	
  /*padding-top:4px;*/
}
/*左侧dojoTree定义高度*/
body.reset_tree div.dojoTree{
	height:375px;
	width:180px;
	overflow:auto;
	padding-left:0;
	margin-left:0;
	margin-top:10px;	
}
/*for pop window*/

#_pop_win h2{
text-align:left;
padding: 0 15px;
margin: 0px 0 0 0px;
height: 35px;
overflow: hidden;
font-size: 14px;
font-weight: bold;
color:white;
line-height: 35px;
border-bottom: 1px solid #C8DDE9;
background:url(../image/popupbg.png);
padding-left:50px;
}
#_pop_win h2 a{
	top:6px;
	position:absolute;
	right:7px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#_pop_win span{
	/*padding-top:10px;
	background:#3777BC;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	text-align:left;
	float: left;
	width: 100%;
	padding-bottom: 5px;*/
}
#_pop_win span #closeBtn{
	display:block;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	float: right;
	margin-right: 10px;
	line-height: 17px; 
}
iframe.pop_iframe{
	border:none;
	margin:0;
	padding:0;
	overflow-y:auto;
}

.notice b {
    background: rgba(0, 0, 0, 0) url("../image/notice_mini.png") no-repeat scroll 0 -1px;
    display: block;
    height: 13px;
    left: -7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 7px;
}

.tbNotice{
	position: relative;
}

.notice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #298cce;
    display: none;
    height: 228px;
    left: 130px;
    position: absolute;
    top: -105px;
    width: 356px;
    z-index: 200;
}

.notice-hd {
    background: #63c7e7 none repeat scroll 0 0;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.notice-bd {
    color: #333;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 356px;
}

.notice-bd table{
	white-space:nowrap;
	border:0;
	border-collapse:collapse;
}

.notice-bd table tr td{
	text-align: left;
	border:0;
}

.notice-hd .close {
    background: rgba(0, 0, 0, 0) url("../image/notice-close.png") repeat scroll 0 -400px;
    display: inline;
    float: right;
    height: 10px;
    margin: 9px 7px 0 0;
    width: 10px;
}


.pop_close_btn {
	text-indent: -119988px;
	width: 25px;height: 24px;
	background: url(../image/closebtn.png) 0 0 no-repeat;
}


.del-pop,.edit-pop,.useAndRemove {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.del-pop-show .del-pop, .edit-pop-show .edit-pop {
    display: block;
}

.del-pop-show .del-pop-bg, .edit-pop-show .edit-pop-bg {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.del-pop-show .del-pop-box, .edit-pop-show .edit-pop-box {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
}

.del-pop-show .del-pop-box .txt, .edit-pop-show .edit-pop .txt {
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 7px;
    text-align: center;
}

.del-pop-show .del-pop-box .btns, .edit-pop-show .edit-pop-box {
    text-align: center;
}


.del-pop-show .del-pop-box .btn-close, .del-pop-show .del-pop-box .btn-ok,
.edit-pop-show .edit-pop-box .btn-close, .edit-pop-show .edit-pop-box .btn-ok
{
    display: inline-block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    border: #c5c5c5 1px solid;
    background-color: #fff;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
}

.del-pop-show .del-pop-box .btn-ok, .edit-pop-show .edit-pop-box .btn-ok {
    border-color: #ff4200;
    background-color: #ff4200;
    color: #fff;
}

.use-btn{
	display:none;
}

.delete-btn{
	display:none;
}

.item-hover{
	display:block;
}

.item-hover .use-btn{
    display: inline-block;
	background:rgba(0,0,0,.8);	
	color:#fff;
	left:0px;
	width:44px;
	position:absolute;
	text-align: center;
}

.item-hover .delete-btn{
	display: inline-block;
	background:rgba(0,0,0,.8);	
	color:#fff;
	left:48px;
	width:44px;
	position:absolute;
	text-align: center;
}
