
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}

.jqmOverlay { background-color: #fff; }
/* 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');
}

/* infobox */
.jqmWindow{
    padding: 0 12px 0 12px;
	text-align: left;
}

.jqmWindow #infobox_header{
	height: 20px;
	line-height: 20px;
}

.jqmWindow h1{
	font-size: 13px;
}

.jqmWindow #infobox_header #closebtn{
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 20px;
	font-size: 11px;
	text-decoration: none;
}

.jqmWindow #infobox_content, .jqmWindow #infobox_content_loader{
	padding: 10px;
	color:#000;
}

.jqmWindow #infobox_content a{
	color:#445F96 !important;
}

/* infobox */
.jqmWindow{
    background-color: #EAEDF2;
    color: #000;
    border: 1px solid #bcc5d6;
}

.jqmWindow #infobox_header, .jqmWindow #infobox_footer{
	background-color: #eaedf2;
}

.jqmWindow #infobox_footer{
  height: 16px;
}

.jqmWindow #infobox_footer	a{
	line-height: 16px;
	display: block;
	font-weight: bold;
}             

.jqmWindow #infobox_header #closebtn{
	background-image: url(http://img.draugiem.lv/img/infobox/close.gif);
	color: #445F96;
}

.jqmWindow #infobox_content, .jqmWindow #infobox_content_loader{
	overflow:auto;
	background-color: #fff;
}

.jqwWindow  #infolite_content{
	font-size:12px;
	font-weight:bold;
}
/* +++ infobox v3 +++ */
#infobox3{	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9999;
}
* html #infobox3{
	position:absolute;
}

#infobox3 #infobox3_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:wait;
}
#infobox3 #infobox3_content_table{
	height:100%;
	width:100%;
}
#infobox3 #infobox3_content_table_td{
	text-align:auto;
	horizontal-align:center;
	vetical-align:middle;
}

#infobox3 #infobox3_box{
	position:relative;
	background-color:#EAEDF2;	
}

#infobox3_box{
	border: 1px solid #BCC5D6;
}

#infobox3 #infobox3_box_lite{
	position:relative;
}
#infobox3_box_head{
	position:relative;
	height:20px;
}

#infobox3_box_foot{
	position:relative;
	height:10px;
}

#infobox3_box_close{
	position:absolute;
	top:2px;
	right:2px;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-image:url('http://img.draugiem.lv/img/infobox/close.gif');
	background-position:left top;
	cursor:hand;
	cursor:pointer;
}
#infobox3_box_close_text{
	position:absolute;
	display:block;
	top:3px;
	right:22px;
	font-weight:bold;
}

#infobox3_box_content{		
	margin-left:10px;
	margin-right:10px;
	width:200px;
	height:200px;
	background-color:#fff;
	overflow:auto;
}
#infobox3_box_content.load{
	background-image:url('http://img.draugiem.lv/img/load.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
#infobox3_box_content.with_padding{
	padding:5px;
}
#infobox3_box_content iframe{	
	width:100%;
	height:100%;
}
/* --- infobox v3 --- */