

input
{
    background-color: transparent;
    border: none;
    height: 21px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 0 0 4px;
    color: #000000;
}
input.small
{
    width: 71px;
}
input.medium
{
    width: 160px;
}
input.large
{
    width: 257px;
}

/* ========== Building Basics Specifics ========== */


ul.subTypes, ul.assets
{
    /*width: 345px;*/ /*margin: 0px 50px 0px 0px;*/
    padding: 0; /*float: right;*/
}

ul.subTypes li, ul.assets li
{
    width: 115px;
    float: left;
    padding-bottom: 5px;
    text-align: left;
    font-size: 12px;
}
li.Assets ul.assets li
{
    width: 140px;
}

ul.subTypes li, ul.assets li, .checboxField
{
    position: relative;
}

ul.subTypes li label, ul.assets li label, .checkboxField label
{
    position: absolute;
    bottom: 5px;
    width: 100px;
}


.radioMe
{
    width: 20px;
    height: 15px;
    display: block;
    float: left;
    margin: 2px 3px 0 0;
    background: url('images/searchWindow/radio_slice.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.radioMe.set
{
    background-position: top;
    cursor: pointer;
}
.checkMe
{
    width: 12px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 3px;
    background-position: top;
    background-repeat: no-repeat;
}

.checkMe.checked
{
    background-position: bottom;
}

.checkMe a
{
    width: 12px;
    height: 13px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-position: top;
    background-repeat: no-repeat;
}

.checked.checkMe a
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

.checkMe b
{
    /*this hides the text in the link*/
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}


.checboxField
{
    position: relative;
}
.checboxField label
{
    position: absolute;
    bottom: 5px;
}


/*category search windowbox*/

.categories .windowBox
{
    width: 543px;
    height: 260px;
    float: left;
}

#categoryNav ul
{
    display: block;
    padding: 5px 0 0 0;
}

#categoryNav li
{
    background: url(images/searchWindow/categoryNavBg.png) no-repeat;
    width: 75px;
    height: 18px;
    float: left;
    padding: 10px;
    text-align: center;
}

#categoryNav li a
{
    color: #65de5a;
    width: 75px;
    height: 18px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#categoryNav li a:hover, #categoryNav li.current a
{
    color: white;
}

.categorySearch
{
    display: block;
    clear: both;
    padding: 10px 0 20px 0;
}

.categorySearch label
{
    color: #767676;
    float: left;
    margin-right: 5px;
}

.categorySearch .input
{
    float: left;
    background-color: transparent;
    border: none;
    height: 21px;
    width: 450px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 0 0 4px;
    color: #999999;
}

.categorySearch .plusSubmit
{
    padding-top: 3px;
}

.categorySearch img
{
    float: left;
    margin-left: 2px;
}

/*===to from blocks===*/
.tofromBlock
{
    clear: both;
    margin-top: 10px;
    width: 550px;
}

.toBlock, .fromBlock
{
    background: url(images/sarchWindow/tofromBlock.png) no-repeat;
    width: 170px;
    height: 107px;
    font-weight: normal;
    overflow: hidden;
    float: left;
}
.fromBlock
{
    padding: 20px 20px 20px 20px;
}
.toBlock
{
    padding: 20px 0px 20px 20px;
}
.scroll
{
    overflow: auto;
    width: 240px;
    height: 110px; /*display: none; /*Hidden by default, userinteraction makes visible*/
}
.scroll .prompt
{
    color: #999999;
}
.toBlock .ui-selecting, .fromBlock .ui-selecting
{
    background: #ffbf53;
}
.toBlock .ui-selected, .fromBlock .ui-selected
{
    background: #ffd86a;
}

.toBlock .ui-selected-exclusion
{
    color: #999999;
}

.tofromBlock .scroll ul
{
    margin: 0 auto;
    padding: 0;
}

.tofromBlock .scroll li
{
    margin: 0 auto;
    padding: 3px 0 3px 0;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.tofromBlock .tofromBtns
{
    width: 18px;
    margin-top: 45px;
    text-align: center;
}

.tofromBtns .plus, .tofromBtns .minus
{
    margin-top: 10px;
    display: inline;
}


/*Area Filter WindowBox*/
.addAreaFilter
{
    width: 40px;
    height: 40px;
    background-position: top;
    float: left;
}

.addAreaFilter a
{
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-position: bottom;
}


.addAreaFilter a:hover
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

.addAreaFilter b
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

.areaType
{
    width: 100%;
    height: 220px;
    text-align: left;
}

.areaType .mapImage
{
    border: 1px solid #3c9035;
    height: 130px;
    width: 170px;
    margin-top: 5px;
}
.area .mapImage
{
    background-image: url(images/SelectionMap_poly.jpg);
}
.radius .mapImage
{
    background-image: url(images/SelectionMap_radius.jpg);
}
.areaType label
{
    height: 50px;
    vertical-align: middle;
}


/*=======Find Buildings by Advanced=====*/

/*===Ceiling Height WindowBox===*/



/** New Search Window Styles **/
.hidden
{
    display: none;
}
.search-window-container
{
    position: relative;
    margin: auto;
    width: 846px;
    z-index: 1500;
    top: 23px;
}
#search-window
{
    display: none; /*width: 846px;*/
    width: 700px;
    position: relative;
    padding: 0 0 0 20px;
    position: absolute;
    font-size: 10pt;
    z-index: 1600;
}
#search-window-message-overlay
{
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1601; /*search-window is 1600*/
    position: absolute;
    display: none;
}
#search-window-message-overlay .message
{
    width: 300px;
    margin: auto;
}
#search-window ul.search-column.left
{
    width: 120px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#search-window ul.search-column.left .link
{
    padding: 0 0 5px 10px;
}
#search-window ul.search-column.left .link.first
{
    padding: 10px 0 5px 10px;
}
#search-window ul.search-column.left .container
{
    height: 82px;
    width: 130px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px -83px;
}
#search-window ul.search-column.left .container.active
{
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#search-window ul.search-column.left .container .face
{
    padding-top: 20px; /*padding-left: 18px;*/
}
#search-window ul.search-column.left .container .iconimg
{
    width: 64px;
    height: 40px;
    margin: 0px 0px 0px 20px;
}
#search-window ul.search-column.left .container .iconimg.sites
{
    background-position: 0px 0px;
}
#search-window ul.search-column.left .container .iconimg.buildings
{
    background-position: 0px -50px;
}
#search-window ul.search-column.left .container .iconimg.communities
{
    background-position: 0px -100px;
}
#search-window ul.search-column.left .container .iconimg.businesses
{
    background-position: 0px -150px;
}
#search-window ul.search-column.left .container .iconimg.sites:hover
{
    background-position: -75px 0px;
}
#search-window ul.search-column.left .container .iconimg.buildings:hover
{
    background-position: -75px -50px;
}
#search-window ul.search-column.left .container .iconimg.communities:hover
{
    background-position: -75px -100px;
}
#search-window ul.search-column.left .container .iconimg.businesses:hover
{
    background-position: -75px -150px;
}

#search-window ul.search-column.left .container .title
{
    width: 106px;
    text-align: center;
    display: inline-block;
}
#search-window ul.search-column.right
{
    width: 570px;
    float: left;
    margin: 0px;
    padding: 0;
    list-style: none;
}

#search-window ul.search-column.right li.Sites, #search-window ul.search-column.right li.Buildings, #search-window ul.search-column.right li.Communities, #search-window ul.search-column.right li.Businesses, #search-window ul.search-column.right .sections .sectionHead, #search-window ul.search-column.right .sections .collapsed .sectionHead .closeOpen .close, #search-window ul.search-column.right .sections .expanded .sectionHead .closeOpen .open, #search-window ul.search-column.right .sections .expanded, #search-window ul.search-column.right .sections .collapsed, #search-window ul.search-column.right .sections .section .content div
{
    display: none;
}

#search-window ul.search-column.right li.Sites.active, #search-window ul.search-column.right li.Buildings.active, #search-window ul.search-column.right li.Communities.active, #search-window ul.search-column.right li.Businesses.active, #search-window ul.search-column.right li.active ul.sections li.section, #search-window ul.search-column.right li.active ul.sections li.section .tabs li, #search-window ul.search-column.right .sections .collapsed .sectionHead .closeOpen .open, #search-window ul.search-column.right .sections .expanded .sectionHead .closeOpen .close, #search-window ul.search-column.right li.active .sections .sectionHead, #search-window ul.search-column.right li.active .sections .expanded .content .active, #search-window ul.search-column.right li.active .sections .expanded .content .active div, #search-window ul.search-column.right li.active .sections .expanded .content .active li, #search-window ul.search-column.right li.active .sections .expanded, #search-window ul.search-column.right li.active .sections .collapsed
{
    display: block;
}

#search-window ul.search-column.right ul.sections
{
    margin: 0 0 0 5px;
    padding: 0;
}
#search-window ul.search-column.right ul.sections li.section
{
    list-style: none;
    margin: 0 0 0 0;
    clear:both;
}

#search-window .sections .section .sectionHead
{
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 10px;
    margin: 0px 0 0px 0;
    position: relative;
    cursor: pointer;
}

#search-window .sections .sectionHead .title, #search-window .sections .sectionHead .tabs, #search-window .sections .sectionHead .tabs li
{
    float: left;
}


#search-window .sections .section .sectionHead .title
{
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    position: relative;
    top: 10px;
}
#search-window .sections .section.expanded .sectionHead .tabs .tab .title, #search-window .sections .section .sectionHead .tabs .tab .title
{
    float: none;
    padding: 0;
    background-image: none;
    top: 0px;
}
#search-window .sections .sectionHead .tabs
{
    position: absolute;
    left: 180px;
    list-style: none;
}
#search-window .tab
{
    width: 61px;
    height: 62px;
    margin: 0 5px 5px;
    background-repeat: no-repeat;
    font-size: 8pt;
}
#search-window .section.expanded .tab
{
    cursor: pointer;
}
#search-window .tab
{
    background-position: -292px 0px;
}
#search-window .section.expanded .tab
{
    background-position: -146px 0px;
}
#search-window .section .tab.modified
{
    background-position: -218px 0px;
}
#search-window .section.expanded .tab.modified
{
    background-position: -72px 0px;
}
#search-window .section.expanded .tab.active, #search-window .section.expanded .tab.active.modified
{
    background-position: 0px 0px;
}
#search-window .tab img
{
    width: 23px;
    height: 20px;
    margin: 3px 0 0 20px;
}
#search-window .tab img.noimage
{
    height: 10px;
}
#search-window .tab .title
{
    width: 100%;
    text-align: center;
    display: inline-block;
}
#search-window .sections .sectionHead .closeOpen
{
    position: absolute;
    right: 40px;
    cursor: pointer;
    top: 20px;
}

#search-window .sections .content .loading, #search-window-message-overlay .loading
{
    display: inline-block;
    padding: 0 0 0 20px;
    height: 16px;
    background-repeat: no-repeat;
}
#search-window .sections .section .content
{
    padding: 10px 10px 0px 5px;
}
#search-window .content .left
{
    width: 130px;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
}
#search-window .content .right
{
    width: 400px;
    float: left;
    display: inline;
}
#search-window .content .right .left
{
    width: auto;
    float: left;
}
#search-window .content .right .right
{
    float: left;
    padding: 0px 20px 0px 0px;
    height: auto;
    width: 200px;
}
#search-window .content .full
{
    width: 550px;
    float: left;
    padding: 0;
    height: auto; /*padding-left: 21px;*/
}
#search-window .content .slider
{
    width: 0px;
    padding: 0 5px 0 5px;
}
#search-window .content .office .right
{
}
#search-window .content .assets .right .searchInput.checkbox
{
    width: 210px;
}
#search-window .content .assets .left
{
    width: 90px;
}
#search-window .content .assets .right
{
    width: 430px;
}
#search-window .content .cities .right, #search-window .content .counties .right, #search-window .content .msas .right, #search-window .content .regions .right, #search-window .content .custom .right
{
    height: 250px;
    display: block;
    width: 550px;
}
#search-window .content .cities .left, #search-window .content .counties .left, #search-window .content .msas .left, #search-window .content .regions .left, #search-window .content .custom .left, #search-window .content .subregion .left, #search-window .content .neighborhood .left, #search-window .content .incentivezone .left
{
    display: block;
    width: 570px;
}

#search-window .content .plus, #search-window .content .minus
{
    width: 18px;
    float: left;
    cursor: pointer;
}
#search-window .content .custom .right table
{
    width: 100%;
    margin: 10px 0 0 0;
}
#search-window .content .to, #search-window .content .from, #search-window .content .tofromBtns
{
    float: left;
}

#search-window .content .to, #search-window .content .from
{
    width: 238px;
    height: 110px; /*border:solid 1px #000;*/
}
#search-window #fromCITIES ul, #search-window #toCITIES ul, #search-window #fromCOUNTIES ul, #search-window #toCOUNTIES ul, #search-window #fromMSAS ul, #search-window #toMSAS ul, #search-window #fromREGIONS ul, #search-window #toREGIONS ul, #search-window #fromNEIGHBORHOOD ul, #search-window #toNEIGHBORHOOD ul, #search-window #fromSUBREGION ul, #search-window #toSUBREGION ul, #search-window #fromINCENTIVEZONE ul, #search-window #toINCENTIVEZONE ul, #search-window #fromCITIES li, #search-window #toCITIES li, #search-window #fromCOUNTIES li, #search-window #toCOUNTIES li, #search-window #fromMSAS li, #search-window #toMSAS li, #search-window #fromREGIONS li, #search-window #toREGIONS li, #search-window #fromNEIGHBORHOOD li, #search-window #toNEIGHBORHOOD li, #search-window #fromSUBREGION li, #search-window #toSUBREGION li, #search-window #fromINCENTIVEZONE li, #search-window #toINCENTIVEZONE li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
/** Form Items **/
#search-window .searchInput
{
}
#search-window .searchInput.checkbox
{
    cursor: pointer;
    width: 150px;
    display: inline-block;
    float: left;
    padding: 0 0 0 12px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
#search-window .searchInput.checkbox.checked
{
    background-position: 0px -16px;
}


#search-window #searchButton
{
    position: fixed;
    right: 100px; /*This will be managed via javascript*/
    top: 280px;
    cursor: pointer;
}
#search-window #searchButton, #search-window #searchButton img
{
    width: 92px;
    height: 54px;
    z-index: 100;
}
#search-window #searchButton img
{
    background-repeat: no-repeat;
}
#search-window #searchButton.Sites img
{
    background-position: 0px 0px;
}
#search-window #searchButton.Buildings img
{
    background-position: 0px -54px;
}
#search-window #searchButton.Communities img
{
    background-position: 0px -108px;
}
#search-window #searchButton.Businesses img
{
    background-position: 0px -162px;
}
#search-window #searchButton.Sites img:hover
{
    background-position: -91px 0px;
}
#search-window #searchButton.Buildings img:hover
{
    background-position: -91px -54px;
}
#search-window #searchButton.Communities img:hover
{
    background-position: -91px -108px;
}
#search-window #searchButton.Businesses img:hover
{
    background-position: -91px -162px;
}

#search-window #closeSearch
{
    width: 64px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: top left;
    position: fixed;
    right: 100px; /*This will be managed via javscript*/
    top: 313px;
    z-index: 99; /* #searchButton is 100, keep it one-below that. Needs to be above the section "close" buttons */
}
#search-window #closeSearch:hover
{
    background-position: top right;
}
#search-window .hideSearch, .showSearch
{
    cursor: pointer;
}
.clear
{
    clear: both;
}
#search-window h4
{
    font-size: 10pt;
}


.indented
{
    padding-top: 3px;
    padding-left: 5px;
}


#search-window .basicinfo label, #search-window .price label, #search-window .ceilingHeight label
{
    padding-bottom: 3px;
    width: 40px;
    display: inline-block;
}
#seach-window .basicinfo .right .left
{
    width: 100px;
}
#seach-window .basicinfo .right .right
{
    width: 275px;
}
#search-window categorySearch label
{
    width: 60px;
    display: inline-block;
}
#search-window td.prompt
{
    width: 200px;
}

/*Business Search*/
#search-window .Businesses .basic label
{
    padding-top: 3px;
}
#search-window .Businesses .basic label.promptText
{
    position: relative;
    top: -3px;
}
#search-window .Businesses .advanced #business_types, #search-window .Businesses .advanced #business_classes, #search-window .Businesses .advanced #business_NAICS, #search-window .Businesses .advanced #business_clusters
{
    padding-top: 10px;
}
#search-window .Businesses .advanced #business_types ul, #search-window .Businesses .advanced #business_classes ul, #search-window .Businesses .advanced #business_NAICS ul, #search-window .Businesses .advanced #business_clusters ul
{
    margin-left: 20px;
    border: solid 1px silver;
    overflow: scroll;
}
#search-window .Businesses .advanced #business_types ul
{
    width: 500px;
    height: 100px;
}
#search-window .Businesses .advanced #business_classes ul, #search-window .Businesses .advanced #business_NAICS ul, #search-window .Businesses .advanced #business_clusters ul
{
    width: 500px;
    height: 300px;
}
#search-window .Businesses .advanced #business_clusters ul
{
    height: 100px;
}
#business_types li.selected, #business_classes li.selected, #business_NAICS li.selected, #business_clusters li.selected
{
    background-color: gainsboro;
}

#search-window .sections .section .sectionHead .title
{
    background-position: 0px 0px;
}
#search-window .sections .section.expanded .sectionHead .title
{
    background-position: 0px -15px;
}


.propTypeIcon
{
    height: 20px;
    width: 23px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.propTypeIcon.office
{
    background-position: -46px 0px;
}
.propTypeIcon.industrial
{
    background-position: -0px 0px;
}
.propTypeIcon.retail
{
    background-position: -23px 0px;
}
.propTypeIcon.special
{
    background-position: -69px 0px;
}


.financialStatus *
{
    vertical-align: middle;
}
.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);
}

