﻿DIV.PopUpControl
{
	background: #3382b8;
	font: menu;
	color: menutext;
	border-right: #6A8CCB thin outset;
	border-top: #6A8CCB thin outset;
	border-left: #6A8CCB thin outset;
	border-bottom: #6A8CCB thin outset;
}

TABLE.InvestigatorGrid
{
	background-color: White;
	border-color: #E7E7FF;
	border-style: ridge;
	border-width: 2px;
}

TR.InvestigatorGridRow
{
	background-color: #cfe0eb;
	color: #355282;
}

TR.InvestigatorGridAlternatingRow
{
	background-color: #8eb7cf;
	
}

TR.InvestigatorGridHeader
{
	background: #3382b8;
	color: black;
	font-weight: bold;
}

TR.InvestigatorGridFooter
{
	background-color: #B5C7DE;
	color: #4A3C8C;
}

TD.InvestigatorGridPager
{
	background-color: #638ead;
	color: #4A3C8C;
	text-align: right;
}
