.Label
{
	font-size: 11px;
	font-family: Arial;
}
.LabelInfo
{
	font-size: 11px;
	font-style: italic;
	font-family: Arial;
}
.Input
{
	font-size: 11px;
	font-family: Arial;
}
.InputKey
{
	font-size: 11px;
	color: white;
	font-family: Arial;
	background-color: #0086c8;
}
.InputView
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	font-weight: bold;
}
.InputKeyView
{
	font-size: 11px;
	color: #0086C8;
	font-family: Arial;
	font-weight: bold;
}
.InputError
{
	font-size: 11px;
	font-family: Arial;
	color: black;
	background-color: Yellow;
}
.InputProtected
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	background-color: lightgrey;
}
.Validator
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-family: Arial;
}
.InfoList
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: black 1px solid;
	color: blue;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: whitesmoke;
}
.DebugGroup
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-family: Arial;
	background-color:#FFFF80;
}
.DebugLine
{
	font-size: 11px;
	color: red;
	font-family: Arial;
	background-color:#FFFF80;
}
.CommandBar
{
	background-color:#0086C8;
}
.CommandBarText
{
	font-weight: bold;
	font-size: 17pt;
	color: White;
	font-family: 'Arial Black';
}
.HtmlInclude
{
	font-size: 11px;
	font-family: Arial;
}
.UltraLabel
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #0086c8;
}
.UltraLabelOver
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #c74200;
}
.UltraLabelExpanded
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #0086c8;
}
.UltraTab
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: White;
}
.UltraTabTab
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: White;
}
.UltraTabOverTab
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #fee100;
}
.UltraTabSelectedTab
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #fee100;
}
