﻿
/* TINY CALENDAR */
table.tiny {
	margin: 0 auto 20px;
	width: 200px;
	border: 1px solid #AAA;
	background-color: #FFF;
	text-align: left;
}

table.tiny th {
	font-size: 14px;
	width: 14%;
	background-color: #EEE;
}

table.tiny td {
	font-size: 14px;
	border: 1px solid #EEE;
}

table.tiny td.month {
	color: #666;
	background-color: #DDD;
	text-align: center;
	font-weight: bold;
}

table.tiny td.selected {
	background-color: #DDD;
}


div.quickcal {
	text-align: center;
}

p.back {
	margin: 20px 0 0;
}


/* Event Table */
tr.old td {
	font-style: italic;
	color: #999;
}

tr.old a:link { color: #999; }
tr.old a:visited { color: #AAA; }
tr.old a:hover, tr.old a:active { color: #000; }

tr.current td {
	color: #000;
}

