/* News */

.news_header {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #78C2FF;
}
.news_header_author {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #D0D0D0;
}
.general {
    font-family: 'MS Sans Serif', Arial;
    font-size: 10px;
    color: #000000;
}
.general:link {
    font-family: 'MS Sans Serif', Arial;
    font-size: 10px;
    font-weight: normal;
    color: #F0F0F0;
    text-decoration: none;
}
.general:visited {
    font-family: 'MS Sans Serif', Arial;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
}

a.news-head-title, a.news-head-title:visited, a.news-head-title:active {
    color: #96D0FF;
    text-decoration: none;
}

a.news-head-title:hover {
    color: #96D0FF;
    text-decoration: underline;
}

td.newsbody {
    background-color: #000;
    color: #F5F5F5;
    /*font-family: Tahoma;*/
    /*font-size: 11px;*/
    font-family: "Verdana";
    font-size: 12px;
    margin: 0;
    padding: 0;
}

td.newsbody a, td.newsbody a:visited, td.newsbody a:active {
    font-size: 12px;
    color: #96D0FF;
    text-decoration: none;
}

td.newsbody a:hover {
    color: #96D0FF;
    text-decoration: underline;
}

div.news-action-text {
    font-family: Tahoma;
    font-size: 12px;
}

div.news-action-text a, div.news-action-text a:visited, div.news-action-text a:active {
    color: #96D0FF;
    font-family: Tahoma;
    font-size: 12px;
}

div.news-action-text a:hover {
    font-family: Tahoma;
    font-size: 12px;
    color: #6992B2;
}

table.add-news-form {
    width: 80%;
}

table.add-news-form input {
    border: 1px solid #232323;
    width: 100%;
    background-color: #181818;
    color: #fff;
    /*font-weight: bold;*/
}

table.add-news-form textarea {
    border: 1px solid #232323;
    width: 100%;
    background-color: #181818;
    color: #fff;
    /*font-weight: bold;*/
}

table.add-news-form textarea:hover {
    border: 1px solid #FEFFBF;
}

table.add-news-form input:hover {
    border: 1px solid #FEFFBF;
}

table.add-news-form input[type=submit] {
    width: auto;
}

table.add-news-form td.bb-buttons input {
    border: 1px solid #6b6869;
    background-color: #413f40;
    margin: 1px;
    padding: 2px;
    color: #fff;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
}

div.admin-menu-act a, div.admin-menu-act a:visited, div.admin-menu-act a:active {
    color: #2C2C2C;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
}

div.admin-menu-act a:hover {
    font-family: Tahoma;
    font-size: 10px;
    color: #464646;
    text-decoration: none;
}