/* CALENDAR STYLES */

body {
	font-family: 'lucida grande',verdana,sans-serif;
	font-size: 80%;
	line-height: auto;
	margin: 0;
}
/*
 div#header {
	width: 100%;
	height: 100%;
	background: #728bdc;
	color: #fff;
	overflow: hidden;
	text-align: center;
}	

h1 {
	background: url(../images/calendar/heading.gif) no-repeat center;
	margin: 0;
	font-size: 1px;
	color: #728bdc;
	height: 30px;
}
*/

#page #container #contentholder table {
	width: 800px;
}
th {
	font-size: 1em;
}	
a {
	color: #036;
	text-decoration: none;
}
h3 {
	color: #666;
}
table tr td {
	color: #069;
}
table tr td {
	color: #069;
}
	
a:link,
a:visited {
	color: #369;
	background-color: transparent; 
}
a:hover,
a:active {
	color: #369;
	text-decoration: underline;
}
table {
 margin: 2em auto;
}

caption {
	text-align: left;
	color: #036;
	font-size: 1.3em;
	margin: 15px 10px 8px 0px;
	padding: 0;
}		

tr th {
	background-color: #69c;
	padding: 2px 2px 4px 4px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align:left;
}	

tr td {
	background-color: #ccefff;
	border: 1px #fff;
	border-style: solid solid none none;
	padding: 1px 6px;
	text-align: left;
	color: #069;
}
tr td h3 {
	float: left;
	font: 1.1em;
	width: auto;
	padding: 4px 4px;
	background-color: #cff;
	color: #069;
	font-style: normal;
}
tr td h3 a {
	float: right;
	font-size: .8em;
	color: #066;
	background-color: #ccecff;
}
tr td a:link,
tr td a:visited {
	color: #066;
	text-decoration: none;
}
tr td a:hover,
tr td a:active {
	color: #369;
	background-color: #ccffff; 	
	text-decoration: none;
}
tr td:first-child {text-align: left;}

tr.first-row td {
	color: #fff;
	background-color: #444;
	text-align: left;
}	

td.first-col {
	color: #fff;
	background-color: #444;
	text-align: left;
}

td.empty {background:#fff;}

