	table.calendar {
		border-collapse: collapse;
		
		font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;

		width: 180px;
				
		margin-left: auto;
		margin-right: auto;
	}
	
	table.calendar caption {
		font-size: 16px;
		
		margin-left: auto;
		margin-right: auto;
	}
	
	table.calendar caption a {
		font-size: 18px;
		color: #000000;
		
		text-decoration: none;
		text-align: center;
	}
	
	table.calendar th, table.calendar td {
		border: 1px solid black;
		
		height: 20px;
		width: 25px;
		
		font-size: 12px;
		text-align: center;
		
		line-height: 20px;
	}
	
	table.calendar td.disabled {
		color: gray;
	}
	
	table.calendar td.today {
		background-color: lightgrey;
	}
	
	table.calendar td a {
		text-decoration: none;
		color: #000000;
	
		display: block;
	}
	
	table.calendar td a:hover{
		background-color: #006600;
		color: #FFFFFF;
	}
	
	table.calendar td.selected  a {
		background-color: #006600;
		color: #FFFFFF;
	}