﻿body 
{
  
}
h1
{
  font-size: 20px;
}

.Header 
{
  top: 0px;
  left: 0px;
  position: absolute;
  
  background-image: url(/Help Desk Support/Images/header_bg.gif);
  background-repeat: repeat-x;
}
.Menu 
{
  top: 300px;
  left: 15px;
  width: 195px;
  position: absolute;
}
.Content
{
  top: 300px;
  left: 170px;
  position: absolute;
  width: 600px
}
.FooterContent
{
  top: 600px;
  left: 0px;
  position: absolute;
  
}
.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;
}
