#worldmap_content {
    position: relative;
}
#google_map {
    border: 2px solid #fc9900;
    width: 926px;
    height: 436px;
    overflow: hidden;
}
h3 {
    text-transform: uppercase;
}
#wm_photo {
    float: right;
    width: 300px;
}
table.scoreboard {
    border-collapse: collapse;
    border: 1px solid #333;
}

table.scoreboard {
    font-weight: normal; 
    font-size: 8pt;
}
table.scoreboard th {
    color: #fec200;
}
.scoreboard .title {
    text-align: left;
}
table.scoreboard th, table.scoreboard td{
    padding: 2px 5px;
    border: 1px solid #333;
    text-align: center;
    font-weight: normal;
}
table.scoreboard .red{
    background-color: #FE1001;
    color: #fff;
}
table.scoreboard .blue{
    background-color: #1C4C8C;
    color: #fff;
}

#detailboard_overlay {
    position: absolute;
    background: black;
    width: 895px;
    /*height: 405px;*/
    top: 115px;
    left: 45px;
    padding: 5px;
    display: none;
}
.close_button {
    text-decoration: underline;
    cursor: pointer;
}
#featured_photos {
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    text-align: center;
}
#featured_photos img {
}
.infobox {
    color: #000;
}
.infobox a {
    color: #00f; 
    text-decoration: underline;
}

.scoreboard .missionname, .scoreboard .missionnotes {
    text-align: left;
}
.scoreboard .notes {
    text-align: left;
}

#master_clock_container {
    position: absolute;
    top: 55px;
    right: 30px;
}
#wm_photo h3 a {
    font-size: 8pt;
}
