﻿
v\:*
{
    behavior: url(#default#VML);
}
html, body
{
    width: 100%;
    height: 100%;
}
body
{
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

a
{
    color: #669933;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}
a:visited
{
    color: #669933;
}
a:hover
{
    text-decoration: none;
}

#bdy
{
    overflow: hidden;
}

img
{
    border: 0;
}

#headerBar
{
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url(../img/hd_bg.gif);
    background-repeat: repeat-x;
    background-position: 0 0px;
}

.repUpHolder
{
    width: 207px;
    position: absolute; /*bottom: 0 !important;     bottom: -1px; /* For Certain IE widths */ /*height: 74px;*/
    text-align: center;
    background-color: transparent;
}

.repUpBar
{
    position: relative;
    height: 64px;
    width: 207px;
    margin: 0 auto;
}

.repUpBar a
{
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

#menuBarHolder
{
    width: 100%;
    position: absolute;
    height: 64px;
    text-align: center;
    background-color: transparent;
}

#menuBar
{
    position: relative;
    height: 64px;
    width: 537px;
    margin: 0 auto;
}

#footerBarHolder
{
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    height: 74px;
    text-align: center;
    background-color: transparent;
    display: none;
}

#footerBar
{
    position: relative;
    background-image: url(../img/loc_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 74px;
    width: 537px;
    margin: 0 auto;
}

#footerStat
{
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
    text-align: left;
    padding: 10px 20px 10px 20px;
}

#footerInput
{
    /*position: relative;     top: 0px;*/
}

#footerInput label
{
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    color: #8F2525;
}

#logo
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#belowLogo
{
    font-family: Arial, Helvetica;
    position: relative;
    top: -3px;
    left: 15px;
    font-size: 10px;
    font-weight: normal;
    color: #000;
}


#leftContainer
{
    position: absolute;
    right: 0px;
    margin-right: 21px;
    top: 20px;
    width: 280px;
    background-color: transparent;
}

#btnListView
{
    background-color: #FFFF99;
    background-image: url(../img/btn_bg.png);
    background-repeat: repeat-x;
    background-position: 0px -4px;
    position: absolute;
    top: 19px;
    left: 360px;
    width: 100px;
    height: 17px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    cursor: pointer;
}

#btnLegend
{
    background-color: #FFFF99;
    background-image: url(../img/btn_bg.png);
    background-repeat: repeat-x;
    background-position: 0px -4px;
    position: absolute;
    top: 108px;
    left: 460px;
    width: 100px;
    height: 17px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    cursor: pointer;
}

#ListViewPanel
{
    position: absolute;
    top: 0;
    width: 1;
    height: 1;
    background-color: #FFF;
}

#listViewResult
{
    position: relative;
    top: 40px;
    margin: 0;
    padding: 10;
    width: 100%;
}

#listViewNoMatch
{
    position: relative;
    top: 40px;
    margin: 0;
    padding: 10;
    width: 100%;
    font-size: 120%;
    color: #669933;
}

.liListViewResult
{
    padding: 10;
    float: left;
    display: inline;
    height: 200px;
}

#bookmarkPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#bookmarkPanel h1
{
    background-image: url(../img/BookmarkPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#bookmarkInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.bookmarkPanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

#aboutPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#aboutPanel h1
{
    background-image: url(../img/AboutUsPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#termPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#termPanel h1
{
    background-image: url(../img/TermsPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#sharePanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#sharePanel h1
{
    background-image: url(../img/SharePopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#shareInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.sharePanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

#firstTimePanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#firstTimePanel h1
{
    background-image: url(../img/firstTimePopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#firstTimeInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.firstTimePanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

#watchPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#watchPanel h1
{
    background-image: url(../img/WatchThisMapPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#watchInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.watchPanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

#callPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#callPanel h1
{
    background-image: url(../img/CallPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#callInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.callPanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

.videoPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#videoPanel h1
{
    background-image: url(../img/VideoPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#videoInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

.videoPanelSectionHead
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

#logoPanel
{
    cursor: move;
}

#toolsPanel
{
    width: 280px;
}

#toolsPanelHeader
{
    background-image: url(../img/ToolsControlHeader2.png);
    background-repeat: no-repeat;
    height: 23px;
    display: block;
}

#searchPanel
{
    width: 280px;
}

#searchPanelHeader
{
    background-image: url(../img/ResultsControlHeader_Up.png);
    background-repeat: no-repeat;
    height: 23px;
    display: block;
}

.aSearchForm
{
    padding: 10px;
    font-size: 12px;
}

#aSearchFormPagination
{
    clear: both;
    border: 1px outset silver;
}

.aSearchForm input
{
    width: 175px;
}

.aSelectBox
{
    width: 150px;
    font-size: 90%;
    margin-bottom: 5px;
}

.flSearchForm
{
    padding: 10px;
    font-size: 12px;
}

#flSearchFormPagination
{
    clear: both;
    border: 1px outset silver;
}

.flSearchForm input
{
    width: 175px;
}

.flSelectBox
{
    width: 150px;
    font-size: 90%;
    margin-bottom: 5px;
}

.flSelectBoxPrice
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}

.flSelectBoxBeds
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}

.flSelectBoxBaths
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}

.mSearchForm
{
    padding: 10px;
    font-size: 12px;
}

#mSearchFormPagination
{
    clear: both; /*border: 1px outset silver;*/
}

.mSearchForm input
{
    width: 175px;
}

.mSelectBox
{
    width: 150px;
    font-size: 90%;
    margin-bottom: 5px;
}

.mSelectBoxPrice
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}

.mSelectBoxBeds
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}

.mSelectBoxBaths
{
    width: 73px;
    font-size: 90%;
    margin-bottom: 5px;
    display: inline;
}


.hvSearchForm
{
    padding: 10px;
    font-size: 12px;
}

.hvSearchForm input
{
    width: 170px;
}

#hvSearchForm input.searchButton
{
    font-size: 9px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    width: 70px;
    height: 23px;
    background-color: #FFFF99;
    background-image: url(../img/btn_bg.png);
    background-repeat: repeat-x;
    background-position: 0px -2px;
    color: #000;
    font-weight: bold;
}

#hvMsgPanel
{
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
    border-top: 1px solid #F2EFE8;
    border-left: 1px solid #F2EFE8;
    margin: 0;
}

#hvMsgPanel h1
{
    background-image: url(../img/HomeValuationPopupHeader.png);
    background-repeat: no-repeat;
    font-weight: bolder;
    margin: 0;
    width: 100%;
    height: 24px;
    text-align: left;
    font-size: 20px;
}

#hvInstructionText
{
    font-size: 90%;
    margin-top: 10;
    margin-bottom: 20;
}

#layersPanel
{
    width: 280px;
}

#layersPanelHeader
{
    background-image: url(../img/SponsorControlHeader_Up.png);
    background-repeat: no-repeat;
    height: 23px;
    display: block;
    cursor: pointer;
}

#sponsorPanel
{
    width: 280px;
}

#sponsorPanelHeader
{
    background-image: url(../img/SponsorControlHeader_Up.png);
    background-repeat: no-repeat;
    height: 23px;
    display: block;
    cursor: pointer;
}

#localinfoPanel
{
    width: 280px;
}

#localinfoPanelHeader
{
    background-image: url(../img/LocalInfoControlHeader_Up.png);
    background-repeat: no-repeat;
    height: 23px;
    display: block;
    cursor: pointer;
}

.topixHeader
{
    background-position: 0px -20px;
    font-size: 11px;
    font-weight: bolder;
    color: #669933;
    text-align: center;
}

#POIZoomLevelTooHigh
{
    font-size: 11px;
    font-weight: bolder;
    color: #669933;
    text-align: center;
}

#topixHolder
{
    padding: 5;
}

#topixHolder ul
{
    margin-top: 5px;
}

#topixHolder li
{
    margin-left: -30px;
    list-style-type: none;
    font-size: 11px;
}

#topixHolder li a
{
    text-decoration: none;
}

.panelContent
{
    display: none;
    height: auto;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; /*background-color: #F2EFE8;*/
    background-color: #FCFCCC;
    border-right: 1px solid #858383;
    border-bottom: 1px solid #858383;
}

input
{
    font-size: 12px;
    width: 250px;
    padding: 3px;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    height: 22px;
}

input.searchButton
{
    font-size: 9px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    width: 50px;
    height: 23px;
    background-color: #FFFF99;
    background-image: url(../img/btn_bg.png);
    background-repeat: repeat-x;
    background-position: 0px -2px;
    color: #000;
    font-weight: bold;
}

.paramImg
{
    width: auto;
    height: auto;
    border: 0px;
    display: block;
    margin-top: 0.5em;
    clear: both;
}

.paramAddr
{
    font-family: Verdana;
    font-size: 70%;
    width: auto;
    height: auto;
    border: 0px;
    display: block;
    margin-bottom: 0.5em;
    clear: both;
}

/* Tools buttons*/
#toolsPanelContainer
{
    background-color: #FFFFCC;
    height: 50px;
    font-size: 9px;
}

.toolsBtn
{
    margin: 0px -5px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
    cursor: pointer;
}

#toolsPanelWatchThisBtn
{
}

#toolsPanelShareBtn
{
}

#toolsPanelBookmarkBtn
{
}

/* marker html formatting */

/* POIs */
.yelpTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 300px;
    color: #343434;
    text-align: center;
}

.yelpTitle a
{
    text-decoration: none;
    color: #669933;
}

.yelpDescription
{
    margin: 10px 0px 0px 0px;
    padding: 5;
    width: 300px;
    height: auto;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.yelpDescription a
{
    text-decoration: none;
    color: #669933;
}

.yelpDescription a:visited
{
    text-decoration: none;
    color: #669933;
}

.yelpDescription a:hover
{
    text-decoration: underline;
    color: #669933;
}

.yelpTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    white-space: pre;
}

.ytTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 300px;
    color: #343434;
    text-align: center;
}

.ytTitle a
{
    text-decoration: none;
    color: #669933;
}

.ytDescription
{
    margin: 10px 0px 0px 0px;
    padding: 5;
    width: 300px;
    height: auto;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.ytDescription a
{
    text-decoration: none;
    color: #669933;
}

.ytDescription a:visited
{
    text-decoration: none;
    color: #669933;
}

.ytDescription a:hover
{
    text-decoration: underline;
    color: #669933;
}

.ytTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    white-space: pre;
}

.vpakTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 300px;
    color: #343434;
    text-align: center;
}

.vpakTitle a
{
    text-decoration: none;
    color: #669933;
}

.vpakDescription
{
    margin: 10px 0px 0px 0px;
    padding: 5;
    width: 300px;
    height: auto;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.vpakDescription a
{
    text-decoration: none;
    color: #669933;
    font-weight: bold;
}

.vpakDescription a:visited
{
    text-decoration: none;
    color: #669933;
    font-weight: bold;
}

.vpakDescription a:hover
{
    text-decoration: underline;
    color: #669933;
}

.vpakOffer
{
    font-weight: bold;
}

.vpakTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    white-space: pre;
}

.zventsTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 350px;
    color: #669933;
    text-align: center;
}

.zventsTitle a
{
    text-decoration: none;
    color: #669933;
}

.zventsDescription
{
    margin: 10px 0px 0px 0px;
    padding: 5;
    width: 300px;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.zeventsDate
{
    font-weight: bolder;
}

.zventsDescription a
{
    text-decoration: none;
    color: #669933;
}

.zventsDescription a:visited
{
    text-decoration: none;
    color: #669933;
}

.zventsDescription a:hover
{
    text-decoration: underline;
    color: #669933;
}

.zventsTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: auto;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    white-space: pre;
}



/* A */
.aHotspotStateAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
}

.aHotspotStateAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: 400px;
    font-size: 90%;
}

.aHotspotCityAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
}

.aHotspotCityAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: 400px;
    font-size: 90%;
    text-align: center;
    text-decoration: underline;
    color: #00F;
}


.aHotspotClusterTitle
{
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 350px;
    color: #669933;
    text-align: center;
}

.aHotspotClusteredDescription
{
    margin: 5;
    width: 350px;
    height: 250px;
    overflow: scroll;
    text-align: left;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}

.aHotspotTooltip
{
    clear: left;
}

.aHotspotStateAggregateTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    width: 450px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.aHotspotClusterTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    width: 250px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.aHotspotTooltipImg
{
    width: 70px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.aHotspotTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 320px;
    color: #669933;
    text-align: center;
    clear: both;
}

.aHotspotDescriptionName
{
    /*background-image: url(../img/gray_gradient.jpg);     background-repeat: repeat-x;     background-position: 0px -25px;     padding: 5;     font-weight: bold;     font-size: 11px;     font-family: Verdana, Arial, Helvetica;     margin: 0px 0px 0px 0px;     width:170px;     color: #669933;     text-align: center;     clear:both;    */
}

.aHotspotDescription
{
    margin: 10px 10px 20px 10px;
    width: 300px;
    height: auto;
    font-size: 90%;
}

.aHotspotDescriptionImgDiv
{
    /*float: left;     display: block;     */
}

.aHotspotDescriptionImg
{
    width: 70px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.aHotspotDescriptionContent
{
    float: left;
    display: block;
    font-size: 11px;
    margin-left: 5px;
    color: #000;
    overflow: hidden;
}

.aHotspotDescriptionContent ul
{
    list-style-type: none;
    margin-top: 10px;
    font-size: 13px;
}

.aHotspotDescriptionContent li
{
    color: Gray;
    margin-left: -37px;
    font-weight: bold;
}

.aHotspotDescriptionContent a
{
    text-decoration: underline;
    color: #669933;
    font-weight: bold;
}

.aHotspotDescriptionContent a:visited
{
    text-decoration: underline;
    color: #669933;
    font-weight: bold;
}

.aHotspotDescriptionContent a:hover
{
    text-decoration: underline;
}

.aHotspotDescriptionAddress
{
    font-size: 13px;
    font-weight: bold;
    color: Gray;
    margin-bottom: 10px;
}



.aHotspotDescriptionMenu
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
    width: 80px;
    text-align: center; /*margin-top: 10px;     width: 450px;         height: 25px;*/
}

.aHotspotDescriptionMenu ul
{
    list-style-type: none;
}

.aHotspotDescriptionMenu a
{
    display: block;
    text-decoration: none;
    color: #49781A;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.aHotspotDescriptionMenu a:visited
{
    display: block;
    text-decoration: none;
    color: #49781A;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.aHotspotDescriptionMenu a:hover
{
    text-decoration: underline;
}

/* FL */

.flHotspotClusterTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    width: 170px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.flHotspotClusteredDescription
{
    margin: 5;
    width: 350px;
    height: 250px;
    overflow: scroll;
    text-align: left;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}

.flHotspotClusterTitle
{
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 350px;
    color: #669933;
    text-align: center;
}

.flHotspotStateAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
}

.flHotspotStateAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: 400px;
    font-size: 90%;
}

.flHotspotCityAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
}

.flHotspotCityAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: 400px;
    font-size: 90%;
    text-align: center;
    text-decoration: underline;
    color: #00F;
}


.flHotspotStateAggregateTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.flHotspotCityAggregateTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.flHotspotListedByHolder
{
    height: auto;
    overflow: hidden;
    width: auto;
    font-size: 10px;
}

.flHotspotListedByHolder a
{
    text-decoration: underline;
    color: #669933;
    font-weight: bold;
}

.flHotspotListedByHolder a:visited
{
    text-decoration: underline;
    color: #669933;
    font-weight: bold;
}

.flHotspotListedByHolder a:hover
{
    text-decoration: underline;
}

.flHotspotListedByImg
{
}


.flHotspotListedByTitle
{
    border-top: 1px dotted Gray; /*background-image: url(../img/hd_bg.gif);     background-repeat: repeat-x;     background-position: 0 -50px;*/
    color: #454545;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.flHotspotListedByPicture
{
    float: left;
    width: 75px;
    display: none;
    height: 90px;
    overflow: hidden;
}

.flHotspotListedByPicture img
{
    width: 70px;
    border: 0;
}

.flHotspotListedByInfo
{
    float: left;
    display: block;
    color: #454545;
    text-align: left;
}

.flHotspotListedByName
{
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
}


.flHotspotTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 300px;
    color: #669933;
    text-align: center;
    clear: both;
}

.flHotspotTooltip
{
    clear: left;
}

.flHotspotTooltipImg
{
    width: 80px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.flHotspotDescription
{
    margin: 10px 10px 10px 10px;
    width: 300px;
    height: auto;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
}


.flHotspotDescriptionImgDiv
{
    clear: left;
}

.flHotspotDescriptionImg
{
    width: 80px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.flHotspotDescriptionContent
{
    float: right;
    width: 200px;
    height: auto;
}

/*
.flHotspotDescriptionContent ul
{
    list-style-type: none;
    margin-top: 10px;
    font-size: 13px;
}*/

/*.flHotspotDescriptionContent li
{
    float:left;
    color: Gray;
    font-weight: bold;
}*/

.tagList
{
    display: block;
    float: left;
    padding-right: 10px;
    color: #454545;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.flHotspotDescriptionAddress
{
    font-size: 11px;
    font-weight: bold;
    color: #343434;
    margin-bottom: 10px;
}

.flHotspotDescriptionTypePrice
{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: bolder; /*color: #669933;*/
    color: #343434;
}

.flHotspotDescriptionMenu
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
    width: 90px;
    text-align: center;
    margin-top: 10px; /*width: 450px;         height: 25px;*/
}



.flHotspotDescriptionMenu a
{
    display: block;
    text-decoration: none;
    color: #49781A;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.flHotspotDescriptionMenu a:visited
{
    display: block;
    text-decoration: none;
    color: #49781A;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.flHotspotDescriptionMenu a:hover
{
    text-decoration: underline;
}

.menuActionMoreInfoFL
{
    /*background-image: url(../img/icons/action/blue/info.gif);     background-repeat: no-repeat;     height: 20px;*/
}

.menuActionMoreInfoFL a
{
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    color: #669933;
    height: 25px;
    font-size: 10px;
}

.menuActionMoreInfoFL a:visited
{
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    color: #669933;
    height: 25px;
    font-size: 10px;
}

.menuActionMoreInfoFL a:hover
{
    text-decoration: underline;
}


.menuActionCallFL
{
    /*background-image: url(../img/icons/action/blue/phone.gif);     background-repeat: no-repeat;     height: 20px;  */
    display: inline;
}

.menuActionCallFL a
{
    text-decoration: none;
    padding-left: 20px;
    padding-right: 15px;
    color: #669933;
    height: 25px;
    font-size: 10px;
}

.menuActionCallFL a:visited
{
    text-decoration: none;
    padding-left: 20px;
    padding-right: 15px;
    color: #669933;
    height: 25px;
    font-size: 10px;
}

.menuActionCallFL a:hover
{
    text-decoration: underline;
}

/* M */

.mHotspotClusterTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    width: 170px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    font-size: 11px;
}

.mHotspotClusteredDescription
{
    margin: 5;
    width: 350px;
    height: 250px;
    overflow: scroll;
    text-align: left;
    font-weight: normal;
}

.mHotspotClusterTitle
{
    padding: 5;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    width: 350px;
    color: #669933;
    text-align: center;
}

.mHotspotStateAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    margin: 10px 0px 0px 0px;
    width: 400px;
    color: #669933;
    text-align: center;
}

.mHotspotStateAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: 400px;
    font-size: 90%;
}

.mHotspotCityAggregateTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -20px;
    padding: 5;
    font-weight: bolder;
    font-size: 0.85em;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

.mHotspotCityAggregateDescription
{
    margin: 10px 10px 30px 10px;
    width: auto;
    font-size: 90%;
    text-align: center;
    text-decoration: underline;
    color: #00F;
}

.mHotspotTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    font-size: 0.85em;
    margin: 10px 0px 0px 0px;
    width: auto;
    color: #669933;
    text-align: center;
}

.mHotspotTooltip
{
    clear: left;
    background-color: #EFEFEF;
    border: 1px solid Silver;
}

.mHotspotTooltipImg
{
    width: 160px;
    height: 120px;
    padding: 5px 5px 5px 5px;
    background-color: #EFEFEF;
}

.mHotspotDescription
{
    margin: 10px 10px 10px 10px;
    width: 400px;
    height: 120px;
    font-size: 90%;
    border-bottom: 1px dashed silver;
}

.mHotspotDescriptionImgDiv
{
    clear: left;
}

.mHotspotDescriptionImg
{
    width: 160px;
    height: 120px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.mHotspotDescriptionContent
{
    float: right;
    width: 250px;
}

.mHotspotDescriptionContent ul
{
    list-style-type: none;
    margin-top: 10px;
    font-size: 13px;
}

.mHotspotDescriptionContent li
{
    color: Gray;
    margin-left: -37px;
    font-weight: bold;
}

.mHotspotDescriptionAddress
{
    font-size: 13px;
    font-weight: bold;
    color: Gray;
    margin-bottom: 10px;
}

.mHotspotDescriptionTypePrice
{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bolder; /*color: #669933;*/
    color: #343434;
}

.mHotspotDescriptionMenu
{
    clear: both;
    height: 25px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-family: Verdana;
}

.mHotspotDescriptionMenu ul
{
    list-style-type: none;
    display: inline;
    margin-left: -45px;
    height: 35px;
}

.mHotspotDescriptionMenu li
{
    padding: 3px 3px 3px 3px;
    display: inline;
}

.mHotspotDescriptionMenu a
{
    text-decoration: none;
    padding-left: 20px;
    color: #C61B41;
    height: 25px;
    font-size: 10px;
}

.menuActionMoreInfo
{
    /*background-image: url(../img/icons/action/blue/info.gif);     background-repeat: no-repeat;     height: 20px;*/
}


.menuActionVideo
{
    /*background-image: url(../img/icons/action/blue/video.gif);     background-repeat: no-repeat;     height: 20px;*/
}

.menuActionBookmark
{
    /*background-image: url(../img/icons/action/blue/favorite.gif);     background-repeat: no-repeat;     height: 20px;*/
}

.menuActionShare
{
    /*background-image: url(../img/icons/action/blue/email.gif);     background-repeat: no-repeat;     height: 20px;*/
}


#flListView
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    opacity: .95;
    z-index: 50000;
}

#flListView ul
{
    list-style-type: none;
    display: inline;
}

#flListView ul
{
    padding: 3px 3px 3px 3px;
    display: inline;
}

.hvHotspotTitle
{
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px 0px 0px 0px;
    width: 300px;
    color: #669933;
    text-align: center;
    clear: both;
}

.hvHotspotTooltip
{
    background-color: #FFF;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    width: 220px;
    color: #669933;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}

.hvHotspotTitle a, .hvHotspotTitle a:visited, .hvHotspotTitle a:hover, .hvHotspotTitle a:link, .hvHotspotTitle a:active
{
    text-decoration: none;
    color: #669933;
}

.hvHotspotTitleComp
{
    width: 300px;
}

.hvHotspotTitleComp a
{
    /*color: #C61B41;*/
    color: inherit;
}

.hvHotspotTitleComp a
{
    text-decoration: none;
    color: #C61B41;
}


.hvHotspotDescription
{
    margin: 10px 0px 0px 0px;
    padding: 5;
    width: 300px;
    height: 170px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    border-bottom: 1px solid #F2EFE8;
    text-align: center;
}

.hvHotspotDescriptionComp
{
    text-align: center;
    width: 300px;
}

.hvHotspotDescriptionCompSubject
{
    font-size: 90%;
    font-style: italic;
}


.hvHotspotDescription a, .hvHotspotDescription a:visited, .hvHotspotDescription a:link, .hvHotspotDescription a:active, .hvHotspotDescription a:hover
{
    text-decoration: none;
    color: #000;
}


.hvHotspotDescriptionZEstimate
{
    font-weight: bolder;
}

.hvHotspotDescriptionZEstimateRange
{
    font-size: 10px;
}

.hvHotspotReferralEmail
{
    width: auto;
}

.hvHotspotReferralWebsite
{
    width: auto;
}

.hvHotspotReferralHolder
{
    height: 120px;
    margin-top: 20px;
    white-space: nowrap;
    display: none;
    overflow: hidden;
}

.hvHotspotReferralHolder a
{
    text-decoration: underline;
    font-weight: bold;
    color: #669933;
}

.hvHotspotReferralHolder a:visited
{
    text-decoration: underline;
    font-weight: bold;
    color: #669933;
}

.hvHotspotReferralHolder a:hover
{
    text-decoration: underline;
}

.hvHotspotReferralTitle
{
    border-top: 1px solid Silver;
    background-image: url(../img/hd_bg.gif);
    background-repeat: repeat-x;
    background-position: 0 -45px;
    color: #454545;
    font-weight: bold;
    font-size: 80%;
    padding: 2px 2px 10px 2px;
}

.hvHotspotReferralPicture
{
    float: left;
    width: 75px;
    display: block;
    height: 90px;
    overflow: hidden;
    margin-right: 10px;
}

.hvHotspotReferralPicture img
{
    width: 70px;
    border: 0;
}

.hvHotspotReferralInfo
{
    float: left;
    display: block;
    font-size: 80%;
    text-align: left;
}

.hvHotspotReferralName
{
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    width: 170px;
    margin-top: 10px;
}


.hvHotspotDescriptionImgDiv
{
    display: none;
    clear: left;
}

.hvHotspotDescriptionImg
{
    width: 200px;
    height: 150px;
    padding: 5px 5px 5px 5px;
    border: 1px solid Silver;
    background-color: #EFEFEF;
}

.hvHotspotDescriptionContent
{
    /*float: right;*/
    clear: left;
    width: 300px;
}

.hvHotspotDescriptionContentComp
{
    width: 300px;
}

.hvHotspotDescriptionNoMatch
{
    text-align: center;
    width: 300px;
}

.hvHotspotDescriptionContentNoMatch
{
    width: 100%;
    text-align: center;
}

.hvHotspotTitleNoMatch
{
    width: 300px;
    font-size: 90%;
}

.hvHotspotDescriptionMenu
{
    clear: both;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    font-family: Arial, Helvetica;
    width: 300px;
}

.hvHotspotDescriptionMenu ul
{
    list-style-type: none;
    display: inline;
    margin-left: -25px;
}

.hvHotspotDescriptionMenu li
{
    padding: 3px 3px 3px 3px;
    display: inline;
}

.hvHotspotDescriptionMenu_ a
{
    text-decoration: none;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    color: #669933;
    font-size: 10px;
}

.hvHotspotDescriptionMenu_ a:visited
{
    text-decoration: none;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    color: #669933;
    font-size: 10px;
}

.hvHotspotDescriptionMenu_ a:hover
{
    text-decoration: underline;
}

.hvHotspotDescriptionMenu a, .hvHotspotDescriptionMenu a:visited, .hvHotspotDescriptionMenu a:link, .hvHotspotDescriptionMenu a:active
{
    text-decoration: none;
    color: #49781A;
    font-size: 10px;
    margin-top: 5px;
}

.hvHotspotDescriptionMenu a:hover
{
    text-decoration: underline;
}

.hvHotspotReferralInfo a, .hvHotspotReferralInfo a:visited, .hvHotspotReferralInfo a:link, .hvHotspotReferralInfo a:active, .hvHotspotReferralInfo a:hover
{
    color: #669933;
}

div.markerTooltip
{
    text-align: center;
    background-color: Transparent; /*     margin: 0;     padding: 2px 0.5ex;     border: 1px solid #000;     font-weight: bold;     background: #fff;*/
}


/* main tabs */
#navcontainer
{
    position: absolute;
    top: 0px;
    right: 5px;
    list-style-type: none;
    background: transparent;
    border: 1px solid black;
}


#navlist li
{
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
}

#ztrack
{
    display: none;
}

#ztrack iframe
{
    width: 0px;
    height: 0px;
}

/* Instruction popup */
#instructionPopup
{
    display: none;
    position: absolute;
    top: 500px;
    left: 500px;
    z-index: 1000;
    background-color: #a5a5a5;
}
#instructionPopup .noimage
{
    left: -76px;
    top: -10px;
}
#instructionPopupi
{
    position: relative;
    z-index: 1;
    right: 1px;
    bottom: 1px;
    padding: 11px;
    width: 219px;
    background-color: #fff;
    border: 1px solid #636363;
}
.knob
{
    position: absolute;
    top: 30px;
    right: -10px;
    width: 10px;
    height: 18px;
    background: url(../img/sideknob.png) no-repeat top left;
}
.noimage #knob
{
    top: 22px;
}
#instructionPopup p, #instructionPopup ul li
{
    font: 77%/107% verdana;
}
#instructionPopup p a
{
    text-decoration: underline;
}
#instructionPopup p
{
    padding-bottom: 5px;
}
#instructionPopup ul
{
    margin: 5px 0 0;
    padding: 0 5px 0 0;
    text-align: right;
    list-style: none;
}
#instructionPopup ul li
{
    margin: 0;
    padding: 0 0 2px;
}

#shareForm label
{
    width: 3em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

#shareForm .submit input
{
    margin-left: 3.5em;
}
#shareForm input
{
    width: 100%;
    float: left;
    display: block;
}


#shareForm fieldset
{
    border: 0;
    border-top: 1px solid silver;
    text-align: center;
}

#shareForm legend
{
    font-weight: bold;
    font-size: 12px;
    background-image: url(../img/gray_gradient.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
    padding: 5;
    font-weight: bolder;
    width: 150px;
    color: #669933;
    text-align: center;
}
#shareForm textarea
{
    width: 100%;
    margin-bottom: 10px;
}

a.rbup
{
    text-decoration: none;
    font-family: Verdana;
    color: Gray;
    font-weight: bold;
    font-size: 10px;
}

a.rbup:hover
{
    text-decoration: underline;
    color: #C61B41;
    font-weight: bold;
}

/* POI Buttons */
.POIButton
{
    font-size: 12px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    width: 120px;
    height: 21px;
    background-color: #FFFF99;
    background-image: url(../img/POIbtn_bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

.POIButtonSelected
{
    font-size: 12px;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    width: 120px;
    height: 22px;
    background-color: #FFFF99;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

.couponSelectBox
{
    width: 130px;
    font-size: 10px;
}

.POIPoweredBy
{
    font-size: 10px;
}

#btnCouponPOI
{
}

#btnYelpPOI
{
}

#btnZVentsPOI
{
}

#btnTrafficPOI
{
}


#sponsorInfoHolder
{
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#sponsorBlock
{
    text-align: center;
}

#sponsorBlock h1
{
    font-size: 12px;
    margin-bottom: 10px;
}

#idxDisclaimer
{
    filter: alpha(opacity=60);
    -moz-opacity: 0.65;
    opacity: 0.65;
    text-align: center;
    position: absolute;
    left: 5px;
    bottom: 40px;
    background-color: #FFF;
    padding: 5px;
    font-size: 9px;
    width: 320px;
}
