table.calendar{
	width:190px;
	margin: 0 5px;
	cursor:pointer;
}
td.title_months{
	height:20px;
	text-align:center;
	vertical-align:top;
	font-size:13px; font-weight:bold;
	color:#FFF;
}
td.title_days{
	height:15px;
	width:25px;
	text-align:center;
	vertical-align:middle;
	background-color:#000000;
	font-size:8px; font-weight:bold;
	color:#FFF;
}
td.num_days{
	height:15px;
	font-size:11px; font-weight:bold;
}
div.sup_days{
	text-align:right;
	vertical-align:top;
	padding:2px;
}
div.alb_days{
	color:#00FF00;
	height:15px;
}
.color{
	color:#FF0000;
}
.calendar_left {
	background:url(../img/calendar_left.jpg) no-repeat top left;
	height:20px;
	padding:0; margin:0;
}
.calendar_middle {
	height:20px;
	background:url(../img/calendar.jpg) repeat-x top left;
	text-align:center;
	line-height:20px;
	padding: 0;
}
.calendar_right {
	background:url(../img/calendar_right.jpg) no-repeat top right;
	height:20px;
}
#age-overlay-top{background: transparent url(../img/tips_calen_top.png) 0 0 repeat-y;}
#age-overlay-middle{
	padding: 0 10px;
	font-size:10px;
	color:#000;
	background: transparent url(../img/tips_calen_middle.png) 0 0 repeat-y;
}
#age-overlay-bottom{background: transparent url(../img/tips_calen_bottom.png) 0 0 repeat-y;}
