/* calendar */
.tblCalendar {
	border:2px solid #006699;
	background-color:#ffffff; 
	margin-bottom:8px;
}
.tblCalendar th {
	font-weight:bold;
	text-align:center;
	color:#FFA34F;
	background-image:url(tdheader_bg.png);
	height:28px;
	width:14.28%;  /* 100px */
}
.tblCalendar td {
	background-color:#EFEFEF;
	vertical-align:top;
}
.tblCalendar td.calEmpty {
	background-color:#DEE3E7;
}
.tblCalendar div.calCell {
	position:relative;
	min-height:80px;
	display:block;
	padding:1px;
}
.tblCalendar div.calDate {
	position:absolute;
	color:#DEE3E7;
	font:bold 42px Georgia, "Times New Roman", Times, serif;
	z-index:1;
}
.tblCalendar div.calEvent {
	position:relative;
	font-size:xx-small;
	overflow:hidden;
	width:98px;
	z-index:2;
}
.tblCalendar div.calEvent a {
	color:#000000;
}
.tblCalendar div.calEvent a:hover {
	text-decoration:underline;
}
.tblCalendar div.calEvent span {
	padding-left:12px;
	line-height:12px;
	display:block;
	width:500px;
	margin-bottom:3px;
	background-repeat:no-repeat;
	background-position:top left;
}
.tblCalendar div.calEvent span.default {
	background-image:url(bullets/default.png);
}
.tblCalendar div.calEvent span.birthday {
	background-image:url(bullets/birthday.png);
}

