/*
 * $Id: style.css,v 1.1 2007/01/05 22:22:04 hp Exp $
 */

body {
    background: #555555;
}
p {
    margin: 0;
    padding: 0;
}
body, td, th {
    font-family: Verdana, Sans-Serif;
    color: white;
    font-size: 9px;
}
textarea, input, select {
    font-family: Verdana, Sans-Serif;
    color: black;
    font-size: 9px;
}
a:hover, a:visited, a:active, a:link {
    color: #ffa101;
}

h2 {
    font-size: 14px;
}

/* menu */
.menutable {
   margin-left: 100px;
   border-collapse: collapse;
}
.meniu, .activemeniu {
   font-family: Verdana;
   font-size: 9px;
   white-space : nowrap;
   border-left: 1px solid #919191;
   border-right: 1px solid #919191;
   padding: 10px 10px 10px 10px;
   font-weight: normal;
}
.meniu, .meniu a:hover, .meniu a:visited, .meniu a:active, .meniu a:link {
    color: white;
    text-decoration: none;
}
.activemeniu, .activemeniu a:hover, .activemeniu a:visited, .activemeniu a:active, .activemeniu a:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.menuFrame {
    position: absolute;
    visibility: hidden;
    background: #ffffff;
}
.submeniu {
    border: 1px solid #5e6467;
    background: #dadad9;
}

.submeniu, .submeniu a:hover, .submeniu a:visited, .submeniu a:active, 
.submeniu a:link {
    color: #65696b;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

/*
vim: expandtab ts=4 sw=4 sts=4
vim: encoding=utf-8
vim: fileencoding=utf-8
*/

