tr.row-grey			{ background-color: #c8c8e8 !important; }
tr.row-orange, table.row-orange		{ background-color: orange !important; }
tr.row-lightgreen, table.row-lightgreen	{ background-color: lightgreen !important; }

.hoverrow:hover,
tr.row-grey:hover,
tr.row-orange:hover,
tr.row-lightgreen:hover
{ 	background-color: #E7F2F8 !important; 
    
} 

table.row-grey:hover,
table.row-orange:hover,
table.row-lightgreen:hover	
{ 	background-color: #E7F2F8 !important;
} 

.alpha40img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
table.normalpadding td {
    padding: 1px;
}