﻿body{
    /*font-family: Arial,Helvetica,sans-serif;*/

    font-family: Tahoma, Arial, Helvetica;

    font-size: 0.9em;
    font-weight: normal;

    padding: 0px;
    margin: 0px;
}
table, tr, td
{
    font-size: 1em;
    border-collapse: collapse;
    border: none;
    font: inherit;
}

table.info {
    max-width: 720px;
    width: 100%;
    border: none;
}

table.info * td{
}

.r {
    text-align: right;
    padding-left: 10px;
    padding-right: 5px;
}

.c {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.l {
    text-align: left;
    padding-right: 10px;
    padding-left: 5px;
}

.nsp {
    white-space: nowrap;
}

.selected {
    background-color: #eed4d4;
}

.w33 {
    width: 33%;
}

.w300 {
    width: 300px;
}

.v_ttl {
    font-weight: bold;
    padding: 10px;
}

.modaldialog {
    background-color: lightgray;
    /*visibility: hidden;*/

}

.bor1 {
    border-width: 1px;
    padding: 3px;
    border-color: lightgray;

}

.bt1xxx {
    padding: 5px 15px 5px 15px;
    border-width: 1px;
    border-color: gray;
    border-bottom-style: solid;
}

.fBtGr {
    background-color: #ededed;
    padding: 5px;
    margin: 5px -10px;

}

.fBtL {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: left;
}
.fBtR {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: left;
}
.filter {
    border-bottom: 1px solid #f5f5f5;
}
.error {
    color: maroon;
}

.fT, .fTtl {
    text-align: right;
    color: #888;
    margin-left: 10px;
    padding-top: 5px;
    width: 50%;
}
.fV {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
.fE {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
.fH {
    font-weight: bold;
    color: maroon;
    background-color: #f0f0f0;
    text-align: left;
    padding: 10px 10px 10px 20px;

}
.fB {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: right;
}

.fS {
    height: 25px;
}

.fI {
    font-size: 0.8em;
    color: #555;
}

.BrdTop {
    border-top: 1px solid #ccc;

}

.st0 { background-color: transparent; color: #555; text-align: center;}
.st1 { background-color: #FFFF99; color: #333; text-align: center; }
.st2 { background-color: #CCFFCC; color: #333; text-align: center; }
.st3 { background-color: #00FF00; color: #fff; text-align: center; }
.st4 { background-color: #99CC00; color: #fff; text-align: center; }
.st5 { background-color: #339966; color: #fff; text-align: center; }
.st6 { background-color: #FF0000; color: #fff; text-align: center; }
.st7 { background-color: #C0C0C0; color: #333; text-align: center; }
.st8 { background-color: #CCFFFF; color: #333; text-align: center; }
.st9 { background-color: #CCCC99; color: #fff; text-align: center; }
.st10 { background-color: #CCCC99; color: #fff; text-align: center; }
.st11 { background-color: #CCCC99; color: #fff; text-align: center; }
.st12 { background-color: #CCCC99; color: #fff; text-align: center; }
.st13 { background-color: transparent; color: #f00; text-align: center; }
.st14 { background-color: transparent; color: #66f; text-align: center; }
.st15 {  background-color: #DDFFDF; color:#000; text-align: center; }
.st16 {  background-color: #00CCFF; color:#000; text-align: center; }
.st17 {  background-color: #00CCFF; color:#000; text-align: center; }
.st18 {  background-color: #00CCFF; color:#000; text-align: center; }

tr.alt {
}

tr.ttl {
    background-color: #f0f0f0;
    border-bottom: 1px solid #555;
}

tr.ttl th {
    padding: 10px 20px;  
    font-size: 0.9em;
    font-weight: bold;
    color: #aa6161;  
}

table.result {
    border-top: 2px #555 solid;
    border-bottom: 2px #555 solid;
}

table.result * tr {
    border-bottom: 1px solid #ccc;
}

table.result * td {
    padding-top: 10px;
    padding-bottom: 10px;
}



table.filter {
    background-color: #f8eeee;
    border-radius: 4px 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.filter * tr {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.filter * .fInfo {
        padding: 20px;
    
}


.LoginLabel {
    padding: 5px;
}
.logindialog {
    margin-left: 50px;
}

.authMenuItem {
    padding: 3px 5px 3px 5px;
}

a.authMenuItem:visited { color: #e00; text-decoration: underline; }
a.authMenuItem:link { color: #e00; text-decoration: underline; }
a.authMenuItem:active { color: #e00; text-decoration: underline; }
a.authMenuItem:hover { color: #f77; text-decoration: underline; }

.btClose {
    border-top: 1px solid #888;
    padding-top: 10px;
}

.needUserInfo {
    color: white;
    font-size: 1.1em;
    background-color: maroon;
    padding: 20px;
    margin-top: 20px;
    line-height: 2em;
}

.btSmall {
    font-size: 80%;
    font-weight: normal;
}

#tbl {
    border: 1px solid red;
}