html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
}

body {
    background-color: #0c0c0c;
    background-image: url("/static/image/metal_head_bg.png");
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: "Gill Sans", Candara, "Trebuchet MS", "Lucida Sans Unicode", serif;
    font-size: 14px;
    min-width: 850px;
}

a, a:link, a:active, a:visited {
    color: #200;
}

a:hover {
    color: #a00;
}

h1 {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    color: #111;
    margin: 0 -10px 16px -10px;
    border-bottom: 1px solid #aaa;
    padding-right: 3px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

h3 {
    margin-bottom: 4px;
}

h4 {
    margin: 0;
}

p {
    margin: 0 0 14px 0;
    line-height: 1.2;
}

th,td {
    font-family: "Gill Sans", Candara, "Trebuchet MS", "Lucida Sans Unicode", serif;
    font-size: 14px;
    text-align: left;
}

#m_header {
    background-image: url('/static/image/metal_logo.png');
    position: absolute;
    width: 127px;
    height: 29px;
    top: 22px;
    left: 35px;
}

#m_buttonbar {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 5;
}

#m_buttons a, #m_buttons a:link, #m_buttons a:visited, #m_buttons a:active, #m_buttons a:hover {
    display: block;
    float: left;
    width: 100px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#m_buttons a:hover {
    color: #ccc;
}

#bubble_wrap {
    position: relative;
    margin: 60px auto 0 auto;
    width: 780px;
    padding: 0;
}

#content_top {
    position: absolute;
    background-image: url('/static/image/metal_content_top.png');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 780px;
    height: 51px;
    z-index: 2;
}

#content_bottom {
    background-image: url('/static/image/metal_content_bottom.png');
    background-repeat: no-repeat;
    width: 780px;
    height: 8px;
    z-index: 2;
}

#m_content_container {
    position: relative;
    background-image: url('/static/image/metal_content.png');
    background-repeat: repeat-y;
    top: 51px;
    width: 780px;
}

#m_content {
    padding: 1px 58px;
}
#m_footer {
    display: none;
}

#message {
    width: 600px;
    margin: 0 auto;
    padding: 8px;
    background-color: #efefef;
    border: 1px solid #bbb;
    text-align: center;
    margin-bottom: 10px;
}

#error {
    border: 1px solid #f00;
    background-color: #fee;
    padding: 4px;
    margin-bottom: 10px;
}

.hax td {
    text-align: center;
}

.button {
}

.buttonactive {
    background-image: url('/static/image/redblob.png');
    background-repeat: no-repeat;
    background-position: 50% 20px;
}

.button_clear {
    float: clear;
    clear: both;
}

.required {
    color: #f00;
}

.solution {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.solution:hover {
    background-color: #f3f3f3;
}

.solution_image {
    float: left;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 90px;
    z-index: 2;
}

.solution_content {
    margin-left: 100px;
}