

.DataGridHeader
{
	background-color:#FFE0C0;
}

.DataGridItem
{
	
}

.DataGridAlternatingItem
{
	background-color:#C0FFC0;
}
.TestCenter
{
	text-align:center; 
}
TH.GrantMenu
{
	text-align: center;
	
}

.NavPanel
{
	background-color:Blue;
	width: 100%;
	height: 100px;
	position:relative;
	left:0;
	top:0;
	padding: 3px 3px 3px 3px;
}

Body.BorderlessBody
{
	margin:0;
}

BODY  
{
	margin:3;
	

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

h1  {
font-family : Arial, Helvetica, sans-serif;
font-size : 16pt;
font-style : bold;
}

h3  {
font-family : Arial, Helvetica, sans-serif;
font-size : 12pt;
font-style : bold;
}

p {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

td {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

.tdnumber {
color: black;
font-size: 12pt;
font-family: courier;
}

th {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

caption {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

li  {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

ul  {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

strong  {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
text-decoration: none;
}

a  {
color : blue;
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

.input {

font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}

.textarea {

font-family : Arial, Helvetica, sans-serif;
}

INPUT.CDFMoney 
{
	background-color: #999999;
	color: #000000;
	text-align: right; 
	font-family: Arial, Helvetica, Sans-Serif;
}
BODY.AdminNavBar
{
	background-color: #FFFFBD;
}
BODY.ProfileNavBar
{
	background-color: #99cc99;
}

BODY.PanelistNavBar
{
	background-color: #bbbbfd;
}
BODY.DesignerNavBar
{
	background-color: #FFFFBD;
}

BODY.ApplicantNavBar
{
	background-color: #bbbbfd;
}

.decNavSectionHeader
{
	font-size: .8em;
}

.printOutStyle
{
	font-weight:normal;
	}

ReportPrintOut
{
	font-size:30pt;
	font-weight:bold;
	}


/************* Admin colors *******************/

.TableHeaderApplicant{
 background-color:#C0FFFF;/*baby blue*/ 
}
.TableHeader{
 background-color:#FFE0C0;/*light pink color*/
}
.ApplicantEditLine{
    background-color:#FFC0C0;
}
.ApplicantAlternativeLine{
    background-color:#C0FFC0;
}
PaneSelectorTabSelected{
     
}
.PaneSelectorTab 
    { BORDER-RIGHT: black 1px solid; 
      BORDER-TOP: black 1px solid; 
      BORDER-LEFT: black 1px solid; 
      BORDER-BOTTOM: black 1px solid ;
      background-color:#d3d3d3;
      }
.PaneSelectorTab1 
    { BORDER-RIGHT: black 1px solid; 
      BORDER-TOP: black 1px solid; 
      BORDER-LEFT: black 1px solid; 
      BORDER-BOTTOM: black 1px solid ;
      
      }

.Selected { 
    background-color:#ffffcc;
    BORDER-BOTTOM: #ffffcc 1px solid 
}
.PaneSelectorBufferCell { 
    BORDER-BOTTOM: black 1px solid 
}