.SystemCalendarEntry
{
	color: #000000;
	height: 14px;
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
}

.SystemCalendarDayCell
{
	height: 24px;
	font-size: 9pt;
	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: 14pt;
	font-family: Arial;
}

.SystemFontLarge
{
	font-size: 11pt;
	font-family: Arial;
}

.SystemFontMedium
{
	font-size: 10pt;
	font-family: Arial;
}

.SystemFont
{
	font-size: 9pt;
	font-family: Arial;
}

.SystemLightShadow
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #F1EFE2;
}

.SystemFontSmall
{
	font-size: 8pt;
	font-family: Arial;
}

.SystemFontXSmall
{
	font-size: 7pt;
	font-family: Arial;
}

.SystemFontXXSmall
{
	font-size: 6pt;
	font-family: Arial;
}

.SystemMenuItem
{
	z-index: 999;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemMenuItemSelected
{
	z-index: 999;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemMenuItemSmall
{
	z-index: 999;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemMenuItemSmallSelected
{
	z-index: 999;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemMenuItemXSmall
{
	z-index: 999;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenuItem
{
	z-index: 999;
	font-size: 8pt;
	width: 100%;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemMenuCell
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #ECE9D8 2px solid;
	border-left: #ECE9D8 2px solid;
	border-right: #ECE9D8 2px solid;
	border-bottom: #ECE9D8 1px solid;
	font-size: 8pt;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellFocused
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	font-size: 8pt;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
}

.SystemMenuCellActive
{
	z-index: 999;
	width: 10px;
	height: 18px;
	border-top: #FCF9E8 2px solid;
	border-left: #FCF9E8 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 1px solid;
	font-size: 8pt;
	background-color: #ECE9D8;
	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: #ECE9D8;
}

.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: #ECE9D8;
}

.SystemMenuCellNoWidth
{
	z-index: 999;
	height: 24px;
	font-size: 10pt;
	background-color: #ECE9D8;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.SystemDropDownMenu
{
	z-index: 999;
	visibility: hidden;
	position: absolute;
	border-top: #FCF9E8 1px solid;
	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: 8pt;
	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;
	width: 100%;
	height: 100%;
}

.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;
}
.SystemTableHeading
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #aca899;
	color: White;
	font-weight: bold;
	height: 20px;
}
.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;
}
