﻿body 
{
	font-family: Tahoma;
	font-size: 12px;
}
.FormContainer
{
	background-color:#e3e3e3; 
	height:600px
}

.MainFormTable
{
	width:100%;
	background-color: #e3e3e3;
}

.GroupingTable
{
	width:100%;
	border: solid 1px #cdcdc1;
}

.GroupingHeader
{
	color: Blue;
}
 
.GridScroll
{
	OVERFLOW: auto; 
	WIDTH: 594px; 
	HEIGHT: 108px; 
	TEXT-ALIGN: center; 
	BORDER: solid 1px silver;
	background-color: #ebebeb;
}

.RowBottomBorder
{
    border-bottom: solid 1px #eee9e9;
}
   
A.ButtonLink:link {
    text-decoration:    underline;
    color: Blue;
}

A.ButtonLink:visited  {
    text-decoration:    underline;
    color: Blue;
}

A.ButtonLink:active   {
    text-decoration:    underline;
    color: Blue;
}

A.ButtonLink:hover    {
    text-decoration:    underline;
    color: red;
}