@charset "UTF-8";

table.tbl1 {border-collapse: collapse;}
table.tbl1 th {padding-left:10px; padding-right:10px;}
table.tbl1 thead th { background-color:#FCC;  }
table.tbl1 thead td { font-weight:bold; text-align:center;border-left:1px dotted #ccc;background-color:#FCC;  }
table.tbl1 td { border-left:1px dotted #ccc;text-align:center; padding:5px 0;}
table.tbl1 tbody {font-size:12px;}
table.tbl1 tbody th { background-color:#FFE9D7; }
table.tbl1 tbody td {background-color:#eee;}
table.tbl1 tr {border-top:1px solid #aaa;border-bottom:1px solid #aaa;}
table.tbl1 tbody tr td { background-color:#FFF5F6; }
table.tbl1 tbody tr.even td {background-color:#FFF2E5;}

table.tbl2 {border-collapse: collapse;}
table.tbl2 th {}
table.tbl2 td {}
table.tbl2 tr {border-top:1px solid #aaa;border-bottom:1px solid #aaa;}

table.tbl2 tr th { background-color:#FFF4BC; }
table.tbl2 tr.even th {background-color:#FFD29F;}
table.tbl2 tr td { background-color:#FFFEE7; }
table.tbl2 tr.even td {background-color:#FFF3DC;}

table.tbl3 {border-collapse: collapse; font-size:12px;}
table.tbl3 th {}
table.tbl3 tbody td {border-left:1px solid #aaa}
table.tbl3 tr {border-top:1px solid #aaa;border-bottom:1px solid #aaa;}
table.tbl3 thead tr { background-color:#FFDBC4; color:#333; text-align:center; font-weight:bold;}
table.tbl3 thead td {border-left:1px solid #aaa;}

table.tbl3 tbody tr { background-color:#FFFBF0; }
table.tbl3 tbody tr.even {background-color:#FFF0E7;}



table.skinTbl1 { margin:5px 10px 15px;} 
table.skinTbl2 { font-size:12px; background-color:#C9B09A } 
table.skinTbl2 tr { background:#fff;}
table.skinTbl2 td {padding:3px;}


table.profile {border-collapse: collapse;}
table.profile {font-size:12px;}
table.profile th { padding:0px 8px; text-align:right;border-right:1px solid #ccc;}
table.profile td { padding:4px 8px;}
table.profile tr {border-top:1px solid #eee;border-bottom:1px solid #eee;}

table.profile tr  { background-color:#EEF4F6; }
table.profile tr.even {background-color:#fcfcfc;}
