﻿#tblPerson .textBold
{
    padding:0px 0px 3px 5px;
    
}
#tblCharges .textBold
{
    padding:0px 0px 3px 5px;
    width:100px;
}
#tblCharges .text
{
    width:480px;
}
.navImage
{
  cursor:pointer; 
}
.sectionHeader
{    
    font-size:12px;
    font-weight:bold;
    background-color:#BFCFFF;
    padding: 5px 0px 5px 5px;
    margin-bottom:10px;
    margin-top:10px;
}
.tblCourtHeader
{
    width:100%;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
          
}
.tblCourtHeader h3
{
    font-weight:bold;
    font-size:11px;
    padding:0px;
    margin:0px;    
}
.courtChargeInfo
{
    font-weight:bold;
    font-size:11px;
    margin-bottom:10px;    
 }
.tblCourtHeader td
{
    padding:5px 0px 5px 5px;  
}
.tblCourt
{        
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}
.courtTblHeader
{ 
    font-weight:bolder;
    font-size:11px;
    border-bottom:solid 1px black;
    border-right: solid 1px black;
    background-color:#E6ECFF;
}
.tblCourt td
{
    padding:1px 0px 1px 3px;
    border-right: solid 1px black;    
    
}
.textRed
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
	font-family: Arial;
	text-decoration: none;
}
.textWhite
{
	padding:4px 0px 0px 2px;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.textVine
{
    font-size: 8pt;
    padding: 0px 0px 10px 5px;
}
.text
{	
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.textBold
{	
	font-size: 8pt;
	color: black;
	font-weight:bold;
	font-family: Arial;
}
.textUnderlined
{
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underlined;
}
.textSmall
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: justify;
	text-decoration: none;
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
}
.Error
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
}
.SearchBorder
{
	border-right: #3366cc double;
	border-top: #3366cc double;
	border-left: #3366cc double;
	border-bottom: #3366cc double;
	background-color:Silver;
}

.navList
{
	list-style-position: inside;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	list-style-type: disc;
	text-decoration: underline;
}

