﻿body {
}

.table-list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
}

    .table-list tr.table-list-head {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #accdd7;
        /*background-color:#badbe5;*/
    }

        .table-list tr.table-list-head th {
            padding-top: 5px;
            padding-bottom: 0px;
            font-size: 12px;
        }

    .table-list tr.table-list-odd {
        background-color: #f7f9ff;
    }

        .table-list tr.table-list-odd:hover {
            background-color: #d8f1ff;
        }

    .table-list tr.table-list-even {
        background-color: #ffffff;
    }

        .table-list tr.table-list-even:hover {
            background-color: #d8f1ff;
        }

    .table-list tr.table-list-odd td {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .table-list tr.table-list-even td {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

td.table-list-key {
    width: 5%;
}

td.table-list-date {
    width: 10%;
}

td.table-list-subject {
    width: 85%;
    padding-left: 15px;
}

    td.table-list-subject a {
        color: #0000D0;
        text-decoration: none;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 5px 0px 5px 0px;
        padding-left: 0px;
    }

        td.table-list-subject a:hover {
            color: #B00000;
            text-decoration: underlilne;
        }

.table-list-paging {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .table-list-paging a {
        background-image: none;
        background-repeat: no-repeat;
        padding-left: 0px;
    }

.Content-Top {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    height: 40px;
}

    .Content-Top tr {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #B00000;
    }

td.Subject {
    font-size: 16px;
    font-weight: bold;
    /*background-image: url(images/list2.gif);*/
    /*background-repeat: no-repeat;*/
    /*padding-left: 20px;*/
    /*margin-left: 10px;*/
    color: #b52c00;
    margin-top: 14px;
    display: inline-block;
}

td.Date {
    text-align: right;
    margin-right: 0px;
    padding-top: 10px;
    width: 100px;
}

.Content-Main {
    min-height: 300px;
}

.Content-Bottom {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    /*table-layout:fixed;*/
}

    .Content-Bottom tr {
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #6666CC;
        padding: 5px;
    }

td.Prev {
    padding-right: 10px;
    text-align: right;
    width: 45%;
}

td.Back {
    width: 10%;
    text-align: center;
}

td.Next {
    text-align: left;
    width: 45%;
    padding-left: 10px;
}

.Content-Bottom tr td a {
    font-size: 14px;
    text-decoration: none;
    background-image: none;
    padding-left: 0px;
}

    .Content-Bottom tr td a:hover {
        color: #b52c00;
        font-weight: bold;
        text-decoration: solid;
    }
