/* styles for search/results page */
/* overrides */
#sidebar{
	display:none;
}
#search{
	width:655px;
	/*padding:0 10px 25px 22px;*/
	margin-top:-30px;
}
#info #search h1{
	margin:5px 0;
}
#info #search p{
	margin:5px 0;
}
div.back{
	display:block;
	position:absolute;
	/*top:140px;*/
	bottom:40px;
	left:0px;
}
/* search form */
.formField{
	background:transparent url(/images/bg_form_field.jpg) no-repeat scroll 0 0;
	border:1px solid #CDCDCD;
	/*height:22px;
	height:20px;*/
	padding:5px;
 }
.cityField{
	width:206px;
	margin-right:8px;
}
.stateField{
	width:179px;
	margin-right:8px;
}
.zipField{
	/*width:76px;*/
	/*margin-right:16px;*/
	margin-right:10px;
	width:50px;
}
#searchForm{
	/*width:100%;*/
	float:left;
	border:solid 4px #efefef;
	margin-bottom:20px;
	padding:10px;
	overflow:auto;
	width:650px;
}
#searchForm #col1{
	float:left;
	clear:none;
}
#searchForm #col2{
	float:left;
	clear:none;
}
#searchForm #col3{
	float:left;
	clear:none;
}
#searchForm #col4{
	float:left;
	clear:none;
}
label{
	font-size:x-small;
	line-height:165%;
}

/* search results */
.searchResults{
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;			
	width:678px;
}
.searchResultsAltRow{
	background:#F9F9F7;
}
.searchResultsHdr{
/*	height:22px;*/
	font-size:x-small;
	font-weight:bold;
	background:#E3E3E1;
}
#searchResults{
	float:left;
}
#srch_btnSearch{
	margin-top:7px
}
#searchResults table{
}
#searchResults th{
	padding:5px 3px 4px 4px;
} 
#searchResults td{
	padding:4px;
}

/* results table header */
.resultsHdrCol1{
	width:345px;
}
.resultsHdrCol2{
	width:105px;
}
.resultsHdrCol3{
	width:75px;
}
.resultsHdrCol4{
	width:85px;
}
.resultsHdrCol5{
	width:45px;
}

/* results type squares */
#type{
	width:50px;
	height:10px;
}
#apt{
	margin-right:2px;
	display:inline;
	float:left;
	clear:none;
}
#twn{
	margin-right:2px;
	display:inline;
	float:left;
	clear:none;
}
#hoa{
	margin-right:2px;
	display:inline;
	float:left;
	clear:none;
}
#hir{
	display:inline;
	float:left;
	clear:none;
}

/* bg colors for type squares */
.apt{
	background:#5F6380;
}
.twn{
	background:#B9BE2C;
}
.hoa{
	background:#BD8F2F;
}
.hir{
	background:#086631;
}
.trn{
	background:transparent;
}

/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

body.sort-active *
        {
        cursor:wait;
        }
*/

table
        {
        width: auto;
        padding: 0;
        /*margin: 0 auto 1.5em auto;*/
        /*border-left: 1px solid #C1DAD7;*/
        border-collapse:collapse;
        }
.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
#scientificNotation
        {
        text-align:right;
        }
caption
        {
        /*padding: 0 0 5px 0;*/
        /*margin:0 auto;*/
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
th
        {
        /*font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
        font-weight:bold;
        /*color: #4f6b72;*/
        /*border-right: 1px solid #C1DAD7;*/
        /*border-bottom: 1px solid #C1DAD7;*/
        /*border-top: 1px solid #C1DAD7;*/
        letter-spacing: 1px;
        /*text-transform: uppercase;*/
        text-align: left;
        padding: 8px 12px 4px 12px;
        /*background: #CAE8EA url(../media/bg_header.jpg) no-repeat;*/
        background:#E3E3E1;
        vertical-align:middle;
        }
td.total
        {
        border-top: 0;
        border-left: 0;
        /*border-right: 1px solid #C1DAD7;*/
        background: none;
        text-align:right;
        font-weight:bold;
        /*text-transform:uppercase;*/
        letter-spacing:1px;
        }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        /*background: #CAE8EA url(../media/bg_header_sortable.jpg) no-repeat;*/
        /*background:#E3E3E1;*/
        /*padding: 8px 12px 4px 16px;*/
        /*padding: 5px 3px 4px 4px;*/
        }
th.forwardSort
        {
        /*background:#CAE8EA url(../media/bg_header_down.jpg) no-repeat 0 0;*/
        background:#E3E3E1;
        }
th.reverseSort
        {
        /*background:#CAE8EA url(../media/bg_header_up.jpg) no-repeat 0 0;*/
        background:#E3E3E1;
        }

#searchResults th a, 
#searchResults th a:link, 
#searchResults th a:visited, 
#searchResults th a:hover, 
#searchResults th a:active
{
    color:#000;
}

#searchResults th a:hover,
#searchResults th a:active
{
    /*border-bottom:1px solid #000;    */
}

table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(../media/bg_header_sorting.jpg) no-repeat 0 0;
        background:#E3E3E1;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
th a
        {
        text-decoration:none;
        /*color: #4f6b72;*/
        background:transparent;
        }
td a
        {
        text-decoration:none;
        /*color:#239;*/
        background:transparent;
        }
td img
        {
        /*margin:0 auto;*/
        /*border:3px solid #ddd;*/
        }
td a:hover
        {
        /*color:#a84444;
        border-bottom:1px dotted #a80000;
        background:transparent;*/
        }
td
        {
        /*font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
        /*border-right: 1px solid #C1DAD7;*/
        /*border-bottom: 1px solid #C1DAD7;*/
        /*padding: 6px 12px 6px 12px;*/
        /*color: #4f6b72;*/
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #F5FAFA;
        /*color: #797268;*/
        }

/* Poor old Internet Explorer 6 has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
tr[class="alt"] td
        {
        /*background: #F5FAFA url(../media/td_alt.jpg) no-repeat;*/
        background: #F9F9F7;
        }
td[class~="alt"]
        {
        /*background: #edf3f3 url(../media/col_alt.jpg) no-repeat !important;*/
        /*background: #F9F9F7;*/
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
tbody tr.alt td:first-child
        {
        /*background: #F5FAFA url(../media/bullet2.gif) no-repeat;*/
        background: #F9F9F7;
        /*font-weight:bold;*/
        }
tbody tr td:first-child
        {
        /*background: #fff url(../media/bullet1.gif) no-repeat;*/
        /*font-weight:bold;*/
        }

/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        /*background-color:#F5FAFA;*/
        background: #F9F9F7;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        /*background-color:#edf3f3;*/
        }
        
        /* Pagination list styles */
        ul.fdtablePaginater
                {
                display:table;
                list-style:none;
                padding:0;
                margin:0 auto;
                text-align:center;
                height:2em;
                /*width:auto;*/
                width:250px;
                margin-bottom:0.5em;
                }
        ul.fdtablePaginater li
                {
                display:table-cell;
                padding-right:4px;
                color:#666;
                list-style:none;
                float:left;
                margin:0;
                
                -moz-user-select:none;
                -khtml-user-select:none;
                }
        #info ul.fdtablePaginater li a{
			color:#666;
			font-weight:normal;
			/*border-bottom:none;*/
		}
		#info ul.fdtablePaginater li a.currentPage,
        #info ul.fdtablePaginater li a.currentPage:active,
        #info ul.fdtablePaginater li a.currentPage:link,
        #info ul.fdtablePaginater li a.currentPage:visited
                {
                /*border-color:#a84444 !important;*/
                color:#007836;
				font-size:1.3em;
                }
        ul.fdtablePaginater li a:active
                {
                /*border-color:#222 !important;*/
                /*color:#222;*/
                }
        ul.fdtablePaginater li a,
        ul.fdtablePaginater li div
                {
                display:block;
                width:2em;
                font-size:1em;
                color:#666;
                padding:0;
                margin:0;
                text-decoration:none;
                outline:none;
                border-bottom:none;
                /*border:1px solid #ccc;*/
                /*font-family:georgia, serif;*/
                }
        ul.fdtablePaginater li div
                {
                cursor:normal;
                opacity:.5;
                filter:alpha(opacity=50);
                }
        ul.fdtablePaginater li a span,
        ul.fdtablePaginater li div span
                {
                display:block;
                font-weight:bold;
                /*line-height:2em;*/
                /*border:1px solid #fff;*/
                /*background:#fff url(../media/gradient.gif) repeat-x 0 -20px;*/
                }
        ul.fdtablePaginater li a
                {
                cursor:pointer;
                }
        ul.fdtablePaginater li a:focus
                {
                color:#333;
                text-decoration:none;
                /*border-color:#aaa;*/
                font-weight:bold;
                }
        .fdtablePaginaterWrap
                {
                text-align:center;
                clear:both;
                text-decoration:none;
                }
        #theTable-fdtablePaginaterWrapTop{
                display:none;   
        		}
        ul.fdtablePaginater li .next-page span,
        ul.fdtablePaginater li .previous-page span,
        ul.fdtablePaginater li .first-page span,
        ul.fdtablePaginater li .last-page span
                {
                font-weight:bold !important;
                }
        /* Keep the table columns an equal size during pagination */
        td.sized1
                {
                width:16em;
                text-align:left;
                }
        td.sized2
                {
                width:10em;
                text-align:left;
                }
        td.sized3
                {
                width:7em;
                text-align:left;
                }
        tfoot td
                {
                text-align:right;
                font-weight:bold;
                text-transform:uppercase;
                letter-spacing:1px;
                }
        #visibleTotal
                {
                text-align:center;
                letter-spacing:auto;
                }
        * html ul.fdtablePaginater li div span,
        * html ul.fdtablePaginater li div span
                {
                /*background:#eee;*/
                }
        tr.invisibleRow
                {
                display:none;
                visibility:hidden;
                }
        p.paginationText
                {
                /*font-style:oblique;*/
                }
				
#searchKey
{
	float:left;
	border:solid 4px #efefef;
	/*margin-bottom:25px;*/
	padding:10px;
	/*overflow:auto;*/
	width:650px;
	clear:both;
}
#searchKey span
{
	float:left;
	margin-right:20px;
}
.fdTableSortTrigger
{
	border:none !important;
}
