﻿/* 

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

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}

table{
	width:96%;
	border-collapse:collapse;
	margin:1em 0;
}

th, td{
	text-align:left;
	padding:.5em;
	border:1px solid #fff;
}

th{
	background-color:#1a204f;
	color:#fff;
}

td{
	background:#d3dffc;
}

/* tablecloth styles */


tr.even td{
	background:#d3dffc;
}

tr.odd td{
	background:#dff6df;
}

th.over, tr.even th.over, tr.odd th.over{background:#1a204f;}

th.down, tr.even th.down, tr.odd th.down{background:#a3c2f6;}

th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecf2fc;}

td.down, tr.even td.down, tr.odd td.down{background:#a6c6fd;color:#fff;}

td.selected, tr.even td.selected, tr.odd td.selected{background:#548dee;color:#fff;}

/* 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;}
