/* 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}); */
  
.jqmWindow2 {
    display: none;
    
    position: fixed;
    top: 35%;
    left: 50%;
    
    margin-left: -300px;
	width: 620px;    
    color: #333;
    padding: 12px;
}

.jqmWindow2 .jqmClose {
	background: url('/resource_manger/2592000/ico-close.png/new') 0 0 no-repeat; 
	height: 21px; 
	width: 21px; 
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 0px;
	text-decoration: none;
}

.jqmWindow2 .jqmClose:hover {
	background-position:  0 -22px; 
}

.jqmWindow2 .jqmCloseDel {
	background: url('/resource_manger/2592000/ico-close_del.png/new') 0 0 no-repeat; 
	height: 21px; 
	width: 21px; 
	padding-right: 20px;
	padding-bottom: 2px;
	text-decoration: none;
}

.jqmWindow2 .jqmCloseDel:hover {
	background-position:  0 -20px; 
}


.jqmWindow2 h1{
	font-family: Georgia;
	font-size: 30px;
	line-height: 35px;
	font-style: italic;
	color: #fff;
}

.jqmWindow2 .lost_password {
	font-family: Georgia; 
	font-size: 18px; 
	line-height: 24px; 
	color: #fff; 
	font-style: italic;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.jqmWindow2 .lost_password:hover {
	color: #9ae63b; 
	border-bottom: 1px dotted #9ae63b;
	text-decoration: none;
}

.jqmWindow2 .input_checkbox {
	float: left;
	width: 20px;
	height: 20px;
	background: url(/resource_manger/2592000/auth_input_checkbox_2.png/new) 0 0;
	background-position: 0 0; 
	position: relative;
	margin-right: 10px;
}
.jqmWindow2 .input_checkbox input{
	display: none;
}





.jqmWindow_artcol {
    display: none;
    
    position: fixed;
    top: 50%;
    left: 50%;
    
    margin-left: -430px;
    margin-top: -275px;
	width: 620px;    
    color: #333;
    padding: 12px;
}

.jqmWindow_artcol .jqmClose {
	padding-top: 0px;
	text-decoration: none;
}

.jqmWindow_artcol .jqmClose:hover {
	background-position:  0 -22px; 
}

.jqmWindow_artcol .jqmCloseDel {
	background: url('/resource_manger/2592000/ico-close_del.png/new') 0 0 no-repeat; 
	height: 21px; 
	width: 21px; 
	padding-right: 20px;
	padding-bottom: 2px;
	text-decoration: none;
}

.jqmWindow_artcol .jqmCloseDel:hover {
	background-position:  0 -20px; 
}


.jqmWindow_artcol h1{
	font-family: Georgia;
	font-size: 30px;
	line-height: 35px;
	font-style: italic;
	color: #fff;
}

.jqmWindow_artcol .lost_password {
	font-family: Georgia; 
	font-size: 18px; 
	line-height: 24px; 
	color: #fff; 
	font-style: italic;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.jqmWindow_artcol .lost_password:hover {
	color: #9ae63b; 
	border-bottom: 1px dotted #9ae63b;
	text-decoration: none;
}

.jqmWindow_artcol .input_checkbox {
	float: left;
	width: 20px;
	height: 20px;
	background: url(/resource_manger/2592000/auth_input_checkbox_2.png/new) 0 0;
	background-position: 0 0; 
	position: relative;
	margin-right: 10px;
}
.jqmWindow_artcol .input_checkbox input{
	display: none;
}









.jqmOverlay { background-color: #000; }

/* 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(inc/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: #d5ff84 url(dialog/sprite.gif) repeat-x 0px -82px; 
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { background:  url(dialog/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(dialog/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: url(dialog/bc.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  height: 180px;
  overflow: auto;
}
div.jqmdBL { background: url(dialog/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(dialog/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(dialog/close.gif) no-repeat top left;
  overflow: hidden;
}
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-color: #eaffc3; }