.zhelp_au2 table {
	table-layout:unset !important;	
	background: #F5F5F5 !important;
	width:60% !important;
	height: auto !important;	
	border: 3px ridge #e6e6e6 !important;
	
} 

.zhelp_au2 table td {
	overflow: unset !important;
	width: unset !important;
	background: unset !important;
	border: unset !important;	
}	
 
.zhelp_au2 table tr {
	height:unset !important;
}
 

.zhelp_au2 td {
	FONT-WEIGHT: normal !important;
	FONT-SIZE: 13px !important;
	COLOR: #000000 !important;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	text-align: left !important;
	padding: 3px !important;
	background: #FFFFFF !important;
}


.zhelp_au2 table td {
border: 3px groove rgba(255,255,255, 0.7) !important; 
}

.zhelp_au2 th {
border-right: 1px solid rgb(64,128,128) !important; border-bottom: 2px solid rgb(64,128,128) !important;
}

.zhelp_au2 tr:nth-child(even) { background-color: #fff7f7 !important; }


.zhelp_au2 tr:hover { background-color: #E0E0FF !important; }


