/* Feuille de style spécifique pour le calendrier
 * Auteur : James Nolan - www.otherwise.ch - j dot nolan at otherwise dot ch
 */

table.calendar
{
	float:left;
	margin:10px;
	text-align:center;
}
	table.calendar th
	{
		height:3em;
		
	}
	table.calendar td
	{
		background-color:#EAEAEA;
		height:2.05em;
		width:2.05em;
	}
	table.calendar td.has-event
	{
		background-color:#b1cce8;
	}
	table.calendar td.today
	{
		background-color:#4681bd;
	}
	table.calendar td span
	{
		color:#737272;
	}
		table.calendar td a
		{
			color:#000;
			text-decoration:none;
		}
		table.calendar td a:Hover
		{
			font-size:130%;
		}