﻿

.bold
{
	font-weight: bold;
}


.AlertBad 
{
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	font-size: 11px;
	margin: 5px;
	background: #c00 url('images/alertbad_icon.gif') no-repeat left;
	color: #fff; padding-left:35px; padding-right:5px; padding-top:5px; padding-bottom:5px
}


.dataEntryTable, .dataEntryTable TR, .dataEntryTable TD
{
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	 font-weight:bold;
}

.tableBorderDark
{
   border: solid 2px #20215A;
}


.tableLite 
{
   color: #000000;
   background: #FFFFFF;
   font-weight: bold;
}


.tableHeader
{
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

.tableHeaderSpecial
{
	color: #FFFF00;
	background: #000000;
	font-weight: bold;
}

.dataEntryTable
{
	background: #EEEEEE;
	border: solid 2px #111111;
	font-family:Arial,Helvetica,sans-serif;
}

.resultsTable
{
	background: #EEEEEE;
	border: solid 1px #111111;
	font-family:Arial,Helvetica,sans-serif;

}

.resultsTable td
{
font-family:Arial,Helvetica,sans-serif;

	 font-size:11px;
	 height:25px;
}

.resultsTableHeader
{
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	border: solid 1px #111111;
}

.reportButton
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	width:54px;
}

.ArialFont
{
   font-family: Arial, Helvetica, sans-serif;
    font-size:11px; 
    }

.ArialFont A:link
{
	color: #800080;
}

.ArialFont A:active
{
	color: #800080;
}
.ArialFont A:visited
{
	color: #800080;
}

.ArialFont A:hover
{
	color: #800080;
}



.resultsTableRecords
{
	background: #EEEEEE;
	border:solid 2px #000000;

}
.resultsTableRecords th
{
    font-size:11px; 
  
    border:solid 2px #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bolder;
    
    }
    
    
    
    .resultsTableRecords td
{
    font-size:11px; border:solid 2px #000000;
    font-family: Arial, Helvetica, sans-serif;
    height:30px;
    }