body {
	font-family: sans-serif;
	color: black;
}

a {
	color: #FF4500;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a.current
{
	color: purple;
	font-weight: bold;
	font-style: italic;
}
.title
{
	color: #555555;
	background: #EEEEEE;
	padding: 3px;
	font-weight: bold;
	border-color: #DDDDDD;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
.pagetitle
{
	background: #FF4500;
	color: white;
	padding: 10px;
	font-size: 30pt;
	font-weight: bolder;
	font-family: sans-serif;
}
.pagesubtitle
{
	color: #9E5205;
	padding: 8px;
	background-color: #FFEBCD;
	font-family: sans-serif;
}
.heading {
	color: red;
	font-size: 18pt;
	font-family: sans-serif;
}
.rightColumn
{
	border-left: #EEE;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.calendar {
	border:solid;
	width:280;
	height:235;
	position:absolute;
	background-color: #FFEBCD;
}
td.current {
	background-color: #DDDDDD;
}
td.empty {
	background-color: #AAAAAA;
}
.error {
	color: red;
}
.podcastBox {
	background-color: #DDD;
	border: #000000;
	border-width: 5px;
	border-style: solid;
}

tr.changed {
	background-color:#FF0000;
}
