﻿/* Copyright © 2008 Robert L. Crawford */
/*
div.Calendar {position: absolute; left: 12px; top: 155px; width: 100%; height: 800px;}
div.MonthCal {position: absolute; left: 12px; top: 1000px; width: 100%; height: 700px;}
*/

caption {
	font-size: x-large;
}

div#CalendarBody {
	min-height: 650px;
	margin-top: 25px;
}

th.month {
	color: blue;
	font-family: arial;
	font-size: 12pt;
}

th.month a:link, th.month a:visited {
	color: blue;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
}

th.day {
	color: blue;
	font-family: Arial, sans-serif;
	font-weight: normal;
	width: 150px;
	height: 25px;
}

th.wd {
	background: #9CF;
}

td.heading {
	font-size: medium;
}

td.day {
	vertical-align: top;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	width: 150px;
	height: 85px;
}


td.day a:link, td.day a:visited {
	color: black;
	text-decoration: none;
}

td.day a:hover {
	color: red;
	text-decoration: none;
}

td.wk, td.fixed, td.inprocess {
	color: black;
	font-size: small;
	vertical-align: top;
	text-align: center;
}

td.fixed {
	background: #FCC;
}

td.inprocess {
	background: #FFC;
}
