﻿/*table
{
	border-collapse: collapse;
	border-spacing: 0px;
}*/

.tab {
    width: 100%;
}

.titretab {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #793c9e;
    font-size: 10pt;
    text-align: left;
    vertical-align: bottom;
    height: 20px;
}

.ttabG {
}


.drop {
    background-color: #e4e4e4;
    /*border: 1px solid #707070;*/
    color: #575759;
}

    .drop .option:hover {
        background-color: #ff0000;
        color: #ffffff;
    }

.ttabD {
    padding-left: 10px;
}
.ttabDNpai{
    text-align:right;
}
.tboxG {
    width: 100%;
    border: none;
    background-color: #e4e4e4;
    margin-right: 10px;
    height: 20px;
    color: #575759;
}

.tboxD {
    width: 92%;
    border: none;
    background-color: #e4e4e4;
    margin-left: 10px;
    padding-right: 5px;
    height: 20px;
    color: #575759;
}

.tboxC {
    width: 100%;
    border: none;
    background-color: #e4e4e4;
    height: 20px;
    color: #575759;
}

.check {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 25%;
    color: #793c9e;
    font-size: 9pt;
    background-color: #e4e4e4;
    padding: 3px 1px 1px 3px;
}

.tabbt {
    width: 100%;
}

.tabbttd {
    text-align: center;
    width: 33%;
}

.tabbttd2 {
    text-align: center;
}
.tabbttd3 {
    text-align: left;
    padding-left:18px;
}

.tboxCS {
    width: 100%;
    border: none;
    background-color: #e4e4e4;
    height: 20px;
    color: #575759;
    margin-bottom: 4px;
    padding-left: 3px;
}
.tboxCSi {
    width: 100%;
    border: 1px solid #793c9e;
    background-color: #e4e4e4;
    height: 20px;
    color: #575759;
    margin-bottom: 4px;
    padding-left: 3px;
}

.tboxCSG {
    width: 100%;
    border: none;
    background-color: #e4e4e4;
    height: 20px;
    color: #575759;
    margin-bottom: 4px;
    margin-right: 5px;
    padding-left: 3px;
}

.water {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #C0C0C0;
    width: 100%;
    border: none;
    background-color: #e4e4e4;
    height: 20px;
    margin-bottom: 4px;
    padding-left: 3px;
}

.wateri {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #C0C0C0;
    width: 100%;
    border: 1px solid #793c9e;
    background-color: #e4e4e4;
    height: 20px;
    margin-bottom: 4px;
    padding-left: 3px;
}

