	table.ed {border-collapse: collapse;width:100%;padding:5px;background-color:#FFFFFF;background-color:rgba(255,255,255,0.8)}
	table.ed th {white-space:nowrap;margin:0px;padding:5px;text-align:left;font-weight:normal;background-color:#FFFFFF;background-color:rgba(255, 255, 255, 0.8);color:#FFFFFF}
	table.ed th a:link, table.ed th a:active, table.ed th a:visited {color:#FFFFFF}
	table.ed th a:hover {text-decoration:underline}
	table.ed td {margin:0px;padding:5px;text-align:left;font-weight:normal}
	table.ed tr.deactive {background-color:#AAAAAA;background-color:rgba(170,170,170,0.9)}
	table.ed tr.odd {background-color:#9CE0F5;background-color:rgba(156,224,245,0.9)}
	table.ed tr.even {background-color:#C5EBF7;background-color:rgba(197,235,247,0.9)}
	table.ed tr.error {background-color:#FF7C7C;background-color:rgba(255,124,124,0.9)}
	
	table.ed_red th {color:#FFFFFF;background-color:#E85E5E;background-color:rgba(232, 94, 94, 0.8);}
	table.ed_red th a:link, table.ed_red th a:active, table.ed_red th a:visited {color:#FFFFFF}
	table.ed_red th a:hover {text-decoration:underline}
	table.ed_red tr.odd {background-color:#F8B5B5;background-color:rgba(248,181,181,0.9)}
	table.ed_red tr.even {background-color:#F8D0D0;background-color:rgba(248,208,208,0.9)}
	
	table.ed_green th {color:#FFFFFF;background-color:#4EA904}
	table.ed_green th a:link, table.ed_red th a:active, table.ed_red th a:visited {color:#FFFFFF}
	table.ed_green th a:hover {text-decoration:underline}
	table.ed_green tr.odd {background-color:#65E100}
	table.ed_green tr.even {background-color:#6FF900}
	
	table.ed_orange th {background-color:#E1751A;background-color:rgba(225, 117, 26, 1);color:#FFFFFF}
	table.ed_orange th a:link, table.ed_orange th a:active, table.ed_orange th a:visited {color:#FFFFFF}
	table.ed_orange th a:hover {text-decoration:underline}
	table.ed_orange tr.odd {background-color:#EFA71D;background-color:rgba(239,167,29,0.9)}
	table.ed_orange tr.even {background-color:#EA8C1B;background-color:rgba(234,140,27,0.9)}
	
	table.ed_blue th {background-color:#00A7D9;background-color:rgba(0, 167, 217, 0.8);color:#FFFFFF}
	table.ed_blue th a:link, table.ed_blue th a:active, table.ed_blue th a:visited {color:#FFFFFF}
	table.ed_blue th a:hover {text-decoration:underline}
	table.ed_blue tr.odd {background-color:#9CE0F5;background-color:rgba(156,224,245,0.9)}
	table.ed_blue tr.even {background-color:#C5EBF7;background-color:rgba(197,235,247,0.9)}
	
	table.ed_yellow th {color:#FFFFFF;background-color:#CCB700;background-color:rgba(204, 183, 0, 0.8)}
	table.ed_yellow th a:link, table.ed_yellow th a:active, table.ed_yellow th a:visited {color:#FFFFFF}
	table.ed_yellow th a:hover {text-decoration:underline}
	table.ed_yellow tr.odd {background-color:#FFF8BF;background-color:rgba(255,248,191,0.9)}
	table.ed_yellow tr.even {background-color:#FFF280;background-color:rgba(255,242,128,0.9)}
	
	table.ed_gray th {color:#FFFFFF;background-color:#8C8C8C;background-color:rgba(140, 140, 140, 0.8)}
	table.ed_gray th a:link, table.ed_gray th a:active, table.ed_gray th a:visited {color:#FFFFFF}
	table.ed_gray th a:hover {text-decoration:underline}
	table.ed_gray tr.odd {background-color:#B9B9B9;background-color:rgba(185,185,185,0.9)}
	table.ed_gray tr.even {background-color:#C9C9C9;background-color:rgba(200,200,200,0.9)}
	
	tr.gray_odd {background-color:#B9B9B9;background-color:rgba(185,185,185,0.9)}
	tr.gray_even {background-color:#C9C9C9;background-color:rgba(200,200,200,0.9)}
	
	.redtext {color:red}