#calendar_from
{
  top: 260px;
  _top: 275px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#calendar_to
{
  top: 285px;
  _top: 300px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#time_select
{
  position: absolute;
  top: 0;
  color: #222;
  background: #fafaff;
  font-size: 1.2em;
  width: 220px;
  height: 255px;
  padding: 10px;
  margin-left: 0;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #666;
}

  #time_select a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #time_select a:hover
  {
    text-decoration: underline; 
  }  
  

#cal_tab
{
  width: 200px;
  padding: 10px;
}

#calendar_table
{
  text-align: center;
  width: 200px;
  height: 140px; 
  border-left: 2px solid #800;
  border-top: 2px solid #800;
  border-bottom: 1px solid #800;
  border-right: 1px solid #800;
}


#content #calendar_table th       
{
  border-right: 1px solid #999;
  border-bottom: 2px solid #999;
  background: #0A5687;
  color: #fff;
  padding: 0 5px;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}


#content #calendar_table td
{
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 20px;
  line-height: 20px;
  width: 50px;
  background: #fff;
  overflow: hidden;

}



#calendar_table td.weekend
{
  background: #f0f0f0;
}

#calendar_table td.today
{
  background: #79c1f5;
  color: #fff;
}


  #calendar_table a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #calendar_table a:hover
  {
    text-decoration: underline; 
  }  


#month_year_select
{
  padding-left: 15px;
}

#month_year_select span
{
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  float: left;
}

#month_year_select span.month_select
{
  width: 100px;
}

#month_year_select span.year_select
{
  width: 50px;
}

#month_year_select span.right_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-right.jpg) center no-repeat;
}
  
#month_year_select span.left_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-left.jpg) right center no-repeat;
}

#month_year_select span.left_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-left.jpg) center no-repeat;
}


#month_year_select span.right_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-right.jpg) center no-repeat;
}
  
#hour
{
  width: 20px;
}

#minute
{
  width: 20px;

} 




.admin-list-table
{
  width: 550px;
}

  .admin-list-table th
  {
    padding: 2px 5px;
    background: #0A5687;
    text-align: left;
  }

  .admin-list-table td
  {
    padding: 2px 5px;
    text-align: left;
  }

/* ikony */

td.admin-icons
{
  width: 70px;
}

.admin-icons a
{
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 1px;
}


.admin-icon-edit
{
  background: url(../images/edit.gif) no-repeat;
}

.admin-icon-delete
{
  background: url(../images/delete.gif) no-repeat;
}

.admin-icon-back
{
  background: url(../images/back.gif) no-repeat;
}

.admin-icon-deactive
{
  background: url(../images/deactive.gif) no-repeat;
}

.admin-icon-active
{
  background: url(../images/active.gif) no-repeat;
}

.admin-icon-new
{
  background: url(../images/new.gif) no-repeat;
}
/* konec: ikony */

.dark
{
  background: #33759E;
}


#flags-edit
{
  width: 115px;
  overflow: hidden;
}

  #flags-edit a
  {
    width: 26px;
    height: 17px;
    padding: 0;
    margin: 1px;
    border: none;
  }

  #flags-edit img
  {
    padding: 0;
    margin: 0;
    border: none;
  }

.textarea
{
  border: 1px solid #000;
  width: 400px;
  height: 100px;
}

.textarea-big
{
  border: 1px solid #000;
  width: 550px;
  height: 200px;
}


.inactive
{
  background: #fee;
  color: #aaa;
}

.inactive a
{
  color: #a66;
}

.inactive td
{
  color: #666;
}


#content-large
{
  width: 550px;
  padding: 10px;
}

/* administracni formular */

.admin_form
{
  border: 1px solid #0A5687;
}

.admin_form input, .select, .textarea
{
  border: 1px solid #0A5687;
}

.admin_form label
{
  display: block;
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

.admin_form input
{
  padding: 0 5px;
  width: 250px;
}

.textarea
{
  padding: 5px;
}

.admin_form div.input
{
  padding: 5px 0;
  background: #C1DEEC;
  padding: 5px;
  margin: 1px 0;
     
}

input.button
{
  width: 200px;
  border: 1px solid #000;
}

a.button
{
  display: block;
  width: 150px;
  background: #FCD752;
  padding: 2px 5px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

a.button:hover
{
  background: #a00;
  color: #fff;
}

/* dokumenty */


.docs-table
{
  width: 480px;
  overflow: hidden;
  padding: 20px 0;
  
}

.admin-detail
{
  margin: 10px 0;
}

.admin-detail h2
{
  margin: 0;
  background: #0A5687;
  text-align: center;
  padding: 10px 0;
}



.admin-detail-item
{
  clear: both;
  padding: 5px 0;
  background: #C1DEEC;
  color: #000;
  padding: 5px;
  margin: 1px 0;   
}

.admin-detail-item .admin-detail-label
{
  display: block;
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  line-height: 20px;
}

.admin-detail-item .admin-detail-value
{
  display: block;
  width: 300px;
  float: right;
  text-align: left;
  padding-right: 10px;
  line-height: 20px;
}







.orange
{
  width: 950px;
  border: 1px solid #EEE0A9;
  border-bottom: none;
  border-right: none;
  margin: 0 auto;
}

.orange tr
{
  background: #ffd;
}

.orange tr.dark
{
  background: #f6f6d6;
}

.orange tr.off
{
  background: #fff0d0;
  color: #600;
}

.orange td
{
  border-right: 1px solid #EEE0A9;
  border-bottom: 1px solid #EEE0A9;
  padding: 0 10px;
  height: 30px;
  line-height: 15px;
}

.orange th
{
  background: #EEE0A9;
  border: 1px solid #EEE0A9;
  padding: 0 10px;
  height: 30px;
  line-height: 15px;  
}

   .paging
  {
    text-align: center;
    margin: 5px auto;
  }     

  .paging a
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 4px;
  }     

  .paging span
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background: #d00;
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #a00;
  }     


#js-info
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  overflow: hidden;
  line-height: 25px;
  margin-left: -150px;
  margin-top: -65px;
  padding: 40px 10px;
  border: 4px solid #000;
  background: #fafafa;
  color: #000;
  text-align: center;
  font-weight: bold;
  visibility: hidden;
}

#logout
{
  padding: 0 10px;
  color: #fff;
}

#logout:hover
{
  color: #d00;
}

h1.center
{
  text-align: center;
  padding-top: 20px;
}

.red
{
  color: #c00 !important;
}


iframe
{
  border: none;
  width: 560px;
  height: 300px;
}
