body {
	background-color: #FFFFFF;
	font-family: Sans-Serif; 
	}

.InfoDialog {
/*	position: fixed;	NOTE: set this property at runtime to aid development	*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(64,64,64,0.40);
	justify-content: center;
	align-items: center;
/*	display: none;		NOTE: set this property at runtime to aid development	*/
}

.InfoContainer {
  background-color: #ffffff;
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.InfoCaption {
  background-color: #006A71;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  margin: -16px -24px 16px -24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.PopupDialog {
/*	position: fixed;	NOTE: set this property at runtime to aid development	*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(64,64,64,0.60);
	justify-content: center;
	align-items: center;
	display: flex;
}

.PopupContainer {
  background-color: #ffffff;
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.PopupCaption {
  background-color: #006A71;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  margin: -16px -24px 16px -24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.TableInfo {
	background-color: #FFFFFF;
	border-width: 0px;
	}

.TablePopup {
	background-color: #FFFFFF;
	border-width: 0px;
	}

.TableFull {
	background-color: #FFFFFF;
	border-width: 0px;
	width: 100%;
	}
.TableFullTab {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableFullSection {
	background-color: #FFFFFF;
	border-width: 0px;
	}


.TableMobile {
	background-color: #FFFFFF;
	border-width: 0px;
	width: 100%;
	}
.TableMobileTab {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableMobileSection {
	background-color: #FFFFFF;
	border-width: 0px;
	}


.TableQuick {
	background-color: #FFFFFF;
	border-width: 0px;
	width: 100%;
	}
.TableQuickSection {
	background-color: #FFFFFF;
	border-width: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.PanelQuickColumn {
	float: left;
	}

.PanelQuickSection {
	display: inline;
	}


.TitleQuick {
	color: #22292F; 
	font-weight: bold; 
	font-size: 28px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.BannerMobile {
	color: #22292F; 
	font-weight: normal;
	font-size: 24px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.BannerNormal {
	color: #22292F; 
	font-weight: normal;
	font-size: 24px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.SiteMobile {
	color: #22292F; 
	font-weight: normal;
	font-size: 20px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SiteNormal {
	color: #22292F; 
	font-weight: normal;
	font-size: 20px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.HeadingQuick {
	color: #006A71; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.HeadingMobile {
	color: #006A71; 
	font-weight: normal; 
	font-size: 28px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.HeadingNormal {
	color: #006A71; 
	font-weight: normal; 
	font-size: 28px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.FootingMobile {
	color: #006A71; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Sans-Serif; 
	}

.FootingNormal {
	color: #006A71; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Sans-Serif; 
	}


.SectionInfo {
	color: #22292F; 
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.SectionPopup {
	color: #22292F; 
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.SectionQuick {
	color: #22292F;
	font-weight: bold; 
	font-size: 13px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionMobile {
	color: #22292F; 
	font-weight: normal; 
	font-size: 20px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionLarge {
	color: #22292F; 
	font-weight: normal; 
	font-size: 22px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionNormal {
	color: #22292F; 
	font-weight: normal; 
	font-size: 18px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionSmall {
	color: #22292F; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.PromptInfo {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.PromptPopup {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.PromptQuick {
	color: #757575;
	font-weight: bold; 
	font-size: 11px;
	font-family: Sans-Serif;
	height: 32px;
	}

.PromptMobile {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	height: 32px;
	}
	
.PromptLarge {
	color: #757575; 
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}
	
.PromptNormal {
	color: #757575; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.PromptSmall {
	color: #757575; 
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.LabelInfo {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.LabelPopup {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.LabelQuick {
	color: #757575;	
	font-size: 11px;
	font-family: Sans-Serif;
	}

.LabelMobile {
	color: #757575; 
	font-weight: normal;
	font-size: 14px;
	font-family: Sans-Serif;
	height: 32px;
	}
	
.LabelLarge {
	color: #757575; 
	font-weight: normal;
	font-size: 16px;
	font-family: Sans-Serif;
	}
	
.LabelNormal {
	color: #757575; 
	font-weight: normal;
	font-size: 12px;
	font-family: Sans-Serif;
	}

.LabelSmall {
	color: #757575; 
	font-weight: normal;
	font-size: 10px;
	font-family: Sans-Serif;
	}


.TextInfo {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.TextPopup {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.TextPopGrid {
	color: #757575; 
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}

.TextQuick {
	color: #757575;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}

.TextMobile {
	color: #757575; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	height: 32px;
	}

.TextLarge {
	color: #757575; 
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.TextNormal {
	color: #757575; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.TextSmall {
	color: #757575; 
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.ErrorPopup {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.ErrorQuick {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}

.ErrorMobile {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.ErrorLarge {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.ErrorNormal {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.ErrorSmall {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.RequiredInfo {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.RequiredPopup {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.RequiredQuick
{
	color: #FF0000;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}

.RequiredMobile {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.RequiredNormal {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}


.LinkQuick {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}

.LinkMobile {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.LinkLarge {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.LinkNormal {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.LinkSmall {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}

.LinkSite {
	color: #005BA7;	
	font-weight: normal; 
	font-size: 20px;
	font-family: Sans-Serif;
	}


.TreeMobile {
	color: #757575;	
	font-weight: normal; 
	font-size: 14px; 
	font-family: Sans-Serif;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	}

.TreeNormal {
	color: #757575;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	}


.ToolQuick {
	border-width: 0px;
	background-color: #E0E0E0;
	color: #0A0D42;	
	font-style: normal;
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	text-align: center;
	height: 18px;
	}

.ToolQuick:hover
{
	background-color: #F0F0F0;
}


.ButtonInfo {
	border-width: 1px;
	border-style: solid;
	border-color: #006A71;
	border-radius: 4px;
	background-color: #ffffff;
	color: #006A71;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	width: 112px;
	height: 30px;
	}

.ButtonPopup {
	border-width: 1px;
	border-style: solid;
	border-color: #006A71;
	border-radius: 4px;
	background-color: #ffffff;
	color: #006A71;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	width: 112px;
	height: 30px;
	}

.ButtonQuick {
	border-width: 1px;
	border-style: solid;
	border-color: #006A71;
	border-radius: 4px;
	background-color: #ffffff;
	color: #006A71;
	font-weight: normal; 
	font-size: 11px; 
	font-family: Sans-Serif; 
	width: 96px;
	height: 30px;
	}

.ButtonMobile {
	border-width: 1px;
	border-style: solid;
	border-color: #006A71;
	border-radius: 4px;
	background-color: #ffffff;
	color: #006A71;
	font-weight: normal; 
	font-size: 16px; 
	font-family: Sans-Serif; 
	width: 116px;
	height: 36px;
	}

.ButtonNormal {
	border-width: 1px;
	border-style: solid;
	border-color: #006A71;
	border-radius: 4px;
	background-color: #ffffff;
	color: #006A71;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	width: 112px;
	height: 30px;
	}

.ButtonPopup:hover
{
	background-color: #F4F4F4;
}

.ButtonQuick:hover
{
	background-color: #F4F4F4;
}

.ButtonMobile:hover
{
	background-color: #F4F4F4;
}

.ButtonNormal:hover
{
	background-color: #F4F4F4;
}


.InputPopup {
    border-radius: 4px;
    border-width: 1px;
    padding: 3px;
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	color: #757575; 
	}

.InputPopGrid {
    border-radius: 4px;
    border-width: 1px;
    padding: 2px;
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	color: #757575; 
	}

.InputQuick {
	color: #757575;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}


.DropPopup {
    border-radius: 4px;
    padding: 3px;
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	color: #757575; 
	}

.DropQuick {
	color: #757575;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}


.CheckPopup {
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	color: #757575; 
	}

.CheckQuick {
	color: #757575;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}


.RadioPopup {
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	color: #757575; 
	}

.RadioQuick {
	color: #757575;	
	font-weight: normal; 
	font-size: 11px;
	font-family: Sans-Serif;
	}


.NavTable {
	background-color: #808080;
	border-width: 0px;
	}

.NavCellOff {
	background-color: #E0E0E0;
	}

.NavCellOn {
	background-color: #FFFFFF;
	}

.NavLinkOff {
	color: #757575;	
	font-weight: normal; 
	font-size: 13px; 
	font-family: Sans-Serif; 
	line-height: 40px;
	text-decoration: none;
	}

.NavLinkOff:hover {
	color: #22292F;	
	font-weight: bold; 
}

.NavLinkOn {
	color: #22292F;	
	font-weight: bold; 
	font-size: 13px; 
	font-family: Sans-Serif;
	line-height: 40px;
	text-decoration: none;
}

.IconInfo {
    width: 26px;
    height: 26px;
    background-color: #0071cf;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
	cursor: pointer;    
}


/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #b0b0b0;
}
