document.writeln('<style type="text/css">');
document.writeln('th.calendar		{ background-color: #B9402C; text-align: center; color: #000000; font-size: 9px; font-weight: bold; color: #ffffff;font-family: verdana, arial, helvetica, sans-serif; }');
document.writeln('td.empty 		{ background-color: #F7E1BF;}');
document.writeln('td.full 		{ background-color: #E7BC73; text-align: center;}');
document.writeln('td.over 		{ background-color: #F7E1BF; text-align: center;}');
document.writeln('.event_full 		{ color: #ffffff; background-color: #0F416F; text-align: center;}');
document.writeln('.event_over 		{ color: #ffffff; background-color: #577A9A; text-align: center;}');
document.writeln('</style>');

