table.frontendlist tbody tr {
	background-color: #fff;
	text-align: left;
}

table.frontendlist tbody tr.row0:hover td,
table.frontendlist tbody tr.row1:hover td	{
	background-color: #e8f6fe;
}

table.frontendlist tbody tr td {
	background: #fff;
	border: 1px solid #fff;
	padding-left: 5px;
}

table.frontendlist tbody tr.row1 td {
	background: #f0f0f0;
	border-top: 1px solid #FFF;
}

table.frontendlist thead th {
    text-align: center;
    background: none repeat scroll 0% 0% rgb(247, 247, 247);
    color: rgb(102, 102, 102);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(255, 255, 255);
}

div.filter-search button {
	border: 1px solid rgb(221, 221, 221);
	padding: 2px 5px 2px 5px;
}