﻿pageHeader/* CSS Document */

/* Basic reset of default parameters */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td
{
	margin: 0;
	padding: 0;
}
/* top title in page Joinus & Members pages section */
.ContentTitle
{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
h3
{
	font: bold 18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 3px 0px 3px 0px;
}

table.baseTable td
{
	/*padding: 3px;*/
	/*border: 0;*/
	border-spacing: 1px;
}

.dataSource
{
	/*text-align: center;*/
	/*padding: 0 0 5px 0;*/
	/*border-top: dotted 1px #bfbfbf;*/
}
.alignCenter
{
	text-align: center;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th
{
	text-align: left;
}

th
{
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/* Main Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000;*/
	color: #333;
	margin: 0;
	padding: 0;
}

p, td, li, div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	/*color: #000;*/
	color: #333;
}


a
{
	/*color: Blue;*/
	color: #206AB6;
	text-decoration: underline;
}

a:visited
{
	color: #206AB6;
	text-decoration: underline;
}

a:hover
{
	color: #12395F;
	text-decoration: underline;
}

p
{
	margin: 0 0 10px 0;
}

ul
{
	padding: 0 0 0 20px;
	margin: 5px 0 5px 20px;
}

ol
{
	padding: 0 0 0 20px;
	margin: 5px 0 5px 20px;
}

ol.numbered
{
	list-style: decimal;
}

ol.roman
{
	list-style: lower-roman;
}

li
{
	padding: 0;
	margin: 0 0 10px 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	clear: both;
	color: #000;
	margin-bottom: 10px;
}


h2
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	clear: both;
	color: #000;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
	color: #000;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin-bottom: 10px;
}

h5
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}


.textboxstyle
{
	border: 1px #000 solid;
	border: 1px #000 solid;
	font-size: 10px;
	margin-left: 4px;
	padding: 2px;
}
/* this style will cause border for check box..
input, textarea, select {
	border: 1px #000 solid;
	border: 1px #000 solid;
	font-size:10px;
	margin-left:4px;   
	padding: 2px;
}*/

input.button
{
	border: 0;
}


/* Containers */
#RequestHeaderSection
{
	/*padding: 10px 10px 0 10px;*/ /* Removed  11-23-2011 per client request to remove white space at top*/
	padding: 0 10px;
	margin: 0 auto;
	width: 948px;
	/*border-left	: 1px solid #ede3c1;
	border-right: 1px solid #ede3c1;*/
	
}
#RequestHeaderSectionCustomHTML /* Added  11-23-2011 per client request to remove white space at top*/
{
    padding: 10px 0;
}

#containermain
{
	background: #fff;
	clear: both;
}

#containerfooter
{
	background: #fff;
	clear: both;
	width: 970px;
	margin: 20px auto 0 auto;
	border-top: solid 1px #ebebeb;
}

/* Header */

#header
{
	padding: 0;
	margin: 0 auto;
	width: 970px;
	height: 75px;
}

#hdrlogo
{
	width: 350px;
	margin: 10px 0 0 10px;
	float: left;
}

#hdrlinks
{
	width: 350px;
	margin: 20px 20px 0 0;
	float: right;
	text-align: right;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
}

#hdrlinks a
{
	color: #fff;
	text-decoration: none;
}

#hdrlinks a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Navigation */

#navbar
{
	width: 970px;
	height: 25px;
	background: #33224F;
	margin: 0 auto;
	padding: 0;
	border-top: #fff solid 1px;
}

.navitem
{
	display: inline;
	float: left;
	padding: 5px 27px 5px 27px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	border-right: 1px solid #fff;
}


.navdivider
{
	display: inline;
	float: left;
	width: 10px;
	height: 50px;
}

#navbar a
{
	color: #fff;
	text-decoration: none;
}

#navbar a:visited
{
	text-decoration: none;
}

#navbar a:hover
{
	text-decoration: underline;
	color: #ccc;
}
/* Home Page Content */



/* Page Content */
#maincontent
{
	width: 970px;
	margin: 0 auto;
	position: relative;
	
}

#onecolumn
{
	padding: 10px;
	text-align: center;
}

#breadcrumb
{
	padding: 10px;
	background: url(/images/lois_breadcrumb_bkg.gif);
}


#threecolumn
{
}

#leftsb
{
	margin-left: 20px;
	padding-top: 15px;
	width: 160px;
	float: left;
}
#leftsbsearchresults
{
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 5px;
	width: 156px;
	height: 445px;
	float: left;
}

#leftsb ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftsb ul li
{
	margin: 8px 8px;
	padding: 0 0 5px 0;
	text-transform: capitalize;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#leftsb ul li a
{
	color: #00f;
	text-decoration: none;
	padding-left: 10px;
}

#leftsb ul li a:hover
{
	color: #999;
	text-decoration: none;
	padding-left: 10px;
}

#leftsb ul li.on a
{
	color: #f00;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#leftsb ul li li
{
	margin: 5px 5px;
	padding: 0 0 5px 0;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: normal;
}



#centercontent
{
	width: 480px;
	float: left;
	margin: 0;
	padding: 15px 20px 0 20px;
}
#PropertySearchResultsContent
{
	float: left;
	margin: 0;
	padding: 0 0 0 0;
}
.SearchResultsMapStyle
{
	padding: 15px 5px 0 5px;
	width: 280px;
	margin-left: 10;
	height: 250px;
	text-align: left;
	border: 1px #000 solid;
}
.SearchResultsMapExpandStyle
{
	padding: 15px 5px 0 5px;
	width: 800px;
	margin-left: 10;
	position: absolute;
	left: 100;
	top: 20;
	height: 350px;
	text-align: left;
	border: 1px #000 solid;
}
#expandmapcontent
{
	top: 10px;
	left: 720px;
	position: absolute;
	padding: 15px 0px 0 0px;
	width: 250px;
	height: 250px;
	text-align: left;
	border: solid 1 black;
}
.paginationcontent
{
	text-align: right;
	font-size:13px;
}
#twocolumncontent
{
	width: 745px;
	float: left;
	margin: 0;
	padding: 15px 20px 0px 5px;
	margin-bottom:15px;	
}
#pnlSearchParams
{
	width: 920px;
	float: left;
	margin: 0;
	padding: 15px 20px 0 5px;
}
#pnlSearchResults
{
	width: 920px;
	float: left;
	margin: 0;
	padding: 15px 20px 0 5px;
}
#twocolumncontentalt
{
	width: 560px;
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	border-left: none;
}
.twocolumnmaincontent
{
	width: 745px;
	float: left;
	margin: 0;
	padding: 15px 20px 0 20px;
}
.rightimg
{
	padding: 3px;
	margin: 0 0 15px 15px;
	border: solid 2px #ede3c1;
	float: right;
}

.leftimg
{
	padding: 3px;
	margin: 0 15px 15px 0;
	border: solid 2px #ede3c1;
	float: right;
}

#rightsb
{
	padding-top: 15px;
	margin-right: 10px;
	width: 230px;
	float: right;
}

#rightsb img
{
	margin: 5px 0;
}

#rightsb input
{
	margin: 5px 0;
}

#rightsb #acctheader
{
	width: 181px;
	padding: 5px;
	background: #e6ab5d;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#rightsb #acctinfo
{
	width: 181px;
	padding: 5px;
	background: #f7edcf;
	color: #887c58;
	font-size: 11px;
	font-weight: normal;
}

#rightsb strong
{
	font-weight: bold;
	color: #a06311;
}

#rightsb ul
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 191px;
}

#rightsb ul li
{
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
	font-size: 11px;
	color: #887c58;
	border-bottom: 1px solid #ede3c1;
}

/* Data Tables */

#twocolumncontent td
{
	border: solid 1px #fff;
	font-size: 11px;
}

#twocolumncontent td.title
{
	background: #ccc;
	color: #000;
	padding: 4px;
}

#twocolumncontent td.title h2
{
	color: #000;
}

#twocolumncontent td.odd
{
	padding: 2px 4px;
	background: #fff;
}

#twocolumncontent td.even
{
	padding: 2px 4px;
	background: #eee;
}


/*#browseboxsmall {
	width:160px;
	display:inline;
	padding:5px 5px 0 0;
	text-align:right;
	cursor:pointer;
}

#browseboxsmall a {
	font-size:11px;
	font-weight:normal;
	color: #333; 
	text-decoration:underline; 
	z-index:10;
}



#browseboxsmall a:hover {
	text-decoration:none;
}*/

#divSearchLink {
	width:160px;
	display:inline;
	padding:5px 5px 0 0;
	text-align:right;
	cursor:pointer;
}

#divSearchLink a {
	font-size:11px;
	font-weight:normal;
/*	color: #333; */
	text-decoration:underline; 
	z-index:10;
}



#divSearchLink a:hover {
	text-decoration:none;
}


#browseboxlarge {
	padding-top:15px;
	margin-right:10px;
	width:230px;
	float:right;
	position:absolute;
}



/* Footer */
#contactfooter
{
	/*width: 930px;*/
	margin: 0 auto;
	margin-bottom:10px;
	
}

#contactfootersearch
{
	width: 200px;
	margin: 0 auto;
	margin-bottom:10px;
	margin-left:100px;
	float:left;
}

#footer
{
	width: 960px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
}

#footerlogo
{
	width: 106px;
	margin: 0 0 0 55px;
	display: inline;
	float: left;
}
#footernav
{
	width: 500px;
	margin: 8px 0 0 40px;
	display: inline;
	text-align: center;
	float: left;
	color: #da5f11;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#footer a
{
	color: #da5f11;
	text-decoration: none;
}

#footer a:hover
{
	color: #a06312;
	text-decoration: underline;
}

#footer .copyright
{
	font-size: 10px;
	text-transform: capitalize;
	font-weight: normal;
}

.blank
{
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
}


/*************End of changed by scott*****************************/

/**added by deebu**/
.communitysearchheader
{
	width: 240px;
	height: 23px;
	padding-top: 5px;
	position: absolute;
	top: 45px;
	left: 730px;
	text-align: center;
	background: url(/images/lois_browsesmall_bkg.gif);
}
.communitysearchcontent
{
	width: 240px;
	height: 200px;
	padding-top: 5px;
	position: absolute;
	top: 45px;
	left: 730px;
	text-align: center;
	overflow: auto;
}
#leftmenuheader
{
	height: 20px;
	font-weight: bold;
}
#leftmenuitem
{
	height: 20px;
}
#leftmenuitem a
{
	color: #206AB6;
	text-decoration: none;
	padding-left: 10px;
}

#leftmenuitem a:hover
{
	color: #12395F;
	text-decoration: none;
	padding-left: 10px;
}

#leftmenuitem.on a
{
	color: #12395F;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#pagecontentframe
{
	width: 975px;
	float: left;
	margin: 0;
}


#divSearchResults
{
	max-height:2180px;
	}

#menucontentframe
{
	width: 155px;
}

/**End of changes added by Deebu*/
.linkText
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #000000;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
}
.paragraphText
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	text-align: justify;
}
.grd
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #FFFFFF;
	border: none;
	border-spacing: 0px;
	background-color: Transparent;
	border-width: 0px;
	border-color: #a3a3a3;
	border-left-color: #a3a3a3;
	border-right-color: #a3a3a3;
	border-top-color: #a3a3a3;
	border-bottom-color: #a3a3a3;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	width: 98%;
	padding: 0px;
	text-align: left;
}
.grdHeader
{
	/*background: #E4E4E4;*/
	color: #000000;
	/*padding: 4px;*/
	text-align: left;
	font-weight: bold;
	border-bottom: dotted 1px #bfbfbf;
}

.grdRow
{
	padding: 2px 4px;
	background: #fff;
}
.grdAltRow
{
	padding: 2px 4px;
	background: #fff;
}
.grdEmptyRow
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: Transparent;
	color: Black;
}
.grd td
{
    padding: 2px 1px;
}
.rptHeader
{
	font-weight: bold;
}
H2
{
	background-color: #CCCCCC;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial;
	font-size: 15pt;
}
.pageHeader
{
	font-weight: bold;
	color: #454545;
	font-family: Arial;
	font-size: 11pt;
	width: 850;
}
.paragraphHeader
{
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	/*background-color: #BCBCBC;*/
	padding: 4px;
	/*border: 1px solid #fff;*/
	background: #f1f1f1;
	border-top: solid 1px #CFCFCF;
	margin: 0 0 8px 0;
}
.parentParagraphHeader
{
    font-weight: bold;
	text-align: left;
	padding: 4px;
	border-top: solid 1px #CFCFCF;
	margin: 0 0 8px 0;
	background:#fff;border-top: dotted 1px #afafaf;border-bottom: dotted 1px #afafaf; font-size: 10pt;
}


/* ASPX Control Styles*/
.ddList
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #003366;
}
.chkBox
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.rdButton
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.sbmtButton
{
	border: 1px solid #0C4263;
	height: 25px;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #235e8a;
	background-color: #fefefe;
	border-left-color: #696969;
	border-right-color: #696969;
	border-top-color: #696969;
	border-bottom-color: #696969;
	font-weight: bold;
	width: 70px;
}
.lnkButton
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #4E819E;
	font-weight: normal;
}

.textBox
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	border-color: #235e8a;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	color: #000000;
}
.textArea
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	border-color: #235e8a;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	color: #000000;
	width: 250px;
	height: 50px;
}
.frmLabels
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-style: normal;
	padding-right: 5px;
}

/*END ASPX Control Styles*/

/*HTML Table Styles*/
.mainTable
{
	width: 98%;
	text-align: center;
	padding-bottom: 0px;
	vertical-align: bottom;
}
.trBg
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: Transparent;
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: left;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	height: 10px;
}
.tdTopMenu
{
	text-align: right;
	vertical-align: top;
	color: White;
}
.tblSubTitle
{
	background-color: Transparent;
	background-repeat: repeat-x;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}

.menuStyle
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-decoration: none;
}

/*classes for div created on 11Sep2008*/

.searchRequestDiv
{
	width: 240px;
	height: 200px;
	padding-top: 5px;
	position: absolute;
	top: 30px;
	left: 0px;
}


.divloading
{	
	text-align:center;
	font: bold 18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	width:100%;
	padding: 20px 0 0 0;
}

.searchDiv
{
	/*width: 240px;
	height: 200px;*/
	width: 200px;
	height: 130px;
	padding-top: 5px;
	position: absolute;
	top: 20px;
	right: 0;
	text-align: center;
	background: url(/images/lois_browsemedium_bkg4.png) no-repeat top left;
}


.searchCriteriaDiv
{
	width: 578px;
	height: 385px;
	padding-top: 15px;
	padding-left: 2px;
	background: url(/images/lois_search_bg.gif);
}

.communitysearchresultsDiv
{
	width: 240px;
	height: 200px;
	padding: 10px 0px 0px 15px;
	position: absolute;
	top: 75px;
	/*left: 730px;*/
	text-align: center;
	background: url(/images/lois_browsecommunity_dropdown_bkg3.png) no-repeat top left;
}
.BorderStyle
{
	border-width: 0px;
	border-color: #13488E;
	border-left: #13488E 1pt solid;
	border-right: #13488E 1pt solid;
	border-top: #13488E 1pt solid;
	border-bottom: #13488E 1pt solid;
}
.divHeaderImage
{
	left: 15px;
	top: 15px;
	width: 185px;
	height: 65px;
	border-width: 1px;
	border-left: #321f4a 1pt solid;
	border-right: #321f4a 1pt solid;
	border-top: #321f4a 1pt solid;
	border-bottom: #321f4a 1pt solid;
}
/*END Div*/
.topMenu
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 9px;
	font-weight: bold;
	color: White;
	cursor: hand;
}

.bottomText
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-align: center;
}
.bottomMenu
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CC6600;
	text-align: center;
	cursor: hand;
}

.menuTable
{
	border-right: solid 1pt black;
	border-top: solid 1pt black;
	border-left: solid 1pt black;
	border-bottom: solid 1pt black;
}

td
{
	padding: 2;
}
/***********Menu STyle End***************/
/***********CSS for imageviewer*****************/
#imageviewer{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#imageviewerDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#imageviewerCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lnkPrev{ float:left}
#lnkNext{ float:left}
#imagestatus{ float:left}
#imageviewer img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	}
	
/***********End of CSS for imageviewer*****************/

#printheader
{
	display:none;
}	
#printfooter
{
	display:none;
	clear:both;
	height: 1px;
}

#searchcriteria
{
	display: inline;
	float:left;
	
}

#PropertySearchResultsContent
{
	display: inline;
	float:left;
}

#searchmapcontainer
{
	display: inline;
	float:right;
	width:750px;
	margin-right:20px !important;
	margin-right:10px;
}
#searchPanel
{

   padding-right:10px;
   margin-right:5px;
   font-size:11px;
   font-weight:Normal;
   color:#00F;
   text-decoration:underline;
}

/**** CSS for Mapping Control ****/

.map
{
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
a.SilverBtn
{
    display: block;
    float: left;
    background: #fff url(/Images/button_bkg.png) repeat-x left top;
    border: 1px outset #eee;
    padding: 4px;
    text-decoration: none;
    color: #000;
    width: 131px;
    font: 9px;
}
a.SilverBtn.Selected
{
    background: #fff url(/Images/button_bkg.png) repeat-x left bottom;
    border: 1px inset #eee;
    color: #05c;
}
a.LinkBtn
{
    width: 35px;
    margin-bottom: 2px;
    text-align: center;
}
.space
{
    margin-right: 2px;
}
.CtrlLabel
{
    display: block;
    width: 78px;
    float: left;
    margin: 0 12px 4px 0;
    line-height: 20px;
}
.Swatch
{
    display: block;
    float: left;
    width: 22px;
    height: 14px;
    margin-right: 10px;
    border: 1px solid #000;
}

/**** Think Geo Map images ****/
/*
div.descContent hr
{
    clear: both;
    color: #c1c1c1;
    background: #c1c1c1;
    height: 1px;
}
div.descContainer
{
    font-family: Arial, Helvetica, sans-serif !important;
    width: 300px;
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 999;
}
div.descSmall, div.showHideBtContainer
{
    padding-top: 8px;
    width: 73px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
div.descSmall
{
    background-image: url(~/Maps/Images/dhidebg_controls.png);
    width: 120px;
}
div.descTop, div.descContent, div.descBottom
{
    width: 317px;
    font-size: 12px;
    font-family: Verdana;
    color: Black;
    background-position: left top;
}
div.descTextPadding
{
    padding-left: 12px;
    padding-top: 12px;
}
div.descTop
{
    height: 33px;
    font-weight: bold;
    background-image: url(~/Maps/Images/dtop_controls.png);
    cursor: pointer;
}
div.descContent
{
    font-size: 10px;
    overflow: auto;
    background-repeat: repeat-y;
    background-image: url(~/Maps/Images/dcontent.png);
    text-align: left;
    vertical-align: middle;
}
div.descContentPad
{
    padding: 5px;
    padding-right: 10px;
    padding-left: 15px !important;
    text-align: left;
}
div.descBottom
{
    height: 28px;
    font-size: 38px;
    background-image: url(~/Maps/Images/dbottom.png);
    background-repeat: no-repeat;
    padding: 0px;
}
*/

#hidebt, #showbt
{
    width: 14px;
    height: 14px;
    border-width: 0px;
    cursor: hand;
    position: absolute;
    z-index: 100;
    top: 10px;
}
#hidebt
{
    background-image: url(~/Maps/Images/dhide.png);
    right: 15px;
}
#showbt
{
    background-image: url(~/Maps/Images/dshow.png);
    right: 15px;
    display: none;
}

/*Cody 12-23-2010*/
#pageheader
{
    width: 970px;
    text-align:center;
    margin: 0 auto;
    border-bottom: solid 1px #bfbfbf;
	border-bottom: solid 1px #ECECEC;
	/*padding-bottom: 10px;*/ /* Removed  11-23-2011 per client request to remove white space at top*/
	line-height: normal;
}
#pageheader div, #pageheader span
{
    line-height: normal;
}
.pageHeader
{
    display:block;
    /*padding: 10px 0 0 0;*/
}
.pageHeader .pageHeader
{
    display:inline;
    padding:0;
}
.comminityProfilesTab
{
    float:right;
    width: 140px;
    height: 25px;
    background: url(/images/communityProfilesTab.gif) no-repeat top left;
}
.comminityProfilesTab a
{
    display: block;
    text-decoration: none;
    padding: 2px 0 0 9px;
    font-weight: bold;
    background: url(/images/downArrow.gif) no-repeat 123px 8px;
}
.buildingSitesTab
{
    float:right;
    width: 80px;
    height: 25px;
    background: url(/images/buildingSitesTab.gif) no-repeat top left;
}
.buildingSitesTab a
{
    display: block;
    text-decoration: none;
    padding: 2px 0 0 0;
    font-weight: bold;
    text-align: center;
}
.printTab
{
    display: block;
    float:right;
    width: 35px;
    height: 25px;
    background: url(/images/printTab.gif) no-repeat top left;
}
#returnSearchResultsTab
{
    float:left;
    width: 170px;
    height: 25px;
    background: url(/images/searchResultsTab.gif) no-repeat top left;
}
#returnSearchResultsTab a
{
    display: block;
    text-decoration: none;
    padding: 2px 0 0 19px;
    font-weight: bold;
    background: url(/images/leftArrow.gif) no-repeat 10px 7px;
}
.returnSearchResultsTab
{
    float:left;
    width: 170px;
    height: 25px;
    background: url(/images/searchResultsTab.gif) no-repeat top left;
}
.returnSearchResultsTab a
{
    display: block;
    text-decoration: none;
    padding: 2px 0 0 19px;
    font-weight: bold;
    background: url(/images/leftArrow.gif) no-repeat 10px 7px;
}
#frameNavigation
{
	background: url("/images/navigationBar3.png") no-repeat scroll left top transparent;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    width: 970px;    
   
}
#frameNavigation ul
{
    margin:0;
    padding:0;
}
#frameNavigation li
{
    margin:0;
    padding:0;
    height: 23px;
}
#frameNavigation li a
{
    font-weight:bold;
    text-decoration:none;
}
#frameNavigation ul li
{
    position:relative;
    display: inline;
    float: left;
    padding: 7px 13px 0 13px;
    margin: 0 19px 0 0;
    /*border-right: solid 1px #cfcfcf;*/
}
#frameNavigation ul li span
{
    font-weight: bold;
    color: #206AB6;
}
#frameNavigation ul li:hover
{
    background: #cfcfcf;
}
#frameNavigation ul li:hover span
{
    color: #12395F;
}
#frameNavigation ul li:hover ul
{
    display:block;    
}
#frameNavigation ul li ul
{
    float: left;
    position: absolute;
    left:0;
    top:29px;
    /*width: 140px;
    background: #fff;
    border: solid 1px #cfcfcf;   
    border-top: none;*/
    width: 160px;
    padding: 0 6px 10px 6px;
    margin-left: -3px;
    background: url(/images/subNavigationBG.png) no-repeat bottom left; 
    display: none;
}
#frameNavigation ul li ul li
{
    position: relative;
    display: block;
    float:left;
    /*width: 134px;*/
    width: 133px;
    height: 18px;  
    padding: 0 3px 3px 3px;
    list-style-type: none;
    border-right: none;
    border-top: solid 1px #cfcfcf;
    clear: both;
}
#frameNavigation ul li ul li:hover
{
    background: #f1f1f1;
}
#frameNavigation ul li ul li a
{
    display:block;
    /*width: 134px;*/
    width: 133px;
    padding: 2px 0 2px 0;   
    height: 16px;
    text-decoration: none;
    font-weight:normal;
}
#frameNavigation ul li ul li a:hover
{
    text-decoration: none;
}
	
.propertyDetailImages img
{
    border: solid 1px #cfcfcf;
}
	
/*Search List*/
.resultsBarTop
{
    width: 970px;
    background: #E4E4E4 url(/Maps/graphics/resultBarBg.gif) repeat-x center center;    
}
.resultsBarBottom
{
    width: 970px;
    background: #E4E4E4 url(/Maps/graphics/resultBarBg.gif) repeat-x center center;
}
.resultsBarTop td, .resultsBarBottom td
{
    padding: 3px;
}
.grdHeader
{
    background: none !important;
}

.cblLocal label
{
	/*padding:0 0 0 8px !important;*/
	vertical-align:top;
}

.hypheader
{
	font-size:12px;
	font-weight:bold;
}

.imgbuilding
{
	background-color:#FAFAFA;
	height:80px;
	width:100px;
	border-width:0px;
}

.airportinterstate
{
	 width:30px;
	 border-width:0px;
}

#baseSearch table td
{
	padding: 2px;
	/*border: 0;*/
	border-spacing: 1px;
}

.paginginfo
{
    float:left;
    padding-left: 200px;
}
.pagingnavigation
{
    float:right;
    padding-right: 5px;
}


/* Search Criteria -- Added by Paul 09/01/11 */



.searchBorderTable .topLeftCorner{
    width: 7px;
    height: 7px;
    background: url(/Maps/graphics/mapBorderCornerTopLeft.gif) no-repeat top left;
}
.searchBorderTable .top{
    height: 7px;
    background: url(/Maps/graphics/mapBorderTop.gif) repeat-x top left;
}
.searchBorderTable .topRightCorner{
    width: 7px;
    height: 7px;
    background: url(/Maps/graphics/mapBorderCornerTopRight.gif) no-repeat top right;
}
.searchBorderTable .left{
    width: 7px;
    background: url(/Maps/graphics/mapBorderLeft.gif) repeat-y top left;
}
.searchBorderTable .right{
    width: 7px;
    background: url(/Maps/graphics/mapBorderRight.gif) repeat-y top right;
}
.searchBorderTable .bottomLeftCorner{
    width: 7px;
    height: 7px;
    background: url(/Maps/graphics/mapBorderCornerBottomLeft.gif) no-repeat bottom left;
}
.searchBorderTable .bottom{
    height: 7px;
    background: url(/Maps/graphics/mapBorderBottom.gif) repeat-x bottom left;
}
.searchBorderTable .bottomRightCorner{
    width: 7px;
    height: 7px;
    background: url(/Maps/graphics/mapBorderCornerBottomRight.gif) no-repeat bottom right;
}
.searchBorderTable .center {
    padding: 5px;
}

#SearchTabs
{
    width: 935px;
    height: 30px;
    margin:0 auto;
    padding:0;  
    background: #E4E4E4 url(/Maps/graphics/top_gradient.gif) repeat-x bottom left;
    /*border-bottom: solid 3px #fff;*/
    text-transform: uppercase;
}

div#SearchTabs ul
{
    padding: 0;
    margin: 0 auto;
    /*width: 600px;*/ /* Set in code to allow for adjustment for hiding tabs - Cody - 1/13/2011 */
}
div#SearchTabs ul li
{
    list-style-type: none;
    display: inline;
    float: left;
    margin:0;
    padding:0;
}
div#SearchTabs ul li a
{
    display:block;
    float:left;
    text-align: center;
    width: 180px;
    height: 19px;
    padding: 3px 0 0 0;
    margin: 3px 0 0 0;
    color: #3F3F3F;
    text-decoration: none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    background: url(/Maps/graphics/nav_button2.png) no-repeat 10px -22px;
}
div#SearchTabs ul li #MapUserControl1_searchTab {
    /*background-position: 10px 0px;*/
    color: #cc0000;
}
div#SearchTabs ul li #MapUserControl1_searchTab:hover  {
    color: #000;
}
div#SearchTabs ul li #MapUserControl1_searchTab.on {
    color: #000;
}
div#SearchTabs ul li a:hover
{
    color: #000;
    text-decoration: none;
    background-position: 10px 0px !important;
}
div#SearchTabs ul li a.on
{
    /*background: #fff;*/
    color: #000;
    background-position: 10px 0px !important;
}

div#SearchTabs .viewProp {
    
    font-size:11px;
    float:right;
    line-height:1;
    text-transform: none;
    background:#3f3f3f;
    border-bottom:1px solid rgba(0, 0, 0, 0.25);
    color:#FFFFFF;
    display:inline-block;
    padding:4px 10px 5px;
    margin: 3px 10px 0 20px;
    position:relative;
    text-decoration:none;
    -moz-border-radius:15px;
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(center top, rgb(95,95,95) 45%, rgb(63,63,63) 85%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.45, rgb(95,95,95)),color-stop(0.85, rgb(63,63,63)));
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}
div#SearchTabs .viewProp:hover {
    background-color: #111;
    color: #fff;
}
div#SearchTabs .viewProp a {
    color: #efefef;
}
div#SearchTabs .viewProp a:hover {
    color: #fff;
}
div.SearchTabsContainer
{
    width: 935px;
    height:30px;
    background: #E4E4E4 url(graphics/top_gradient.gif) repeat-x bottom left; 
}
ul.SearchTabs
{
    /*width: 935px;*/
    /*width: 760px;*/ /* Set in code to allow for adjustment for hiding tabs - Cody - 1/13/2011 */
    height:30px;
    margin:0 auto;
    padding:0;  
    text-transform: uppercase;
}
ul.SearchTabs li
{
    list-style-type: none;
    display: inline;
    float: left;
    margin:0;
    padding:0;
}
ul.SearchTabs li a
{
    display:block;
    float:left;
    text-align: center;
    width: 180px;
    padding: 3px 0 0 0;  
    margin: 3px 0 0 0;
    height: 19px;  
    color: #3F3F3F;
    text-decoration: none;
    /*border-right: solid 1px #fff;*/
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    background: url(graphics/nav_button2.png) no-repeat 10px -22px;
}
ul.SearchTabs li a:hover
{
    color: #000;
    background-position: 10px 0px;
    text-decoration: none;
}
ul.SearchTabs li a.on
{
    /*background: #fff;*/
    color: #000;
    background-position: 10px 0px;
}

#SearchContent
{
    height: 625px;
    }

.panes
{
    padding-top: 5px;
    
    
    }

.searchtextboxstyle
{
	border: 1px #CCCCCC solid;
	border: 1px #CCCCCC solid;
	font-size: 12px;
	margin-left: 4px;
	padding: 2px;
}

#building_search 
{
    width: 420px;
    margin: 0 auto;
}

#site_search 
{
    width: 420px;
    margin: 0 auto;
}

#building_sort 
{
    width: 280px;
    margin: 0 auto;
}

#site_sort 
{
    width: 280px;
    margin: 0 auto;
}

#SearchContent table td
{
    padding: 3px;
    font-size: 12px !important;
}

#ContentSearchLocation
{
    font-size: 12px;
    width: 920px;
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;    
}

#ChooseLocation
{
    padding-bottom: 5px !important;
    }

.SearchState
{
    font-size: 12px;
    width: 220px;
    float: left;
}

.SearchCounty
{
    font-size: 12px;
    width: 220px;
    float: left;
   
}

.SearchMetro
{
    font-size: 12px;
    width: 230px;
    float: left;
    padding-left: 25px;
}

.SearchLocality
{
    font-size: 12px;
    width: 205px;
    float: Left;
    border-right: 1px #CCCCCC solid;
    
}

#SearchButtons
{
    width: 325px;
    padding: 10px;
    margin: 15px auto;
    
}

.SearchButton
{
    width: 150px;
    margin: 0 5px;
    
    height: 30px;
    font-size: 12px !important;
    }

#SearchText
{
    float: left;
    width: 225px;
    margin: 25px 35px;
    
    
    }

.SearchHead
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
}


.searchTableCell
{
    width:125px;
    }  








/*@media print
{	
	#printheader
	{
		display:block;
		text-align: left;
		margin-bottom: 20px;
		height: auto;
	}	
	#printfooter
	{
		display:block;
		clear:both;
		height: auto;
	}
	body
	{
		background-color: #fff;
	}
	
	table
	{
		width: 600px;
		background-color: #fff;
	}
	
	td
	{
		background: #fff;
	}	
	#pageheader
	{
		display:none;
	}
	#hdrlinks
	{
		display:none;
	}
	
	#navbar
	{
		display:none;
	}
	
	#breadcrumb
	{
		display:none;
	}	
	
	#maincontent
	{
		width: 600px;
		width: 970px;
		padding:0;
		margin:0;
		background: #fff;
	}
	
	#twocolumncontent
	{
		width: 600px;
		padding:0;
		margin:0;
		background: #fff;
	}
	
	.twocolumnmaincontent
	{
		width: 600px;
		padding:0;
		margin:0;
		background: #fff;
	}

	#twocolumncontentalt
	{
		width: 600px;
		padding:0;
		margin:0;
		background: #fff;
	}
	
	#leftsb
	{
		display:none;
	}
	#searchcriteria
	{
		display:none;
	}

	#PropertySearchResultsContent
	{
		float:left;
		clear:left;
	}

	#searchmapcontainer
	{
		float:left;
	}
	.pageHeader
	{
		font-weight: bold;
		color: #454545;
		background-color: #fff;
		font-family: Arial;
		font-size: 11pt;
		width: 600px;
		padding:0;
		margin:0;
	}
	.paragraphHeader
	{
		font-weight: bold;
		font-size: 9pt;
		text-align: left;
		background-color: #BCBCBC;
		padding: 4px;
		border: 1px solid #fff;
	}
	
	#footer
	{
		width: 100%;
		margin: 0 auto;
		padding: 15px 20px;
		text-align: center;
	}
	
	#frameNavigation
	{
	    display: none;
	}
	
	#repeatermapwrap
	{
	    clear: both;
	}
}*/
