/* CSS Document */

body
{

}


	#calendar
	{
	font: 0.8em Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 15px;
	}
	
	#calendar table
	{
	width: 200px;
	text-align: center;
	border: 1px solid #DADEF1;
	}
			
		.calendar_header
		{
		background: #E8EBDA;
		border: 1px solid #DADEF1;
		
		}
		
		.calendar_header a
		{
		color: #333333;
		text-decoration: none;
		}
		
		.nonmonthdays 
		{
		text-align: center;
		border: 1px solid #DADEF1;
		background: #DADEF1;
		}	
		
		.nonmonthdays a
		{
		color: #DADEF1;
		}
		
		.daysofweek
		{
		text-align: center;
		color: #333333;
		font-weight: bold;
		}	
		
		.days
		{
		text-align: center;
		border: 1px solid #DADEF1;
		background: #E8EBDA;
		}	
		
		.days a
		{
		color: #333333;
		text-decoration: none;
		}
		
		.today
		{
		text-align: center;
		border: 1px solid #00543d;
		background: #00543d;
		color: white;
		}	
		
		.today a
		{
		color: white;
		text-decoration: none;
		}
		

