@charset "utf-8";
/* CSS Document */

#roundedbox
	{
	background-image: url(../fire_images/calendarbox.jpg);
	height: 160px;
	width: 314px;
	}

.Calendar{
	width:180px;
	/*border:1px solid #676767;*/
}

.CalendarFocused{
	border-color:#676767 !important;	
}

td.CalendarMonthHeader{
	font-family: "Microsoft Sans Serif", Helvetica, san-serif;
	font-size:12px;
	font-weight:bold;
	color: #E9E663;
	padding: 9px;
	/*background-color:#999999;*/
	text-align:center;
	height:16px;
}

td.CalendarNavOver {
	background-color:#913536;	
}

td.CalendarMonthHeader a{
	text-decoration:none;
}

td.CalendarMonthHeader a.previous{
	background-image: url(../calendar/SpryCalendarLeft.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

td.CalendarMonthHeader a.previous:hover {
	background-image: url(../calendar/SpryCalendarLeftHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

td.CalendarMonthHeader a.next{
	background-image: url(../calendar/SpryCalendarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

td.CalendarMonthHeader a.next:hover {
	background-image: url(../calendar/SpryCalendarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

td.CalendarDayHeader{
	/*border:1px solid #676767;*/
	background-color:#913536;
	color: #E9E663;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle !important;
	width:35px;
	height:16px;
}

td.CalendarDayCell, td.DayCellOver, td.TodayCell, td.CalendarForeignDay, td.SelectedCell{
	/*border:1px solid #676767;*/
	text-align:center;
	font-size:11px;
	color: #E9E663;
	font-family: "Microsoft Sans Serif", Helvetica, san-serif;
	/*height:25px;*/
	height: 16px;
	width:25px;
	vertical-align:middle !important;
}

td.CalendarDayCell{
	/*background-color:#d2d2d2;*/
}

td.CalendarTodayCell{
	background-color:#d2d2d2 !important;
	color: #913536;
}

td.CalendarForeignDay{
	background-color:#913536 !important;
}

td.CalendarDayCellOver{
	background-color:#bFbFbF !important;
}

td.CalendarSelectedCell{
	background-color:#913536 !important;
}

td.CalendarFocusedDay {
	border-color:#913536 !important;
}