﻿/*body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Arial Regular", Arial, Helvetica, sans-serif;
  font-size: 0.69em;
}*/

#entaMooCalendar {
  background-color: #ECECEC;
  padding: 5px 0 5px 0;
}

.entaMooCalendarTable {
  border-collapse: collapse;
  background-color: #ECECEC;
  width: 230px;
}

.entaMooCalendarTable td {
  text-align: center;
  padding: 3px 4px;
  color: #000000;
  font-size: 100%;
  background-color: #ECECEC;
}

.entaMooCalendarTable td.BF {
}

.entaMooCalendarTable span.BF {
  cursor: pointer;
  cursor: hand;
  margin: 0 10px 0 10px;
}

.entaMooCalendarTable td.DAY {
  color: #000000;
  font-weight: normal;
}

.entaMooCalendarTable td {
  text-align: center;
  padding: 2px;
  color: #c6c4c4;
  font-size: 90%;
  font-weight: bold;
}

.entaMooCalendarTable td.day {
  color: #000000;
  cursor: pointer;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_has_event {
  color: #FF0000;
  cursor: pointer;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_has_event_wknd {
  color: #FF0000;
  cursor: pointer;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_today {
  color: #000000;
  cursor: pointer;
  background: #FFFFFF;
}
.entaMooCalendarTable td.day_off {
  color: #000000;
  cursor: default;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_off_wknd {
  color: #000000;
  cursor: default;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_off_month {
  color: #ffffff;
  cursor: default;
  background: #ECECEC;
}

.entaMooCalendarTable td.day_active {
  padding: 0;
  left: 5px;
  top: 25px;
  border: 0px solid #aaa;
  background: #D8D8D8;
}


#calShows {
  width: 225px;
  position: relative;
  top: 10px;
  left: 5px;
}


#showrow, .showrow {
    color: #ebecfe;
    color: #000000;
    font-weight: bold;
    width: 220px;
}

.showrow .PerTime, #showrow .PerTime {
  float:left;
  width: 50px;
}

.showrow .ShoName, #showrow .ShoName {
  float: left;
  width: 160px;
}

.showrow a, .showrow a:link, .showrow a:active, .showrow a:visited {
  /*color: #666666;*/
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
}

.showrow  a:hover {
  /*color: #000000;*/
  text-decoration: underline;
}

#show_result {
  margin-bottom: 20px;
}