
/*******************************************************************************
 * global
 *******************************************************************************/
    html {
        overflow-y: scroll;
        background-color: #dfe1e3;
        background-color: #000;
    }
    body {
        line-height: 1.3;
        font-family: "Trebuchet MS",Arial,sans-serif;
    }
    em {
        font-style: italic;
    }
    .cf {
        clear: both;
        display: block;
    }
    .center-text, .text-center {
        text-align: center;
    }
    table th { font-weight: bold; border-bottom: 1px solid #999; }
    table.matrix td, table.matrix th { padding: 10px; text-align: center; }
    table.matrix-left td {
        text-align: left;
    }
    b, strong {
        color: #10236b;
        font-weight: bold;
        background-color: #e8f4fc;
    }

/*******************************************************************************
 * header
 *******************************************************************************/
    #hd {
        padding-left: 130px;
        height: 100px;
        background-color: #000;
        background-image: url(/underground/resources/images/albeik.png);
        background-repeat: no-repeat;
    }
    #hd h1 {
        color: #fff;
        padding: 2px;
        font-size: 161.6%; /* 21px */
    }

/*******************************************************************************
 * menu
 *******************************************************************************/
    #menu li {
        float: left;
        padding: 4px;
    }
    #menu a {
        padding: 2px;
        color: #ffeeff;
        text-decoration: none;
        text-transform: lowercase;
    }
    #menu li:hover {
        background-color: #ffeeff;
    }
    #menu li:hover a, #menu a:hover {
        color: #332222;
    }
    #menu tr.sections td {
        color: #fdbfc4;
        margin: 0pt;
        padding: 0pt 0pt 0pt 20px;
        text-transform: uppercase;
    }
    #menu tr.pages ul {
        padding-left: 20px;
    }
    #menu tr.pages ul li.selected, #menu tr.pages ul li.selected a {
        color: #ffeeff;
        background-color: #aa6666;
    }

/*******************************************************************************
 * body
 *******************************************************************************/
    #bd {
        padding: 4px;
        background-color: #fff;
        border: 1px solid #c7ccd1;
    }
    #bd .note {
        padding: 3px;
        border: 1px solid #dee1d8;
        border: 1px solid #f2c083;
        background-color: #fefeee;
        background-image: url(/underground/resources/images/icons/note.png);
        background-repeat: no-repeat;
        background-position: 4px 3px;
        padding-left: 25px;
    }
    #bd hr {
        border: 1px solid #fff;
        border-top: 1px solid #dddddd;
    }
    #bd a, #bd a:visited {
        color: #b30000;
        text-decoration: none;
    }
    /*#bd a:visited {
        color: #333;
    }*/
    #bd a:hover {
        text-decoration: underline;
    }
    #bd p, #bd h1, #bd h2, #bd h3, #bd blockquote {
        padding-left: 20px;
        padding-right: 20px;
    }
    #bd ul li, #bd ol li {
        margin-left: 50px;
    }
    #bd ul li {
        list-style-type: square;
    }
    #bd ol li {
        list-style-type: decimal;
    }
    #bd blockquote, #bd blockquote * {
        font-style: italic;
        font-family: Georgia,Times New Roman,Serif;
        font-size: 108%; /* 14px */
    }
    #bd blockquote {
        color: #666;
        width: 700px;
        padding: 6px;
        margin: 10px auto;
        margin-left: 60px;
        padding-left: 18px;
        text-indent: -18px;
        background: transparent url(/underground/resources/images/close-quote.gif) no-repeat right bottom;
    }
    #bd blockquote:first-letter {
        padding-left: 18px;
        background: transparent url(/underground/resources/images/open-quote.gif) no-repeat left top;
    }
    #bd h1 {
        color: #000;
        padding: 10px;
        color: #41110a;
        font-size: 161.6%; /* 21px */
        border-bottom: 1px solid #999;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    #bd h2, #bd h3 {
        color: #570e00;
        padding-left: 0px;
        margin-left: 15px;
        font-size: 123.1%; /* 16px */
        border-bottom: 1px solid #ddd;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }
    #bd h2.box {
        padding: 10px;
        text-align: left;
        border: 1px solid #c00;
        background-color: #efefef;
    }
    #bd h3 {
        font-size: 108%;
        margin-left: 25px;
    }
    #bd, #bd p, #bd blockquote, #bd td {
        color: #555;
    }

/*******************************************************************************
 * :news
 *******************************************************************************/
    .news table { margin-left: 20px;}
    .news table td { padding-bottom: 5px; }
    .news table td.news_link a:visited { color: #666; }
    .news div.filter {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .news div.filter a {
        margin: 2px;
        padding: 4px 6px;
        border: 1px solid #ddd;
    }
    .news div.filter a.selected {
        color: #fff !important;
        background-color: #000 !important;
    }
    .news div.filter a.empty {
        color: #999 !important;
        background-color: #ddd !important;
    }

/*******************************************************************************
 * footer
 *******************************************************************************/
    #ft {
        color: #333;
        min-height: 20px;
        padding: 4px;
        padding-left: 10px;
        border: 1px solid #e9eaeb;
        background-color: #c7ccd1;
        margin-bottom: 10px;
    }
    #ft h3 {
        color: #000;
    }
    #ft div.cf {
        margin-bottom: 10px;
    }
    #ft li {
        float: left;
        font-size: 93%; /* 12px */
        margin: 2px 6px;
    }
    #ft a, #ft a:visited {
        color: #16468b;
    }
    #ft a:hover {
        color: #333;
    }

