﻿#main_container
{
	font-family:Arial;
	padding: 15px;
	width:735px;
	min-height:500px;
	clear:both;
	font-size:14px;
}
#legend_container 
{
	padding:6px;
	background-color: #eae7e7;
	border: solid 1px #a3a3a3;	
}
.tr_title 
{
	font-size:12px;
	font-weight: bold;
	background-color: #E0E0E0;
}
.row_0 
{
	background-color: #cccccc;
}
.row_1 
{
	background-color: #EDEDED;
}
.tbl_0 
{
	background-color: #f5f5f5;
	margin-bottom:5px;
	width: 95%;
}
.tbl_1 
{
	background-color: #e2dfda;
	margin-bottom:5px;
	width: 95%;
}
.tbl_2 
{
	margin-bottom:5px;
	width: 95%;
}
.tbl_0 td
{
	padding: 5px;
	width: 25%;	
}
.tbl_1 td
{
	padding: 5px;
	width: 25%;		
}
.tbl_2 td
{
	border: solid 1px #cccccc;
	padding: 5px;
	width: 25%;	
}
.row_title
{
	font-size:16px;
	font-weight: bold;
}
.btn_text
{
	text-decoration:none;
}
.btn_text img
{
	text-decoration:none;
	border:0;
}
.fav_row_0 
{
	background-color: #f3f3f3;
}
.fav_row_1 
{
	background-color: #ffffff;
}
.fav_title
{
	font-weight: bold;
}
.fav_container
{
	background-color:#b5bea5; 
	padding: 8px;
	margin:0;	
}
.display_type 
{
	width: 700px;
	text-align:right;
}
.pnl_export
{
	text-align:right;
	padding:3px;
}
#address_view a:link, #address_view a:visited, #address_view a:hover, #address_view a:active
{
	text-decoration:none;
}
#parcel_view a:link, #parcel_view a:visited, #parcel_view a:hover, #parcel_view a:active
{
	text-decoration:none;
}
#subdivision_view a:link, #subdivision_view a:visited, #subdivision_view a:hover, #subdivision_view a:active
{
	text-decoration:none;
}
#search_results 
{
	font-size:14px;
}
#results_found 
{
	font-size:16px;
	font-weight:bold;
}
#details_drp 
{
	padding:6px;
}
#page_results ul
{
	 margin:0;
	 padding:5px 0 0 5px;
	 list-style:none;
}
#page_results li {
      display:inline;
      margin:0;
      padding:0 5px 0 5px;
      border-right: solid 1px #cccccc;
      font-size: 12px;
      }
#page_results_title
{
	font-size: 16px;
	padding:0 0 0 10px;	
}
#login_container 
{
	padding-top: 10px;
}
/*- User Menu(s) --------------------------- */
.user_menu ul 
{
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
/*- Main Menu Tabs--------------------------- */

    #main_menu {
      float:left;
      width:90%;
      font-size:80%;
      line-height:normal;
	  border-bottom:1px solid #84776B;
	  padding-bottom: 5px;
      }
    #main_menu ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #main_menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #main_menu a {
      float:left;
      background:url("../images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #main_menu a span {
      float:left;
      display:block;
      background:url("../images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main_menu a span {float:none;}
    /* End IE5-Mac hack */
    #main_menu a:hover span {
      color:#000000;
      }
    #main_menu a:hover {
      background-position:0% -42px;
      }
    #main_menu a:hover span {
      background-position:100% -42px;
      }