@charset "utf-8";
/* CSS Document */

BODY, HTML{padding:0;margin:0}
BODY{font-family:Arial, Helvetica, sans-serif;font-size:12px}

A IMG{border:0;}

A.minilink{font-size:10px}

/*COVER ELEMENT*/
.cover{background:#FFF;opacity:0.6;filter: alpha(opacity=60);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);height:100px}
.coverBlack{background:#000;opacity:0.3;filter: alpha(opacity=30);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}

a.javascript{border-bottom: 1px dashed #0000ba;text-decoration:none}
a.javascript:active{border-bottom: 1px solid #999!IMPORTANT;color:#999!IMPORTANT}
a.javascript:hover{border-bottom: 1px solid #09F;color:#09F}


div.errormsg{margin:5px; padding:5px 5px 5px 60px; border:#FAA 1px solid;background:url(../images/icons/alert.png) no-repeat 4px #FFE8E8}
div.donemsg{margin:5px; padding:5px 5px 5px 60px; border:#AFA 1px solid;background:url(../images/icons/done.png) no-repeat 4px #E8FFE8}
div.infomsg{margin:5px; padding:5px 5px 5px 60px; border:#AAF 1px solid;background:url(../images/icons/info.png) no-repeat 4px #E8E8FF}

.table{}
.table td{padding:3px;border-bottom:1px solid #EEE}
.table tr.e{background:#FFF}
.table tr.ne{background:#F6F6F6}


span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../images/sprites/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../images/sprites/radio.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

.error_m{color:#F00;font-family:Verdana, Geneva, sans-serif;font-size:10px}


.white, A.white, .white A{color:#FFF}
.nounderline, A.nounderline, .nounderline A{text-decoration:none!IMPORTANT;border-bottom:0px}

.clear-separate{height:5px;clear:both}
.clear{clear:both}


	ul.command_menu.horisontal{padding:0;margin:3px 0;list-style:none;clear:both}
	ul.command_menu.horisontal li{margin:1px 0;border:0;border-right:#BBB 1px solid;float:left}
	ul.command_menu.horisontal li.last{border:0}
	ul.command_menu.horisontal li a{padding:2px 5px;clear:both;display:list-item;text-decoration:none;color:#000;background:none;}
	ul.command_menu.horisontal li a:hover{text-decoration:underline;background:none;color:#930}


#payDialog{background:#FFF;z-index:99999;width:600px}
