body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-family: Tahoma, Arial CE, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

a img {
  border: 0px;
}


#wrap {
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#top {
  height: 90px;
}

.logo-admin {
  float: left;
  margin: 25px 0px 0px 30px;

}

.logo-aramark {
  float: right;
  margin: 18px 20px 0px 0px;
}

#topbar {
  height: 30px;
  background: url('/Accessories/Admin/Graphics/bg-topbar.gif') repeat-x left top;
}

.user {
  float: right;
  width: 300px;
  padding: 8px 10px 0px 0px;
  text-align: right;
  color: #fff;
  position: relative;
}

.user a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.user a:hover {
  color: 000;
}

.user_viewed {
  float: left;
  padding: 8px 0px 0px 10px;
  color:#fff;
  position: relative;
}


.logout {
  float: right;
  margin-left: 5px;
  position: relative;
  bottom: 6px;
}





#main-menu {
  float: left;
  width: 150px;
  margin-top: 10px;
  min-height: 300px;
  background-color: #f5f5f5;
}

.buttonized {
 /* width: 160px; */
  padding: 10px 0px 10px 0px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f5f5f5;
}

.activized {
  border: 1px solid red;
}


.buttonized a {
  color: #000;
  text-decoration: none;
}

.buttonized a:hover {
  color: red;
}




#admin-content {
  float: right;
  width: 850px;
}

#sub-left {
  width: 480px;
}


.calendar-div {
  float: right;
  width: 200px;
  border-left: 1px solid #A9B9C9;
}



#bottom {
  clear: both;
  height: 50px;
  border-top: 1px solid #A9B9C9;
}

.logo-octopus {
  float: right;
  margin: 10px 20px 0px 0px;
}

.chpsw {
  float: left;
  margin: 10px 0px 0px 20px;
}

.chpsw a {
  color: #999;
  text-decoration: none;
}




.pad10 {
  padding: 10px;
}

table {
  margin: 0px;
  padding: 0px;
}


/* STYLES FOR CELENDAR */


th {
  color: #000;
  font-size: 11px;
}

.calendar-month {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.calendar-month a {
  text-decoration: none;
  color: #80CC00;
}

.calendar-month a:hover {
  color: #FF692A;
}

.calendar {
  background-color: #F6F6F1;
}

.calendar td {
 background-color: #fff;
 text-align: center;
 vertical-align: middle;
 width: 22px;
 height: 20px;
 font-size: 11px;
}

td.minulyden {
  font-style: italic;
  background-color: #eee;
  color: #888888;
}

td.dnessone {
  font-style: italic;
  background-color: #eee;
  color: #FF692A;
}

td.aktualni a {
  padding-top:2px;
  display:block;
 height:100%;
  width: 100%;

  text-align: center;
 vertical-align: middle;
  background-color: #1471AE;
  color: #fff;
  font-weight: bold;
  text-decoration:none;
}

td.dnes a {
  padding-top: 2px;
  display:block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #FF692A;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

td.zaznam a {
  padding-top: 2px;
  display:block;
 height: 100%;
  width: 100%;
  text-align: center;
 vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration:none;
  background-color: #FBD86F;
  color: #000;
}

td.bezzaznamu a {
  padding-top: 2px;
  display:block;
  height: 100%;
  width: 100%;
  text-align: center;
 vertical-align: middle;
  color: #333333;
  font-weight: bold;
  text-decoration:none;
  background-color: #fff;
}

td.dnes a:hover, td.zaznam a:hover, td.bezzaznamu a:hover {
  background-color: #1471AE;
  color: #fff;
}

.jidelak td {
  background-color: #fff;
  font-size: 12px;
}

.opravit a:hover, .smazat a:hover {
  text-decoration: underline;
}

h1 {
 color: #000;
 margin-bottom: 10px;
 font-size: 18px;
 margin-top: 0px;
 padding: 0px;
}

h2 {
  font-size: 12px;
  padding: 5px 0px 5px 10px;
  font-weight:bold;
  margin-bottom: 10px;
  color: #000;
  background-color: #2198BE;
  width: 590px;
  color: #fff;
}

#content-menu {
  padding: 0px 10px 10px 20px;
}


#content-menu h2 {
  font-size: 12px;
  padding: 5px 0px 5px 10px;
  font-weight:bold;
  margin-bottom: 10px;
  color: #000;
  background-color: #2198BE;
  width: 480px;
  color: #fff;
}

#content-menu h1 {
 color: #000;
 margin-bottom: 10px;
 font-size: 18px;
 margin-top: 0px;
 padding: 0px;
}


div.htmltooltip {
  position: absolute;/*leave this and next 3 values alone*/
  z-index: 1000;
  left: -1000px;
  top: -1000px;
  background-color: #DFFAFC;
  border: 2px solid #2198BE;
  color: #000;
  padding: 5px;
}

a.vprovoz {
  font-size: 16px;
  color: #ff0000;
  text-decoration: none;
}

a.vprovoz:hover {
  color: #000;
}

.vbullet {
  position: relative;
  top: 4px;
  right: 2px;
}

table {
  border-collapse: collapse;
}

#grid a, #TableGrid a  {
  color: #1C3E7E;
}

#grid a:hove, #TableGrid a:hover {
  color: #000;
}



#grid {
  width: 100%;
}


#grid th {
  background-color: #e1e1e1;
  color: #1C3E7E;
  height: 23px;
  vertical-align: middle;
  text-align: left;
  background-image: url("/Accessories/Admin/Graphics/table-head.gif");
  background-repeat: repeat-x;
  background-position: top left;
  border-right: 1px solid #CFD0D1;
  border-bottom: 1px solid #CFD0D1;
  padding: 0px 0px 0px 5px;
}

#grid td {
  border-bottom: 1px solid #ddd;
  height: 14px;
  padding: 3px 5px 3px 5px;
}

.first {
  background-color: #fff;
}

.second {
  background-color: #f6f6f6;
}

.over {
  background-color: #FFF8D3;
}



.resultok, .resultko {
  padding: 5px 10px 7px 15px;
  border: 1px solid #A9B9C9;
  margin-bottom: 10px;
  background-color: green;
  color: #fff;
  font-weight: bold;
}

.resultko {
  background-color: red;
}

.gastrocentrum {
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #aaa;
  margin-bottom: 15px;

}

#stay {
  position: absolute;
}












