body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.prevnext:link {color: #007899; font-size: 12px; text-decoration:underline}

a.day:link {color: #000000; font-size: 18px; text-decoration:underline;}
a.day:active {color: #000000; font-size: 18px; text-decoration:underline;}
a.day:visited {color: #000000; font-size: 18px; text-decoration:underline;}

a.event:link {color: #30358E; font-size: 12px; text-decoration:underline;}
a.event:visited {color: #007899; font-size: 12px; text-decoration:underline;}
a.event:hover {color: #007899; font-size: 12px; text-decoration:none;}
a.event:active {color: #007899; font-size: 12px; text-decoration:none;}

a.admin:link {color: blue; font-size: 12px; text-decoration:underline}


table.cal {
background-color: #FFFFFF;
height: 600px;
border: 1px solid #CCCCCC;
/*border-style: none;
border-width: 3px;*/
font-family: Verdana, Arial, sans-serif;
}

.caption {
color: #30358E;
font-size: 24px;
}

.thead {
color:#30358E;
background-color: #BFD63D;
font-size: 18px;
}

td.cal {
background-color: #FFFFFF;
text-align: left;
vertical-align: top;
padding: 5px;
}

table.cal tbody tr:hover {
  background-color: #EFEFEF;
}

table.cal tbody tr td.cal:hover {
  background-image: url("images/schedule_hover.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
}

tfoot.cal {
color:#30358E;
background-color: #BFD63D;
font-size: 14px;
text-align: left;
}

ul.cal {
margin: 0px;
list-style-position: inside;
}

.cal-admin-link {
color: #161b43;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.cal-admin-link:hover {
color: #f37c3a;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}