html, body {
    margin: 5px;
    background-color: #f4f4f4;
}

body, td, input, textarea {
    font-family: Arial, Verdana;
    font-size: 12px;
}

#body {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 120px;
    margin: 0 0 10px 0;
}

#header div.title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: Times;
    /* color: #BB000C; */
    color: #16263f;
    padding-bottom: 5px;
}

#header div.logo {
    width: 120px;
    height: 120px;
    background: url(../../img/logo_dark.png);
    background-size: 97%;
    background-repeat: no-repeat;
    margin-right: 40px;
    float: left;
}

#header div.topbanner {
    width: 720px;
    height: 120px;
    background: url('../../img/olvaso.png');
    margin-right: 10px;
    border-radius: 5px;
    float: left;
}

#header div.info {
    font-family: Times;
    margin: 30px 0 0 0;
    width: 90px;
    color: #11473A;
    font-size: 11px;
    text-align: right;
    float: right;
    line-height: 20px;
}

#linksor {
    width: 100%;
    border-bottom: 3px solid #16263f;
    margin: 5px 0 10px 0;
    padding: 0px 5px 0 5px;
    font-size: 12px;
    background-color: #3b4254;
    height: 52px;
    color: rgb(253, 253, 253);
}

#linksor a {
    color: rgb(253, 253, 253) !important;
    display: block;
    font-size: 16px;
    padding: 15px 10px 20px;
    font-weight: normal;
    text-decoration: none !important;
}
#linksor a.left {
    margin-right: 0px;
    float: left;
}
#linksor a.right {
    margin-left: 0px;
    float: right;
}
#linksor a:hover {
    color: rgb(253, 253, 253);
    background: #16263f;
    text-decoration: none !important;
}


#footer {
    width: 100%;
    border-top: 3px solid #16263f;
    margin: 10px 0 5px 0;
    padding: 5px 5px 0 5px;
    font-size: 12px;
    background-color: #3b4254;
    height: 20px;
    color: rgb(253, 253, 253);
}


#footer div.left {
    text-align: left;
    float: left;
}

#footer div.right {
    text-align: right;
    float: right;
}


input.text {
    border: 1px inset #BBB;
    width: 200px;
}

input.submit {
    border: 1px outset #BBB;
    background: #DDD;
}

h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

a {
    color: #000080 !important;
    font-weight: bold !important;
}

a:hover {
    color: #0078d4 !important;
    text-decoration: underline !important;
}

table.table {
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

table.table td, table.table th {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 2px 5px;	
}

table.table th {
    text-align: left;
}

tr.selectable:hover {
    background-color: #E7E7E7;
    cursor: pointer;
}
