/* CSS Document */

	body {
		margin:0px;
		padding:0px;
		min-width:775px;
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		/*font-family:"Times New Roman", Times, serif;*/
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;
		background-color:#CCCCCC;
	}
	
	a:visited, a:link {
		color:#0000CC;
		text-decoration: none;
	}
	
	a:hover {
		color:#0000CC;
		text-decoration:underline;
		cursor:pointer;
	}
	
	a:active {
		color:#FF0000;
		text-decoration: underline;
		cursor:pointer;
	}
	
	a:visited:hover {
		color:#0000CC;
		text-decoration:underline;
		cursor:pointer;
	}
	
	.main_wrapper {
		background-image:url(/courts/7jd/img/background.jpg);
		background-repeat:repeat-y;
		background-color:#000031;
		width:775px;
	}
	
	.top_nav {
		padding-top:10px;
		padding-bottom:10px;
		text-align:right;
		padding-right:125px;
		font-size: 10px;
		color: #8DA362;
	}
	
	.top_nav a:link, .top_nav a:visited {
		color: #8DA362;
		font-weight:bold;
	}
	
	.top_nav a:hover, .top_nav a:active {
		color: #FFF;
		font-weight:bold;
	}
	
	.header {
		width:680px;
		height:126px;
		background-image:url(/courts/7jd/img/header.jpg);
		background-repeat:no-repeat;
		background-position:12px 0px;
	}
	
	.sub_label {
		position:absolute;
		top:80px;
		left:50px;
		font-size:14px;
		font-weight:bold;
		color:#193C98;
	}
	
	.county_strip {
		width:680px;
		height:23px;
		background-image:url(/courts/7jd/img/countyStripbg.jpg);
		background-repeat:no-repeat;
		background-position:12px 0px;
		text-align:center;
	}
	
	.page_top {
		width:680px;
		height:20px;
		background-image:url(/courts/7jd/img/page_top.jpg);
		background-repeat:no-repeat;
		background-position:12px 0px;
	}
	
	.county_strip p {
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 0px;
	}
	
	.county_strip a:link, .county_strip a:visited {
		font-size:12px;
		color:#003399;
		font-weight:bold;
		padding:15px;
	}
	
	.left_nav {
		width:100px;
		float:left;
		padding: 0px 0px 0px 25px;
	}
	
	.content {
		width:522px;
		padding-left:7px;
		float:left;
	}
	
	.footer {
		clear:both;
		width:680px;
		height:15px;
		background-image:url(/courts/7jd/img/page_bottom.jpg);
		background-repeat:no-repeat;
		background-position:12px 0px;
	}
	
	.bottom_nav {
		clear:both;
		width:680px;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		font-size: 10px;
		color: #8DA362;
	}
	
	.bottom_nav a:link, .bottom_nav a:visited {
		color:#CFDFFA;
		font-weight:bold;
	}
	
	.bottom_nav a:hover, .bottom_nav a:active {
		color: #FFF;
		font-weight:bold;
	}
	
	.right_nav {
		position:absolute;
		top:0;
		left:680px;
		width:95px;
	}
	
	.page_middle {
		width:680px;
		background-image:url(/courts/7jd/img/page_middle.jpg);
		background-repeat:repeat-y;
		background-position:12px 0px;
	}
	
	.clear {
		clear:both;
	}
	
	legend {
		color:#798d62;
		font-size:14px;
		font-weight:600;
		font-family:'Times New Roman', Times, serif;
	}
	
	.external {
		background: url(/courts/7jd/img/externalLink.gif) no-repeat right;
		padding-right: 10px;
	}
	
	a.tooltip {
		position: relative;
		text-decoration:none;
	}
	
	a.tooltip span {
		display: none;
	}
	
	a.tooltip:hover span {
		display: block;
		width: 175px;
		position: absolute;
		text-align:left;
		top: -3em;
		left: 1em;
		padding: 0.2em 0.6em;
		border:1px solid #996633;
		background-color:#000;
		color:#FFF;
		cursor: help;
		font-size: 100%; /* Fixes bug in IE5.x/Win */
	}
