@import "./vcalendar/calendarShared.css?v=140815";

/* Calendar Vertical Scrolling List ------------------------------------------- */
#calendarList {
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
}

#calendarList h3 {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: .5em 0;
  text-align: center;
}

#calendarList ul.eventList {
  list-style: none;
  margin: 0;
  padding: 8px 4px;
}

#calendarList ul.eventList a {
  color: #000;
}

#calendarList ul.eventList li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);

  border: 1px solid #ccc;
  background-color: #eee;
  list-style: none;
  margin: 0 0 10px;
  padding: 5px;
}

#calendarList .listWrapper {
  height: 100%;
  overflow: hidden;
}

#calendarList .eventList .eventDate {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0.25em;
}

#calendarList .eventList .evDay {
  display: block;
  float: left;
  width: 55px;
}

#calendarList .eventList p {
  color: #000;
  margin: 0 0 0.25em;
  padding: 0;
  text-align: left;
}

#calendarList .eventList p.eventTime {
  float: left;
  font-size: 90%;
  width: 50px;
}

#calendarList .eventList p.eventTitle {
  font-weight: bold;
}

#calendarList .eventList p.eventTitle, #calendarList .eventList p.eventLocation {
  font-size: 90%;
  margin-left: 55px;
}

#calendarList p {
  margin: 1em 0;
  text-align: center;
}

/* Calendar Week -------------------------------------------------------------- */
#calendarWeek {
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 10px;
}

#calendarWeek p.hd {
  font-weight: bold;
  float: left;
  margin: 0;
  padding: 0 0 7px 7px;
}

#calendarWeek a.hd {
  color: #000;
  font-size: 93%;
  float: right;
}

#calendarWeek table {
  clear: both;
  font-size: 93%;
  margin: 0;
  width: 100%;
}

#calendarWeek thead {
  background-color: #324510;
  color: #fff;
  line-height: 22px;
}

#calendarWeek th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  padding: 0 0 0 8px;
  text-align: left;
}

/* IE needs */
#calendarWeek th span {
  float: left;
}

#calendarWeek th a:link, #calendarWeek th a:visited, #calendarWeek th a:link {
  float: left; /* IE needs */
  color: #fff;
}

#calendarWeek th.last, #calendarWeek td.last {
  border-right: 0;
}

#calendarWeek th span.date {
  background-color: #000;
  float: right;
  padding: 0 8px;
}

#calendarWeek td {
  background-color: #ddd;
  border-right: 2px solid #fff;
  padding: .5em;
  vertical-align: top;
  width: 14%;
}

#calendarWeek td div {
  height: 100px;
  overflow: hidden;
}

#calendarWeek td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#calendarWeek td li {
  margin: 0;
  padding: 0;
}

#calendarWeek td a {
  display: block;
  padding-bottom: 1em;
}

#calendarWeek .more td {
  padding: 0 5px 3px 0;
  text-align: right;
}

#calendarWeek .more td a {
  color: #000;
  padding: 0;
}
