/* meehan - calendar.css */

.calendar {
	width:215px;
	height:205px;
	border:none;
	margin:0px;
	padding:0px;
	text-align:center;
	position:absolute;
	top:24px;
	left:12px;
	background-image:url(../img/bgs/calendar_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#959595;
}
.day{
	width:30px;
	color:#000000;
}
.calendar td {
	text-align:center;
}
.today{
	color:#FFFFFF;
	font-weight:bold;
}
.link a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
.month_title{
	color:#000000;
	height:20px;
	font-size:160%;
	font-weight:bold;
}
*html .month_title{
	vertical-align:bottom;
}
.footer a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
*html .footer{
	vertical-align:bottom;
}

#calendar_dropdown{
	position:absolute;
	left:14px;
	top:236px;
}
#choose_month{
	background-color:#000000;
	color:#FFFFFF;
	width:130px;
	border:none;
	font-size:100%;
}