/* 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: -300px;	 
    width: 610px;    
    color: #333;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #efefef;
    
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}



	

/* 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 div.jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}




.jqmWindowwide {
    display: none;    
    position: fixed;
    top: 2%;
    left: 50%;    
    margin-left: -500px;	 
    width: 1040px;    
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    background-color: #efefef;
    
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

* html div.jqmWindowwide {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



.jqmWindowsmall {
    display: none;    
    position: fixed;
    top: 10%;
    left: 50%;    
    margin-left: -200px;	 
    width: 400px;    
    color: #333;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #efefef;
    
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* 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 div.jqmWindowsmall {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.jqmOverlay { 
	background-color: #000; 
}


div.jqDrag {
	cursor: move;
}


/* 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');
}


/* Title bar if there is NO dialog title */
div.jqmdTC { 
}

div.jqmdTL { 
}

div.jqmdTR { 
}




/* Title bar if there is a dialog title */
div.jqmdTCTT { 
  /* background-color: #b8b8b8; */
  background-color: white;
  border-bottom: 1px solid #b8b8b8;
  color: black;
  padding: 7px 10px 7px 10px;
  font-weight: bold;
  font-size: 14px;
  * zoom: 1;	
}

div.jqmdTLTT {
}

div.jqmdTRTT {
}

/* Dialog close button */
input.jqmdX {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  border: none;
  box-shadow: none;
  background: url(closebtncross.png) no-repeat top left; 
  overflow: hidden;
}

input.jqmdX:hover {
	background: url(closebtncross.png) no-repeat bottom left; 
}

div.jqmmessages {	
	display: none;
}



/* Body */
div.jqmdBC {
	padding: 10px 10px 10px 10px;	
}

div.jqmdBC hr {
	 border: 0;
    height: 1px;
    background: #b8b8b8;
}

.jqmcontrols {
	 border-top: 1px solid #b8b8b8;
	 background-color: white;
	 text-align: right;
	 padding: 8px 16px 8px 16px;
	 margin: 0px 0px 0px 0px;
}


div.jqmdBL { 
}

div.jqmdBR { 
}



.jqmmsg_success {
	border-bottom: 1px solid #8ae57e;
	background-color: #b4efab;
	color: #34712b;
	font-weight: bold;
	background-image: url(notification_icon_1.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.jqmmsg_error {
	border-bottom: 1px solid #fe908f;
	background-color: #ffb1b1;
	color: #820105;
	font-weight: bold;
	background-image: url(notification_icon_2.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.jqmmsg_warning {
	border-bottom: 1px solid #d5d358;
	background-color: #f0feb1;
	color: #7f7200;
	font-weight: bold;
	background-image: url(notification_icon_3.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.jqmmsg_info {
	border-bottom: 1px solid #6ab4ff;
	background-color: #a4d0ff;
	color: #014284;
	font-weight: bold;
	background-image: url(notification_icon_4.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}
