html, body
{
  margin: 0;
  padding: 0;
  border: none;
 }

.WebsiteHeadingLarge
{
	color: #800000;
	font-size: 18pt;
	font-family: Arial;
}

.WebsiteHeadingMedium
{
	color: #800000;
	font-size: 14pt;
	font-family: Arial;
}

.WebsiteHeading
{
	color: #800000;
	font-size: 10pt;
	font-family: Arial;
}

.WebsiteItem
{
	font-size: 10pt;
	font-family: Arial;
}

.WebsiteItemSmall
{
	font-size: 9pt;
	font-family: Arial;
}

.WebsiteMenuItem
{
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.SystemSeparator
{
	color: #FF0000;
	width: 100%;
}

.SystemTitleBar
{
    background-image: url(/Common/Images/TitleBar.jpg);
    height: 24px;
    color: White;
    font-weight: bold;
}

.SystemCalendarEntry
{
	color: #000000;
	height: 14px;
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
}

.SystemCalendarDayCell
{
	height: 20px;
	font-size: 8pt;
	font-family: Arial;
	border-bottom: solid 1px #ACA899;
}

.SystemCalendarDayCellSelected
{
	height: 20px;
	font-size: 8pt;
	font-family: Arial;
	background-color: #F1EFE2;
	border: solid 1px #ACA899;
	padding-left: 4px;
}

.SystemFontLargestMobile
{
	font-size: 60pt;
	font-family: Arial;
}

.SystemFontXLargeMobile
{
	font-size: 50pt;
	font-family: Arial;
}

.SystemFontLargeMobile
{
	font-size: 45pt;
	font-family: Arial;
}

.SystemFontMediumMobile
{
	font-size: 40pt;
	font-family: Arial;
}

.SystemFontMobile
{
	font-size: 35pt;
	font-family: Arial;
}

.SystemFontSmallMobile
{
	font-size: 30pt;
	font-family: Arial;
}

.SystemFontXSmallMobile
{
	font-size: 25pt;
	font-family: Arial;
	height: 106px;
	width: 272px;
}

.SystemFontXXSmallMobile
{
	font-size: 20pt;
	font-family: Arial;
}

.SystemFontLargest
{
	font-size: 18pt;
	font-family: Arial;
}

.SystemFontXLarge
{
	font-size: 16pt;
	font-family: Arial;
}

.SystemFontLarge
{
	font-size: 12pt;
	font-family: Arial;
}

.SystemFontMedium
{
	font-size: 11pt;
	font-family: Arial;
}

.SystemFont
{
	font-size: 10pt;
	font-family: Arial;
}

.SystemLightShadowMobile
{
	font-size: 35pt;
	font-family: Arial;
	background-color: #F1EFE2;
}

.SystemLightShadow
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #F1EFE2;
}

.SystemFontSmall
{
	font-size: 9pt;
	font-family: Arial;
}

.SystemFontXSmall
{
	font-size: 8pt;
	font-family: Arial;
}

.SystemFontXXSmall
{
	font-size: 7pt;
	font-family: Arial;
}

.SystemLinkLarge
{
	font-size: 12pt;
	font-family: Arial;
	color: black;
}

.SystemLinkMedium
{
	font-size: 11pt;
	font-family: Arial;
	color: black;
}

.SystemLink
{
	font-size: 10pt;
	font-family: Arial;
	color: black;
}

.SystemLinkSmall
{
	font-size: 9pt;
	font-family: Arial;
	color: black;
}

.SystemLinkXSmall
{
	font-size: 8pt;
	font-family: Arial;
	color: black;
}

.SystemLinkXXSmall
{
	font-size: 7pt;
	font-family: Arial;
	color: black;
}

.SystemMenuItem
{
	z-index: 999;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}

.SystemMenuItemSelected
{
	z-index: 999;
	font-size: 10pt;
	color: #800000;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}
.SystemMenuItemSmallMobile
{
	z-index: 999;
	font-size: 30pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}
.SystemMenuItemSmall
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}

.SystemMenuItemSmallSelected
{
	z-index: 999;
	font-size: 9pt;
	color: #800000;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}

.SystemMenuItemXSmall
{
	z-index: 999;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #ECE9D8;
}

.SystemMenuCell
{
	z-index: 999;
	width: 10px;
	height: 20px;
	border-top: #ECE9D8 2px solid;
	border-left: #ECE9D8 2px solid;
	border-right: #ECE9D8 2px solid;
	border-bottom: #ECE9D8 1px solid;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellFocused
{
	z-index: 999;
	width: 10px;
	height: 20px;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellActive
{
	z-index: 999;
	width: 18px;
	height: 20px;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuItemSeparator
{
	z-index: 999;
	width: 100%;
	margin-top: 5px;
	border-top: #ACA899 1px solid;
	background-color: #ECE9D8;
}

.SystemTopMenuRow
{
	text-align: left;
	border-top: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-right: #ACA899 1px solid;
	background-color: #ECE9D8;
	text-decoration: none;
}

.SystemMenuCellNoWidth
{
	z-index: 999;
	height: 24px;
	font-size: 11pt;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemPopupText
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	left: 0;
	background-color: White;
	border-top: solid 1px #ACA899;
	border-left: solid 1px #ACA899;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	padding-bottom: 10px;
	font-size: 9pt;
	font-family: Arial;
}

.SystemPopupTextLink
{
	font-size: 9pt;
	font-family: Verdana;
	color: purple;
	text-decoration: none;
}

.SystemHelpPageLink
{
	font-size: 9pt;
	font-family: Verdana;
	color: purple;
}

.SystemTypeAheadMobile
{
	visibility: hidden;
	position: absolute;
	border-left: #FCF9E8 1px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 40pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemTypeAhead
{
	visibility: hidden;
	position: absolute;
	border-left: #FCF9E8 1px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemHiddenMenu
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
}

.SystemDropDownMenu
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	left: 0;
	border-left: #FCF9E8 1px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: #ECE9D8;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenuBeveled
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	left: 0;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	background-color: #ECE9D8;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownCalendar
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	border-top: #800000 1px solid;
	border-left: #800000 1px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: #800000;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenuCell
{
	z-index: 999;
	width: 110px;
	height: 18px;
	text-align: left;
	vertical-align: middle;
}

.SystemDropDownMenuItem
{
	z-index: 999;
	font-size: 9pt;
	width: 100%;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenuItemSmall
{
	z-index: 999;
	font-size: 8pt;
	width: 100%;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemPopupBox
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
}

.SystemPostHierarchy
{
	position: relative;
	border: gray 1px solid;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	overflow: auto;
}

.SystemCalendarTitle
{
	z-index: 999;
	font-size: 9pt;
	color: #800000;
	background-color: #ECE9D8;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

.SystemCalendarSelectedDay
{
	z-index: 999;
	font-size: 9pt;
	color: #800000;
	background-color: #ECE9D8;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

.SystemCalendarDay
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-weight: bolder;
	font-family: Arial;
	text-decoration: none;
}

.SystemEventListHeading
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #ECE9D8;
	color: Black;
	height: 20px;
}

.SystemCalendarMenuRow
{
	border-top: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-right: #ACA899 1px solid;
	background-color: #ECE9D8;
}

.SystemCalendarMenuCell
{
	color: Black;
	font-size: 8pt;
	font-family: Arial;
	background-color: #ECE9D8;
	border-top: #ECE9D8 2px solid;
	border-left: #ECE9D8 2px solid;
	border-right: #ECE9D8 2px solid;
	border-bottom: #ECE9D8 1px solid;
	cursor: pointer;
	text-align: center;
	height: 16px;
}

.SystemCalendarMenuCellSelected
{
	color: Maroon;
	font-size: 8pt;
	font-family: Arial;
	background-color: #E5E2D1;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	cursor: pointer;
	text-align: center;
	height: 16px;
}

.SystemCalendarLegend
{
	color: Black;
	border-top: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-right: #ACA899 1px solid;
	background-color: #ECE9D8;
}

.SystemOtherMonthDay
{
	z-index: 999;
	font-size: 8pt;
	font-weight: lighter;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemChartBar
{
	background-color: #aca899;
	height: 15px;
}

.SystemTableHeadingMobile
{
	font-size: 40pt;
	font-family: Arial;
	background-color: #aca899;
	color: White;
	font-weight: bold;
	height: 20px;
}

.SystemTableHeading
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #aca899;
	color: White;
	font-weight: bold;
	height: 20px;
}

.SystemTableRowMobile
{
	font-size: 35pt;
	font-family: Arial;
	background-color: White;
	color: Black;
	height: 100px;
}

.SystemTableRowShadowMobile
{
	font-size: 35pt;
	font-family: Arial;
	background-color: #f1efe2;
	color: Black;
	height: 100px;
}

.SystemTableRow
{
	font-size: 10pt;
	font-family: Arial;
	background-color: White;
	color: Black;
	height: 24px;
}

.SystemTableRowShadow
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #f1efe2;
	color: Black;
	height: 24px;
}

.SystemColorCell
{
	font-size: xx-small;
	height: 8px;
	width: 20px;
	padding: 0px 4px 0px 4px;
	cursor: pointer;
	border: outset 1px;
}

.SystemColorCellSelected
{
	font-size: xx-small;
	height: 8px;
	width: 20px;
	padding: 0px 4px 0px 4px;
	cursor: pointer;
	border: inset 1px;
}

.SystemDropDownColorMenu
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	left: 0;
	text-decoration: none;
}

