﻿/***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: 2000;
}
.winHdr{
color: #fafafa;
font: bold 12px tahoma, helvetica, arial, sans-serif;
height: 20px;
padding: 1px 0 3px 4px;
background: url(../../../media/designImages/turuncu/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(../../../media/designImages/turuncu/w_close.gif) top right no-repeat;
}
.winHdr a:hover{
background: url(../../../media/designImages/turuncu/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: 5px;
}
.msgBut{
color: #666;
border: solid 1px #bcc5cd;
padding: 2px 0 1px 0;
height: 22px;
background: url(../../../media/designImages/turuncu/bgInputGray.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(../../../media/designImages/turuncu/close.gif) no-repeat right;
}
.loading{
background: url(../../../media/designImages/turuncu/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;
}
