/* =============================================*/
/* This is the style sheet for the Table */
/* 06/20/2008, Created by Zero Cool. */
/* http://www.winningshot.net/ */
/* =============================================*/

table {
 margin:0px 15px 5px 20px;
 padding:0;
 border-collapse:collapse;
 border:1px solid #005a87;
 background:#ffffff;
 font-size:10pt;}

caption {
 margin:0px 15px 0px 20px;
  padding:1px 0px 2px 5px;
 text-align:left;
 background:#005a87;
 color:#ffffff;
 font-weight:bold;
 border:1px solid #005a87;}

/*=======================================*/
/* Header of the table */
/*=======================================*/
th {
 background:#8c8c8c;
 font-weight:normal;
 color:#ffffff;
 padding:1px 10px 2px 5px;
 border:solid 1px #005a87;
 text-align:center;}

th.title {
 text-align:left;
 background:#005a87;
 color:#ffffff;
 font-weight:bold;
 border:1px solid #005a87;}

th.round {width:45px;}
th.name {width:150px;}
th.wl {width:50px;}
th.score {width:100px;}

/*=======================================*/
/* Header of the lines */
/*=======================================*/
tr.a {background:#d4d4d4;}
tr.b {background:#eaeaea;}

/*=======================================*/
/* Header of the cell */
/*=======================================*/
td {text-align:center; border:solid 1px #005a87; padding:2px 10px 3px 5px;}
td.data {text-align:left;}
td.win {background:#00ff00;}
td.loss {background:#ff0000;}

