/* Auth tabs */
.auth-tabs {
    border-bottom: 1px solid #4F4F4F;
    margin: 10px 0;
    position: relative;
    height: 27px;
}


.auth-tabs ul {
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 5;
    top: 1px;
}

.auth-tabs li {
    list-style-type: none;
    float: left;
    margin-left: 10px;
    border: 1px solid #4F4F4F;
    position: relative;
}

.auth-tabs li a {
    display: block;
    padding: 2px 10px;
    background: #A7A7A7;
    color: #FFF;
}

.auth-tabs li a:link,
.auth-tabs li a:visited,
.auth-tabs li a:active {
    background: #A7A7A7;
    color: #FFF;
}

.auth-tabs li a:hover {
    background: #4F4F4F;
    color: #FFF;
}

.auth-tabs li.selected {
    border-bottom-color: #FFF;
}

.auth-tabs li.selected a {
    font-weight: bold;
    background: #FFF;
    color: #4F4F4F;
}

.auth-tabs li.selected a:link,
.auth-tabs li.selected a:visited,
.auth-tabs li.selected a:hover,
.auth-tabs li.selected a:active {
    color: #4F4F4F;
    background: #FFF;
}

/*  list document  */
div.top_comment {
    padding: 30px 0px 20px 0px;
    text-align: left;
}

div.top_comment img {
    position: relative;
    top: 3px;
    display: inline;
    margin-right: 3px;
}

div.top_comment,div.top_comment a {
    font-size: 11px;
    font-weight: bold;
    color: #6A6A6A;
}

table.list {
    width: 100%;
    font-size: 8px;
    border-collapse:collapse;
}

table.list td,table.list tr.hover td {
    height: 35px;
    padding-left: 7px;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    padding-right: 10px;
}

table.list tr.hover td,table.list tr:hover td {
    background-color: #F1F1F1;
}

table.list td span {
    margin-left: 15px;
}

table.list td img {
    border: none;
    display: inline;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

table.list td a {
    color: black;
    /*font-size: 8pt;*/
}

table.list th {
    font-weight: bold;
    background: #A7A7A7;
    color: #FFF;
    padding: 5px;
    font-size: 13px;
}

table.list td a.section {
    font-weight: bold;
}

table.list td.up {
    width: 15px;
    text-align: left;
}

table.list td.delete {
    width: 50px;
    font-size: 8pt;
    vertical-align: middle;
    white-space: nowrap;
}

table.list td.delete a {
    font-weight: bold;
    /*font-size: 7pt;*/
    font-size: 9pt;
    color: #777777;
}

applet {
    border: 1px solid #4F4F4F;
}

.common-form INPUT {
    border: 1px solid #C4C4C4;
    /*background: #E5F6F1; */
}

.common-form INPUT[type=checkbox] {
    border: none;
    background: transparent;
}

.common-form INPUT[type=radio] {
    border: none;
    background: transparent;
}

.isIE6 .common-form INPUT {
    border: expression(( this.type == "radio" || this.type == "checkbox") ?
        '' : '1px solid #83C2AD' );
    /*background: expression(( this.type == "radio" || this.type == "checkbox") ?
        '' : '#E5F6F1' ); */

}

.common-form SELECT {
    border: 1px solid #C4C4C4;
    /*background: #E5F6F1;*/
}

.common-form TEXTAREA {
    border: 1px solid #C4C4C4;
    /*background: #E5F6F1;*/
}

.common-form .label {
    text-align: right;
    padding-right: 1em;
    vertical-align: top;
    color: #7193B1;
    font-weight: bold;
}

.common-form .button {
    padding: 5px 10px;
}

.common-form td {
    padding: 2px;
}


