
.center {
  width: 995px;
  min-height: 600px;

  
}

.loading {
    position: absolute;
    display: none;
    border: 1px solid #5c9ccc;
    padding: 2px;
    background-color: #5c9ccc;
    color: #ffffff;
    opacity: 0.90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100px;
    height: 50px;
    text-align: center;
    z-index: 100000;
}

DIV#loader {
  border: 1px solid #ccc;
  width: 500px;
  height: 500px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  background: url(images/ajax-loader.gif) no-repeat center center;
}

#report-pane {
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #000000;
  opacity: 0.75;

}


.box {
  float: left;
  margin: 6px;
  margin-top: 16px;
  width: 128px;
  height: 85px;
  border: 0px rgb(0,0,0) solid;
overflow: hidden;
 
}
.box a img {
  height: 85px;   
  border: none;

}

.form_box {
  float: left;
  width: 236px;
  min-height: 250px;  
  margin: 2px;
  text-align: center;  

}
.form_box img {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project_box {

  float: left;
  width: 190px;
  min-height: 110px;
  margin: 2px;

}

.project_box input {
  display: none;
  position: relative;
 
}

.project_box img {
  margin: 10px;
}

.project_box_info {
  position: absolute;
  background-color: #F0F0F0;
  top: -25px;
  left: -25px;
  width: 250px;
  
  visibility: hidden;

}
.project_box_info img {
  border: 0;
  margin: 5px;
}

.project_box_info p {
  text-align: left;
  font-size: 12px;
  margin: 5px;
}

.font_box {
  /*float: ;*/
  width: 210px;
  min-height: 30px;  
  margin: 0px;
  margin-bottom: 4px;

}


.font_box img {
  border: none;
  margin: 5px;
  width: 200px;

}

.kadr {
  border: 0px;
  color: rgb(0,0,0);
  font-weight: bolder;
  background-color: rgb(255,255,255);


}

.date_box {
  float: left;
  width: 477px;
  min-height: 200px;
  border: 1px rgb(255,255,255) solid;  
  margin: 2px;
  background-color: rgb(240,240,240);
  
}

.date_image {
  float: left;
  margin: 10px;
  width: 150px;
  min-height: 150px;
  
}
.date_text {
  float: right;
  margin: 10px;
  width: 280px;
  min-height: 150px;
 
  
}

#project_text_bg {

  background-repeat: repeat-y;
  width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  min-height: 540px;
  position: relative;
  overflow: visible;

}


.podglad {
  width: 166px;
  margin-left: 400px;
  margin-bottom: 10px;

}


div.nastepny {

  position: absolute; 
  right: 16px; 
  top: 9px; 

}

div.nastepny_bottom {

  position: absolute; 
  right: 16px; 
  bottom: 2px; 

}
div.nastepny button {
  float: right; 

}




.arrow_left {
  float: left;
}

.arrow_right {
  float: right;  
}

ul.calendar_tabs li a {
  width: 169px; 
  text-align: center; 
}



.button_advEdit {
  font-size: 10px;

}

.save {
  position: absolute;
  left: 43.5%;
  top: 10px;

}   

.paginateFont{
    float:left;
    height:25px;
    
}
.paginateFont a {
    padding:5px;
    cursor:pointer;
}

.actFont {
    float:left;
}

.actFont .actFontTitle {
    float:left;
    margin-top:13px;
    margin-right:5px;
    font-weight:bold;
}