
/*
CALENDAR
***********/

table .cal_month{
	border:2px solid #CCCCCC;
	background-color: #ffffff;
	}
thead td{
	text-align:center;
	font-weight: bold;
}
.cal_title{
	border:0px solid #DDDDDD;
	background-color: #ffffff;
	text-align:center;
	color:#000000;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}