﻿/***DWSWin***/
.dwswin {
  background-color: #fff;
  border-bottom: ridge 2px #ffffff;
  border-right: ridge 2px #ffffff;
  border-left: solid 2px #e2e2e2;
  border-top: solid 1px #ccc;
  display: block;
  overflow: visible;
  position: absolute;
  z-index: 1000;
}

.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;
  width:200px;
}

.winHdr div{
  padding-top: 4px;
  cursor: move;
}

.winHdr a{
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  background: url(../images/design/w_close.gif) top right no-repeat;
}

.winHdr a:hover{
  background: url(../images/design/w_close_on.gif) top right no-repeat;
}

.movable {
  cursor: move;
  white-space:nowrap;
}

.winBody {
  font: 11px Trebuchet MS, tahoma, helvetica, arial, sans-serif;
}

.msgBtns {
  margin-top: 15px;
}

.msgBut
{
 border:solid 1px #668e9f;
 padding-top:1px;
 padding-bottom:0;
 color:#476572;	
 background: url(../images/design/bgButBlue.png) repeat-x top;
}	

.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;
}

.loading {
  background: url(../images/design/loading.gif) center no-repeat;
  width: 100px;
  height: 200px;
  margin: 0 auto;
}

#mloading {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 53%;
  top: 302px;
  z-index: 2000;
}

.blur {
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
}

.hideSelectFrame{
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  filter: mask();
  width: 101%;
  height: 1px;
  border:none;
}
