﻿body 
{
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1
{
	font-size: 21px;
	color: #0000FF;
}
h2
{
	font-size: 18px;
	color: #000080;
}
h3
{
	font-size: 14px;
	color: #008000;
}
	
a:link, a:visited
{  
  text-decoration: none;
  color: Blue;
}
a:hover
{
 color: Black;
}
.Header 
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 800px;
  
}
.Menu 
{
  top: 160px;
  left: 15px;
  width: 195px;
  position: absolute;
}
.Content
{
  top: 160px;
  left: 170px;
  position: absolute;
  width: 600px
}
.GridMain
{
  border-right: gainsboro thin solid;
  border-top: gainsboro thin solid;
  border-left: gainsboro thin solid;
  border-bottom: gainsboro thin solid;
  background-color: #333333;
  
}
.GridRow
{
  background-color: #FFFAFA;
}
.GridSelectedRow
{
  background-color: #E6E6FA;
}      
.GridHeader
{
  background-color: #ADD8E6;
  font-weight: bold;
  text-align: left;
}
.GridEmptyDataTemplate
{
	background-color:Aqua;
}




