﻿table {
	width: 100%;
}

table thead tr {
	border-bottom: 1px dashed #c2c4c6;
	height: 40px;
}
table thead th{
	padding-left: 17px;
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-align: left;
	text-transform: uppercase;
}

table thead th a {
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-align: left;
	text-transform: uppercase;
}

table tbody tr {
	height: 40px;
}
table tbody tr:nth-child(even) {
	background-color: #f5f6f6;
}
table tbody tr:hover {
	background-color: #e0e0e0;/*#fcf1e0;*/
	cursor: pointer;
}

table tbody tr td {
	font-size: 15px;
	vertical-align: middle;
	padding-left: 20px;
}

.tdNoResults { text-align: center; padding-top: 20px; background-color: #fff; }
.tdNoResults:hover { background-color: #fff; }

.trBold { font-weight: bold; }