#methods_table td {
 	background-color: #CCF5CF; 
 	text-align: center;
 	/*font-weight: bold;*/
 	font-style: italic;
}

#methods_table td.table_header { 
	background-color: #A7ECAB; 
	font-weight: bold; 
	color:#008528;
 	font-style: normal;
}

#methods_table td.table_method_name {
	font-weight: bold;	
	color:#666666;
 	font-style: normal;
}

#methods_table td.table_widget_name {
	font-weight: bold;	
	color:#666666;
 	font-style: normal;
}

#methods_table #table_corner { 
	background-color: transparent;
}

a.method_link {
	font-weight: bold;	
	color:#353535;
	font-style: normal;
}

/*a:visited.method_link {	
	color: #6F6F6F;
}*/