﻿
body
{
	margin: 0px;
	text-align: center;
}

/* content */

A
{
  color: blue;
  text-decoration: none;
}

A:link
{
  color: blue;
  text-decoration: none;
}

A:visited
{
  color: blue;
  text-decoration: none;
}

A:hover
{
  color: blue;
  text-decoration: underline;
}

.MainPanel
{
	background-color: #EAEAEA;
	border: solid 1px #808080;
}

.BodyText, .Watermark, .Button, #labCount, #tblResultsHeader th a, .GridRow td, .GridAlternateRow td
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
}

.Watermark
{
  color: #C0C0C0;
}

.Button
{
  font-weight: bold;
}

#pnlBody
{
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

#pnlHeader
{
  width: 100%;
  height: 103px;
  margin-top: 8px;
}

#pnlContent
{
  width: 798px;
  height: 408px;
  margin-top: 8px;
  text-align: left;
}

#pnlDisclaimer, #pnlInterface
{
  width: 100%;
  height: 100%
}

#disclaimer
{
  margin-left: 80px;
  margin-top: 40px;
  width: 638px;
}

#pnlControls
{
	margin-left: 10px;
	margin-top: 10px;
	width: 770px;
	height: 70px;
}

#labCount
{
	margin-left: 10px;
	margin-top: 8px;
	width: 200px;
	height: 11px;
}

#pnlResults
{
	margin-left: 10px;
	margin-top: 4px;
	width: 776px;
	height: 293px;
  border: solid 1px #808080;
  background-color: white;
}

#tblResultsHeader
{
  height: 15px;
}

#tblResultsHeader th, .GridRow td, .GridAlternateRow td
{
  padding-left: 4px;
  padding-right: 4px;
}

#tblResultsHeader th a
{
  font-weight: bold;
}

#fraResults
{
  width: 100%; 
  height: 278px; 
  border: none;
}

.GridRow
{
	background-color: #F0F0F0;
}

.GridAlternateRow
{
	background-color: white;
}

#pnlFooter
{
  margin-top: 8px;
  width: 100%;
}

/* footer */

.FooterText, .FooterText a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.FooterText a, .FooterText a:link, .FooterText a:visited, .FooterText a:hover
{
  font-weight: bold;
	color: black;
}


