#cal_massive {
	font-family:Arial;
	text-align:center; }

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

.cal_month {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase; }

.cal_wkN { }
		
.cal_wkY { 
	border:1px solid #999;
	background:#eee; }
.cal_wkS {
	border:1px solid #999;}

.cal_wkS a { 
	display:block;
	text-decoration:none;
	background:#ff9a28;
	width:100%;
	height:100%;
	color:#000; }
		
.cal_wkS a:hover {
	color:#fff;
	background:#85a520; }
	
.cal_weekday { 
	position:absolute; 
	background:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center; }

.cal_block { 
	position:absolute; 
	line-height:2.4em;
	font-size:11px;
	text-align:center; }

#cal_holder {
	margin:0 auto;
	position:relative; }

#cal_head {
	position:absolute;
	background:#fff;
	text-align:center; }