/* 
    Document   : special
    Created on : 2009-05-17, 22:54:24
    Author     : tomek
    Description:
       Style klas i obiektów specjalnych
*/

#_loading {
  position:absolute;
  top:150px;

  width:200px;
  height:30px;

  margin:5px;
  padding:3px;

  background-color:#DDFFDD;
  border:1px solid #006600;
  text-align:center;
  vertical-align:middle;
  z-index:1001;

}

span.search {
    border:1px #4d697e solid;
    font-weight:bold;
    vertical-align: top;
}

.search img {
    display:none;
}


input.editable, input.edit {
    text-align:center;
    background:transparent;
    margin:0px;
    border:0px;
    padding:2px;
    cursor:default;
}

input.editable:hover {
    border:1px black solid;
    padding:1px;
}

input.edit {
    background-color:white;
    border:1px black solid;
    cursor:text;
    padding:1px;
}



/* tło pod obrazki */
#_disabledPane {
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
/*    bottom:0px;
    right:0px;
*/    /*background:url(images/siatka.png);*/
    background-color:black;
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    display:none;
}
