/* UPDATES FROM NEWSSPEC-7095 ADDED MARCH 2014 to hide postcode search due to postcoder API being decomissioned */
#crashmap{
    position: relative;
    margin-bottom: 16px;
}

#map-search-container{
    background:#ededed;
    color:#fff;
    padding:8px;
    width:976px;
    height: 32px;
    padding-top: 16px;
}
#map-search-container form{
    border-top:0;
    padding:0;
    margin:0;
}
#map-search-container input{
    width: 208px;
    border:0;
    margin:0;
    line-height: 24px;
    height:24px;
    padding: 0 9px;
    font-size: 12px;
    display: none; /* ADDED MARCH 2014 - hide postcode search */
}
#map-search-container input.postcode-button{
    width: 30px;
    vertical-align: top;
    padding:0;
    clear: none;
    display: none; /* ADDED MARCH 2014 - hide postcode search */
}

#map-gel-nav{
    position: relative;
    width: 50px;
    height: 100px;
    background: red;
    top: -550px;
}

#crash-map *{
    line-height: 0px;
}

#crash-map #infobox-container *{
    line-height:16px;
}

.MicrosoftMap #PoweredByLogo2{
    background: none;
}
.LogoContainer {
    visibility: hidden;
}
#infobox-container {
    background: white; 
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    position: absolute;
    top: 0px;
    left: 23px;
    width: 550px;
    padding: 10px;
    overflow:auto;
    padding-right: 18px;
}

#infobox-container #infobox-text span.location {
    font-weight: bold;
}
#infobox-container #infobox-text li {
    margin: 0 0 2px;
}

#infobox-container a.infobox-close-button{
    position: absolute;
    color: black;
    top:2px;
    right:2px;
    width:16px;
    height: 16px;
    background: white;
    display: block;
    background-image:url(/news/special/uk/11/crash_map/img/close_button2.gif);
    text-indent: -3000px;
}
#infobox-container a.infobox-close-button:hover{
    color: orange;
    background-image:url(/news/special/uk/11/crash_map/img/close_button_over.gif);
}

#infoboxTitle{
    position:absolute;
    top:10px;
    left:10px;
    width:380px;
}
#infoboxDescription{
    position:absolute;
    top:10px;
    left:10px;
    width:380px;
}

.hotspot {
    cursor: pointer !important;
}

#local-authority-stats-container {
    height: 40px;
    font-weight: bold;
    height: 24px;
    padding: 8px;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 4px;
}
#local-authority-stats-container span.local-authority-stats{
    color: #d1700e;
}

#vehicle-filter-container{
    position:absolute;
    width:172px;
    top:96px;
    right:0px;
}

#vehicle-filter-container #vehicle_header{
    color: #ffffff;
    background: #4d4d4d;
    height:24px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 12px;
    display:block;
}

#vehicle-filter-container #vehicle_header.transparent{
    background: rgba(00, 00, 00, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#994d4d4d, endColorstr=#994d4d4d);
}



#vehicle-filter-container #vehicle_header a.showfilter{
    position:absolute;
    right: 4px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image:url(/news/special/uk/11/crash_map/img/arrows.gif);
    background-position: -6px -7px;
    text-indent: -5000px;
}

#vehicle-filter-container #vehicle_header a.showfilter:hover{
    background-position: -6px -37px;
}

#vehicle-filter-container #vehicle_header a.hidefilter{
    position:absolute;
    right: 4px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image:url(/news/special/uk/11/crash_map/img/arrows.gif);
    background-position: -37px -7px;
    text-indent: -5000px;
}

#vehicle-filter-container #vehicle_header a.hidefilter:hover{
    background-position: -37px -37px;
}


#vehicle-filter-container ul#vehicle-filter-list{
    margin: 0px;
    padding: 4px 0px;
    border-top: none;
    display: block;
    background: white;
}

#vehicle-filter-container ul#vehicle-filter-list.hide-filter{
    display: none;
}

#vehicle-filter-container  ul#vehicle-filter-list li{
    padding: 4px 8px;
    margin: 0px;
    background: none;
}
#vehicle-filter-container  ul#vehicle-filter-list li a{
    padding: 0px;
    display: block;
    width:172px;
    height:18px;
    color: #333333;
    padding-left:20px;
    background-image:url(/news/special/uk/11/crash_map/img/radio_unselected.gif);
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
}


#vehicle-filter-container ul#vehicle-filter-list li a img {
    padding-left: 8px;
    vertical-align: middle;
}

#vehicle-filter-container  ul#vehicle-filter-list li a.selected{
    background-image:url(/news/special/uk/11/crash_map/img/radio_selected.gif);
}



#loadingcrashmap{
    width: 976px;
    height: 616px;
    background-color: blue;
    background: url(/news/special/uk/11/crash_map/img/intro3.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    visibility: visible;

    z-index: 1052;
}
#intro-loading-container {
    margin: 50px;
    margin-top: 218px;
    display:block;
}
#intro-loading-container p{
    font-size:27px;
    line-height: 27px;
    color: white;
}

#intro-text-container {
    margin: 50px;
    margin-top: 218px;
    display:none;
    width: 600px;
}
#intro-text-container p{
    font-size:27px;
    line-height: 27px;
    color: white;
}

/* remove padding and border style from form set by BBC's main css */
#intro-text-container form.search_form,
#search-bar form.search_form2 {
    margin: 0px;
    padding: 0;
    border: none;
}

/* width should be 30px less than search-bar container to take account of button width (24px) and field padding (3px + 3px) */
#intro-text-container form.search_form input.search_input,
#search-bar form.search_form input.search_input2 {
    font-size: 1.3em;
    width: 186px;
    border: none;
    line-height: 20px;
    padding: 2px 3px;
    display: none; /* ADDED MARCH 2014 - hide postcode search */
}


#intro-text-container form.search_form  .postcode-button,
#search-bar form.search_form  .postcode-button2 {
    background: url(/news/special/uk/11/crash_map/img/search-button.gif) no-repeat scroll center center white;
    border: 0;
    height: 24px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -2000em;
    width: 24px;
    cursor: pointer;
    display: none; /* ADDED MARCH 2014 - hide postcode search */
}

#la_selector, 
#la_selector_intro {
    border: none;
    height: 24px;
    padding: 0 0 0 8px;
    width: 256px;
    margin-left: 0; /* ADDED MARCH 2014 - hide postcode search - margin-left was 8px*/
    }
    
#la_selector_intro {
    margin-left: 0; /* ADDED MARCH 2014 - hide postcode search - margin-left was 52px*/
}