.status_error{ padding-left:20px; background:url(../core/resources/graphic/error16.png) no-repeat scroll 0 0 }
.status_warning{ padding-left:20px; background:url(../core/resources/graphic/warning16.png) no-repeat scroll 0 0 }
.status_info{ padding-left:20px; background:url(../core/resources/graphic/info16.png) no-repeat scroll 0 0 }
.status_ok{ padding-left:20px; background:url(../core/resources/graphic/ok16.png) no-repeat scroll 0 0 }
.status_annoy{ padding-left:20px; background:url(../core/resources/graphic/annoy.gif) no-repeat scroll 0 0 }

.status_loading
{ 
  padding-left:120px;
  background:url(../core/resources/graphic/loader.gif) no-repeat scroll 6px 3px 
}

.statusstrip
{
  background: #f1f1f1; 
  border-top: #c0c0c0 1px solid;
  width:100%;
  display:block;
  height:21px; 
  padding-top:2px;
  /*visibility:hidden;*/
}

.statusstrip span
{ 
  display:block; 
  margin-top:0;
  height: 18px; 
  line-height:18px;
  display:block; 
  border: 0;
  width: 100%;
}

#statusbar1{ display: block; width: 45%;  float:left;  }
#statusbar2{ display: block; width: 30%; float:left; padding: 1px 0 0 0 }

#statusbar3
{ 
  display: block; 
  width: 23%; 
  float: right; 
}

#statusbar3>span
{
  margin: 0 0 0 0px;

}

