/* 
    Document   : default
    Created on : 16.02.2009, 0:04:14
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

* {
    background-color:#3f3c3d;
    color:#636466;
}
* a {
    color:#ed1c24;
}
#content {
    background:#0b0b0b;
    color:#636466;
}
#content a {
    background:#0b0b0b;
    color:#ed1c24;
}
#content p {
    background:#0b0b0b;
    color:#636466;
    font-size: 16pt;
}
table #menu td{
    border: 1px solid #beb2b2;
}
#menu td:hover{
    cursor:pointer;
    background-color:#999999;
    color:#000000;
    font-weight: bolder;
}
table td.list_item:hover{
    cursor:pointer;
    background-color:#999999;
    color:#000000;
}
