/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#BE4141 url(images/tablecloth/tr_back.gif) repeat-x;color:#fff;}
td{background:#e5f1f4;}

h2.table-caption {
   background:#BE4141 url(images/tablecloth/tr_back.gif) repeat-x;
   background:#319C9C url(images/caption-tile.png) repeat-x;
   color : #FFF;
   margin-bottom : 0;
   margin-right : 1px;
   padding : 0.2em 0.3em 0.1em 0.3em;
   font-weight : bold;
}

h2.table-caption + table {
   margin-top : 0;
}

td { 
   vertical-align : top;
}

/* tablecloth styles */

tr.even td{background:#EDEDEE url(images/table-row-tile.png) repeat-x;}
tr.odd td{background:#FFF;}

//th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

//td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
/* td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;} */