.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 */

.msgbgr1 {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index:99;
background-image:url("/site/img/site/bg_white.png");
}

.msgWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
	z-index:100;
}

* html .msgWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* infobox */
.msgWindow{
    padding: 0 0px 0 0px;
	text-align: left;
}

.msgWindow #infobox_header{
	height: 20px;
	line-height: 20px;
}

.msgWindow h1{
	font-size: 13px;
}


/* infobox */
.msgWindow{
    background-color: #000000;
    color: #000;
    border: 1px solid #FFFFFF;
}

.msgWindow #infobox_header, .msgWindow #infobox_footer{
	background-color: #eaedf2;
}

.msgWindow #infobox_footer{
  height: 16px;
}

.msgWindow #infobox_footer	a{
	line-height: 16px;
	display: block;
	font-weight: bold;
}             

.msgWindow #infobox_header #closebtn{
	background-image: url(http://img.draugiem.lv/img/infobox/close.gif);
	color: #445F96;
}

.msgWindow #infobox_content, .msgWindow #infobox_content_loader{
	overflow:auto;
	background-color: #fff;
}

.jqwWindow  #infolite_content{
	font-size:12px;
	font-weight:bold;
}

.msgheader {
color: #008BC2;
font-weight: bold;
line-height: 16px;
}

.msghead {
background-color:#9CD2E8;
border-color: #9CD2E8;
border-style: solid;
border-width: 1px;
font-weight: bold;
padding:5px;
}

.msgbody {
border-color: #E5E5E5;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
padding:5px;
}

.msgfoot {
background-color:#EBEBEB;
border-color: #9CD2E8;
border-style: solid;
border-width: 0px;
font-weight: bold;
padding:2px;
}

.msgtroff {
background-color:#F5F5F5;
}

.msgtron {
background-image:url("/site/img/site/msgbgline.jpg");
background-position:top left;
background-repeat:repeat-x;
background-color:#EDEDED;
}

.msgbrdbot {
border-color: #E5E5E5;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
padding-bottom:5px;
}

.reply {
padding-left:18px; 
background:url("/site/img/site/reply.gif") no-repeat left center;
background-color:#FFFFFF;
line-height:16px;
border-color: #9CD2E8;
border-style: solid;
border-width: 1px;
}

.delete {
padding-left:18px; 
background:url("/site/img/site/del.gif") no-repeat left center;
background-color:#FFFFFF;
line-height:16px;
border-color: #9CD2E8;
border-style: solid;
border-width: 1px;
}

.cat_selected {
padding:5px;
padding-top:8px;
padding-left:10px;
padding-right:10px;
color:white;
background-color:#0094CE;
margin-left:1px;
margin-right:2px;
font-weight: bold;
}

.cat_notselected {
padding:5px;
padding-left:10px;
padding-right:10px;
background-color:#90C2D6;
margin-left:1px;
margin-right:2px;
}

table.white td {
color:white;
}