﻿/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */
div#medtable{
}
div#medtable table, div#medtable td{
	font:100% Arial, Helvetica, sans-serif; 
}
div#medtable table{width:100%;border-collapse:collapse;margin:1em 0;}
div#medtable th, div#medtable td{text-align:left;padding:.5em;border:1px solid #fff;}
div#medtable th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff; FONT-SIZE: 14px; font-weight: bold;}
div#medtable td{background:#e5f1f4;}


/* tablecloth styles */

div#medtable tr.even td{background:#e5f1f4;}
div#medtable tr.odd td{background:#f8fbfc;}


/* use this if you want to apply different styleing to empty table cells*/


div#medtable td.empty, div#medtable tr.odd div#medtable td.empty, div#medtable tr.even div#medtable td.empty{background:#fff;}