
/* basic layout */
body {

}
#outer {
	background: url(../img/outerbg.jpg) repeat-x #fff;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {

	margin: 0 auto;
}
#header {

}
#header #page_title {

}
#header #page_title .assessor {
	font: 30px Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	color: #dfbf86;
	margin: 0;
	padding: 0;
}
#header #page_title .name {
	color: #fff;
	font-variant: small-caps;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#header #page_title .county {
	font: 16px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	color: #fff;
	display: none;
	margin: 0;
	padding: 0;

}
#header #portrait {
	display: none;
}
#header_links {
	display: none;
}
#main {
	background: url(../img/mainbg.gif) repeat-y 219px 0;
	overflow: hidden;
	height: 1%;
}
#sidebar {

	display: none;
}
#sidebar a {
	color: #333;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 10px 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
	border-bottom: 1px solid #b2b2b2;
	background: url(../img/sidebar-a.gif) no-repeat top right;
}
#sidebar div.note {
	padding: 10px 0 10px 5px;
	margin: 0 31px 0 20px;
	text-align: right;
	color: #333;
	font-size: 15px;
	font-style: italic;
}
#sidebar a:hover, #sidebar a.active {
	color: #060;
	background-color: #f0f0f0;
}
#content {
	background: url(../img/contentbg.gif) no-repeat;



}

#footer_wrap {
	display: none;
	background: url(../img/footerwrapbg.gif) repeat-x #333;
}

/* content styles */
#content {
	color: #333;
	background: url(../img/contentbg.gif) no-repeat;
}
#content h1 {
	color: #060;
	font: 24px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	margin: 9px 0 24px 0;
	font-variant: small-caps;
	border-bottom: 1px solid #333;
}
#content h2 {
	color: #060;
	font: 18px Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	margin: 12px 0;
	font-variant: small-caps;
}
#content h3 {
	margin: 24px 0 12px;
	color: #060;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 6px 0;
}
#content p {
	margin: 12px 0;
	line-height: 21px;
}
#content a {
	/*text-transform: uppercase;
		color: #333;*/
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #333;
/*	color: #060;*/
}
#content sup {
	vertical-align: top;
	font-size: .65em;
}
#content ul, #content ol {
	margin: 12px 15px;
	padding-left: 30px;
}
#content ul li, #content ol li {
	margin: 0 0 9px 0;
	line-height: 21px;
}
#content hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
#content blockquote {
	margin: 12px 64px;
}

/* form styles */
#form_box {
	color: #333;
	background: #ebebeb;
	border: 1px solid #a4a4a4;
	width: 315px;
	float: right;
	margin: 6px 0 12px 24px;
}
#form_box-inside {
	padding: 5px 20px;
}
#form_box h3 {
	margin-top: 12px;
}
#form_box p {
	line-height: 20px;
}
#form_box label {
	width: 90px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	float: left;
	line-height: 26px;
}
#form_box input.text {
	border: 1px solid #ccc;
	padding: 4px 2px 0 2px;
	height: 20px;
	margin: 0 0 3px 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#form_box div.buttons {
	margin: 9px 0 15px 0;
	padding-left: 100px;
}
#form_box input.button, #content form input.button {
	background: url(../img/buttonbg.gif);
	border: 0;
	height: 28px;
	width: 75px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 5px;
}
/* input.largebutton for use with input.button - separated to protect from IE6 */
#content input.text, #content_text textarea {
	border: 1px solid #ccc;
	padding: 2px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content input.blank {
	padding: 3px;
	border: 0;
	background: none;
}
#content form input.largebutton {
	background: url(../img/button2bg.gif);
	width: 100px;
}
#content div.general_form {
	margin: 24px 0;
}
#content div.general_form label,
#content div.general_form .Label-Informal {
	float: left;
	width: 200px;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}
#content div.general_form label .note,
#content div.general_form .Label-Informal {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
}
#content div.general_form input.text {
	width: 200px;
}
/* input.largetext for use with input.text - separated to protect from IE6 */
#content div.general_form input.largetext {
	width: 300px;
}
#content div.general_form input.first {
	width: 185px;
}
#content div.general_form input.button {
	margin: 12px 0 0 220px;
}
#content div.general_form select {
	border: 1px solid #ccc;
	padding: 2px;
}
#content div.general_form table label{
	float:none;
	font-weight:normal;
	padding:0 0 0 5px;
}

/* other special styles */
#quote_box-outer {
	width: 650px;
	background: url(../img/quotebox-top.gif) no-repeat;
	padding-top: 20px;
	margin: 15px 0 20px 0;
}
#quote_box {
	background: url(../img/quotebox-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
#quote_box-inner {
	/* don't ask */
}
#quote_box-text {
	padding: 0 25px;
	background: url(../img/quotebox-bg.gif) repeat-y;
	font: 18px Georgia, "Times New Roman", sans-serif;
	color: #fff;
}
#quote_box-text img {
	vertical-align: bottom;
}
#content ul.helpful_links {
	padding-left: 0;
	font-size: 13px;
	list-style-image: url(../img/bullet.gif);
}
#content ul.helpful_links li {
	margin-bottom: 15px;

}
#content ul.helpful_links li a {
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
#content ul.helpful_links li a:hover {
	color: #060;

}
#content table th.column1, #content table td.column1 {
	padding-right: 30px;
	text-align: right;
}
#content table th.column1 {
	padding-bottom: 6px;
}
#content table td.column2 {

}
#content table#agree th {
	padding-top: 13px;
}
#content table#agree th {
	width: 120px;
	text-align: right;
	padding-right: 20px;
}
#content table#agree th.first {
	padding-top: 0;
}

/* search result styles */
table.PropertySearchPage-GridStyle {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.PropertySearchPage-GridStyle td {
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-size: 12px;
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-HeaderStyle td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-ItemStyle td {
	background: #fff;
	
}
table.PropertySearchPage-GridStyle tr.PropertySearchPage-AltItemStyle td {
	background: #eee;
}
input#PageNavigator1_txtPage {
	width: 35px;
	border: 1px solid #ccc;
	padding: 2px;
	margin:0 3px;
}
select#PageNavigator1_ddlPageSize {
	border: 1px solid #ccc;
	padding: 2px;
}

table.PropertySearchDetail-GridStyle {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.PropertySearchDetail-GridStyle td {
	padding: 4px 5px;
	font-size: 12px;
	border: 1px solid #ccc;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-HeaderStyle td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchDetail-GridStyle tr.header td {
	font-weight: bold;
	background: #030;
	color: #fff;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-ItemStyle td {
	background: #fff;
}
table.PropertySearchDetail-GridStyle tr.PropertySearchDetail-AltItemStyle td {
	background: #eee;
}
table.ContentBody td a img{
	margin:0 3px;
	vertical-align:middle;
}

.noprint
{
	display: none;
}

#prc_card {
	font-size: 12px;
}


table td {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
table#top_info {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
table#top_info td.col1 {
	width: 60%;
	padding: 0;
	margin: 0;
}
table#top_info td.col2 {
	border-left: 1px solid #999;
	width: 40%;
	padding: 0;
	margin: 0;
}
table#owner_info {
	width: 100%;
}
table#assess_info {
	width: 100%;
}
table#comm_info {
	width: 100%;
	border: 1px solid #999;
}
table th {
	border-bottom: 1px solid #999;
}
table#dwell_info {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
table#dwell_info td.col1 {
	width: 50%;
}
table#dwell_info td.col2 {
	border-left: 1px solid #999;
	width: 50%;
}

/* if a PRC goes to two pages still, remove the top padding completely */
#prc-links {
	padding-top: 4px; 
	font-size: 12px;
	line-height: 14px;
}
table.PropertySearchDetail-Disclaim {
	border: 1px solid #999;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

