.main_calendar
		{
			width: 286px;
		}

		.main_calendar_month
		{
			width: 100%;
			background: #b9b9b9;
			padding: 3px 5px 3px 5px;
			text-align: center;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #000000;
			font-weight: bold;
		}

		.main_calendar_daynames
		{
			width: 100%;
			height: 15px;
			background: #cecece;
			padding: 3px 5px 2px 5px;
			text-align: center;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #000000;
			font-weight: bold;
		}

		.main_calendar_days
		{
			width: 100%;
			background: #ffffff;
			padding: 5px 5px 5px 5px;
			text-align: center;
		
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #000000;
			font-weight: normal;
		}

		.main_calendar_clock
		{
			width: 100%;
			background: #cccccc;
			padding: 5px 5px 5px 5px;
			text-align: center;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #000000;
			font-weight: bold;
		}

		.main_calendar_daybox_mother
		{
			width: 97%;
		}
		
		.main_calendar_daybox_names
		{
			width: 35px;
			float: left;
			text-align: center;
			height: 15px;
			border: 1px solid #cecece;
		}

		.main_calendar_daybox
		{
			width: 35px;
			float: left;
			text-align: center;
			height: 15px;
			border: 1px solid #ffffff;
		}

		.main_calendar_daybox_active
		{
			width: 35px;
			float: left;
			text-align: center;
			height: 15px;
	
			background: #dbdbdb;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #000000;
			font-weight: bold;
			border: 1px solid #ffffff;
		}
		
		.main_calendar_daybox_active_selected
		{
			width: 35px;
			float: left;
			text-align: center;
			height: 15px;
	
			background: #fe0000;
			text-decoration: none;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #FFFFFF;
			font-weight: bold;
			border: 1px solid #ffffff;
		}
		
		.main_calendar_daybox_today
		{
			width: 35px;
			float: left;
			text-align: center;
			height: 15px;
			background: #ffffff;
	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #000000;
			font-weight: normal;
			border: 1px solid #ffffff;
		}
		
		.main_calendar_daybox_active_selected a
		{
			display: block;
			text-decoration: none;
			
			color: #FFFFFF;
		}
		
		.main_calendar_daybox_active a
		{
			display: block;
			text-decoration: none;
			
			color: #000000;
		}
		
		.main_calendar_daybox a
		{
			display: block;
			text-decoration: none;
			
			color: #000000;
		}