﻿/*

    Map Page

*/
#ProfileWindow
{
    z-index: 2500 !important;
}

#sectorCodesMenu
{
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    z-index: 100;
}

#urlplaceholderWrap
{
    display: none;
    float: left;
    width: 683px;
    margin: 0px 0px 0px 0px;
}

    #urlplaceholder
    {
        display: block;
        padding: 0px 0px 10px 15px;
        background: url(/images/arrow_green.gif) no-repeat 3px 5px;
    }

#search_bar
{
    position: relative;
    float: left;
    width: 683px;    
    margin: 5px 0px 5px 0px !important;
}

    #search_bar span
    {
        padding-right: 5px;
    }

#mapBasket
{
    position:relative;    
    float: left;
    width: 678px;        
    height: auto;
    font-size: 10px;
    padding: 0px 0px 3px 5px;
}

    #mapBasket #viewing
    {
        float: left;
        width: 568px;
        padding: 0px 10px 0px 0px;
    }
    
    #info_basket_wrap
    {
        float: right;
        width: 100px;
    }
    
    #info_basket
    {
        position: relative;
        top: -4px;
        text-decoration: underline;
    }

#TRRA_DIV
{
    float: left;
    position:relative;    
    height: 385px;
    width: 683px;
    z-index: 99;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;    
    margin: 0px 0px 0px 0px;
}

