/*
    Aura Project / SE Parser v. 1.0
    (c) 2006, gNOsis
    http://www.gnosis.ws
    ---
    httpdocs/style.css - таблица стилей
*/

body {
    margin: 0;
    padding: 0;
}

#header {
    height: 50px;
    background-color: #909090;
    color: white;
    text-align: left;
    font-family: Tahoma, Verdana;
}

#header p {
    font-size: 16pt;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header p b {
    font-size: 16pt;
    font-weight: bold;
}

#header p span {
    font-size: 10pt;
}

#status {
    display: block;
    position: absolute;
    height: 40px;
    width: 100px;
    background-color: white;
    top: 10px;
    right: 20px;
}

#menu {
    width: 150px;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: top;
}

.menuitem {
    height: 20px;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: left;
    padding-left: 10px;
}

.menuitem a {
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    font-family: Tahoma, Verdana;
    vertical-align: center;
}

.menuitem a:hover {
    color: #c0c0c0;
}

#workarea {
    background-color: white;   
}

#footer {
    background-color: #999999;
    color: white;
    font-size: 9pt;
    text-align: right;
    padding-right: 20px;
    height: 50px;
    font-family: Tahoma, Verdana;
}

#footer a {
    text-decoration: none;
    color: white;
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    font-weight: bold;
}
