﻿/* navigation */
.breadcrumbs {
    color: #576F82;
    font-size: 18px;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: none;
    width: 9999px;
    max-width: 100%;
    min-width: 20px;
    padding: 0 0 5px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: none;
    display: block;
    float: left;
}

.breadcrumbs ul {
    padding: 0 0 6px;
    margin: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: rgb(164, 164, 164);
    border-left-color: currentcolor;
    float: left;
}

.breadcrumbs li {
    font-size: 17px;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    float: left;
}

.breadcrumbs a {
    background-color: transparent;
    background-image: url("../images/menu/menu_a-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 1px;
    background-position-y: center;
    background-size: 8px auto;
    color: #576F82;
    line-height: 110%;
    padding: 5px 10px 10px 16px;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.breadcrumbs a:hover {
    background-color: transparent;
    background-image: url("../images/menu/menu_a-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 1px;
    background-position-y: center;
    background-size: 8px auto;
    color: #111111;
    padding: 5px 10px 10px 16px;
}

.breadcrumbs a:active, .breadcrumbs a:focus {
    background-color: transparent;
    background-image: url("../images/menu/menu_a-black.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 1px;
    background-position-y: center;
    background-size: 8px auto;
    color: #111111;
    padding: 5px 10px 10px 16px;
}

/* navigation end */
.bborder {
    padding: 0 0 8px;
    margin: 0 0 12px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: rgb(154, 154, 154);
    border-left-color: currentcolor;
    clear: both;
    float: left;
}

.message-ok, .message-warn, .message-err {
    text-decoration: none;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 10px;
    padding: 13px 15px 13px 45px;
    margin: 0 0 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.message-ok {
    background-color: rgb(234, 235, 238);
    background-image: url("../images/system/info.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 5px;
    background-position-y: center;
    background-size: 30px auto;
    color: #365D95;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(203, 205, 213);
    border-bottom-color: rgb(203, 205, 213);
    border-left-color: rgb(203, 205, 213);
    border-right-color: rgb(203, 205, 213);
    border-radius: 3px;
}

.message-warn {
    background-color: rgb(236, 233, 216);
    background-image: url("../images/system/warn.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 5px;
    background-position-y: center;
    background-size: 30px auto;
    color: #8A6D3B;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(216, 197, 165);
    border-bottom-color: rgb(216, 197, 165);
    border-left-color: rgb(216, 197, 165);
    border-right-color: rgb(216, 197, 165);
    border-radius: 3px;
}

.message-err {
    background-color: rgb(242, 222, 222);
    background-image: url("../images/system/error.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 5px;
    background-position-y: center;
    background-size: 30px auto;
    color: #A94442;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(235, 204, 209);
    border-bottom-color: rgb(235, 204, 209);
    border-left-color: rgb(235, 204, 209);
    border-right-color: rgb(235, 204, 209);
    border-radius: 3px;
}

.paging {
    width: 100%;
    padding: 5px;
    margin: 10px 0 15px;
    float: left;
    display: block;
}

.paging-label {
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 4px 8px 4px 0;
    margin: 4px 5px 2px 0;
    clear: none;
    float: left;
    display: block;
}

.paging a {
    background-color: rgb(247, 246, 246);
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 100%;
    padding: 5px 8px;
    margin: 4px 5px 2px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(192, 192, 192);
    border-bottom-color: rgb(192, 192, 192);
    border-left-color: rgb(192, 192, 192);
    border-right-color: rgb(192, 192, 192);
    border-radius: 3px;
    clear: none;
    float: left;
    display: block;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.paging a:hover {
    background-color: rgb(226, 226, 226);
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 100%;
    padding: 5px 8px;
    margin: 4px 5px 2px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(162, 162, 162);
    border-bottom-color: rgb(162, 162, 162);
    border-left-color: rgb(162, 162, 162);
    border-right-color: rgb(162, 162, 162);
    border-radius: 3px;
    clear: none;
    float: left;
    display: block;
}

.paging a:active {
    background-color: rgb(226, 226, 226);
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 5px 8px;
    margin: 4px 5px 2px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(162, 162, 162);
    border-bottom-color: rgb(162, 162, 162);
    border-left-color: rgb(162, 162, 162);
    border-right-color: rgb(162, 162, 162);
    border-radius: 3px;
    clear: none;
    float: left;
    display: block;
}

.paging a.act {
    background-color: rgb(210, 210, 210);
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 5px 8px;
    margin: 4px 5px 2px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(162, 162, 162);
    border-bottom-color: rgb(162, 162, 162);
    border-left-color: rgb(162, 162, 162);
    border-right-color: rgb(162, 162, 162);
    border-radius: 3px;
    clear: none;
    float: left;
    display: block;
}

@media only screen and (max-width: 750px) {
    .paging-label {
        display: none;
    }
}

.rsslink, .rsslink a {
    padding: 0;
    margin: 0 0 0.5em 1em;
    float: right;
}

.rsslink .icon, .rsslink-inline .icon {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    float: right;
}

.anchor {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

p.mini {
    margin: 0 0 10px;
    line-height: 100%;
}

.hidden {
    display: none;
}

.inline {
    display: inline;
}

.cleaner {
    clear: both;
}

.ratetable {
    background-color: rgb(238, 238, 238);
    padding: 5px;
    margin: 2px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(253, 253, 253);
    border-bottom-color: rgb(253, 253, 253);
    border-left-color: rgb(255, 51, 0);
    border-right-color: rgb(253, 253, 253);
    box-shadow: 0 2px 2px rgba(34, 25, 25, 0.2);
    float: left;
    display: block;
}

.ratetable td {
    text-align: left;
    padding: 0 2px;
}

.ratetable td img {
    width: 15px;
}

.ratetable tr.r1 * {
    text-align: center;
    font-weight: bold;
}

.widetable2 {
    text-overflow: ellipsis;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.avatartd {
    width: 105px;
    padding: 5px 5px 5px 0;
}

.avatar {
    clear: both;
    display: block;
}

.hint {
    color: #008000;
    font-size: 12px;
    padding: 0 4px;
}

.cimage {
    width: 205px;
    max-width: 100%;
    min-width: 180px;
    height: 35px;
    margin: 5px 0 0;
}

.inputc {
    text-transform: uppercase;
    font-size: 20px;
    font-family: monospace;
    width: 205px;
    max-width: 100%;
    min-width: 180px;
    height: 35px;
    margin: 5px 5px 5px 0;
    float: left;
}

.box-item .cimage {
    margin: 5px 0;
}

@media only screen and (max-width: 380px) {
    .cimage, .inputc {
        width: 100%;
        float: left;
        margin: 5px 0 0;
        display: inline-block;
    }
}

.minip {
    padding: 0;
    margin: 0 0 4px;
    display: block;
}

.exp {
    cursor: help;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: rgb(255, 102, 0);
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}

@media only screen and (max-width: 750px) {
    .ratetable td {
        padding: 0 2px;
    }

    .ratetable td img {
        width: 15px;
    }
}

form.postform {
    padding: 15px 0;
    margin: 5px 0;
}

@media only screen and (max-width: 750px) {
    tr.captcha-row {
        margin: 5px 0;
    }
}

/* other tags */
.t-error p {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

a .icon, .icon {
    padding: 0 5px 0 0;
}

.icon {
    margin: -1px 0 0;
}

.text-icon {
}

.center {
    text-align: center;
}

.left {
    margin: 1px 10px 5px 1px;
    float: left;
}

.right {
    margin: 1px 1px 5px 10px;
    float: right;
}

.rpad {
    padding: 0 10px 0 0;
}

.lpad {
    padding: 0 0 0 10px;
}

@media only screen and (max-width: 750px) {
    .rpad, td.rpad {
        width: 100%;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
}

/* hr */
.hr {
    background-color: rgb(220, 220, 220);
    width: 100%;
    min-width: 20px;
    height: 1px;
    margin: 5px 2px;
    display: inline-block;
}

.hr hr {
    display: none;
}

/* hr - end */