﻿.Header .BusyBar
{
	background-color: Red;
	color: White;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	position:absolute;
	float:left;
	width: 99.4%;
}
.Header .TopBar
{
	height: 20px;
	color: White;
	font-weight:bold;
	clear:right;
	background-color: RGB(100,135,220);
}
.Header .MiddleBar 
{
	background-color: rgb(140,170,230);
	color: rgb(39,78,144);
	clear:right;
	height:35px;
}

.Header .MiddleBar .LogoImage
{
	display:none;
	border solid 1px black;
}

.Header .BottomBar
{
  color: white;
  background-color: rgb(0,51,153);
  padding-top:3px;
  padding-left: 10px;
  height: 17px;
  font-weight: bold;
}
.Header .BottomBar .Orange
{
	font-weight: bold;
	color: rgb(253,160,91);
	text-decoration:none;
}
.Header .BottomBar .Orange:hover
{
	text-decoration: underline;
}

.Header .MiddleBar .Right
{
	padding-top:10px;
	font-weight: bold;
}
.Header .Right
{
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}
.Header A
{
	color: White;
	text-decoration: none;
}
.Header A:hover
{
	text-decoration: underline;
}

.AppVersion
{
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}
