@charset "utf-8";
/* CSS Document */

table#basis { border:1px solid #b0bcc2 }
table#artist { border-collapse: collapse; margin:0; padding:0; }
table#artist tbody#tab0 { background-color:#e3d7b5; }
table#artist tbody#tab1 { background-color:#7bc4df; }
table#artist tbody#tab2 { background-color:#e7f5c7; }
table#artist tbody#tab3 { background-color:#93928d; }
table#artist tbody#tab4 { background-color:#f4db73; }
table#artist tbody#tab0 th { background-color:#fff; border-right:3px solid #fff; border-bottom:1px solid #e3d7b5; margin:0; padding:0; }
table#artist tbody#tab1 th { background-color:#fff; border-right:3px solid #fff; border-bottom:1px solid #7bc4df; margin:0; padding:0; }
table#artist tbody#tab2 th { background-color:#fff; border-right:3px solid #fff; border-bottom:1px solid #e7f5c7; margin:0; padding:0; }
table#artist tbody#tab3 th { background-color:#fff; border-right:3px solid #fff; border-bottom:1px solid #93928d; margin:0; padding:0; }
table#artist tbody#tab4 th { background-color:#fff; border-right:3px solid #fff; border-bottom:1px solid #f4db73; margin:0; padding:0; }
table#artist tbody#tab0 th.noactive { background-color:#fff; border-right:3px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; }
table#artist tbody#tab1 th.noactive { background-color:#fff; border-right:3px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; }
table#artist tbody#tab2 th.noactive { background-color:#fff; border-right:3px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; }
table#artist tbody#tab2 th.noactive { background-color:#fff; border-right:3px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; }
table#artist tbody#tab4 th.noactive { background-color:#fff; border-right:3px solid #FFFFFF; border-bottom:1px solid #FFFFFF; margin:0; padding:0; }
table#artist tbody#tab0 td { background-color:#e3d7b5; border-top:1px solid #e3d7b5 }
table#artist tbody#tab1 td { background-color:#7bc4df; border-top:1px solid #7bc4df }
table#artist tbody#tab2 td { background-color:#e7f5c7; border-top:1px solid #e7f5c7 }
table#artist tbody#tab3 td { background-color:#93928d; border-top:1px solid #93928d }
table#artist tbody#tab4 td { background-color:#f4db73; border-top:1px solid #f4db73 }

table.stone
{
  border: 1px solid gray;
  border-collapse: collapse;
  font:13px "Segoe UI", Arial, sans-serif;
}
table.stone th { background:#ffd8aa; border: 1px solid gray; font-weight:normal; text-align:center; }
table.stone td { border: 1px solid gray; text-align:left; }
table.stone td#content { border: 1px solid gray; text-align:center; }
table.stone td.click { background-color:#bbb; }
table.stone td.hover { background-color:#69f; }
table.stone td.hovercell { background-color:#abc; }
table.stone td.hoverrow { background-color:#6df; }
