.tableCell img, .tableCell a img
{
	border: none;
}

.dataTable, .grdVw_SearchResults, .searchBox
{
	border-style: solid;
	border-width: 1px !important;
	border-color: #BBBBBB;
}

.searchBox
{
	background-color: #F9F9F9;	
}

.altDataRow
{
	background-color: #EFEFEF;
}

.tableCell
{
	padding: 4px;
}

.tableCell a
{
	text-decoration: none;
}

.grdVw_SearchResults
{
	margin-top: 20px;
}

.tableHeader, .grdVw_SearchResults th, .dataTable th
{
	background-color: #E0E0E0;
	text-align: left;
	padding: 4px;
	border-bottom-width: 1px !important;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	font-weight: bold;
}

.tableFooter
{
	background-color: #E0E0E0;
	text-align: center;
	padding: 4px;
	border-top-width: 1px !important;
	border-top-style: solid;
	border-top-color: #BBBBBB;	
}
