﻿.calendarDayHeaderStyle {
	background-color: #737373;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.calendarDayStyle {
	background-color: #FFFFFF;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #000000;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;

}

.calendarDeadlineDay {
	background-color: #FBB3B3;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}

.calendarNextPrevStyle {
}

.calendarOtherMonthDayStyle {
	background-color: #EFEFEF;
	font-size: 10px;
}

.calendarPassedDay {
	background-color: #EAEAEA;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #EAEAEA;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}

.calendarTransactionDay {
	background-color: #FEFABF;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}

.calendarSelectedDayStyle {
	color: #FF0000;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}

.calendarSelectorStyle {
	background-color: #0000FF;
	font-size: 10px;
}

.calendarTitleStyle {
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

.calendarTodayDayStyle {
	background-color: #A7C9EB;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}

.calendarWeekendDayStyle {
	background-color: #DCF0FF;
	border-bottom: #C0BEC0 1px solid;
	border-left: #C0BEC0 1px solid;
	border-right: #C0BEC0 1px solid;
	border-top: #C0BEC0 1px solid;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 71px;
	width: 71px;
}
