/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
	margin-left: -210px;
    background-color: #FFF;
    color: #000;
    padding: 12px;
    box-shadow: 0 0 12px black; 
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.9);
filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666666, strength=2);		
border: 6px solid #116771;
min-width:420px;
min-height:250px;
position: relative;

}

.jqmOverlay { 
background-color: #999; 
z-index:10;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px'); 
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose
{
background: url(images/w_knopka_40x40.png) left top no-repeat;
float:right;
width:40px;
height:40px;
cursor:pointer;
margin-top:-38px;
margin-right:-38px;
}
.jqmClose:hover{background: url(images/w_knopka_40x40.png) left bottom no-repeat;}

.Z_Inp{border: 2px solid #116771;font-size: 16px;}
.Z_InpTXT{min-width: 390px;max-width:390px;max-height: 400px;min-height: 110px;border: 2px solid #116771;}


/*--------------------------- --------------------------------------------*/
.jqmWindowShahmat{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
	margin-left: -360px;
    /*width:720px;*/
    background-color: #FFF;
    color: #000;
    padding: 12px;
    box-shadow: 0 0 12px black; 
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
border: 2px solid #116771;
z-index:1000;

}
* html .jqmWindowShahmat {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmCloseICON
{
/*position:static;*/
background: url(/common/images/close20.jpg) left top no-repeat;
float:right;
width:20px;
height:20px;
cursor:pointer;
margin-top:-10px;
margin-right:-10px;
}
/*--------------------------------*/
.jqmWindowPresent{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
	margin-left: -360px;
    /*width:720px;*/
    background-color: #FFF;
    color: #000;
    padding: 12px;
    box-shadow: 0 0 12px black; 
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
border: 2px solid #116771;
}
* html .jqmWindowPresent{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*--------------------------------*/
.NEWjqmWindow{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
	margin-left: -250px;
    /*width:720px;*/
    background-color: #FFF;
    color: #000;
    padding: 12px;
    box-shadow: 0 0 12px black; 
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.9); 
	border-radius:3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
border: 6px solid #116771;
/*border: 5px solid #18737D;*/
min-width:550px;
min-height:350px;

}
* html .NEWjqmWindow{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.NEWjqmCloseICON
{
background: url(images/w_knopka_40x40.png) left top no-repeat;
float:right;
width:40px;
height:40px;
cursor:pointer;
margin-top:-38px;
margin-right:-38px;
}
.NEWjqmCloseICON:hover{background: url(images/w_knopka_40x40.png) left bottom no-repeat;}
.NEWjqmBAR{height:97px;margin:-12px -12px 0 -12px;background: url(images/w_samolet_90x90.png) left 0px no-repeat #116771;}
.NEWjqmTitle
{
color:#fff;
font-size:26px;
font-weight:bold;
margin-left:100px;
margin-right:20px;
padding-top:10px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
text-align:center;
}

.NEW_Inp{width: 320px;border: 2px solid #116771;font-size: 16px;}
.NEW_InpDate{width: 220px;border: 2px solid #116771;font-size: 16px;}
.NEW_InpTXT{min-width: 320px;max-width:320px;width: 100%;max-height: 400px;min-height: 110px;border: 2px solid #116771;}
.myTABVstrecha {font-size:16px;font-weight:bold;}

.KnSend{
background: url(images/w_send_80x174.png) left top no-repeat;
width:174px;
height:40px;
box-shadow:0px 0px 5px #252b01;
-moz-box-shadow:0px 0px 5px #252b01;
-webkit-box-shadow:0px 0px 5px #252b01;
}
.KnSend:hover{
cursor:pointer;
background: url(images/w_send_80x174.png) left bottom  no-repeat;

}

.KnSend:active{
cursor:pointer;
position:relative;
top:2px;
background: url(images/w_send_80x174.png) left bottom  no-repeat;

box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

