
@charset "utf-8";
/* CSS Document */
div.jqmNotice img.jqResize {
	position: absolute; 
	right: 2px; 
	bottom: 2px;}



div.jqmNotice {
    display: none;
    position: relative;
    width: 320px;
   background:none;
    border-left: 0px solid #183052;
    border-right: 0px solid #183052;
    border-bottom: 0px solid #183052;
    padding: 0;
}
div.inner_blue_border {
    position: relative;
    width: 320px;
  	background:#FFFFFF url(notice/note_icon.png) 5px 5px no-repeat;
    border: 1px solid #97B5F1;
    padding: 0;
}

.jqmnTitle{margin: 0 0;}
  
.jqmnTitle h1{
   width:auto;
  height:20px; 
  background:url(../images/bluebar.gif); 
  padding-left:10px; 
  font-family:Arial, Helvetica, sans-serif; 
  color:#206998; 
  font-weight:bold; 
  font-size:11px; 
  line-height:20px; 
}

div.jqmNotice .jqmClose {
  /*position: absolute;*/
  cursor: pointer;
  right: 4px;
 padding-top:6px;
   padding-left:1px;
   padding-right:1px;
  
   
   height:20px;
   border:0px;
   color:#ffffff;
   font-size:11px;
   font-weight:bold;
  background:url(../images/btn-rep.jpg); 
}
.savebtn{
	  cursor: pointer;
  
 
  padding-left:5px;
   padding-right:5px;
   padding-bottom:2px;
   height:20px;
   border:0px;
   color:#ffffff;
   font-size:12px;
   font-weight:bold;
  background:url(../images/btn-rep.jpg); 
}
.button{
background-color:#949494;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
.jqmnContent{
  color:#444444;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif; 
  padding:10px;
}
 .txtfont{
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif; 
   text-align:left;
   color:#4B6687;
   font-weight:normal;
   text-decoration:none;
   line-height:12px;
   } 
#st {
  margin: 0px 0;
  padding-left:0px;
   padding-top:10px;
  width: 100%;
  font-size:12px;
  color:#183052;
 
  font-weight:bold
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    position: absolute;
    top: 10%;
    left: 40%;
	width:auto;
    margin-left: -140px;
	background-color:#EAF4FF;
    padding: 1px;
	z-index: 15;
	
    /*width: 600px;*/
}

.jqmOverlay { background-color: #ffffff; }

/* 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');
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* 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 (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
/*.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #FFFFFF;
    color: #333;
    border: 1px solid #96BAF6;
    padding: 12px;
}*/

.jqmOverlay { background-color: #ffffff; }

/* 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');
}




div.whiteOverlay { background: url(../images/jqmBG.gif) white; }
div.jqDrag {
cursor: move;
height:10px;
}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/*div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
  width: 400px;

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}
*/
/* 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.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* Dialogue */
div.whiteOverlay { background: url(../images/jqmBG.gif) white; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
  /*width: 400px;*/

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}

/* 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.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
background:url(../images/top-bg.jpg) top repeat-x;  
 /* background: url(../images/bluebar.gif) ;*/
  
   /*repeat-x 0px -82px*/
  /*border-left: 1px solid #96BAF6;  
  border-right: 1px solid #96BAF6;  */
  font-family:Tahoma,Arial, Helvetica, sans-serif;
  font-size:11px;
  width:auto;
 
  font-weight:bold;
  text-decoration:none;
  color:#206998;
  * zoom: 1;
  padding: 2px 0px 0px 3px;
   /*font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;*/
}
div.jqmdTL { background:  url(../images/bluebar.gif) no-repeat 0px -21px; padding-left: 0px;}
div.jqmdTR { background: url(../images/bluebar.gif) no-repeat right 0px; padding-right: 0px; * zoom: 1;}

div.outer { background:#FFFFFF; border-bottom: 1px solid #96BAF6; border-left: 1px solid #96BAF6; border-right: 1px solid #96BAF6;
 }

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  /*background: url(bc.gif) repeat-x center bottom;*/
  /*border-bottom: 1px solid #96BAF6; */
 /* padding:6px 6px 6px ;*/
  padding-top:0px;
   /* height: 180px;*/
  overflow: auto;	
  background:#FFFFFF;
}
div.jqmdBL { 
background:#FFFFFF; /*border-left: 1px solid #96BAF6;*/ /*url(bl.gif) no-repeat left bottom; padding-left: 7px;*/ 
border:1px solid #97B5F1;
width:500px;
}
div.jqmdBR { background:#FFFFFF; /*border-right: 1px solid #96BAF6; *//*url(br.gif) no-repeat right bottom; padding-right: 7px;*/  }
div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  background: url(../images/ico-close.gif) no-repeat top left;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 0 0 19px;
  height: 18px;
  width: 0px;
  overflow: hidden;
  cursor:pointer;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { /*background:transparent; */}

/* Dialogue ends */
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }


#loadingModal{
position:relative;
left:40%;
top:20%;
}

