		#calendar{width:568px;border-right:1px solid #000000;font:11px arial,sans-serif;}
		.dayBox{
			width:77px;
			_width:81px;
			height:20px;
			border-left:1px solid #000000;		
			border-bottom:1px solid #000000;	
			border-top:1px solid #000000;
			float:left;	
			font-weight:bold;
			background-color:#c10000;
			color:#ffffff;
			padding-left:3px;
		}
		.dateBox{
			width:80px;
			_width:81px;
			height:94px;
			border-left:1px solid #000000;		
			border-bottom:1px solid #000000;		
			float:left;
		}
		.dateBoxOut{
			width:80px;
			_width:81px;
			height:94px;
			border-left:1px solid #000000;		
			border-bottom:1px solid #000000;		
			float:left;
			background-color:#DEDEDE;
		}
		.dateBoxOn{
			width:80px;
			_width:81px;
			height:94px;
			border-left:1px solid #000000;		
			border-bottom:1px solid #000000;		
			float:left;
			background-color:#FFE8E8;
		}
		.date{
			color:#c10000;
			font-weight:bold;
			padding-left:4px;
			border-bottom:1px solid #000000;	
		}
		.event{
			padding:3px;
		}
		#calendar hr{padding:0px;margin:0px;}