@CHARSET "UTF-8";

	/*
	table {
			border-collapse: collapse;
		}
		td {
			font-size: 11px;
			font-family:Arial,Helvetica,sans-serif;
		}
		strong {
			color:#669933;
		}
		
		#week_schedule, #month_schedule {
			border-collapse: collapse;
			margin: 0 auto;
		}
		
		#week_schedule td.day_name, #month_schedule td.day_name {
			width: 96px;
			background-color: #D4DBA8;
			text-align: center;
			font-weight: bold;
			font-family: sans-serif;
			padding: 0.5em 0 0.5em 0;
		}
		
		#week_schedule td.day_schedule, #month_schedule td.day {
			background-color: #DBE7F5;
			vertical-align: top;
		}
		
		#month_schedule td.day {
			padding: 6pt 0 12pt 0;
		}
		
		#week_schedule td.day_schedule div {
			padding: 2em 0.4em 4em 0.4em;
			font-family: sans-serif;
			font-size: 8pt;
		}
		
		#week_schedule td.spacer, #month_schedule td.spacer {
			width: 2px;
		}
		*/
		
		/*

		#actions {
			text-align: center;
			padding: 12pt;
		}
		*/	
		
		#monthSelector {
			text-align: center;
		}
		textarea.day {
			width: 90px;
			height: 120px;
			font-family: Arial;
			font-size: 8pt;
		}
