/* 

	tableGridClothGrid	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

.tableGrid, tdGrid{
	font:100% Arial, Helvetica, sans-serif; 
}
.tableGrid{widthGrid:100%;border-collapse:collapse;margin:1em 0;}
.thGrid, tdGrid{text-align:left;padding:.2em;border:1px solid #fff;}
.thGrid{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
.tdGrid{background:#e5f1f4;font:70% Arial, Helvetica, sans-serif;text-align:left;}

/* tableGridclothGrid styles */

.trGrid.even tdGrid{background:#e5f1f4;}
.trGrid.odd tdGrid{background:#f8fbfc;}

.thGrid.over, trGrid.even thGrid.over, trGrid.odd thGrid.over{background:#4a98af;}
.thGrid.down, trGrid.even thGrid.down, trGrid.odd thGrid.down{background:#BFDBE3;}
.thGrid.selected, trGrid.even thGrid.selected, trGrid.odd thGrid.selected{}

.tdGrid.over, trGrid.even tdGrid.over, trGrid.odd tdGrid.over{background:#D6E9ED;}
.tdGrid.down, trGrid.even tdGrid.down, trGrid.odd tdGrid.down{background:#BFDBE3;color:#fff;}
.tdGrid.selected, trGrid.even tdGrid.selected, trGrid.odd tdGrid.selected{background:#BFDBE3;color:#555;}

/* use thGridis if you want to apply different styleing to empty tableGrid cells*/
.tdGrid.empty, trGrid.odd tdGrid.empty, trGrid.even tdGrid.empty{background:#fff;}

a:link {text-decoration: none; color:#555;}
a:visited {text-decoration: none; color:#555;}
a:hover {text-decoration: none; color:#555;}