#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;
}


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


#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: 929px;
}

  .admin-list-table th
  {
    padding: 2px 5px;
    background: #00428C;
    text-align: left;
    color: #fff;
  }

  .admin-list-table td
  {
    padding: 2px 5px;
    text-align: left;
  }
  
  .admin-list-table th a
{
  color: #fff;
}

/* 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: #DBEAFB;
}


#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: 980px;
  height: 200px;
}


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

.inactive a
{
  color: #a66;
}

.inactive td
{
  color: #666;
}


#content-large
{
  width: 930px;
  padding: 10px;
  margin-top: 60px;
  /*border: 1px solid blue;*/
}

/* administracni formular */

.admin_form
{
  border: 1px solid #e0d0a6;
}

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

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

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

.textarea
{
  padding: 5px;
}

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

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

a.button
{
  display: block;
  width: 150px;
  background: #fff;
  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: 980px;
  overflow: hidden;
  padding: 20px 0;
  
}

.admin-detail
{
  margin: 10px 0;
  border: 1px solid #e0d0a6;
}

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



.attribute
{
  padding: 5px 0;
  background: #FFF8E1;
  padding: 5px;
  margin: 1px 0;   
}

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

.attribute .value
{
  display: block;
  width: 770px;
  float: right;
  text-align: left;
  padding-right: 10px;
  line-height: 20px;
}




/* menu */
  #menu
  {
    background: none;
    position: absolute; 
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 281px;
	margin-left: 11px;
    line-height: 20px;
    font-size: 10px;
    width: 960px;
    overflow: hidden;    
    color: #000;
	/*border: 1px solid red;*/
  }

    #menu li
    {
      float: left;
    }
    
    #menu a
    {
      float: left;
      line-height: 20x;    
      display: block;
      background: #00428C;
      border: 1px solid #245D9C;
      height: 22x;
      padding: 0 10px;
      margin: 0 0 1px 0;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      font-weight: bold;
      width: 133px;
      text-align: center;
      overflow: hidden;
	  /*border: 1px solid yellow;*/
    } 

    #menu a.last
    {
      aborder: none;
    }   
    
      #menu a:hover
      {
        background: #a00;
        color: #fff;
        border: 1px solid #000;
      }
         
      #menu a.last
      {
        border: none;
      }
         
    #menu span
    {
      float: left;
      line-height: 20px;    
      display: block;
      height: 20px;
      padding: 0 10px 0 10px;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
    } 
  /* konec: menu */  
 

  #menu li ul.submenu
  {
    float: none;
    position: absolute;
    margin: 20px 0 0 -1px;
    list-style-type: none;
        background: #FCD752;

    padding: 0;
    border-bottom: none;
    _width: 0;
    overflow: visible;
    line-height: 22px;
    border-bottom: none;
    border-top: 1px solid #fff;
    visibility: hidden;
  }
  
    #menu li ul.submenu li
    {
      float: none;
      margin: 0;
      padding: 0;
    }

      #menu li ul.submenu li a
      {
      float: none;
        height: 22px;
        line-height: 22px;
        background: url(../images/menu-a.jpg) 5px center no-repeat;
        color: #000;
        float: none;
        border: none;
        border: 1px solid #7893CA;
        border-top: none;
        padding-left: 16px;
        font-size: 11px;
        width: 100px;
      }

      #menu li ul.submenu li a:hover
      {
        background: #5673AC url(../images/menu-a-hover.jpg) 5px center no-repeat;
        color: #fff;
      }



.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;
}

.orange th
{
  background: #EEE0A9;
  border: 1px solid #EEE0A9;
  padding: 0 10px;
}

   .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 25px;
  color: #000;
}

#logout:hover
{
  color: #d00;
}

.red
{
	color: black;
}

