html{
    overflow-y: auto;
}

body {
    background: #fff;
    color: #4D4D4D;
    font-size:12px;
}

#popup-wrap {

}

h1 {
    background: url(../../images/popup-maps/header.png);
    height: 49px;
    color: #FFE168;
    font: 30px/32px georgia, serif;
    padding: 15px 0 0 20px;
}

h1 span{
    font: 11px/11px arial, sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
}

#popup-content {
    padding: 20px;
}


#map-caption {
    font: 12px/21px georgia, serif;
    font-style: italic;
    color: #4D4D4D;
    padding-top: 0;
    padding-right: 552px;
}

#map {
    float: right;
}

#table {
    clear: both;
    padding-top: 20px;
}

#table table {
    width: 100%;
    border-collapse: collapse;
    background: url(../../images/popup-maps/gradiant.png) 0 20px repeat-x;
}

#table th {
    border: 1px solid #4D4D4D;
    height: 20px;
}



img.mapLegend {
    width: 100%;
    height: 20px;
}



#table td {
    border: 1px solid #999;
    padding: 5px 10px 15px 10px;
    font: 10px/12px arial, sans-serif;
}

#table td p {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

#table td p:last-child {border: 0;}

#table .five-col tr td{
    width: 152px;
}

#table .four-col tr td{
    width: 190px;
}

#table .three-col tr td{
    width: 253px;
}

#tasks{
    margin-top:3px;
    margin-right: 2px;
}

#popup-wrap #tasks a{
    font-size:8px;
    line-height:14px;
}

#map-footer{
    clear: both;
    text-align: right;
    font: 14px/21px georgia, serif;
    font-style: italic;
    color: #4D4D4D;
    padding-top:15px;
}

#popup-italics{
    font: 12px/21px georgia, serif;
    font-style: italic;
    color: #4D4D4D;
    padding-top: 0;
}

#popup-italics p{
    padding:5px 0;
}
