﻿#evalOuterDiv
{
   width: 100%;
	background-color: white;
   color: Navy;
}

.evalPlayersDiv
{
   width: 100%;
	background-color: white;
   color: Navy;
   padding-bottom: 10px;
}

.evalPlayersDiv table
{
   border-collapse: collapse;
	background-color: white;
   color: Navy;
}

.evalPlayersDiv td
{
   font-size:10pt;
   border: solid 1px navy;
}

.evalInstructDiv
{
   font-size: 8pt;
   text-align: left;
}

.evalInstructColLeft
{
   vertical-align:top; 
   white-space:nowrap;
   font-weight: bold; 
   padding-right: 5px;
}

.evalHeaderDiv
{
   text-align: center; 
   font-size: 10pt;
   font-weight: bold;
}

.evalSubHeaderDiv
{
   text-align: center; 
   font-size: 6pt;
   padding-bottom: 10px;
}

#ageLabelDiv
{
   text-align: left; 
   font-size: 10pt;
   vertical-align: bottom;
   padding-bottom: 8px;
}

#date
{
   text-align: right; 
   font-size: 10pt;
   vertical-align: bottom;
   padding-bottom: 8px;
}

#evalAuthError
{
   display:none;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   border: solid 4px Red;
	position:absolute;
	top: 50px;
	left: 50%;
	width:26em;
	height:5em;
	margin-left: -13em;
	background-color: #f3f3f3;
	z-index: 10;
}