table {
  border-collapse: collapse;
}

.date{
font-size: 14px;
font-weight: 100;

}


/* the following styles the month nav widget*/

#nav_widget{
  float: right;
  padding-left: 20px;
  text-align: right;

}

.nav_table{
  margin-bottom: 20px;
}

.month_names {
  font-family: georgia;
  font-size: 12px;
  color: black;
  padding: 0px;
  margin: 0px;
  color: #990000;
  font-style: italic;
}

.nav_table_cell {
  background-color: #dddddd;
  line-height: 5px;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.faded {
  background-color: transparent;
}

.active_day {
  background-color: #ed7c6d;
}

.current_day {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}

.current_day_first {
  border-left: 2px solid red;
}

.current_day_last {
  border-right: 2px solid red;
}

/* the following styles the event week list */
#week{
  margin-left: 8px;
}

#week td, #week th {
  vertical-align: top;
}

#week th {
  width: 75px;
}

.event{
  padding: 3px;
  background-color: white;
  border: 2px solid #990000;
}

.time_tab{
  background-color: #ed7c6d;
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
  border-left: 2px solid #990000;
  border-bottom: 0px;
}

.odd{
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

.even{
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

.description{
  font-size: 11px;
  
}

a{
  text-decoration: none;
}


