﻿table.default {
    float: left;
    width: 100%;
    border-collapse: collapse;
}

    table.default th {
        border: solid 1px #aaaaaa;
        background-color: #C7A0BD;
        font-size: 0.875em;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    table.default td {
        border: solid 1px #aaaaaa;
        --padding: 8px;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 8px;
        line-height: 20px;
        font-size: 0.875em;
    }

table.main {
    clear: both;
    float: left;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    margin-bottom: 30px;
    margin-top:4px;
    --border: 1px solid #999999;
}


    table.main th{
        text-align: center;
        background-color: #C7A0BD;
        color: #ffffff;
        font-size: .9em;
        line-height: 22px;
        word-spacing: 5px;
        vertical-align: middle;
        padding-top: 3px;
        padding-bottom: 4px;
    }

        table.main th a{
            color: #FFFFFF;
        }


    table.main td{
        font-size: .8em;
        color: #333333;
        --padding-left: 3px;
        vertical-align: middle;
        --line-height: 30px;
        border: 0px solid #808080;
        padding-top: 3px;
        padding-bottom: 4px;
        --background-color: #EEF0EF;
    }

    table.main td a{
        font-size:1.1em;
    }
        table.main td div.left, table.main td div.center, table.main td div.right {
            line-height: 22px;
            display: inline-block;
            float: left;
        }

        table.main td div.right {
            float: right;
            margin-right: 7px;
        }

        table.main td .item {
            clear: left;
            float: left;
            width: 100%;
        }

            table.main td .item .title {
                --width: 80px;
                text-align: left;
                float: left;
                margin-top: 4px;
            }

            table.main td .item .value {
                --width: 80px;
                text-align: left;
                float: left;
                margin-left: 3px;
                margin-top: 0px;
                line-height:20px;
            }

        table.main td span.title {
            font-size: 1.1em;
            float: left;
            --width: 80px;
            color: #800000;
            text-align: right;
            margin-right: 3px;
            margin-left: 3px;
            margin-top: 5px;
            --background-color: #006666;
            font-weight: bold;
        }




        table.main td.end {
            border-bottom-style: dashed;
            border-bottom-width: 1px;
            border-bottom-color: #C0C0C0;
            padding-top: 15px;
            padding-bottom: 5px;
        }

        table th .empty {
            width:0;
            height:0;
        }

        table td .empty {
            width:1px;
            height:0;
            color:#ffffff;
        }

    table.main tr.List:hover {
        background-color: #E0E0E0;
    }

        table.main tr.List:hover td.empty {
            color: #E0E0E0;
        }

    table.main td .item {
        clear: left;
        width: 100%;
        float: left;
        margin-left: 5px;
        margin-top: 5px;
    }

        table.main td .item .title {
            float: left;
            text-align: right;
            margin-right: 2px;
        }

        table.main td .item .value {
            float: left;
        }


    table.main td .subitem {
        float: left;
        
    }

        table.main td .subitem .title {
            float: left;
            margin-right: 1px;
            border-bottom-style: solid;
            border-bottom-width: 2px;
            border-bottom-color: #800000;
            text-align:center;
            padding-bottom:2px;
        }

        table.main td .subitem .value {
            float: left;
            margin-right: 1px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #800000;
            padding-bottom:3px;
            line-height:20px;
        }


    table.main tr.AlterTemp {
        border: 1px solid #000000;
    }

        table.main tr.AlterTemp td.end {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #C0C0C0;
        }

    table.main td .BtnArea {
        float: left;
        margin-left: 10px;
        margin-top:10px;
        font-size: 1.1em;
    }

    table.main td .btn_default {
    }


    table.main td a {
        color: #006666;
    }

        table.main td a.btn {
            color: #ffffff;
        }



table.Form_H {
    clear: both;
    float:left;
    display:inline;
    border: solid 2px #EEF0EF;
    border-collapse: separate;
    border-spacing: 1px;
    margin: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}


.Datalist table.Form_H th .title {
}

.Datalist table.Form_H td .chkbox input[type="checkbox"] {
    margin-top: 0px;
}


table.Form_H th, table.Form_H td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    padding-bottom: 5px;
}



table.Form_H th {
    width: 15%;
    line-height: 30px;
    vertical-align: middle;
    font-size: .9em;
    color: #ffffff;
    background-color: #C7A0BD;
}

    table.Form_H th.title {
        width: 100%;
        background-color: #808080;
        text-align: center;
    }

    table.Form_H th div {
        /*--border: 1px solid #000000;*/
        float: right;
        --width: 100%;
        margin-right: 15px;
        font-size: .95em;
    }


table.Form_H td {
    --background-color: #FFFFCC;
    font-size: .83em;
    width: 330px;
    --padding-right: 10px;
    padding-left: 0px;
    vertical-align: middle;
}

    table.Form_H td div.value {
        float: left;
        margin-left: 5px;
        margin-right: 3px;
        margin-top:4px;
    }

    table.Form_H td div.dateimg {
        margin-left: 7px;
        margin-top: 5px;
    }

    table.Form_H td div.BtnArea {
        font-size: 1.2em;
        margin-right: 20px;
    }


table.ModalPopup_Table th, table.ModalPopup_Table td {
}

table.ModalPopup_Table th {
    background-color: #809EC0;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-align: center;
    text-decoration: none;
    font-size: .82em;
    line-height: 23px;
    vertical-align: middle;
}

    table.ModalPopup_Table th a {
        color: white;
    }

table.ModalPopup_Table td {
    --background-color: #FF;
    text-align: left;
    padding-top: 3px;
    line-height: 18px;
    color: #993300;
    font-size: .8em;
    --border-bottom: 1px solid #C0C0C0;
}

    table.ModalPopup_Table td[scope="colgroup"] {
        padding-top: 5px;
        text-align: center;
    }

table.ModalPopup_Table .id {
    width: 150px;
    text-align: center;
}

table.ModalPopup_Table .name {
    width: 130px;
    text-align: left;
}

table.ModalPopup_Table .desc1 {
    width: 100px;
}

table.ModalPopup_Table .desc2 {
    width: 150px;
}

table.ModalPopup_Table .desc3 {
    width: 180px;
}

table.ModalPopup_Table .desc4 {
    width: 210px;
}

table.ModalPopup_Table .desc5 {
    width: 300px;
}

table.ModalPopup_Table .qty {
    width: 50px;
    text-align: right;
}

table.ModalPopup_Table .date {
    width: 80px;
    text-align: center;
}
