@charset "UTF-8";
html, body { height: 100% }
body {
    margin: 0; padding: 0;
    background-color: #B4B0AD;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;
}

h1 { text-transform: uppercase; color: #7F7775; font-size: 14px; font-weight: normal; }

td { vertical-align: top; }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.p { padding-right: 1em; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

table.cycle { empty-cells: show; border-right: 1px solid lightgrey; border-bottom: 1px solid lightgrey }
table.cycle td { border-left: 1px solid lightgrey }
table.cycle tr.header { background-color: black; color: white }
table.cycle tr.header a { color: white }
table.cycle tr.light {  }
table.cycle tr.dark { background-color: #c3c3c3 }
table.cycle tr.lightred { background-color: #FF9999 }
table.cycle tr.darkred { background-color: #FF6666 }
table.border td { border-top: 1px solid lightgrey }
table.small td { font-family: tahoma; font-size: 8pt }
table.hidelinks a { color: black; text-decoration: none }
table.hidelinks a:hover { text-decoration: underline }
table.noborder td { border: none }

a { text-decoration: none; color: #7F7775; }
a:hover { text-decoration: underline; }

#container {
    width: 1000px;
    margin-right: auto; margin-left: auto;
    position: relative; top: 0;
    background-image: url(/img/content_border.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
}

#menu { position: relative; z-index: 3; width: 215px; left: 0; top: 50px; overflow: visible; float: left; }

#menu_top {
    width: 195px;
    float: left;
    position: relative; left: 0; top: 0;
    padding-top: 20px; padding-left: 24px; padding-bottom: 10px;
    background-image: url(/img/menu_top_bg.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif; font-size: 11px;
    text-transform: uppercase;
    color: white;
    line-height: 18px;
}
#menu_top ul, #menu_top li { list-style: none; margin: 0; padding: 0; }
#menu_top li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #857D7B;
    font-weight: bold;
}
#menu_top li a:hover { color: white; }

#menu_bottom {
    float: left;
    position: relative;
    width: 215px; height: 55px;
    background-image: url(/img/menu_bottom_bg.png);
    background-repeat: no-repeat;
}

#menu_footer {
    clear: both;
    text-align: center;
    font-size: 9px; color: white;
    line-height: 11px;
    padding: 20px 0;
    /*margin-bottom: 50px;*/
}

#content {
    float: left;
    position: relative; left: 0;
    height: 100%;
    padding: 60px 10px 10px 10px;
    background-image: url(/img/content_border.png);
    background-repeat: no-repeat;
    color: black;
}

#content_right {
    float: left;
    position: relative;
    padding: 60px 14px 14px 14px;
    font-size: 11px;
}

#limited .takennumber {
    width: 200px;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: bold;
    color: #9ea1e1;
    letter-spacing: 0.4em;
}
#limited .takenname {
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #999999;
}

#login_tools { 
    float: right;
    padding: 10px 40px 0 0;
    font-size: 11px;
}
