div.day {
  display: block;
  float: left;
  height: 77px;
  width: 85px;
  border: 1px solid gray;
  margin: 1px;
}
span.heading{
  display: block;
  float: left;
  width: 83px;
  background-color: #cfcfcf;
  text-align: right;
  color: gray;
  padding-right: 2px;
}
span.active{
  color: black;
}
span.event{
  display: block;
  float: left;
  width: 83px;
  padding-top: 1px;
  padding-bottom: 1px;
}
html>body span.event{
  display: block;
  float: left;
  width: 84px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}
div.heading {
  display: block;
  float: left;
  width: 85px;
  border: 1px solid black;
  text-align: center;
  margin: 1px;
}
.allday {
  background-color: #FFFF99;
}

/*
/* 10 DUI Green */
.cat10 {
  background-color: #AAFFAA;
}
/* 14 CPR Blue */
.cat14 {
  background-color: #AAAAFF;
}
/* 15 Joshua Yellow */
.cat15 {
  background-color: #FFFFAA;
}
/* 16 Teen Driving Cyan */
.cat16 {
  background-color: #66FFFF;
}
/* 13 Def Red */
.cat13 {
  background-color: #FFAAAA;
}
/* 19 Victim Brown */
.cat19 {
  background-color: #CC9933;
}


span.event a {
  color: #000000;
}
div.componentheading {
  margin-bottom:15px;
}

/* --------------------- */
div.mnav {
  height:30px;
}
div.mnav div.prev {
  float:left;
}
div.mnav div.next {
  float:right;
}
div.mnav div.prev a {
  display:block;
  line-height:22px;
  font-weight:bold;
  font-size:14px;
  padding:0 10px 0 40px;
  background:url(icons/22x22_back.png) left top no-repeat;
}
div.mnav div.next a {
  display:block;
  line-height:22px;
  font-weight:bold;
  font-size:14px;
  padding:0 40px 0 10px;
  background:url(icons/22x22_forward.png) right top no-repeat;
}

/* --------------------- */
table.easycal tr td,
table.easycal tr th {
  vertical-align:top;
  text-align:left;
  padding:2px 5px;
  font-weight:bold;
}
table.easycal tr th.sectiontableheader {
  border-bottom:2px solid #333;
}
table.easycal tr td a {
  font-weight:bold;
}
table.easycal tr.pri td {
  border-top:4px solid #fff;
  border-bottom:1px dashed #ccc;
  background:#f3f3f3;
}
table.easycal tr.sub td {
  font-weight:normal;
  border-bottom:1px dashed #eee;
}

/* --------------------- */
table.easycal_view tr td,
table.easycal_view tr th {
  vertical-align:top;
  text-align:left;
  padding:10px;
  font-size:14px;
}
table.easycal_view tr th {
  font-weight:bold;
  width:120px;
}
table.easycal_view tr td span.register {
  float:right;
}
table.easycal_view tr td span.register a {
  font-weight:bold;
  font-size:14px;
  font-family:arial;
}

/* --------------------- Tooltips */
.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  margin-top:75px;
}
.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(icons/selector-arrow.png) no-repeat;
}
.tool-text {
  font-size: 100%;
  margin: 0;
}

