dt {
    font-weight: bold;
}
.clear {
    clear: both;
}
div#header {
    background-color: #fea;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 10px 30px 15px;
    margin: 10px 5% 20px 5%;
}
div#header ul{
    margin: 10px 0 0 0;
}
div#header ul li{
    list-style-type: none;
    float: left;
    padding: 0 10px 0 0;
    font-weight: bold;
}
div#header ul li a{
    display: block;
    color: #f00;
    border-left: 1px solid red;
    padding-left: 5px;
}
div#header ul li a:hover{
    border-left: 1px solid #000;
}

acronym {
    border-bottom: 1px dashed #000;
    cursor: help;
}

div#body {
    margin: 0 5% 20px 5%;
    padding: 20px 20px 20px 20px;
    border: 1px dashed #666;
}

div#validxhtml {
    float: right;
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px;
    margin: 5px;
    width:100px;
    text-align: center;
}
div#footer {
    border-top: 1px solid #666;
    padding: 5px 5px 5px 5px;
    text-align:right;
}

div#footer span {
    float: left;
}

/*.changed {
    background-color: #ee0;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}*/
ul#stylelist {
    margin:0 0 30px 0;
}

ul#stylelist li {
    list-style-type: none;
    float:left;
    width:100px;
    border: 1px solid #ccc;
    background-color: #eee;
    padding:2px;
    margin-right: 2px;
}
thead tr {
  background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
th.sortable a {
    background-image: url(/u1club/common/display/img/arrow_off.png);
    background-repeat:no-repeat;
}
th.order1 a {
    background-image: url(/u1club/common/display/img/arrow_up.png);
    background-repeat:no-repeat;
}
th.order2 a {
    background-image: url(/u1club/common/display/img/arrow_down.png);
    background-repeat:no-repeat;
}
/*
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}
*/
ul#showsource {
    float: right;
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 5px;
    width:100px;
    list-style-type: none;
}


/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}


table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.simple td,table.simple th{
    border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
    border-left: none;
    border-right: none;
}




table.report td, table.report th{
    font: menu;
}
table.report th{
    background:   buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: threedhighlight threedshadow threedshadow threedhighlight;
    cursor: hand;
}
table.report idcol {
    background: buttonface;
}

table.report tr.even{
    background-color: #399;
}
table.report tbody {
    height: 100px;
    overflow: auto;
}

table.report {
    height: 120px;
    overflow: auto;
}

table.report tbody tr{
    height: 10px;
}





table.mark td.tableCellError {
    background-color: #d00;
    color: #fff;
}

table.sublist {
    margin: 0 0 0 0;
    width: 100%;
}
table.sublist td, table.sublist th {
    width: 50%;
}

div.exportlinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 10px 0 10px 0;
    width: 79%;
}

span.export {
    padding: 0 4px 1px 20px;
    display:inline; display:inline-block;
    cursor: pointer;
}

span.excel {
    background-image: url(/u1club_admin/common/display/img/ico_file_excel.png);
    background-repeat: no-repeat;
}
span.csv {
    background-image: url(/u1club_admin/common/display/img/ico_file_csv.png);
    background-repeat: no-repeat;
}
span.xml {
    background-image: url(/u1club_admin/common/display/img/ico_file_xml.png);
    background-repeat: no-repeat;
}
span.pdf {
    background-image: url(/u1club_admin/common/display/img/ico_file_pdf.png);
    background-repeat: no-repeat;
}
span.rtf {
    background-image: url(/u1club_admin/common/display/img/img/ico_file_rtf.png);
    background-repeat: no-repeat;
}

span.pagebanner {
    background-color: #eee;
    padding: 2px 4px 2px 4px;
    width: 79%;
    margin-top: 10px;
    display:block;
    border-bottom: none;
}

span.pagelinks {
    background-color: #eee;
    padding: 2px 4px 2px 4px;
    width: 79%;
    display:block;
    border-top: none;
    margin-bottom: -5px;
}

table.simple td.textRed {color: #b11;}


.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}

