body
{
}
.Hide
{
	visibility: hidden;
}
.Error
{
	color: Red;
}
.Confirm
{
	color: Blue;
}
.HelpNote
{
	color: Blue;
}
.Excellent
{
	background-color: lightgreen;
}
.Good
{
	background-color: lightyellow;
}
.Medium
{
	background-color: orange;
}
.Poor
{
	background-color: Red;
	color: White;
}
.WriteOff
{
	background-color: Black;
	color: White;
}
.Locator
{
	background-color: #e2e2e2;
}
.Administrator
{
	background-color: White;
}
.Manager
{
	background-color: White;
}
.Offline
{
	color: Gray;
}