#KoledarOIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 150px;
  width: 150px;
  z-index: 99;
}

#KoledarO {
  font-family: arial, verdana, helvetica, sans-serif;
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#KoledarO table {
}

#koledartable{
  width:250px;
  text-align:center;
  font-size: 8pt;
  border-left: 0px solid #336;
  border-right: 0px solid #336;
}

.koledartablemessage {
  width:200px;
  height:115px;
}

#KoledarO th {
  font-weight: normal;
}

#KoledarO th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#KoledarO td {
  text-align: center;
}

#KoledarO .header {
  background-color: #336;
}

#KoledarO .weekday {
  background-color: #DDD;
  color: #000;
}

#KoledarO .appointment {
  background-color: yellow;
  color: #000;
}

#KoledarO .weekend {
  background-color: orange;
  color: #000;
}

#KoledarO .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#KoledarO .weekday,
#KoledarO .weekend,
#KoledarO .appointment,
#KoledarO .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
}

#KoledarO .weekday:hover,
#KoledarO .weekend:hover,
#KoledarO .appointment:hover,
#KoledarO .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#KoledarO .appointment:active {
  color: #FFF;
  background-color: #326;
  border: 1px solid #999;
}

#KoledarO .previous {
  text-align: left;
}

#KoledarO .next {
  text-align: right;
}

#KoledarO .previous,
#KoledarO .next {
  padding: 1px 3px 1px 3px;
 }

#KoledarO .previous a,
#KoledarO .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#KoledarO .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#KoledarO .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

.PopUpWindow {
  position: absolute;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  width: 150px;
  display: none;
  background-color: #EEE;
  z-index: 100;
  border-left: 2px solid #FC0;
  border-bottom: 2px solid #FC0;
  border-right: 2px solid #FC0;
  border-top: 2px solid #FC0;
  overflow-y:scroll;
}

.PopUpWindow a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  padding: 4px 4px 4px 10px;
}
.PopUpWindow h3 {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 4px 4px 4px 10px;
}

.PopUpWindow a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

.PopUpWindow h3 {
  padding-left: 5px;
  margin: 0;
  background-color: #FC0;
}


#AppHours {
height:290px;
right:-390px;
top:-120px;
width:390px;
}

#AppHours table {
  border-left: 0px solid #336;
  border-right: 0px solid #336;
}

#AppHours th {
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}

#AppHours td {
  text-align: left;
  vertical-align:top;
  color:#5187C1;
}

#AppHours .zapriapphours {
background-color:#CCCCCC;
border:medium none;
color:#000000;
height:25px;
width:98%;
}

.PopUpWindowCaptcha {
  position: absolute;
  /*font-size:12px;*/
  margin: 0px;
  padding: 0px 0px 10px 0px;
  width: 340px;
  display: none;
  background-color: #EEE;
  z-index: 100;
  border-left: 1px solid #FC0;
  border-bottom: 1px solid #FC0;
  border-right: 1px solid #FC0;
  border-top: 1px solid #FC0;
  /*overflow-y:scroll;*/
}

.PopUpWindowCaptcha a,
.PopUpWindowCaptcha h3 {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 4px 4px 4px 10px;
}

.PopUpWindowCaptcha a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

.PopUpWindowCaptcha h3 {
  padding-left: 5px;
  margin: 0;
  background-color: #FC0;
}

