	.calendar
	{
		border-width: 0px 0px 0px 0px;
		border-spacing: 0px;
		border-collapse: collapse;
		background-color: #FFFFFF;
	}
	.calendarDay{
		border:1px solid gray;
		width:18px;
		height:12px;
		line-height:12px;
		text-align:center;
	}
	.calendarHoliday{
		border:1px solid gray;
		width:18px;
		height:12px;
		line-height:12px;
		text-align:center;
		background-color:#AAAAAA;
	}	
	.calendarArrowB{
		border:0;
		line-height:8px;
		width:18px;
		text-align:center;
		background-color:#000000;
		color:#FFFFFF;
		font-weight:bold;
	}		
	.calendarDayB{
		border:0;
		width:18px;
		height:12px;
		line-height:12px;
		text-align:center;
		background-color:transparent;
		
		font-family:Arial, Helvetica, Sans-serif;
		font-weight:normal;
		font-size:10px;			
	}		
	.calendarYear{
		border:1px solid gray;			
		height:18px;
		line-height:18px;
		text-align:center;
		background-color:transparent;
		color:#000000;		
		
		font-family:Arial, Helvetica, Sans-serif;
		font-weight:bold;
		font-size:12px;			
	}		
	.calendarMonth {
		border:1px solid gray;
		height:12px;
		line-height:12px;
		text-align:center;
		background-color:transparent;
		color:#000000;			

		font-family:Arial, Helvetica, Sans-serif;
		font-weight:bold;
		font-size:11px;			
	}
	.weekInitials{
		border:1px solid gray;
		height:12px;
		line-height:12px;
		text-align:center;
		background-color:#000000;
		color:#FFFFFF;

		font-family:Arial, Helvetica, Sans-serif;
		font-weight:bold;
		font-size:11px;
	}
