﻿body
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

td
{
	font-family: Verdana;
	font-size: 10pt;
}

/*  Page body links */
.Links
{
	font-family: Verdana;
	font-size: 10pt;
	color: blue;
}
.Links:Hover
{
	font-family: Verdana;
	font-size: 10pt;
	color: #004370;
	text-decoration: none;
}

/*  Page Tool SiteMap.aspx */
A.SiteMapNav:link
{
	color: #0000FF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}
A.SiteMapNav:visited
{
	color: #0000FF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}
A.SiteMapNav:hover
{
	color: #0000FF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

/*  Printer-Friendly */
.Print
{
	font-family: Verdana;
	font-size: 8pt;
}

/*  Page Title Style */
.PageTitle
{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

/*  Page Headers Line */
.PageTopLine
{
	color: #000000;
	height: 1px;
}

/*  Formats the left and right of the body page */
.PageBodyLayout
{
	padding-left: 5px;
	padding-right: 10px;
}

/*  Top Header Menu Style Section */
A.top_menu:link
{
	color: #404040;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
A.top_menu:visited
{
	color: #404040;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
A.top_menu:hover
{
	color: #000080;
	text-decoration: none;
}




/* Top Banner BGColor */
.HeaderBGColor
{
	background-color: #100852 !important;
}

/* News and Events/Quick Links */
.TopBar
{
	background-color: #004370;
	white-space: nowrap;
	width: 50%;
}
.TextBarBG
{
	background-color: #93a7c7;
	color: #ffffff;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 60%;
	white-space: nowrap;
}
.TextBar
{
	color: White;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	white-space: nowrap;
}
.BodyInfo
{
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 2px solid;
	background-color: #f5f5f5;
	width: 60%;
	height: 110px;
}

.SearchBG
{
	background: url(images/court_header.jpg) no-repeat right 50%;
	height: 80%;
	white-space: nowrap;
	width: 415px;
}

.HC_HeaderNavigationLinks
{
	font-size: xx-small;
	color: #494949;
	font-family: Verdana;
}
.HC_HeaderNavigationLinks:hover
{
	font-size: xx-small;
	color: #494949;
	font-family: Verdana;
	text-decoration: none;
}

/* Style for pdf.aspx page DLetz 10-13-2010 */
.pnlSubmit
    
    {
    	/*margin: 0 auto;      to center the panel */
    	margin-left: 25px;
    	border:double 4px #404040;
    	padding-top:20px;
    	padding-bottom:20px;
    	padding-left:20px;
    	width:625px;
    	background-color: #e8e8e8;
    }



