.calendar
{
	background-color : #eeeeee;
	font-family : arial;
	font-size :	11px;
	font-weight :regular;
	color : #333333;
	border-color:666666;
}

.calendar_month_area
{
	background-color : #bbbbbb;
}

.prev_next
{
	font-weight :bold;	
}

.week_day
{
	text-align:center;
	background-color : #cccccc;
}

.today
{
	text-align:center;
}
.days
{
	text-align:center;
}
.selected_date
{
	text-align:center;
	font-weight :bold;	
	font-size :	13px;
	background-color:cccccc;
}

.month_year
{
	font-weight :bold;	
	font-size :	14px;
}