/* table */
/* not needed if you don't give table a border by default and use .styledtable for this specific kind of table */

tr:hover td {background: white; !important} 
td {border: 1px solid #ccc;	background-color: #f5f5f5; padding: 5px; !important}
.layouttable, .layouttable td, .layouttable th{ border:none; background-color:transparent;}
.layouttable tr:hover td {background-color: transparent;} 
