.bottom {
	/*background: url(../images/mini_cal_bottom.gif) bottom left no-repeat;*/
	margin: 0;
	padding: 0;
}
.calendar {
	width: 180px;
	padding: 0;
	margin: 0;
	font: normal 12px/20px Helvetica, Verdana, Arial, sans-serif;
	color: #616B76;
	text-align: center;
}
.middle {
	/*(background: transparent url(../images/mini_cal_middle.gif) repeat-y top left;*/
	margin: 0;
	padding: 4px 20px 5px 20px;
	text-align: left;
}
.middle .today, .middle td.today a, .middle td.today a:link, .middle td.today a:visited {
	color: #EEE;
	font-weight: bold;
	background: #AAAAAA url(../images/mini_cal_today.gif);
}
.middle td {
	font: normal 12px/20px Helvetica, Verdana, Arial, sans-serif;
	border-right: 1px solid #B2B3B5;
	border-bottom: 1px solid #B2B3B5;
	width: 26px;
	height: 25px;
	text-align: center;
	color: #CCCCCC;
}
.middle td a {
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
.middle td a:link, td a:visited {
	/*background: transparent url(../images/mini_cal_corners.gif);*/
}
.middle td a:hover, td a:active {
	color: #7a972a;
	/*background: transparent url(../images/mini_cal_corners.gif);*/
}
.middle td.blank {  
}
.middle th {
	font: bold 11px/20px  Helvetica, Verdana, Arial, sans-serif;
	color: #B2B3B5;
	border-right: 1px solid #b2b3b5;
	border-bottom: 1px solid #b2b3b5;
	border-top: 1px solid #b2b3b5;
	text-align: center;
}
.monthControl, .monthControl a {
	font: bold 13px Helvetica, Verdana, Arial, sans-serif;
	color: #7a972a;
	text-align: center;
	text-decoration: none;
}
.top {
	/*background: url(../images/mini_cal_top.gif) top left no-repeat;*/
	margin: 0;
	padding: 0;
}
.month_name {
	color: #7e9a30;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}
caption {
	margin-bottom:6px;
}
table {
 	border-left: 1px solid #B2B3B5;
}