#redMapSidebar, #redMapSidebar ul {
    margin: 0px; 
    padding: 0px;
}

#redMap{
    width: 560px;
    height: 500px;
    position: relative;
    left: 10px;
    top: 10px;
}
#siteSelectorContainer {position: relative; top: 0px; left: 0px; width: 100%; height: 700px;}

td.redSiteInfoData {width: 150px;}

#redGetAddresses{
    width: 50px;
}



#redMapHeader {
    position: relative;
    height: 120px;
    
}

div#redGeocodeContainer {
    
    float: left;
    width: 350px;
    height: 120px;
}

div#redGeocodeResponse {
    
    position: absolute;
    left: 10px;
    top:130px;
    border: 1px solid rgb(153, 153, 153);
    height: 500px;
    width: 350px;
    overflow: auto;
    display: none;
    background-color: rgb(28,28,28);
    filter:alpha(opacity=75);
    -moz-opacity: .75;
}
#redCountrySelect{    
    width: 150px;
    margin-bottom:7px;
}
#redGeocodeHeader {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid rgb(153, 153, 153);
    width: 350px;
    height: 110px;

}

#redGeocodeResponseTable {
    width: 100%;
}



div#redLegend {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
    height: 110px;
    border: 1px solid #999999;
}

#redLegend table {
    width: 100%;
}


.regionLabel {
    
    font-weight: bold;
    font-size: 12pt;
    background-color:#000000;
    border:3px solid;
    width: 60px;
}

td.redSiteInfoHead {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    
}

#redGeocodeInput {
    
    width: 100%;
}


label.redLegendLabel{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;   
}

td.redGeocodeResponse {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

td.redSiteInfoData {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: black;
    
}

.redTdLabel {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    width: 150px;
}


table.region td {
    font-size: 0.6em;
}

#redLegend input {width: 20px;}

#infodiv table tbody tr td {
    color: silver;
}
