table.eventcalendar {
  border-collapse: collapse;
}
@media screen {
  table.eventcalendar {
    width: 100%;
  }
}
@media print {
  table.eventcalendar {
    width: 90%;
  }
}
table.eventcalendar th {
  font: bold 11px/normal Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
table.eventcalendar thead.title th {
  font-size: 15px;
  color: #674351;
}

@media screen {
  table.eventcalendar thead.title th a {
    font-size: 11px;
    font-weight: normal;
    color: black;
    text-decoration: none;
  }
  table.eventcalendar thead.title th a.navleft {
    font-size: 15px;
    color: #c03;
    font-weight: bold;
    position: absolute;
    margin: -3px 0px 0px -12px;
  }
  table.eventcalendar thead.title th a.navright {
    font-size: 15px;
    color: #c03;
    font-weight: bold;
    position: absolute;
    margin: -3px 0px 0px 3px;
  }
}

@media print {
    table.eventcalendar thead.title th a {
    display: none;
  }
}

table.eventcalendar thead.days th {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc !important;
  background: #674351;
  color: white;
  width: 14.28%;
  padding: 2px 0px;
}
table.eventcalendar thead.days th.weekend {
  background: #ccc;
  color: black;
}
table.eventcalendar td {
  vertical-align: top;
  border: 1px solid #ccc;
  font: normal 11px/normal Arial,Helvetica,sans-serif;
  height: 80px;
  padding: 2px;
  margin: 0px;
  width: 14.28%;
  color: #555555;
}
table.eventcalendar td.vamp {
  background: #f4f4f4;
}
b.day {
  display:block;
  text-align: right;
  color: #674351;
}
span.time {
  color: black;
}
@media print {
  div.hide {
    display: none;
  }
}

@media screen {
  div.hide {
    font: normal 11px/normal Arial,Helvetica,sans-serif;
    margin: 10px auto 20px auto;
    width: 780px;
  }

  div.hide div {
    display: none;
    margin-top: 8px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: 4px;
    color: red;
    text-transform: uppercase;
  }

  div.hide div p {
    text-transform: none;
    color: #555555;
    margin: 0px;
    padding: 1px 0px 1px 20px;
    text-indent: -20px;
  }

  div.hide div p span.aquo {
    font: bold 12px/normal Verdana,Arial,Helvetica,sans-serif;
    color: #C03;
  }

  div.hide div p i {
    color: black;
  }
}


@media screen {
  table.eventcalendar td.today {
    border: 2px outset #674351 !important;
  }
}