TABLE.calendar {
	border-right: solid silver 1px;
	border-bottom: solid silver 1px;
}

TABLE.calendar TD {
	font-family:arial;
	font-size:10;
	vertical-align:top;
	border-left: solid silver 1px;
	border-top: solid silver 1px;
	color:maroon;
	
}

TABLE.calendar TR.calendar_header TD {
	color:white;
	font-size:12;
	font-weight:bold;
	background-color:silver;
	text-align:center;
}

TABLE.calendar TD.has_item {
	background-image:url(images/star.gif);
	background-repeat:no-repeat;
	background-position: center center;
	cursor:default;
}

.today_date{
	color:crimson;
	font-size:12;
	font-weight:bold;
}


TABLE.calendar_cell TD {
	color:dimgray;
	font-family:arial;
	font-size:12;
	vertical-align:top;	
}




TABLE.schedule_table {
	border-top: dotted #CCCC99 1px;
	border-left: dotted #CCCC99 1px;
	border-right: dotted #999966 1px;
	border-bottom: dotted #999966 1px;
}

TABLE.schedule_table TR.schedule_table_title{
}

TABLE.schedule_table TR.schedule_table_content{
}

TABLE.schedule_table TD.schedule_footer_date {
	font-size:8pt;
	font-style:italic;
}


.schedule_header_title {
	font-size:10pt;
	font-weight:bold;
	color:#666633;
}

