	.calendar{ width:100%;}
	.calendar td{ width:13%}
	.month{ padding:2px 1px 2px 0px; _padding:2px; #padding:2px; border:none 1px #CCCCCC;}
	.clear{ clear:both;}
	.monthName{
	margin:0 1px 0 3px; _margin:0px; #margin:0px; 
	/*border:solid 1px #CCCCCC; */
	
	line-height:24px; 
	text-align:center; 
	color:#00508E; 
	font-weight:bold;
	}
	
	/*.monthName .prev{ float:left; padding:3px; cursor:pointer;}
	.monthName .next{ float:right; padding:3px;  cursor:pointer;}*/

	.prev{ padding:3px; cursor:pointer; text-align:left;}
	.next{ padding:3px; cursor:pointer; text-align:right;}
	
	.day, .itemN, .itemY, .itemA{ 
	/*width:24px; 
	line-height:24px;*/  
	/*width:33px; */
	line-height:24px; 
	/*float:left; */
	margin:0 0 0 0; 
	
	border-top:none;
	border-right:none;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse:collapse;
	}
	.small{
	/*width:24px; 
	line-height:24px;*/
	}
	
	.eventTrue{ background: #FFFF99;}
	.dayLast{border-right:1px solid #CCCCCC;}  
	.day{ text-align:center; font-size:11px; font-weight:bold; background:#cccccc; url(../layout/daysname_.gif) repeat-x center top; line-height:25px}
	.itemN{ background:#fff; text-align:center; font-size:11px; font-weight:normal;  color:#CCCCCC;}
	.preDays{ background:#efefef;}
	.itemY{  text-align:center; font-size:11px; font-weight:normal; cursor:pointer;}
	.today{ background-color:#00508E; color:#FFFFFF; font-weight:bold;}
	.today a{color:#FFFFFF;}
	.itemY a:hover{ color:#FF6600;}
	.dayNum{ }
                           