body {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

td {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #494e51;
}

textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #2d333f;
    padding: 5px;
}

input, select {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #2d333f;
}

input.form_button {
    border: 1px solid #a6abb1;
    background-color: #898f97;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    padding: 2px;
}

img {
    border: 0px;
}

.font_info {
    font-size: 11px;
    color: #969696;
}

a:link, a:visited, a:active, a:hover {
    color: #eb8b00;
    text-decoration: none;
}

a.lastpost:link, a.lastpost:visited, a.lastpost:active {
    border-bottom: 1px dotted #cccccc;
}

a.lastpost:hover {
    border-bottom: 2px solid #898f97;
}

a.light_grey:link, a.light_grey:visited, a.light_grey:active {
    border-bottom: 1px dotted #cccccc;
    color: #898f97;
}

a.light_grey:hover {
    border-bottom: 2px solid #898f97;
    color: #585d62;
}

.yellow_text {
    margin-top: 15px;
    color: #eb8b00;
}

.search_text {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

div.message_admin_good {
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #cce0f5;
    border: 1px solid #a4b4c5;
}

div.message_admin_bad {
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #f6bc7b;
    border: 1px solid #df8928;
}

div.message_good {
    color: #ffffff;
    font-weight: bold;
    background-color: #a9c557;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 11px;
}

div.message_bad {
    color: #992a2a;
    font-weight: bold;
    background-color: #e3c0c0;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 11px;
}

div.message_admin_comment {
    padding: 5px;
    margin-top: 10px;
    background-color: #f6bc7b;
    border: 1px solid #df8928;
    font-size: 10px;
}

div.list_file {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ebebeb;
    border: 1px solid #d1d1d1;
}

table.photo_light_grey {
    background-color: #dbdbdb;
    border: 1px solid #9b9b9b;
}

td.photo_dark_grey {
    background-color: #cdcdcd;
    border-top: 1px solid #bcbcbc;
    color: #9b9b9b;
}

.font_small {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #888888;
}

a.font_small:hover {
    color: #eb8b00;
    border-bottom: #898f97 2px solid;
    text-decoration: none;
}

a.font_small:link, a.font_small:visited, a.font_small:active {
    color: #eb8b00;
    text-decoration: none;
}

table.data_box {
    border: 1px solid #c0c0c0;
    background-color: #dbdbdb;
}

tr.data_box {
    background-color: #ebebeb;
}

td.close_box {
    border: 1px solid #898f97;
    background-color: #e0e0e0;
}

.not_moderate {
    background-color: #eac9d9;
    padding: 5px;
}

.notice {
    color: #eb8b00;
    vertical-align: top;
}

.background_title {
    background: url("../images/background_title.gif") repeat-x;
    padding-bottom: 5px;
}

td.background_left {
    background: url("../images/background_left.gif") repeat-y;
}

td.background_right {
    background: url("../images/background_right.gif") repeat-y;
}

.border_left {
    border-left: 1px solid #d4d4d4;
}

div.selected {
    background-color: #dadcde;
}

li {
    padding: 0px 0px 10px 0px;
}

td.comment_avatar {
    background-color: #CFCFCF;
    font-size: 10px;
}

td.comment_text {
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
}

ul.category {
    padding: 0px;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 9px;
    color: #db3800;
    list-style-type: square;
}

ul.category li {
    padding: 0px;
    margin: 1px;
}

ul.category li a:link {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
    text-decoration: none;
}

ul.category li a:hover {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
    background-color: #e4e4e4;
}

ul.category li a:visited {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
}

ul.subcategory {
    padding: 2px;
    margin: 0px;
    color: #db3800;
    list-style-type: none;
}

ul.subcategory li {
    padding: 0px;
    margin: 1px;
}

ul.subcategory li a:link {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
    text-decoration: none;
    color: #585d62;
}

ul.subcategory li a:hover {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
    background-color: #e4e4e4;
    color: #585d62;
}

ul.subcategory li a:visited {
    padding: 1px;
    display: block;
    margin: 0px;
    width: 99%;
    color: #585d62;
}

.title {
    font-size: 13px;
    font-weight: bold;
    padding-left: 17px;
    color: #eb8b00;
}

a.title:link, a.title:visited, a.title:active, a.title:hover {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.copyright {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #898f97;
    background-color: #dadcde;
}

div.inserttags {
    padding-top: 5px;
    padding-bottom: 5px;
}