/* Start of CMSMS style sheet 'events' */
#thisweek {
  background: #B1A587;
  color: black;
  padding: 0em;
  border-right: 3px solid #D5C7A2;
  border-bottom: 3px solid #D5C7A2;
  border-left: 3px solid #665F4E;
  border-top :3px solid #4D473A;
  margin-top: 1em;
  margin-bottom: 3em;
}

#thisweek dl {
   margin-top: -0.25em;
   margin-bottom: 0;
}

#thisweek dt {
  font-weight: bold;
  background: #005599;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0.25em;
}

#thisweek dd {
  margin-left: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#thisweek dd.allday {
  font-style: italic;
  background: #005599;
  color: white;
}

#thisweek table {
border-collapse: collapse;
  border: 0;
  margin-top: 3px;
  width: 100%;
}

#thisweek td {
  border: 0;
  padding: 0;
  padding-left: 0.5em;
  margin: 0;
  vertical-align: top;
}

#thisweek tr {
  border: 0;
}

#thisweek td.date {
  font-weight: bold;
  background: #005599;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.3em;
}

#thisweek tr.allday {
  font-style: italic;
  background: #005599;
  color: white;
}

#thisweek a {
  color: #D5C7A2;
}


#thisweek a {
  color: #005599;
}

#thisweek tr.allday a {
  color: #D5C7A2;
}

/* End of 'events' */

