.calendarHead   {
    width:		22px;
	float:		left;
	font-weight:bold;
	text-align:	center;
	font-size:	0.95em;
}

.calendarHead abbr {
    border:0 !important;
}

.calendarContent	{	width:		21px;
				float:		left;
				padding:	0px;
				text-align:	center;
				overflow:	visible;
				margin-right:	1px;			}
.calendarActday		{
	font-weight:		bold;
	background-color:	#ddd;
}
.calendarContentBold	{	width:		21px;
				float:		left;
				padding:	0px;
				text-align:	center;
				font-weight:	bold;
				margin-right:	1px;				}
.calendarCaption	{	float: 		left; 
				width:		130px; 
				font-weight: 	bold; 				}
.calendarCell		{	float: 		left; 
				overflow:hidden;			
				margin-bottom:	5px;				
				width:		80px;				}
.calendarBigCaption	{	float: 		left; 
				width:		180px; 
				font-weight: 	bold; 				}				
.calendarBigCell	{	float: 		left;				
				margin-bottom:	5px;
								}
.calendarMonthCaption	{	font-weight:		bold;
				background-color:	#ddd;	
				border-top:		1px solid #bbb;	
				margin-bottom:		10px;
				margin-right:		20px;
				margin-top:		10px;			}
.calendarFMonthCaption	{	font-weight:		bold;
				background-color:	#ddd;	
				border-top:		1px solid #bbb;	
				margin-right:		20px;
				margin-bottom:		2px;
				margin-top:		0px;			}
