/* 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, .accountWindow {
    display: none;
    cursor: default;
    position: absolute;
    top: 1%;
    left: 40%;
    margin-left: -200px;    
    background-color: #fff;
    color: #333;    
    padding: 5px;
	text-align: left;
	border:solid 3px #999999; z-index:1;
	
}
.jqmWindow li {list-style-position:outside; margin-left:40px; list-style-image:url(/images/left_punktir.gif); margin-bottom:10px}
.jqmWindow ol li {list-style-image:none}
.jqmWindow ul li ul li {list-style-position:outside; margin-left:40px; list-style-image:url(/images/left_pod_punktir.gif); margin-bottom:10px }
.accountWindow {top:1%}

.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'); */
}
.window_title {color:#006FB7; font-size:18px}
.jqmWindow table {font:15px Trebuchet MS; color:#006FB7}
.jqmWindow p {padding:10px 30px; font:15px Trebuchet MS; color:#999}
.input_text {border:solid 1px #e6e6e6; width:350px; font-size:18px; margin-top:3px}
.doLogin, .do_register, .save_profile, .form_ok, .save_news, .jqmSave, #add_comment_button { 
    width:137px; 
	background:#cfcfcf;	
	color:#ffffff;
	border:0px;
	height:37px;
	margin:0  10px 0px 30px;
	font:16px Trebuchet MS;
	cursor:pointer	
	}
.jqmClose {
    width:137px; 
	background:#cfcfcf;	
	color:#ffffff;
	border:0px;
	height:37px;
	margin:0  0px 0px 10px;
	font:16px Trebuchet MS; 
	cursor:pointer	
	}
.jqmModal_little, .little_save_button {
    width:80px; 
	background:url(/images/but_save_little.gif);	
	color:#ffffff;
	border:0px;
	height:22px;
	margin:10px 0px 0px 382px;
        padding-bottom:3px;
	font:11px Trebuchet MS;
	cursor:pointer;
         }
.jqmModal_little {background:url(/images/but_close_little.gif); margin-left:0px}	
.profileClose {margin-right:10px}
.formAuth {margin-left:10px}
#add_comment_button { margin-left:464px;}
table.users_information td #add_comment_button {margin-left:414px}
div.opisanie {font:normal 10px Trebuchet MS; margin-top:-2px; height:20px; margin-bottom:10px; }
div.windowclose {width:50px; color:red; margin-left:240px}

