
/* CSS Document */

*
{
    margin: 0px;
    padding: 0px;
}

/*general*/

html
{
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 12px;
}

.clear
{
    clear: both !important;
}

hr
{
    border-color: #F9F9F9;
    margin-bottom: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

li
{
    list-style: none;
}

#newSearch
{
    height: auto;
    width: auto;
    left: 5px !important;
    top: 5px !important;
    position: absolute !important;
    z-index: 55;
}

#wrapper
{
    width: 280px;
    float: left;
	color:#444;
}

.layer.sites, .layer.buildings
{
    background-color: #fff;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
    display: block;
    float: left;
    min-height: auto;
    margin: 0;
    position: relative;
    width: 265px;
    z-index: 1500;
    font-size: 12px;
    color: #444;
}

.layer.buildings {padding: 0 10px 23px;}

.layer.sites {padding: 0 10px 19px;}

.layer.communities, .layer.business
{
    background-color: #fff;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
    display: block;
    float: left;
    min-height: 210px;
    margin: 0;
    padding: 0px 10px 15px;
    position: relative;
    width: 265px;
    z-index: 1500;
    font-size: 12px;
    color: #444;
}


.sections.sites, .sections.buildings
{
    color: #000000;
    font-size: 12px;
    padding-top: 5px;
    border-top: 0px solid #e5e5e5;
    width: auto;
    min-height: auto;
}

.sections.communities, .sections.business
{
    color: #000000;
    font-size: 12px;
    padding-top: 5px;
    border-top: 0px solid #e5e5e5;
    width: auto;
    min-height: 150px;
}

.wrapFloatLeft50 {float: left; width: 50%;}

.wrapFloatLeft45 {float: left; width: 45%;}

ul.first-selection li
{
    float: left;
    height: 20px;
    list-style: none outside none;
    width: auto;
}

ul.first-selection li span
{
    margin-right: 5px;
    cursor: pointer;
}

.sub-selection
{
    background-color: #F7F7F7;
    border-bottom: 0 solid #DDDDDD;
    border-top: 0 solid #DDDDDD;
    margin-bottom: 5px;
    margin-top: 25px;
    padding: 10px 5px;
    width: auto;
    clear: both;
}

ul.sub-selection li
{
    height: 20px;
    padding: 20px;
    margin-bottom: 5px;
}

span.tooltip img
{
    width: 14px;
    height: 9px;
    vertical-align: 10px;
    margin-right: 5px;
}

#f-sites .bottom-row
{
    height: auto;
    width: auto;
    margin-top: 60px;
}

#f-buildings .bottom-row
{
    height: auto;
    width: auto;
    margin-top: 57px;
}

.bottom-row
{
    height: auto;
    width: auto;
    margin-top: 30px;
}

/*text, links and buttons style*/
a.reset, a.minimize {
    bottom: 1px;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    right: 10px;
}

a.reset {
    right: 60px;
}

a:link, a:visited
{
    color: #444;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.button
{
    background-color: #548ABF;
    border: 2px solid #3873ad;
    color: #FFFFFF !important;
    padding: 5px 20px;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

a.button:hover
{
    background-color: #3873ad;
    border: 2px solid #3873ad;
    color: #444;
    padding: 5px 20px;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
}

a.optionsb
{
    background-color: #E1E1E1;
	border:2px solid #EEEEEE;
    color: #444 !important;
    padding: 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    float: left;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
    position: absolute;
    bottom: 20px;
}

a.optionsb.close
{
    background: transparent;
	border:0px;
    top: 10px;
    right: 10px;
    box-shadow: none;
    color: #444444;
    position: absolute;
    height: 20px;
    width: 20px;
}

a.optionsb.close:hover, a.optionsb.close:visited
{
    background: transparent;
    color: #444;
    border: none;
}

h1
{
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.advanced h1
{
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

p
{
    margin-bottom: 5px;
}

p.intro
{
    border-bottom: 1px solid #F6F6F6;
    color: #444444;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin: 5px 0 10px;
    padding-bottom: 5px;
    text-align: center;
}

p.options
{
    text-align: left;
    float: right;
}

p.options a:link, p.options a:visited
{
    color: #444;
    text-decoration: none;
    font-size: 10px;
}

p.options a:hover
{
    color: #444;
    text-decoration: underline;
}

p.subtitle
{
    font-weight: bold;
    font-size: 12px;
}


/*find sites*/

.propTypeIcon
{
    background-image: url('images/TypeIcons.png');
    background-repeat: no-repeat;
    height: 11px;
    overflow: hidden;
    width: 12px;
    padding: 0px;
    margin-bottom: 5px;
}

.propTypeIcon.office
{
    background-position: -24px 0;
}

.propTypeIcon.industrial
{
    background-position: 0px 0px;
}

.propTypeIcon.retail
{
    background-position: -12px 0px;
}

.propTypeIcon.special
{
    background-position: 0px 0px;
}

.areaType
{
    text-align: left;
}

.area .addAreaFilter, .area .addAreaFilter a
{
    background-image: url('images/addAreaFilter.png');
    margin-right: 5px;
}

.radius .addAreaFilter, .radius .addAreaFilter a
{
    background-image: url('images/addRadiusFilter.png');
    margin-right: 5px;
}

.addAreaFilter
{
    background-position: center top;
    float: left;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
}

.addAreaFilter:hover
{
    background-position: center bottom;
    float: left;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
}

.areaType label
{
    height: 50px;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 10px;
}

ul.selectAreaList
{
    background-color: #fff;
    padding: 5px;
    overflow: auto;
    height: 150px;
}

ul.areaSelected {
padding-top:10px;
padding-bottom:10px;}


/* Form Elements */

input.field-l
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #8D9194;
    height: 15px;
    padding: 5px;
    width: 93%;
}
input.field-m
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #8D9194;
    height: 15px;
    padding: 5px;
    width: 42%;
}
input.field-s
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #8D9194;
    height: 15px;
    padding: 5px;
    width: 37%;
}

input.field-xs
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #8D9194;
    height: 15px;
    padding: 5px;
   	width: 34%;
}

select
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #8D9194;
    height: 28px;
    padding: 3px;
    width: 100%;
}

select.s {
	height:28px; 
	padding:3px;
	width:125px;}

select.m {
	height:28px;
	padding:3px;
	width:49%;}

select.l {
	height:28px;
	padding:3px;
	width:97%;}

input.typecheck
{
    float: left;
    margin-right: 5px;
}

textarea.textarea
{
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #ddd;
    padding: 5px;
}

/* panels extend */

.panel
{
    float: left;
    position: relative;
    z-index: 1100;
}

.moreFilters
{
    background: url('images/panelBackground.png') repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 12px;
    min-height: 300px;
    padding: 10px 15px;
    position: relative;
    width: auto;
    display: none;
	box-shadow:2px 2px 2px #B7B7B7;
	-moz-box-shadow:2px 2px 2px #B7B7B7;
	-webkit-box-shadow:2px 2px 2px #B7B7B7;
}


.moreA, .moreB
{
    float: left;
    padding: 0px 10px;
}

.moreA, #geop
{
    border-right: 1px solid #DDDDDD;
}

.moreALast
{
    border: none;
}

.adv-block-zpe, .geo-block
{
    width: 150px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.main-block
{
    width: 35%;
    float: left;
    margin-right: 3px;
}


/*****SUB MENU ICONS INSIDE THE SEARCH PANEL ***/


.smenu-icons
{
    background-color: #FFFFFF;
    height: 90px !important;
    width: 275px;
    display: block;
    position: relative;
    z-index: 1500;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
    padding: 5px;
}

.smenu-icons p
{
    margin-bottom: 0px;
    font-weight: bold;
}

div.smenu-icons div
{
    display: block;
    float: left;
}

div.smenu-icons div a
{
    background: none !important;
    display: block;
    width: 68.75px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: gray;
}

.smenu-icons span.icon
{
    font-size: 55px;
}

.smenu-icons span.text {
    font-size: 10px;
    margin-top: -10px;
}

/*****/

.treeview {
    background-color: #FFFFFF;  
    border: 1px solid silver;
    height: 188px;
    white-space: normal;
    width: 470px;
}
.treeview .item.selected {
    background-color: #DCDCDC;
    color: #5D5D5D;
}
.treeview .item {
    background-color: #FFFFFF;
    color: #5D5D5D;
    cursor: pointer;
    padding: 3px;
}
.treeviewContainer {
    padding-bottom: 0px;
    padding-top: 6px;
}
.treeview .expander.more {
    background-image: url("../../common/images/icons/arrow-right.png");
}
.treeview .expander.less {
    background-image: url("../../common/images/icons/arrow-down.png");
}
.treeview .expander {
    background-position: center 2px;
    background-repeat: no-repeat;
    padding: 1px;
    text-align: center;
    width: 14px;
}
.treeview .expanderContainer {
    background-color: #FFFFFF;
    float: left;
    padding-top: 1px;
}

.treeview span {
    display: block;
    padding-top: 2px;
}

.geoListContainer
{
    display: none;
    position: absolute;
    left: -10000px;
    top: 0px;
    z-index: 1500;
    cursor: pointer;
    width:240px;
    height:110px
}
.geoListContainer li
{
    font-size: 10pt;
    border-radius: 4px;
    border: 1px solid transparent;
}
.geoListContainer li:hover
{
    border-radius: 4px;
    border-color: #4c4c4c;
    background-image:url(/common/styles/images/ui-bg_glass_75_dadada_1x400.png);
}

#newSearch #business_clusters
{
    padding-top: 10px;
}
#newSearch #business_clusters ul
{    
    border: solid 1px silver;
    overflow-y: scroll;
}
#newSearch #business_clusters ul
{
    width: 470px;
    height: 300px;
}
#newSearch #business_clusters ul
{
    height: 100px;
}
#newSearch #business_clusters li.selected
{
    background-color: gainsboro;
}
#newSearch #business_clusters li
{
    color: #5D5D5D;
    cursor: pointer;
    padding: 1px 0px 0px 4px;
}

#newSearch .parcelSearchPanel,
#newSearch .propertySearchPanel
{
    display:none;
    width: 286px;
    height:35px;
    line-height:35px;
    font-size:14px;
    background-color: #555555;
    color: white;
    text-align: center;
    box-shadow: 2px 2px 2px #B7B7B7;
    -moz-box-shadow: 2px 2px 2px #B7B7B7;
    -webkit-box-shadow: 2px 2px 2px #B7B7B7;
}

#newSearch .propertySearchPanel 
{
    display: block;
}

#newSearch .parcelSearchPanel a,
#newSearch .propertySearchPanel a
{
    color: white !important;
}

#parcelwrapper
{
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 12px;
    width: 285px;
    float: left;
    background-color:white;
}

#parcelwrapper .parcelOptions 
{
    background-color: #FFFFFF;
    box-shadow: 2px 0px 0px #B7B7B7;
    display: block;
    height: 60px;
    padding: 5px;
    position: relative;
    width: 275px;
    z-index: 1500;
    border-bottom: 1px solid #DDDDDD;
}

.parcelOptions span
{
    float: left;
    width: 120px;
    margin-top: 10px;
    text-align: left;
}

#parcelwrapper .parcelNo,
#parcelwrapper .enterField.address
{
    padding: 10px 10px 15px;
    box-shadow: 2px 2px 0px #B7B7B7;
}

#parcelwrapper input.cfield-m {
    height: 15px;
    padding: 5px;
    color: #8d9194;
    width: 93%;
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
}

#parcelwrapper .bottom-row {
    height: 50px;
    position: relative;
}

/*--------------------

MENU TABS

--------------------*/

#newSearch #tabMenu { float:left; width:285px; height:30px; box-shadow: 2px 2px 2px #B7B7B7; -moz-box-shadow:2px 2px 2px #B7B7B7; -webkit-box-shadow:2px 2px 2px #B7B7B7; margin-bottom:2px; background-color: #FFFFFF;}

#newSearch #tabMenu ul li { float:left;}

#newSearch #tabMenu ul li a { padding: 8px 11.1px; height:15px; font-size:10px; text-transform:uppercase; float:left; font-weight:bold; color: #444444; }

#newSearch #tabMenu ul li.selected > a { background: none repeat scroll 0 0 #548ac4; color: #FFFFFF; }
