.button {
	color: #A2540F;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3;
}
.button:hover {
	color: #339900;
}
.calendar {
	border: 2px solid #8C8373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
.calendarsmall {
	border-top: 2px solid #8C8373;
	border-bottom: 2px solid #8C8373;
	border-left: 2px solid #8C8373;
	font-size: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
.dropshadow {
	background: transparent url(/portal/images/shadow1.png);
}
.day {
	font-size: 10px;
	text-align: center;
}
.daysmall {
	font-size: 5px;
	text-align: center;
}
.activeday {
	background-color: #EAEAEA;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.inactiveday {
	background-color: #D6D6D6;
	border: 1px solid #E3E3E3;
	text-align: center;
	color: #B6B6B6;
}
.monthtitle {
	background-color: #6D91B1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #7788BB;
	border-top: 1px solid #80A4C4;
	padding-bottom: 2px;
}
.monthtitlesmall {
	background-color: #6D91B1;
	color: #FFFFFF;
	font-size: 7px;
	padding-bottom: 2px;
}
.daytitle {
	background-color: #B2BFCB;
	border-left: 1px solid #95AABD;
	border-right: 1px solid #95AABD;
	border-top: 1px solid #95AABD;
	border-bottom: 1px solid #95AABD;
	font-weight: bold;
	text-align: center;
	color: #4A6883;
}
.daytitlesmall {
	background-color: #B2BFCB;
	text-align: center;
	color: #233D53;
	font-size: 5px;
}
.eventday {
	background-color: #A1C5A2;
	border: 1px solid #93D094;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.detailsarea {
	border: 2px solid #8C8373;
}
.displaytitledate {
	font-size: 14px;
	font-weight: bold;
	background-color: #EAE7E2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.displaytopbar {
	background-color: #EAE7E2;
}
.itemtitle {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #DCD6CA;
}
.itembody {
	background-color: #DCD6CA;
}
.calendararea {
	background-color: #8C8373;
}
.selectedmonth {
	background-color: #6666CC;
	color: #EAE7DB;
	font-weight: bold;
	padding: 2px;
}
.unselectedmonth {
	color: #6666CC;
	text-decoration: underline;
	font-weight: bold;
}
.popupdate {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popuptitle {
	font-weight: bold;
	font-size: 16;
	background-color: #DFD9CD;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.popupcontent {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.popup {
	border: 2px solid #6C6353;
	background-color: #EFECE7;
}
.popupbanner {
	background-color: #DFD9CD;
}
.popupdropshadow {
	background-color: #444444;
}
.disabledmonth {
	color: #8DA9C1;
	font-weight: bold;
}
.selectedmonth {
	background-color: #B2BFCB;
	border: 1px solid #8C8373;
	color: #3E688D;
	font-weight: bold;
	padding: 2px;
}
.unselectedmonth {
	color: #3E688D;
	text-decoration: underline;
	font-weight: bold;
}
