﻿/*~~~~~~~~~~~~~~~~~~~~~ MAP SEARCH STYLES ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~ MAP SEARCH CLASSES ~~~~~~~~~~~~~~~~~~~~*/

.active
{
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}
.dimmed
{
    opacity: 0;
    filter: alpha(opacity=0);
}
div a:active
{
    color: #00F;
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~ MAP SEARCH IDS ~~~~~~~~~~~~~~~~~~~~*/
#footerImg
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -282px;
    width: 567px;
    height: 68px;
    z-index: 300;
}

#bannerImg
{
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -282px;
    width: 567px;
    height: 68px;
    z-index: 300;
}
#mapContainer
{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}

#mapCanvas div
{
    color: black;
}

#mapCanvas div span, #map_canvas div a
{
    font-size: 10px !important;
    font-weight: normal;
}
#sideBarWrapper
{
    position: absolute;
    top: 378px;
    left: 10px;
	bottom:0px;
    width: 208px;
    overflow: auto;
    color: White;
    display: none;
}
#anotherSB_Wrapper
{
    position: relative;
    background-image: url(../_Images/blueBG-5.png);
}
#sideBar
{
    position: relative;
    height: auto;
}

#lakeType
{
    position: absolute;
    top: 37px;
    left: 0px;
    width: 400px;
    height: 70px;
    text-align: center;
}

#lakeType table
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -95px;
    width: 180px;
    text-align: center;
}

#lakeType label
{
    height: 37px;
    cursor: pointer;
}

#lakeType input
{
    cursor: pointer;
    line-height: 18px;
    vertical-align: super;
    margin: 2px;
}
#lakeList
{
    position: relative;
    width: 160px;
    list-style: none;
    padding: 0;
    height: auto;
    overflow-y: auto;
    margin-left: 20px;
}
#mapList
{
    overflow: auto;
    font-size: 14px;
    color: White;
}

#mapList li
{
    padding: 4px;
}

#mapList li:hover
{
    background: #F30;
    color: #fff;
    cursor: pointer;
}

#sideBarFooter
{
    position: relative;
    margin: 9px;
    padding: 6px;
}

#sideBarFooter p
{
    font-size: 14px;
    font-family: "Comic Sans MS" , cursive;
}

div#message
{
    position: absolute;
    padding: 6px;
    color: #fff;
    background-image: url(../_Images/blueBG-5.png);
    width: 300px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
div#message a
{
    color: White;
}
div#message a:hover
{
    font-weight:bold;
    color:#f30
}
/*************************MODAL***************/

#pickLakeType
{
    position: absolute;
    width: 400px;
    height: 360px;
    overflow: hidden;
    display: none;
}
#paul
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 360px;
    background-image: url(../_Images/Btns/PaulNav2.jpg);
}
#rose
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 360px;
    background-image: url(../_Images/Btns/RoseNav2.jpg);
}
#controls
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 400px;
    height: 150px;
    z-index: 100;
}
