@charset 'UTF-8';


/* formTable, dataTable */

table.formTable,
table.formTable2 {
    font-size: 12px;
    color: #000000;
    background: #ffffff;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    margin: 10px 0 0;
}

table.formTable  th,
table.formTable2 th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    background: #eeeeee;
    border: 1px solid #aaaaaa;
    padding: 5px;
}

table.formTable  td,
table.formTable2 td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    padding: 5px;
}

table.dataTable {
    font-size: 12px;
    color: #000000;
    background: #ffffff;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    margin: 10px 0 0;
}

table.dataTable tr {
    background: #ffffff;
}

table.dataTable tr.even {
    background: #f4faff;
}

table.dataTable th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    background: #eeeeee;
    border: 1px solid #aaaaaa;
    padding: 5px;
}

table.dataTable td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #aaaaaa;
    padding: 5px;
}

/* msg table */

table.noticeTable {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #0066cc;
    margin: 10px 0 0;
}

table.noticeTable td {
    color: #0066cc;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
    background: #f0f8ff;
    padding: 5px;
}

table.warnTable {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #ee0000;
    margin: 10px 0 0;
}

table.warnTable td {
    color: #ee0000;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
    background: #fff0f0;
    padding: 5px;
}

table.errorTable {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #ff0000;
    margin: 10px 0 0;
}

table.errorTable td {
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
    background: #ff0000;
    padding: 5px;
}

/* nostyle */

table.nostyle {
    color: inherit;
    background-color: transparent;
    background-image: none;
    margin: 0;
}

table.nostyle tr {
    background-color: transparent;
    background-image: none;
}

table.nostyle th {
    color: inherit;
    background-color: transparent;
    background-image: none;
    border-style: none;
    padding: 0;
}

table.nostyle td {
    color: inherit;
    background-color: transparent;
    background-image: none;
    border-style: none;
    padding: 0;
}
