﻿body
{
    background-position: background-color: #000000;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #000000;
    color: #FFFFFF;
}
a:link
{
    text-decoration: none;
    color: #FFFF00;
}
a:visited
{
    text-decoration: none;
    color: #FF3300;
}
a:hover 
{
  color: Red;
}
.fieldError
{
    background-color: #FFFFFF;
    color: #CCFFCC;
}
.FullPage
{
    background-color: #000000;
}
.GridMain 
{
  border-right: gainsboro thin solid;
  border-top: gainsboro thin solid;
  border-left: gainsboro thin solid;
  border-bottom: gainsboro thin solid;
  background-color: #333333;
  width: 400px;
}
.GridRow {
  background-color: #FFFAFA;
}
.GridSelectedRow {
  background-color: #E6E6FA;
}      
.GridHeader {
  background-color: #ADD8E6;
  font-weight: bold;
  text-align: left;
}
h1 {
  font-size: 25px;
}
h2 
{
    font-size: 16px;
    color: Cyan;
}
h3 
{
    font-size: 14px;
    color: Yellow;
}
.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 800px;
    height: 75px;
    background-color: #000000;
}
.Menu
{
    top: 78px;
    left: 15px;
    width: 150px;
    position: absolute;
    color: #000000;
}
.Content 
{
  top: 80px;
  left: 165px;
  position: absolute;
  width: 600px;
}
.Footer
{ 
    color: Yellow;
    align: Center; 
    position: relative; }

.UpdateProgress {
  background-color: Black;
  color: White;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}
.widelabel {
  display:-moz-inline-block;
  display:inline-block;
  width: 100px;
}
.wmLogo {
    font-size: 40Px;
    color: Red;
    vertical-align: middle;
    left: 280px;
    top: 10Px;
    position: absolute;
}
.termName {
    font-size: 12Px;
    color: Aqua;
    font-weight: bold;
}
