#generic-list ul {
  margin: 0;
  padding: 0;
}
#generic-list ul li {
  list-style-type: none;
  background: none;
  margin: 0 0 10px 0;
  padding: 2px 0 10px 5px;
  border-bottom: 1px solid #99cccc;
  display:block;
  overflow:hidden;
  _height: 1%;
}

#generic-list ul li.external-event img{
float:left
}
#generic-list ul li.external-event a {
  color: #DCA218;
}
h2.external-event {
  color: #DCA218 !important;
}
#generic-list ul li img {
  margin: 0 5px 0 0;
}


ul#item-footer {
  margin: 0;
  padding: 0;
}
ul#item-footer li {
  list-style: none;
  float: left;
  width: 49%;
  padding: 10px 0 0 0;
}
ul#item-footer li.last {
  text-align: right;
}




#calendar-nav {
  display: block;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
#calendar-nav .left {
  float: left;
  width: 180px;
  text-align: left;
}
#calendar-nav .middle {
  float: left;
  width: 180px;
  text-align: center;
}
#calendar-nav .right {
  float: left;
  width: 180px;
  text-align: right;
}
#calendar-nav .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#calendar-nav  .right { display: inline-table; }
/* Hides from IE-mac \*/
* html #calendar-nav  .right { height: 1%; }
#calendar-nav  .right { display: block; }
/* End hide from IE-mac */


#calendar th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  text-transform: uppercase;
  background-color: #aaa;
  color: #fff;
  font-size: 0.8em;
  width: 78px;
  w\idth: 73px;
}
#calendar td {
  font-size: 0.9em;
  width: 78px;
  w\idth: 73px;
  background-color: #ddd;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  height: 73px;
  min-height: 73px;
  vertical-align: top;
}
#calendar td .day-of-month{
  text-align: center;
  font-size: 0.9em !important;
}
#calendar td.blank {
  background: #bbb;
}
#calendar td.blank-last {
  background: #bbb;
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.last, #calendar th.last {
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.today, #calendar th.today {
  background: #cde;
}
#calendar td ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#calendar td ul li {
  font-size: 0.9em !important;;
  margin: 0px 0px 5px 0px;
  padding: 0px !important;
  background: none !important;
  padding-top: 3px !important;
  border-top: 1px solid #aaaaff;
}
#calendar td a.external-event {
  color: #DCA218;
}

/* events gallery for past events */
.image {
  float: left;
  margin: 4px 8px 4px 0;
  padding: 0;
  width: 110px;
}