html, body, #wrapper {
  margin:0;
  padding:0;
  height:80%;
  border:none
}
#wrapper
{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.BillboardHeadingLarge
{
	color: #800000;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial;
}

.BillboardHeadingMedium
{
	color: #800000;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
}

.BillboardHeading
{
	color: #800000;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}

.BillboardItem
{
	font-size: 10pt;
	font-family: Arial;
}

.BillboardItemSmall
{
	font-size: 9pt;
	font-family: Arial;
}

.SystemSeparator
{
	color: Maroon;
	width: 100%;
}

.SystemCalendarEntry
{
	color: #000000;
	height: 14px;
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
}

.SystemCalendarDayCell
{
	height: 24px;
	font-size: 8pt;
	font-family: Arial;
	border-bottom: solid 1px #ACA899;
}

.SystemCalendarDayCellSelected
{
	height: 24px;
	font-size: 8pt;
	font-family: Arial;
	background-color: #F1EFE2;
	border: solid 1px #ACA899;
	padding-left: 4px;
	 
}

.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;
}

.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;
}

.SystemMenuItem
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
}

.SystemMenuItemSelected
{
	z-index: 999;
	font-size: 9pt;
	color: #800000;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
}

.SystemMenuItemSmall
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
}

.SystemMenuItemSmallSelected
{
	z-index: 999;
	font-size: 9pt;
	color: #800000;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
}

.SystemMenuItemXSmall
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
}

.SystemDropDownMenuItem
{
	z-index: 999;
	font-size: 9pt;
	width: 100%;
	font-family: Arial;
	text-decoration: none;
	background-color: #C5BEAC;
	color: black;
}

.SystemDropDownMenuItemSelected
{
	z-index: 999;
	font-size: 9pt;
	width: 100%;
	font-family: Arial;
	text-decoration: none;
	color: #ffffff;
	background-color: #316AC5;
}

.SystemMenuCell
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #C5BEAC 2px solid;
	border-left: #C5BEAC 2px solid;
	border-right: #C5BEAC 2px solid;
	border-bottom: #C5BEAC 1px solid;
	font-size: 9pt;
	background-color: #C5BEAC;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellFocused
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #C5BEAC 2px solid;
	border-left: #C5BEAC 2px solid;
	border-right: #C5BEAC 2px solid;
	border-bottom: #C5BEAC 1px solid;
	font-size: 9pt;
	background-color: #C5BEAC;
	color: #800000;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellActive
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #C5BEAC 2px solid;
	border-left: #C5BEAC 2px solid;
	border-right: #C5BEAC 2px solid;
	border-bottom: #C5BEAC 1px solid;
	font-size: 9pt;
	background-color: #C5BEAC;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuItemSeparator
{
	z-index: 999;
	width: 100%;
	margin-top: 5px;
	border-top: #ACA899 1px solid;
	background-color: #C5BEAC;
}

.SystemTopMenuRow
{
	z-index: 999;
	border-top: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	border-left: #ACA899 1px solid;
	border-right: #ACA899 1px solid;
	background-color: #C5BEAC;
}

.SystemMenuCellNoWidth
{
	z-index: 999;
	height: 24px;
	font-size: 9pt;
	background-color: #C5BEAC;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenu
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	border-left: #FCF9E8 1px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: #C5BEAC;
	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;
}

.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;
	width: 100%;
	height: 100%;
}

.SystemCalendarDay
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

.SystemOtherMonthDay
{
	z-index: 999;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemEventListHeading
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #efebdc;
	color: Black;
	height: 18px;
}

.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;
}

.SystemChartBar
{
	background-color: #aca899;
	height: 15px;
}

.SystemTableHeading
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #aca899;
	color: White;
	font-weight: bold;
	height: 20px;
}

.SystemTableRow
{
	font-size: 9pt;
	font-family: Arial;
	background-color: White;
	color: Black;
	height: 24px;
}

.SystemTableRowShadow
{
	font-size: 9pt;
	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;
}
