/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% 'Trebuchet MS',Arial,Helvetica,sans-serif; 
}
table{width:900px;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;}
th{background:#328aa4 url(http://www.iphonepriser.com/images/background-border.png) repeat-x;color:#333;}
td{background:#000;}

/* tablecloth styles */

tr.even td{background:#000;}
tr.odd td{background:#000;}

th.over, tr.even th.over, tr.odd th.over{background:#ccc;}
th.down, tr.even th.down, tr.odd th.down{background:#ccc;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#121212;}
td.down, tr.even td.down, tr.odd td.down{background:#121212;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#121212;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:#000;}
