
/* 	GIS Planning Site Finder CSS Document
	Stylesheet author:  S. Mattern for GIS Planning
 	Date: May 2009 */

/* ========== Normalization for Browser Consistency ========== */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0 auto;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li
{
    list-style: none;
}

html
{
    height: 100%;
}

fieldset, img, a img
{
    border: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

/* ========== General Page Layout, Design ========== */

html
{
    text-align: center;
    padding: 20px;
}

body
{
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
    behavior: url("/common/styles/csshover3.htc");
}

#page
{
    width: 97%;
    min-width: 800px;
}
#ie6Warning
{
    width: 960px;
    margin: 20px auto 0 auto;
    padding: 20px;
    display: none;
    background-color: #fff;
    border: solid 2px #000;
    font-size: 120%;
}
a
{
    text-decoration: none;
}
.clear
{
    clear: both;
}

#info h1, #info .description
{
    /*hidden info for search engines, screen readers*/
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
.red
{
    color: Red;
}

.addthis_toolbox a
{
    cursor: hand;
}

#hmtctl
{
    /*This is a hack to hide the map type control that inexplicable is now showing on the map 2-23-2010*/
    display: none;
}
/*============Odds and ends===============*/
.GISPlanning_MapUtilities_Tooltip
{
    text-align: center;
    opacity: .70;
    -moz-opacity: .70;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana;
    background-color: #ffffff;
    display: none;
}


/* ========== MODAL ========== */
#dynamicModalWindow
{
    top: 5%;
    left: 50%;
    position: fixed;
    z-index: 20000;
    text-align: center;
    width: 800px;
    margin: 80px 0 0 -400px;
    position: fixed;
}
.modalWindow
{
    display: none;
}
#dynamicModalContent
{
    padding-top: 2px;
}
#dynamicModalContent img.loading
{
    height: 16px;
    width: 16px;
}
.windowFrame
{
    z-index: 100;
    width: 100%;
    filter: alpha(opacity=90); /* internet explorer */
    -khtml-opacity: 0.9; /* khtml, old safari */
    -moz-opacity: 0.9; /* mozilla, netscape */
    opacity: 0.9; /* fx, safari, opera */
}
/*rounded corners*/
.windowFrame .t, .windowFrame .b
{
    background-repeat: repeat-x;
}
.windowFrame .l, .windowFrame .r
{
    background-repeat: repeat-y;
    z-index: 300;
}
.windowFrame .bl, .windowFrame .br, .windowFrame .tl, .windowFrame .tr
{
    background-repeat: no-repeat;
    z-index: 300;
}
.windowFrame .t, .windowFrame .l
{
    background-position: 0 0;
}
.windowFrame .b, .windowFrame .bl
{
    background-position: 0 100%;
}
.windowFrame .r, .windowFrame .tr
{
    background-position: 100% 0;
}

.windowFrame .t
{
    width: 100%;
    z-index: 3;
}
.windowFrame .br
{
    background-position: 100% 100%;
}
.windowFrame .tl
{
    background-position: 0 0;
}
.windowFrame .tr
{
    padding: 15px;
}
#windowHeader
{
    width: 100%;
    text-align: center;
}

#windowHeader ul
{
    background: url(images/searchWindow/headerBg.png) no-repeat;
    width: 516px;
    height: 76px;
    padding: 10px 5px 5px 8px;
    margin-top: -50px;
}

#windowHeader li
{
    float: left;
    width: 125px;
    height: 58px;
}

#windowHeader a
{
    width: 125px;
    height: 58px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#windowHeader .buildings
{
    background: url(images/searchWindow/header/buildings.png) bottom no-repeat;
}

#windowHeader .buildings a
{
    background: url(images/searchWindow/header/buildings.png) top no-repeat;
}

#windowHeader .communities
{
    background: url(images/searchWindow/header/communities.png) bottom no-repeat;
}

#windowHeader .communities a
{
    background: url(images/searchWindow/header/communities.png) top no-repeat;
}

#windowHeader .sites
{
    background: url(images/searchWindow/header/sites.png) bottom no-repeat;
}

#windowHeader .sites a
{
    background: url(images/searchWindow/header/sites.png) top no-repeat;
}

#windowHeader .businesses
{
    background: url(images/searchWindow/header/businesses.png) bottom no-repeat;
}

#windowHeader .businesses a
{
    background: url(images/searchWindow/header/businesses.png) top no-repeat;
}

#windowHeader .buildings a:hover, #windowHeader .communities a:hover, #windowHeader .sites a:hover, #windowHeader .businesses a:hover, #windowHeader #current a
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

#moveWindow, #moveDynamicWindow
{
    position: absolute;
    left: -10px;
    top: -10px;
    width: 31px;
    height: 30px;
    background: url(images/searchWindow/modalBtn.png) top no-repeat;
}

#moveWindow span, #moveDynamicWindow span
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#moveWindow a, #moveDynamicWindow a
{
    width: 31px;
    height: 30px;
    background: url(images/searchWindow/modalBtn.png) bottom no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#moveWindow a:hover, #moveDynamicWindow a:hover
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

#windowBtns, #dynamicWindowBtns
{
    position: absolute;
    right: 10px;
    top: -15px;
    width: 81px;
}

#windowBtns li, #dynamicWindowBtns li
{
    display: block;
    width: 81px;
    height: 35px;
}

#windowHeader span
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#windowBtns a, #dynamicWindowBtns a
{
    width: 81px;
    height: 35px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#windowBtns span, #dynamicWindowBtns span
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#windowBtns .close, #dynamicWindowBtns .close
{
    background: url(images/searchWindow/close.png) no-repeat top right;
}

#windowBtns .reset, #dynamicWindowBtns .reset
{
    background: url(images/searchWindow/reset.png) no-repeat top right;
    width: 81px;
    height: 35px;
}

#windowBtns .close a, #dynamicWindowBtns .close a
{
    background: url(images/searchWindow/close.png) no-repeat bottom right;
}

#windowBtns .reset a, #dynamicWindowBtns .reset a
{
    background: url(images/searchWindow/reset.png) no-repeat bottom right;
}

#windowBtns .reset a:hover, #windowBtns .close a:hover, #dynamicWindowBtns .reset a:hover, #dynamicWindowBtns .close a:hover
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

#windowMenu, #dynamicWindowMenu
{
    background: url(images/searchWindow/menuBg.png) no-repeat;
    height: 55px;
    width: 673px;
    margin-top: -10px;
    font-size: 17px;
    font-weight: bold;
}

#dynamicWindowMenuText
{
    padding-top: 20px;
    color: White;
}

#windowMenu strong
{
    float: left;
    color: #e6e6e6;
    padding: 18px 10px 0 50px;
}

#windowMenu ul
{
    padding: 18px 10px 0 20px;
}

#windowMenu ul li
{
    float: left;
    display: inline;
    margin-left: 25px;
}

#windowMenu li a
{
    color: #65de5a;
}

#windowMenu li a:hover, #windowMenu li.current a
{
    color: #ffffff;
}

#windowBoxSpace
{
    width: 760px;
    height: 280px;
    margin-bottom: 20px;
}

.windowBox
{
    text-align: left;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 0 0;
}

/* ========== Map ========== */

#mapBox
{
    margin: 0px auto;
    margin-top: 13px;
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
    position: relative;
}



#mapBox .hd .c, #mapBox .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 10px;
}
#mapBox .ft .c
{
    height: 14px;
}
#mapBox .hd
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px; /* space for right corner */
}
#mapBox .hd .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px; /* pull right corner back over "empty" space (from above margin) */
}
#mapBox .bd
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: 0px 0px;
    margin-right: 6px;
    position: relative;
}
#mapBox .bd .c
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: right 0px;
    margin-right: -6px;
}
#mapBox .ft
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px;
}
#mapBox .ft .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px;
}
#mapBox .content
{
    padding: 0px 5px 0px 5px;
}
#mapBox .hd .itl, #mapBox .hd .itr, #mapBox .ft .ibl, #mapBox .ft .ibr
{
    height: 4px;
    width: 4px;
    z-index: 1501;
    position: absolute;
    background-repeat: no-repeat;
}
#mapBox .hd .itl
{
    background-position: 100% 0px;
    left: 5px;
}
#mapBox .hd .itr
{
    background-position: 100% -4px;
    right: 5px;
}
#mapBox .ft .ibl
{
    background-position: 100% -8px;
    left: 5px;
    bottom: 26px;
}
#mapBox .ft .ibr
{
    background-position: 100% -12px;
    right: 5px;
    bottom: 26px;
}

#map
{
    width: 100%;
    height: 380px;
    position: relative;
    z-index: 0;
}

#googleMap
{
    position: absolute;
    z-index: 1500;
    width: 100%;
    height: 364px;
}
#streetView
{
    width: 100%;
    height: 364px;
    z-index: 1600;
}
#stopUsingTool
{
    white-space: nowrap;
    text-align: right;
    right: 10px;
    top: -20px;
    color: #000000;
    font-size: 12px;
    display: none;
    position: absolute;
    cursor: pointer;
    z-index: 1600;
    height: 37px;
}
#stopUsingTool.Area
{
    background: url(images/map/CancelTool_Area.png) top no-repeat;
    width: 184px;
}
#stopUsingTool.Pinpoint
{
    background: url(images/map/CancelTool_Pinpoint.png) top no-repeat;
    width: 149px;
}
#stopUsingTool.Measure
{
    background: url(images/map/CancelTool_Measure.png) top no-repeat;
    width: 149px;
}
#stopUsingTool.Zoom
{
    background: url(images/map/CancelTool_Zoom.png) top no-repeat;
    width: 163px;
}

#mapBox #search
{
    position: absolute;
    bottom: -4px;
    left: 15px;
    z-index: 1000;
    width: 150px;
}

#mapBox #search b
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#mapBox .searchBtn
{
    z-index: 1650;
    width: 148px;
    height: 43px;
    position: absolute;
    bottom: -15px;
    background-position: bottom;
    background-repeat: no-repeat;
}

#mapBox .searchBtn a
{
    width: 148px;
    height: 43px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-position: top;
    background-repeat: no-repeat;
}

#mapBox .searchBtn a:hover
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

#mapBox #search ul
{
    /*turn on/off*/
    width: 143px;
    height: 325px;
    display: none;
    padding-top: 15px;
    margin-left: 4px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
}

#searchMenu li
{
    display: block;
    width: 75px;
    height: 50px;
    margin-bottom: 28px;
    position: relative;
}

#searchMenu a
{
    width: 75px;
    height: 50px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
#searchMenu .sites
{
    background-repeat: no-repeat;
    background-position: -75px 0px;
}

#searchMenu .sites a
{
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#searchMenu .buildings
{
    background-repeat: no-repeat;
    background-position: -75px -50px;
}

#searchMenu .buildings a
{
    background-repeat: no-repeat;
    background-position: 0px -50px;
}

#searchMenu .communities
{
    background-repeat: no-repeat;
    background-position: -75px -100px;
}

#searchMenu .communities a
{
    background-repeat: no-repeat;
    background-position: 0px -100px;
}

#searchMenu .businesses
{
    background-repeat: no-repeat;
    background-position: -75px -150px;
}

#searchMenu .businesses a
{
    background-repeat: no-repeat;
    background-position: 0px -150px;
}

#searchMenu .buildings a:hover, #searchMenu .communities a:hover, #searchMenu .sites a:hover, #searchMenu .businesses a:hover, #searchMenu #current a
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}

#searchMenu span
{
    position: absolute;
    left: 0px;
    width: 75px;
    overflow: hidden;
    bottom: -15px;
    font-size: 1.1em;
}
.searchButton b
{
    left: -999em;
    position: absolute;
    width: 1em;
    overflow: hidden;
}

#mapBox #myFolder
{
    position: absolute;
    bottom: -4px;
    right: 15px;
    z-index: 1000;
    width: 150px;
}

#mapBox #myFolder b
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

#mapBox .myFolderBtn
{
    z-index: 1650;
    width: 148px;
    height: 43px;
    position: absolute;
    bottom: -15px;
    background-position: bottom;
    background-repeat: no-repeat;
}
#myFolderDropArea
{
    z-index: 1651;
    width: 150px;
    height: 55px;
}
#myFolderDropArea.active
{
    position: absolute;
}
#mapBox .myFolderBtn a
{
    width: 148px;
    height: 43px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-position: top;
    background-repeat: no-repeat;
}

#mapBox .myFolderBtn a:hover
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}


#mapBox #myFolder ul
{
    /*turn on/off*/
    width: 150px;
    display: none;
    height: 150px;
    padding-top: 25px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    background-position: bottom;
    background-repeat: no-repeat;
}

#myFolderMenu li
{
    display: block;
    width: 100px;
    text-align: left;
    padding: 5px 0 5px 0;
}

#myFolderMenu a, #myFolderMenu a:visited
{
    font-weight: bold;
    font-size: 15px;
}


#mapNav
{
    position: relative;
    bottom: -7px;
    margin-top: -33px;
    margin-left: -5px;
    height: 27px;
    padding-top: 7px;
    width: 100%;
    z-index: 400;
}

#mapNav .bl
{
    height: 100%;
    background: url(images/map/mapNavBgBl.gif) 0 100% no-repeat;
    white-space: nowrap;
    z-index: 1501;
}
#mapNav .br
{
    height: 100%;
    background: url(images/map/mapNavBgBr.gif) 100% 100% no-repeat;
    z-index: 1501;
}

#mapNav #mapNavMenu
{
    float: right;
    text-align: right;
    margin-right: 155px;
}

#mapNavMenu ul
{
    margin-right: 20px;
}

#mapNavMenu ul li
{
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#mapNavMenu ul li a
{
    display: block;
    padding: 8px 20px 5px 20px;
    white-space: nowrap;
}

#mapNavMenu ul li a:hover, #mapNavMenu li#current a
{
    border-right: 1px solid #8d8f91;
    border-left: 1px solid #8d8f91;
    margin: 0 -1px 0 -1px;
}

#mapNavMenu li#current ul li a
{
    border: none;
}

#mapNavMenu li ul
{
    /*turn on/off*/
    position: absolute;
    display: none;
    bottom: 26px;
    right: -21px;
    background-image: url(/common/images/gray_1x1_trans90.png);
    background-repeat: repeat;
    min-width: 100px;
    padding: 20px;
}

#mapNavMenu #LayersPOI, #mapNavMenu #LayersMaps, #mapNavMenu #LayersDemographics
{
    display: block;
    position: static;
    height: 240px;
    width: 190px;
    margin: 5px;
    border: none;
    overflow: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: left;
}

#mapNavMenu ul li ul li
{
    display: block;
    float: none;
}



#mapNavMenu li ul a
{
    /*Color handled by subset style*/
}

#mapNavMenu li ul a:hover
{
    /*Color handled by subset style*/
}

#mapNavMenu li ul a:hover, #mapNavMenu li#current ul a
{
    border: none;
    margin: 0 auto;
}

#mapNavMenu ul li ul li a
{
    text-align: left;
    padding: 2px 10px 2px 10px;
}


/*============ layers menu =============== */
.checkMeLayer
{
    width: 12px;
    height: 13px;
    display: inline;
    float: left;
    margin-right: 3px;
    background: url(images/searchWindow/checkBox.png) bottom no-repeat;
}

.checkMeLayer a
{
    width: 12px;
    height: 13px;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    background: url(images/searchWindow/checkBox.png) top no-repeat;
}

.set a
{
    background-image: none;
    text-decoration: none;
    cursor: pointer;
}


/* ========== Content ========== */

#contentBox
{
    margin-top: 15px;
    width: 100%;
    position: relative;
}
#contentBox .hd .c, #contentBox .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 10px;
}
#contentBox .ft .c
{
    height: 14px;
}
#contentBox .hd
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px; /* space for right corner */
}
#contentBox .hd .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px; /* pull right corner back over "empty" space (from above margin) */
}
#contentBox .bd
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: 0px 0px;
    margin-right: 6px;
}
#contentBox .bd .c
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: right 0px;
    margin-right: -6px;
}
#contentBox .ft
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px;
}
#contentBox .ft .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px;
}
#contentBox .content
{
    padding: 0px 5px 0px 5px;
}



/* ========== Content Navigation ========== */

h2
{
    font-size: 24px;
    font-weight: bold;
}

h3
{
    font-size: 14px;
    font-weight: bold;
}

#contentBoxHeader
{
    text-align: left;
    padding: 20px 20px 25px 20px;
}

#contentBoxHeader h2
{
    padding: 0 0 1px 5px;
    float: left;
    font-size: 24px;
    font-weight: bold;
}

#contentBoxHeader hr
{
    clear: both;
}

#contentBoxHeader #current li a
{
    border: none;
    margin: 0 auto;
}

#contentFooterMenu
{
    margin: 10px 5px 10px 5px;
}

/*===Content Header Additions===*/

#contentBoxHeader h3
{
    font-size: 18px;
    padding: 0 0 1px 5px;
    float: left;
}

#contentBoxHeader h4
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    color: #8f8f8f;
    padding: 0 0 0 5px;
}

#contentHeaderMenu.noLeft, #contentFooterMenu.noLeft
{
    margin-left: -20px;
    padding-left: 0;
}

.checkList li
{
    clear: both;
    display: block;
    position: relative;
    width: auto;
}

.contentTools li#ContentToolCurrent .popDownMenu a, .contentTools .popDownMenu a, .contentTools .popDownMenu a:hover
{
    padding: 0;
}

.popDownMenu li .checkBox
{
    width: 12px;
    height: 13px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    background: url(images/searchWindow/checkBox.png) bottom no-repeat;
    position: relative;
}

.popDownMenu li .checkBox a
{
    width: 12px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(images/searchWindow/checkBox.png) top no-repeat;
}

.popDownMenu li .checkBox a:hover, .popDownMenu li .set a
{
    background: url(images/searchWindow/checkBox.png) bottom no-repeat;
}

.disabledMenu
{
    color: #c1c1c1;
    cursor: pointer;
}

.enabledMenu
{
    display: none;
}

.menuLoading
{
    vertical-align: middle;
}

.checkBox b
{
    /*this hides the text in the link*/
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}

.checkBoxLabel
{
    float: left;
    position: relative;
    margin-left: 10px;
}

.contentTools
{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #8f8f8f;
}

.contentStats
{
    width: 50%;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    float: right;
    display: inline;
}
.contentStats.top
{
    padding-top: 8px;
}
.contentStats li
{
    display: inline;
    margin-left: 10px;
}

.contentStats .found
{
    margin-right: 20px;
}

.contentStats b
{
    color: #43943c;
}

#backNavigation
{
    display: inline;
    float: right;
}

#backNavigation a
{
    font-weight: bold;
    font-size: 15px;
}

.contentTools
{
    margin-left: -5px;
}

.contentTools li
{
    display: inline;
    margin: 0 8px 0 8px;
}

.contentTools a, #backNavigation .popDownMenu a
{
    padding: 5px;
}

.contentTools li#ContentToolCurrent a
{
    padding: 4px 4px 5px 4px;
    z-index: 5;
    position: relative;
    padding-bottom: 12px;
}

.contentTools .noDrop a:hover
{
    border: 1px solid #A8ABB0;
    padding: 4px;
    position: relative;
}


.contentTools li#ContentToolCurrent ul a
{
    border: none;
    margin: 0 auto;
}


#contentBoxHeader .contentBoxHeader_menu
{
    font-size: 14px;
    font-weight: bold;
    color: #43943c;
    float: left;
    margin: 0 0 0 10px;
    padding: 9px 0 0 0;
    vertical-align: bottom;
    position: relative;
    height: 30px;
}

#contentBoxHeader .contentBoxHeader_menu h4
{
    position: relative; /*top:-5px;*/
    margin: 0 0 -2px 0;
}

#contentBoxHeader .contentBoxHeader_menu a
{
    padding: 5px;
}

#contentBoxHeader .contentBoxHeader_menu_no_items a
{
    color: #1C1C1C;
}

#contentBoxHeader .contentBoxHeader_menu_current a
{
    padding: 4px 4px 6px 4px;
    z-index: 20;
    position: relative;
}

#contentBoxHeader .contentBoxHeader_menu_current ul a
{
    margin: 0 auto;
}


/* ========== Content PopDown Menus ========== */

.popDownMenu
{
    z-index: 4;
    display: none;
    background-repeat: repeat;
    position: absolute;
    padding: 10px;
}

.contentTools li, .contentStats li
{
    position: relative; /*needed for placement of any popDownMenus*/
    text-align: left;
}

.contentTools .popDownMenu
{
    /*placement for contentTools popDownMenus needs to be determined like so*/
    top: 26px;
    left: 0;
    min-width: 155px;
}

.contentStats .popDownMenu
{
    /*pagenav*/
    top: 23px;
    left: 0;
    min-width: 135px;
    text-align: left;
}

.popDownMenu li
{
    display: block;
    padding: 5px 0 5px 0;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.popDownMenu.fragment li a, .popDownMenu.fragment li a:hover .popDownMenu.paging li a, .popDownMenu.paging li a:hover
{
    background: none;
    padding: 0;
    margin: 0 auto;
}

li.popDownLink, li.contentStatusMenu
{
    /*needs to be on the li for IE layering*/
    position: relative;
    z-index: 2;
}

span.popDownLink
{
    position: relative;
    margin: 0 -5px 0 -5px;
}

span.contentStatusMenu
{
    position: relative;
    margin: 0 -10px 0 -10px;
}

.propertyInfoBox .popDownLink a
{
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    padding-bottom: 10px;
}

.contentStatsMenu a
{
    padding: 6px 10px 10px 10px;
}

#contentBoxHeader .contentBoxHeader_menu .popDownMenu /*based on menu*/
{
    left: 0;
    top: 29px;
    min-width: 155px;
    position: absolute;
    z-index: 18;
}

.propertyInfoBox .popDownLink a:hover, .propertyInfoBox #current a
{
    padding: 4px 4px 5px 4px;
    position: relative;
    z-index: 5;
}

.contentStatsMenu a:hover, .contentStatsMenu#current a
{
    padding: 6px 9px 10px 9px;
    z-index: 5;
    position: relative;
}

#current b
{
    font-weight: normal;
}

.popDownLink .popDownMenu
{
    top: 18px;
    left: 0;
    min-width: 250px;
}

.popDownLink .popDownMenu a
{
    font-weight: bold;
}

.popDownLink .popDownMenu li
{
    font-weight: normal;
}

.popDownLink .popDownMenu a:hover, #current .popDownMenu a, .popDownMenu a, #contentBoxHeader .contentBoxHeader_menu .popDownMenu a
{
    text-transform: none;
    padding: 0;
    margin: 0;
}

hr
{
    color: #e3e5f1;
    background-color: #e3e5f1;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}

.popDownMenu .subMenu
{
    padding-left: 15px;
}


#backNavigation .contentTools .popDownMenu
{
    right: 0px;
    left: auto;
}

/*============== Layer Nav Popup Window============*/

#MapMenuItem_Layers ul
{
    text-align: left;
}



/*Overlays Menu0-------------------------------*/


table.overlay a.layerIcon
{
    width: 26px;
    height: 26px;
}

table.overlay a.layerCheck
{
    width: 12px;
    height: 13px;
    margin: 6px 3px 0 3px;
    padding: 0px !important;
    background: url(images/searchWindow/checkBox.png) top no-repeat;
}

table.overlay a.set.layerCheck
{
    background: url(images/searchWindow/checkBox.png) bottom no-repeat;
}

table.overlay a.layerLabel
{
    padding-left: 10px;
    width: 120px;
}

table.overlay td
{
    height: 26px;
    overflow: hidden;
    font-size: 11px;
}
table.overlay td.overlay_1
{
    width: 26px;
}
table.overlay td.overlay_2
{
    width: 12px;
}
table.overlay td.overlay_3
{
    width: 100%;
}
table.overlay .alignment_5
{
    padding:5px;
}

/*Overlays Menu0-------------------------------*/

.hospital .layerIcon
{
    background: url(images/map/icons/hospital.png) no-repeat;
}

.airport .layerIcon
{
    background: url(images/map/icons/airport.png) no-repeat;
}
.port .layerIcon
{
    background: url(images/map/icons/port.png) no-repeat;
}

.college .layerIcon
{
    background: url(images/map/icons/university.png) no-repeat;
}

.rr .layerIcon
{
    background: url(images/map/icons/railroad.png) no-repeat;
}

.city .layerIcon
{
    background: url(images/map/icons/city.png) no-repeat;
}

.county .layerIcon
{
    background: url(images/map/icons/county.png) no-repeat;
}

.state .layerIcon
{
    background: url(images/map/icons/state.png) no-repeat;
}

.zip .layerIcon
{
    background: url(images/map/icons/zip.png) no-repeat;
}

.region .layerIcon
{
    background: url(images/map/icons/region.png) no-repeat;
}

.cerc .layerIcon
{
    background: url(images/map/icons/cerc.png) no-repeat;
}

.layerIcon b, .layerCheck b
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}


/*============== Legend Popup Window============*/

#legendHolder
{
   
    text-align: left;
}
#legendHolder li
{
   
    overflow:auto;
}

#legendHolder #LayersPOI, #legendHolder #LayersMAPS, #legendHolder #LayersDemographics
{
    width: 130px;
    border-right: 1px solid #cecece;
    margin-right: 20px;
}

#legendHolder #legendHeatItems
{
    width: 190px;
}

#LayersPOI .layerIcon
{
    margin-right: 3px;
}

#legendHeatItems td
{
    white-space: normal;
}

#tblLegend .layerIcon, .colorBlock
{
    width: 26px;
    height: 26px;
    float: left;
    display: block;
    margin-right: 3px;
    position:relative;
    top:-5px;
}
.red.T .colorBlock
{
    background: url(images/map/icons/legend/T6.png) no-repeat;
}
.orange.T .colorBlock
{
    background: url(images/map/icons/legend/T5.png) no-repeat;
}
.lightorange.T .colorBlock
{
    background: url(images/map/icons/legend/T4.png) no-repeat;
}
.yellow.T .colorBlock
{
    background: url(images/map/icons/legend/T3.png) no-repeat;
}
.lightblue.T .colorBlock
{
    background: url(images/map/icons/legend/T2.png) no-repeat;
}
.blue.T .colorBlock
{
    background: url(images/map/icons/legend/T1.png) no-repeat;
}
.purple.T .colorBlock
{
    background: url(images/map/icons/legend/T0.png) no-repeat;
}
.red.S .colorBlock
{
    background: url(images/map/icons/legend/S6.png) no-repeat;
}
.orange.S .colorBlock
{
    background: url(images/map/icons/legend/S5.png) no-repeat;
}
.lightorange.S .colorBlock
{
    background: url(images/map/icons/legend/S4.png) no-repeat;
}
.yellow.S .colorBlock
{
    background: url(images/map/icons/legend/S3.png) no-repeat;
}
.lightblue.S .colorBlock
{
    background: url(images/map/icons/legend/S2.png) no-repeat;
}
.blue.S .colorBlock
{
    background: url(images/map/icons/legend/S1.png) no-repeat;
}
.purple.S .colorBlock
{
    background: url(images/map/icons/legend/S0.png) no-repeat;
}
.red.R .colorBlock
{
    background: url(images/map/icons/legend/R6.png) no-repeat;
}
.orange.R .colorBlock
{
    background: url(images/map/icons/legend/R5.png) no-repeat;
}
.lightorange.R .colorBlock
{
    background: url(images/map/icons/legend/R4.png) no-repeat;
}
.yellow.R .colorBlock
{
    background: url(images/map/icons/legend/R3.png) no-repeat;
}
.lightblue.R .colorBlock
{
    background: url(images/map/icons/legend/R2.png) no-repeat;
}
.blue.R .colorBlock
{
    background: url(images/map/icons/legend/R1.png) no-repeat;
}
.purple.R .colorBlock
{
    background: url(images/map/icons/legend/R0.png) no-repeat;
}

.legendLabels
{
    float: left;
    padding-top: 6px;
    font-size: 12px;
    font-weight: normal;
}

.legendLabels strong
{
    font-size: 14px;
    font-weight: bold;
}

/* ============== for vertical/horizontal property lists, see respective stylesheet ============== */


.loadingResults
{
    padding: 50px;
    text-align: center;
}

.loadingResults p
{
    padding: 10px 0 10px 0;
    font-size: 14px;
    color: white;
}
d


/*====================MAP INFO WINDOWS=========================*/
.identifyWindow, .areaSelectionWindow
{
    font-size: 11px;
    width: 300px;
}
.identifyWindow a, .areaSelectionWindow a
{
    cursor: pointer;
}

.identifyWindow .label
{
    padding-left: 5px;
    padding-right: 3px;
    font-weight: bold;
}
.identifyWindow .value
{
    display: inline-block;
}
.identifyWindow .delete
{
    padding: 5px;
}

.areaSelectionWindow ul
{
    padding: 10px;
}
.areaSelectionWindow ul li
{
    padding: 3px;
}

/* ============ Members Directory Modal ================== */
#membersDirectoryContentHolder
{
    background-color: #fff;
    height: 350px;
    width: 750px;
}
#membersDirectoryContentHolder .left
{
    float: left;
    width: 250px;
    border-right: solid 1px #666;
    height: 350px;
}
#membersDirectoryContentHolder .left .listContainer
{
    clear: both;
    position: relative;
    background-image: url('/common/images/listBoxRoundShadow.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px 0 10px 0;
}
#membersDirectoryContentHolder .left ul
{
    width: 220px;
    height: 300px;
    overflow: auto;
}
#membersDirectoryContentHolder .left ul, #membersDirectoryContentHolder .left ul li
{
    clear: both;
    text-align: left;
}
#membersDirectoryContentHolder .left li:hover
{
    background-color: #ccc;
    cursor: pointer;
}
#membersDirectoryContentHolder .right
{
    background-color: #b6b6b6;
    height: 100%;
    float: left;
}
#membersDirectoryContentHolder .right #brokerInfo
{
    text-align: left;
    padding: 10px 0 0 10px;
    height: 130px;
}
#membersDirectoryContentHolder .right #brokerInfo img
{
    width: 150px;
    height: 100px;
    top: -50%;
}



/*=======================Merge Export============================*/

/*Merge Reports Export Window*/
.exportDragDropPanel
{
    border-bottom: silver 1px solid;
    border-left: silver 1px solid;
    width: 330px;
    height: 300px;
    overflow: hidden;
    border-top: silver 1px solid;
    border-right: silver 1px solid;
    background-color: White;
    margin: 10px 5px 1px 5px;
    opacity: .90;
    -moz-opacity: .90;
}
.exportDragDropPanel ul
{
    height: 289px;
    overflow: scroll;
}
#dragExportTempList
{
    display: none;
}
a.exportAddAll
{
    margin-left: 5px;
    color: White;
    font-weight: bold;
}
li.exportReportDragItem
{
    border: solid 1px black;
    background-color: White;
    width: 300px;
}

li.exportReportDragItem td
{
    padding: 1px;
}

td.ExportDragItemPhoto
{
    width: 60px;
}
td.ExportDragItemDesc
{
    width: 240px;
}

li#dropDefaultItem
{
    padding: 20px;
}

/*========================rounded corners===========================*/
b.propTop, b.propBot
{
    display: block;
    height: 5px;
    font-size: 1px;
    background-repeat: no-repeat;
}
b.propBot
{
    background-position: -180px 0px;
}


.ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis; /*-moz-binding: url('ellipsis.xml#ellipsis');*/
}

/** report heading icons**/
.shareReportHeader
{
    font-size: 24px;
    font-weight: bold;
    padding-right: 60px;
}

#preload
{
    width: 0px;
    height: 0px;
    overflow: hidden;
}

li.rssButton
{
    float: right;
    position: absolute;
    top: 80px;
    right: 20px;
    height: 15px;
    width: 15px;
}
li.rssButton:hover
{
    border: none;
}
