﻿@charset "utf-8";
/* CSS Document */

/*table tip*/
.table_tip {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}

/*login table*/
.table_login {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    margin-top: 150px;
    color: #000;
}

.table_user {
    width: 60%;
    margin: 0 auto;
    border: 0px;
}

.table_user tr {
    height: 24px;
    line-height: 24px;
}

.table_user .left {
    width: 80px;
    text-align: right;
    padding-right: 6px;
}

.table_user .login_submit {
    height: 60px;
    text-align: center;
}

.table_copyright {
    width: 90%;
    margin: 0 auto;
}

/*panel table*/
.panel table {
    border: 0px;
    width: 98%;
    margin: 0px;
    padding: 0px;
}

.panel table td.left {
    width: 238px;
    text-align: left;
}

.panel table td.right {
    text-align: right;
}

/*table info*/
.table_list,
.table_list_index,
.table_list_index_noline {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}

.table_list tr,
.table_list_index tr,
.table_list_index_noline tr {
    height: 24px;
    line-height: 24px;
    text-align: left;
}

.list_content_header tr {
    background-color: #ccc;
    font-weight: bold;
}

.table_list td {
    border-bottom: 1px solid #666;
}

.table_list_index td {
    border-bottom: 1px solid #666;
    padding: 2px 10px 0 0;
}

/*table two cols*/
.table_two_rows td.left_25persent {
    width: 25%;
    text-align: left;
}

/*table a*/
.table_list a {
    text-decoration: none;
}

.table_list img {
    margin: 0 2px;
}

/*help*/
.wizard_table {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}

.wizard_table tr {
    line-height: 24px;
    height: 24px;
}

.wizard_table td {
    border-bottom: 1px solid #666666;
}

.wizard_table ol {
    margin-left: 16px;
}

/*inner*/
.table_inner {
    border: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.table_inner td {
    border: 0px;
}

/*trunk list*/
.table_trunk {
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.table_trunk tr {
    line-height: 16px;
}

.table_trunk td {
    border: 0px;
}