/*** Normalized ***/


#forum_new_topic_button {
    background-image: url(images/static/new_topic.gif);
}

#forum_new_topic_post_button {
    background-image: url(images/static/post.gif);
}

#forum_new_message_button {
    background-image: url(images/static/submit.gif);
}

#forum_cancle_button {
    background-image: url(images/static/cancel.gif);
}

#left_top {
    background-image: url(images/static/left_top.jpg);
    background-repeat: repeat-y;
}

#weblog_search_button button {
    background-image: url(images/static/button.gif);
    background-posiniton: center;
}

#forum_search_container button {
    background-image: url(images/static/button.gif);
    background-posiniton: center;
}

#weblog_pager {
    background-image: url(images/static/pager.gif);
    background-repeat: no-repeat;
}

#forum_pager {
    background-image: url(images/static/pager.gif);
    background-repeat: no-repeat;
}

.content a {
    color: #084e00;
    font-family: tahoma;
    text-decoration: underline;
}

.content a:hover {
    color: #8b7474;
    font-family: tahoma;
    text-decoration: none;
}

.content a:active {
    color: #934e57;
    font-family: tahoma;
    text-decoration: none;
}

#forum_search_container {
    background-image: url(images/static/search.gif);
}

#main_nav_container {
    background-color: #084e00;
}

#key_visual {
    background-color: transparent;
}

#slogan {
    background-color: transparent;
}

#footer {
    background-image: url(images/static/footer.gif);
}

body#main_body {
    background-color: #032f10;
    background-image: url(images/static/fon.gif);
    background-repeat: repeat-x;
}

.content h1 {
    color: #084e00;
}

.content h2 {
    color: #084e00;
}

.content a:link {
    color: #084e00;
    font-family: tahoma;
    text-decoration: underline;
}

a.content_link {
    color: #084e00;
    font-family: tahoma;
    text-decoration: underline;
}

a.content_vis {
    color: #c00017;
    font-family: tahoma;
    text-decoration: underline;
}

a.content_active {
    color: #934e57;
    font-family: tahoma;
    text-decoration: underline;
}

.content table {
    border: solid 1px #084e00;
}

.content th {
    color: #ffffff;
    background-color: #084e00;
    border: solid 1px #d4fcd7;
}

.content td {
    font-size: 11px;
    color: #000000;
    font-family: verdana;
    border: solid 1px #0c6d01;
}

#fieldset {
    background-image: url(images/static/forum.gif);
    width: 300px;
    height: 300px;
}

.content legend {
    color: #084e00;
}

.content label {
    color: #084e00;
}

.content input {
    border-right: #084e00 1px solid;
    border-top: #084e00 1px solid;
    border-left: #084e00 1px solid;
    border-bottom: #084e00 1px solid;
}

.content textarea {
    border-right: #084e00 1px solid;
    border-top: #084e00 1px solid;
    border-left: #084e00 1px solid;
    border-bottom: #084e00 1px solid;
}

#sub_nav_container {
    background-image: url(images/static/sub_menu.gif);
    background-repeat: no-repeat;
    background-color: #013b00;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffbf1c;
    background-image: url(../../images/dynamic/buttonset2/sub_item_hover.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

.sub_nav_list a.sub_nav_item {
    color: #ffbf1c;
    background-repeat: no-repeat;
    background-color: transparent;
}

.sub_nav_list a.sub_nav_item:hover {
    background-position: center center;
    color: #ffbf1c;
    background-image: url(../../images/dynamic/buttonset2/sub_item_hover.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

#main_container {
    background-image: url(images/static/left.jpg);
    background-repeat: repeat-y;
    background-color: #dbd4b7;
    background-color: #25ce5d;
}

#main_nav_list {
    background-color: transparent;
}

#main_nav_list a.main_nav_active_item {
    background-position: center center;
    font-weight: bolder;
    background-image: url(../../images/dynamic/buttonset2/main_item_hover.gif);
    color: #fab81d;
    background-repeat: no-repeat;
    background-color: transparent;
}

#main_nav_list a.main_nav_item {
    background-position: center center;
    font-weight: bolder;
    background-image: url(../../images/dynamic/buttonset2/main_item.gif);
    color: #feff22;
    background-repeat: no-repeat;
    background-color: transparent;
}

#main_nav_list a.main_nav_item:hover {
    background-position: center center;
    font-weight: bolder;
    background-image: url(../../images/dynamic/buttonset2/main_item_hover.gif);
    color: #fab81d;
    background-color: transparent;
}

.content h3 {
    color: #084e00;
}

#main_container, #sub_container1 {
    background-color: #d4fcd7;
}

.content tr.odd {
    background-color: #c6f9de;
}

.content tr {
    background-color: #d4fcd7;
}

.content tr.even {
    background-color: #d4fcd7;
}

span.field_caption {
    font-family: arial;
    font-size: 14px;
    color: #084e00;
    font-weight: 900;
}


