/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

.contracts-list table.tablesorter tr:nth-child(even) {background-color: #eaeaea;}
.contracts-list table.tablesorter tr > td.title{width: 26%;}
.contracts-list table.tablesorter tr > td.certifications{}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px 18px 4px 8px;
}
table.tablesorter thead tr.tablesorter-headerRow th {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #1F365C;
	color:#fff;
	cursor: pointer;
	font-size: 14px;
}
table.tablesorter tbody td {
	color: #5D5D5D;
	padding: 4px;
	vertical-align: top;
	font-size: 13px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerAsc {
	background-image: url(asc.gif);
}
table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerDesc {
	background-image: url(desc.gif);
}
table.tablesorter thead tr.tablesorter-headerRow  .tablesorter-headerDesc, table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-headerAsc {
color: #ffb536;
}
