﻿
#HTable
{
	width: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
}
#MainTable
{
	width: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
}
.Mainheading
{
	font-family: Arial;
	font-size: 12px;
}
.Tableheading
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.ParameterTable
{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}

.SearchGridStyle
{
	border-color: Silver;
	border-style: solid;
}
.SearchAlternate
{
	background-color: #F5F5F5;
	vertical-align: top;
	text-align: left;
}
.Searchitem
{
	background-color: White;
	vertical-align: top;
	text-align: left;
}
.GridStyle
{
	border-color: Silver;
	border-style: solid;
}
.Alternate
{
	background-color: #F5F5F5;
	vertical-align: top;
	text-align: center;
}
.GridHeader
{
	background-color: #FF6600;
	color:black;
	font-size: 8pt;
	font-weight: bold;
	height: 12px;
	vertical-align: top;
	text-align: center;
	border-top: 3px solid;
	border-top-color: #cbcbc1;
}

.goalHide
{
	display: none;
}
.goalView
{
	display: block;
}

.highlight
{
    background-color: #EEF385;
    color: #000080;
}
