@CHARSET "UTF-8";
.ui-docheader { background-color: #000; }
.ui-docheader-title {
    width: 600px; color: #30C0FF; font-weight: normal; font-size: 110%;
}
.ui-docbody {
    background-color: #FFF; padding: 20px;
}
.topmargin { margin-top: 30px; }

dl dt {
    font-weight: bold;
}

table.list {
    width: 100%;
}
table.list caption {
    padding: 5px 0px; text-align: right;
}
table.list thead th {
    background-color: #666; color: #FFF; padding: 3px 0px; font-weight: normal;
    text-align: center;
}

table.list tbody td {
    padding: 5px 0px;
}

table.list tfoot * {
    background-color: #999; color: #FFF; padding: 5px 0px;
    border-top: 1px solid #666; border-bottom: 1px solid #666;
}
table.list tfoot th {
    text-align: right; font-weight: normal; padding-right: 10px;
}
table.list tfoot td.sum {
    text-align: right; background-color: #FFF; color: #BF0000; padding-right: 10px;
}
