
body {
    background: #BFBFBF;
    color: #000000;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

.header {
    padding: 15px 10px 15px 10px;
}

.title {
    font-size: 20px;
}

.logout {
    float: right;
}

a:link, a:visited {
    text-decoration: none;
    color: #000000;
    border: none;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
}

.navigation {
    padding: 3px 3px 13px 0px;
}

.navigation a:link, .navigation a:visited {
    background-color: #BFBFBF;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #BFBFBF;
    color: #000000;
}

.navigation a:hover {
    background-color: #ffffff;
}

.first {
    background-color: #808080;
}

.second {
    background-color: #ABA9AD;
}

.restricted {
    background-color: #CCCCC !important;
}

.bar {
    padding: 5px 0px 5px 5px;
    background-color: #808080;
}

.blackbar {
    padding: 5px 0px 5px 5px;
    background-color: #222;
    color: #fff;
}

.blackbar a:link, .blackbar a:visited {
    color: #fff;
}

.blackbar a:hover {
    color:#cc0000;
}

.content {
    padding: 15px 15px 35px 15px;
    background-color: #ABA9AD;
}

.icon-content {
    padding-left: 86px;
}

.read {
    padding: 5px 0px 5px 10px;
    background-color: #9E9E9E;
}

.content A:link, .content A:visited {
    text-decoration: underline;
}

.content A:hover {
    text-decoration: none;
}

.separator {
    margin-left: 15px;
    margin-right: 15px;
    border-top: 2px solid black;
}

.table {
     border-spacing: 0px;
     margin-left: auto;
     margin-right: auto;
}

.threads-table {
    width: 90%;
}

.threads-table td {
    text-align: left;
    font-size: 12pt;
    padding: 5px; 8px;
}

.table tr:nth-child(odd) {
    background-color: #808080;
}

.table tr:nth-child(even) {
    background-color: #ABA9AD;
}

.table th {
    font-weight: bold;
    font-size: 16px;
}

.table-clear tr {
    background-color: transparent !important;
}

.thread {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.events {
    text-align: center;
    margin-bottom: 10px;
}

.footer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.icon {
    width: 82px;
    float: left;
}

.user-tab {
    padding: 6px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ABA9AD;
    float: left;
}

input[type=button], input[type=submit] {
    background-color: #808080;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 2px 2px;
    cursor: pointer;

    min-width: 70px;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

input[type=button]:hover, input[type=submit]:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.22);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-table {
    width: 600px;
    margin-left: auto; 
    margin-right: auto;
}
.form-table th {
    font-size: 30px; 
}
.form-table input, .form-table textarea {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}
.form-table select {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-table input[type=submit] {
    font-size: 24px !important;
}
.form-table .form-title {
    font-size: 22px;
}