#calendar{
	border: 1px solid #B6B694;
	width: 100%;
}
#mini_calendar{
	border: 1px solid #B6B694;
	width: 100%;
}
#month{
	background: url(images/bg_row.gif);
	padding-bottom: 5px;
	border-bottom: 1px solid #B6B694;
	color:#996644;
}
#mini_month{
	background: url(images/bg_row.gif);
	padding-bottom: 5px;
	border-bottom: 1px solid #B6B694;
	color:#996644;
}
.day{
	font-size: 10px;
}
.mini_day{
	font-size: 10px;
}
.date{
	height: 60px;
	border: 1px solid #666633;
}
.mini_date{
	font-size: 10px;
	height: 20px;
	border: 1px solid #B1B18A;
}
.mini_date_today{
	font-size: 10px;
	height: 20px;
	border: 1px solid #666633;
	color: #990000;
}
.datenumber{
	background: url(images/bg_row.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.date ul{
	margin:0px;
	padding:0px;
}
.date li{
	margin-left: 0px;
	margin-bottom: 2px;
	list-style: none;
	text-indent: 19px;
	font-size: 9px;
	padding: -20px;
	background: url(images/bullet_small.gif) top left no-repeat;
}

.date a {
 text-decoration: none;
}
#cal_prevmonth{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#cal_nextmonth{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#bottom A:link, #bottom A:visited{
	text-decoration: none;
}
#bottom A:hover{
	color: #666633;
}
tr.row2{
	background: url(images/bg_row.gif);
	border: 1px solid #666633;
}