﻿/***DWSWin***/

.dwswin {
	display: block;
	overflow: visible;
	position: absolute;
	z-index: 100;
	border-top:solid 1px #ccc;
}
.dwsTbl {
	background-color:#f8fceb;
	border-bottom: ridge   2px #ffffff;
	border-right: ridge   2px #ffffff;
	border-left: solid 2px #e2e2e2;
}
.winHdr {
	color: #fafafa;
	font: bold 12px tahoma, helvetica, arial, sans-serif;
	height: 20px;
	padding: 1px 0 3px 4px;
	background: url(../images/design/msgHdr.gif) top repeat-x;
	vertical-align:bottom;	  
	

}
.movable {
	cursor: move;
}
.winBody {
	font: 11px Trebuchet MS,tahoma, helvetica, arial, sans-serif;

}
.msgBtns {
	margin-top: 15px;
}

.imgClose {
	position:relative;
	float: right;
	height: 15px;
	width:18px;
	left:6px;
	padding-right:7px;
    font-size:12px;
    font-weight:bold ;
	cursor:pointer;
	color:#444444;
	background: url(../images/design/close.gif) no-repeat right;
}
.winClose {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/design/w_close.gif) top right no-repeat;
}
.winClose:hover{
background: url(../images/design/w_close_on.gif) top right no-repeat;
}
.loading {
	background: url(../images/design/loading.gif) center no-repeat;
}
#mloading {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 55%;
	top: 302px;
}
.blur {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

#hideSelectFrame{
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width:102%;
height:140%;
}
