/* 
    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;
}

body {
    background-color:#3f3c3d;
    color:#636466;
}
* a {
    color:#ed1c24;
}
#content {
    background:#0b0b0b;
    color:#636466;
}
#content a {
    background:#0b0b0b;
    color:#ed1c24;
}
#content p {
    background:#0b0b0b;
    color: white;
    font-size: 10pt;
    font-family: "Bookman Old Style";
}
p#label {
    color: #691719;
    font-size: 11pt;
}
p#label2 {
    font-size: 12pt;
}
#contact_tbl td {
    background:#0b0b0b;
    color: white;
    font-size: 10pt;
}
div #movie {
    background:#0b0b0b;
    color:#636466;
}

#menu td{
    /*border: 1px solid #beb2b2;*/
    background:#0b0b0b;
}
#menu td.btn:hover{
    background-color:#999999;
    color:#000000;
    cursor:pointer;
    font-weight: bolder;
}
table td.list_item:hover{
    cursor:pointer;
    background-color:#999999;
    color:#000000;
    font-weight: bolder;
}