body
{
    color: #fff;
}

div.mainbg
{
    background: #1F1F1F;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

table.mainbg
{
    border-bottom: 1px solid #4F4F4F;
}

td.main
{
    background: #1F1F1F;
}

td.middle
{
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-top:1px solid #444;
    /*background: #E7E7D5;*/
    background: #333;
    color: #333;
}

div.hilight
{
    border-bottom: 1px solid #111;
}

div.mainbody
{
    background: #333;
    border-top: 1px solid #444;
}

div.surround
{
    border-top: 1px solid #222;
}

div.block.bottom
{
    border-top: 1px solid #333;
}

div.block
{
    border-top: 1px solid #333;
}

div.block.light
{
    border-top: 1px solid #fff;
}

div.block.normal
{
    border-bottom: 1px solid #111;
}

div.block .moduletable
{
    border: 1px solid #111;
    background: #2A2A2A;
}

div.block .moduletable h3
{
    background: #414141 url('../images/bullet1.png') 5px 50% no-repeat;
}

div.light .moduletable, div.light .moduletable-flush
{
    background: #F3F3EB;
    border: 1px solid #D1D1AB;
}

div.light .moduletable h3, div.light .moduletable-flush h3
{
    background: #999982 url('../images/bullet3.png') 5px 50% no-repeat;
    color: #fff;
}

div.light a.mainlevel
{
    border-bottom: 1px solid #D1D1AB;
}

div.light a#active_menu:link, div.light a#active_menu:visited
{
    color: #333;
}

div.light li.active_menu a:link, div.light li.active_menu a:visited
{
    color: #333;
}

td.sectiontableheader
{
    background: #272727;
    border-bottom: 1px solid #666;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td
{
    border-bottom: 1px solid #666;
}

td.sectiontableentry1, td.sectiontableentry2
{
    border-bottom: 1px solid #666;
}

div#footer
{
    border: 1px solid #000;
    background: #666666;
}

#rocket
{
    background: url('../images/rocket.png');
}

.css_button
{
    background: url('../images/w3c_css.png');
}

.xhtml_button
{
    background: url('../images/w3c_xhtml.png');
}

img.album
{
    border: 3px solid #222;
}

pre
{
    background: #ccc;
    color: #000;
    border: 1px solid #2A2A2A;
    border-left: 15px solid #2A2A2A;
}
