table.transtable {
	padding: 0;
	margin: 0;
	border: 2px solid #EBEBEB;
	font-family: arial,sans-serif;
	color: #000;
	border-collapse: collapse;
	border-spacing: 0;
	
}

table.transtable th {
    background-color: #f0f0f0;
	border-left: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	font-size: 11px;
	font-weight:bold;
	padding:10px;
	color: rgba(0,0,0,0.6);
}

table.transtable td {
    background-color: #FFF;
    border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
    font-size: 11px;
	/*font-weight:bold;*/
	padding:10px
	
	
}
table.transtable tr.rowhighlight td {
    background-color: #E0E8F3;
}
table.transtable tr:hover td {
    background-color: #EFF2F9;
}
table.transtable th, table.transtable th a, table.transtable th a:visited {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
table.transtable th a:hover {
    color: #FFF;
    text-decoration: underline;
}
table.transtable tr:hover td {
    background-color: #CCF;
}