﻿/* Div for entire calendar */
div.cccalendardiv {
    font-family: arial;
}
/* Div to keep each Date within it's own cell */
div.caldiv {
    overflow: hidden;
    height: 90px;
    width: 107px;
}
table.cccalendar {
	border: 1px #aaaaaa solid;
}
tr.calnav {
    height:30px;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
td.calnav {
	height:20px;
    font-size: 14px;
}
a.caladmin {
	color: #C7DB49;
}
a.calnav, a.calnav:visited {
	text-decoration: none;
	color: #000000;
}
img.calnav {
	padding: 0px;
	border: 0px solid #808080;
   }
tr.calhead {
    height:20px;
    text-align: center;
    font-size: 14px;
    background-color: #555555;
    color: #ffffff;
}
tr.calbody {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
	vertical-align: top;
}
td.calbody {
	width: 70px;
	font-size: 10px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
td.caltoday {
	background-color: #009966;
	color: #ffffe8;
	font-weight: bolder;
	font-size: 10px;
	height:13px;
}
td.calnormal {
	background-color: #dddddd;
	color: #888888;
	font-size: 10px;
	height:13px;
}
td.calcontent {
	border-top:1px gray solid;
}
table.calcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	text-align: center;
	border: 1px #aaaaaa solid;
}
/* Colour for filler cells before and after dates */
td.calblank {
	border: 1px #cccccc solid;
	background-color: #f4f8db;
}
.content a:link {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
