/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
	*** All "#ultimos-textos " are NOT added by the above author, neither approved by nor affiliated with the above author ***
*/

/* general styles */

#ultimos-textos table,#ultimos-textos td{
	font:100% Arial, Helvetica, sans-serif; 
}
#ultimos-textos table{width:100%;}
#ultimos-textos td{background:#f5f4e1;}

/* tablecloth styles */

#ultimos-textos tr.even td{background:#efeed8;}
#ultimos-textos tr.odd td{background:#f5f4e1;}

#ultimos-textos th.over, #ultimos-textos tr.even th.over, #ultimos-textos tr.odd th.over{background:#dbd9a6;}
#ultimos-textos th.down, #ultimos-textos tr.even th.down, #ultimos-textos tr.odd th.down{background:#e3e2bf;}
#ultimos-textos th.selected, #ultimos-textos tr.even th.selected, #ultimos-textos tr.odd th.selected{}

#ultimos-textos td.over, #ultimos-textos tr.even td.over, #ultimos-textos tr.odd td.over{background:#dbd9a6;}
#ultimos-textos td.down, #ultimos-textos tr.even td.down, #ultimos-textos tr.odd td.down{background:#e3e2bf;}
#ultimos-textos td.selected, #ultimos-textos tr.even td.selected, #ultimos-textos tr.odd td.selected{background:#e3e2bf;}


