﻿@charset "utf-8";

table.box-table {
    width: 870px;
    height: auto;
    background: #232059;
    /* display: block;
    clear: both; */
    padding: 0px;
    margin: 15px auto;
    border: 1px #232059 solid;
    border-collapse:collapse;
}

    tr.box-table-header {
        border: 1px #232059 solid;
        width: 100%;
        height: 20px;
        /* padding-top: 3px; */
        /* background: #CCCCCC; */
        vertical-align: middle;
    }

        tr.box-table-header th {
            text-align: center;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 12px;
            height: 20px;
            vertical-align: middle;
            border: 1px #232059 solid;
        }

    tr.cursor-hand {
        cursor: pointer;
        cursor: hand;
    }

    tr.box-table-line {
        width: 100%;
        min-height: 22px;
        height: auto;
        background: #FFFFFF;
        border: 1px #232059 solid;
        /* padding: 2px 2px 2px 2px; */
        color: #666666;
    }

    tr.box-table-line:hover {
        background: #EEEEEE;
    }

        tr.box-table-line td {
            text-align: left;
            color: #666666;
            font-weight: normal;
            font-size: 11px;
            min-height: 22px;
            height: 100%;
            /* display: block; */
            vertical-align: middle;
            /* border-left: 1px dotted #232059; */
            border: 1px #232059 solid;
            padding: 2px 2px 2px 2px;
        }

input.search-box {
    background: url(../img/search-box.png) no-repeat;
    border: none;
    height: 25px;
    width: 160px;
    color: #666666;
    position: absolute;
    right: 40px;
    top: 16px;
    display: block;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 40px;
}
