/* table list style - Start */
table .recordlist{
	background-color:#fff;
	border-collapse: collapse;
	font-size:11px;
}
.recordlist thead th {
	border-right: 1px solid #fff;
	color:#fff;
	text-align:center;
	padding:2px;
	text-transform:uppercase;
	height:20px;
	background-color: #264ca1;
	font-weight: normal;
}
.recordlist thead th a{
	color:#fff;
}
.recordlist thead th a:hover,.recordlist thead th a:focus{
	color:#fff;
	text-decoration:underline
}
.recordlist tbody tr.odd{
	background-color:#fff;
}
.recordlist tbody tr.even{
	background-color:#eceff6;
}
.recordlist tbody td {
	color:#414141;
	padding:2px;
	text-align:left;
}
/* table style - End */