.CopyNode{
	border:1px solid #faa;
	background:#FEE;
	width:100%;
}
.TempNode{
	width:100%;
	height:25px;
	display:block;
	background:#E8FFE8;
	border:1px dashed #090;
}

.OQSS_Mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#eee;
	display:block;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:10000;
}
.OQSS_MsgWin{
	border:1px solid #aaa;
	background:#FFF;	
	position:absolute;
	z-index:20000;
}

.Normal,.Up,.Down,.Over,.Out{
	border:1px solid #fff;width:100%;
	border-bottom:1px dotted #aaa;
	height:18px;cursor:default;
	line-height:18px;
	margin:2px;
	padding:2px;
}
.Normal{
	background:#fff;
	overflow:hidden;
}
.Up{
	background:#FFC;
}
.Down{
	background:#FF9;
}
.Over{
	background:#FFC;
}
.Out{
	background:#fff;
}

.SizeBt{
	cursor:nw-resize;
	background:#eee; border:0px solid #000; height:16px; width:16px; float:right;
	background:url(../Img/Drag.gif) no-repeat bottom;
}

.Bar{
	background:url(../Img/bg6.png);
	height:23px;
	line-height:23px;
	border-bottom:1px solid #999;
}
.FloatWin,.StopWin,.close,.MinSizeBt,.MaxSizeBt,.trash,.Edit,.SmallLamp,.BigTrash,.BigEdit,.BigView,.PWD,.Email,.WX{
	background:url(../Img/icopool.gif);
	height:16px;
	width:16px;
	margin:2px 2px;
	cursor:pointer;
	float:left;
}
.Email{background:url(../Img/icopool.gif) -158px 0px no-repeat}
.WX{
	background:url(../img/wx.png);
}
.FloatWin{background-position:3px -518px;}
.MinSizeBt{background-position:-43px -518px;}
.MaxSizeBt{background-position:-63px -519px;}
.StopWin{background-position:-19px -519px;}
.WinTitleName{
	line-height:25px;
	margin-left:5px;font-size:12px;
	font-weight:bold;
}
.close{background-position:-325px -545px;}
.trash{background-position:-368px -186px;}
.Edit{background-position:-318px -30px;}
.SmallLamp{background-position:-92px -110px;}
.BigTrash{
	background-position:-388px -183px;
}
.BigEdit{
	background-position:-342px -26px;
}
.BigView{
	background-position:-388px -104px;
}

.PWD{background-position:-204px -156px; float:left}

.OQSS_Win{
	width:300px;background:#fff;border:1px solid #ccc;overflow:hidden;
}
.OQSS_WinBody{
	height:100%; background:#fff; 
	width:100%;position:relative;
	display:block;
}

.OQSS_WinFoot{
	height:16px; background:#fff; position:absolute; bottom:24px; width:100%;
}
.OQSS_WinContent{
	height:100%;
	width:100%;
	display:block;
	overflow:auto;
}

.OQSS_WinTitle{
	line-height:24px;
	color:#000;
	margin-left:5px;font-size:12px;
	font-weight:bold;float:left;
}

.MsgTips{
width:210px;height:129px;background:#ffc;border 0px solid #000;z-Index:9999999;position:absolute;left:0px;top:0px;display:none;padding:10px;
background:url(../Img/tipsbox.gif) no-repeat;
padding-top:40px;
}

.EditBt{
	background:url(../Img/tools.gif) 0px 0px no-repeat;
	display:block;
	width:100%;
	height:16px;
	border:5px #333 solid;
}

.loading{
	background:url(../Img/loading.gif) no-repeat;
	width:32px; height:32px;
	display:block;
}
.Warning{
	background:url(../Img/icopool.gif) -152px -576px no-repeat;
	width:32px;height:32px;
}
.success{
	background:url(../Img/icopool.gif) -152px -611px no-repeat;
	width:32px;height:32px;
}
.FirstPage,.NextPage,.PreviousPage,.LastPage,.FirstPageDis,.NextPageDis,.PreviousPageDis,.LastPageDis,.Add,.Sub,.Person{
height:16px;
width:16px;
cursor:pointer;
background:url(../Img/icopool.gif) no-repeat;
border:1px solid #aaa;
float:left;
margin:auto 5px;
}
.FirstPage{background-position:-319px -341px}
.NextPage{background-position:3px -341px}
.PreviousPage{background-position:-44px -341px}
.LastPage{background-position:-273px -341px}
.FirstPageDis{background-position:-319px -806px;cursor:default}
.NextPageDis{background-position:3px -806px;cursor:default}
.PreviousPageDis{background-position:-44px -806px;cursor:default}
.LastPageDis{background-position:-273px -806px;cursor:default}
.NormalPage{font-size:12px;color:#333;margin:auto 5px;float:left;cursor:pointer;line-height:18px}
.CurrPage{font-size:12px;color:#F30;font-weight:bold;margin:auto 5px;float:left;line-height:18px}
.Add{background-position:-365px -315px;border:none}
.Sub{background-position:-411px -315px;border:none}
.Person{background-position:-272px -2px;margin:auto;margin-top:2px;margin-left:5px}


.sdw{
border:1px solid #eee;	
}
.sdw:focus{
 transition:border linear .2s,box-shadow linear .5s;
 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
 outline:none;border-color:rgba(81,191,240,.75);
 box-shadow:0 0 12px rgba(81,191,240,.5);
 -moz-box-shadow:0 0 12px rgba(81,191,240,.5);
 -webkit-box-shadow:0 0 12px rgba(81,191,240,3);
}

