/* tables */
table.tablesorter {
  table-layout: fixed;
	font-family:arial;
	margin:0px 0px 10px 2px;
	padding: 1px;
	font-size: 1em;
	/*width: 100%;*/
	text-align: left;
	background-color: #e8e8e7;
	border: 1px solid #b1b3b3;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 1.18em;
	padding:3px 20px 5px 5px;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

table.tablesorter thead {
		background: #888b8d;

}
table.tablesorter thead tr .header {
	cursor: pointer;
	background: transparent url(../images/bg.gif) no-repeat right center;
	border-right: 1px solid #b1b3b3;
	text-transform: uppercase;
}

table.tablesorter thead tr .header:last-of-type {
  border-right: none;
}

table.tablesorter thead th {
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #f1f1f1;*/
	/*border-right:1px solid #ccc;*/
}



table.tablesorter tbody td {
	color: #001e46;
	padding: 4px 8px 4px 5px;
	background-color: #FFF;
	vertical-align: top;
	/*border-bottom: 1px solid #cbcbcb;*/
	/*border-right: 1px dotted #eee;*/
}
table.tablesorter tbody td:first-of-type {
  border-right: 1px solid #b1b3b3;
}
table.tablesorter tbody tr.odd td {
	background: #e8e8e7;
	}
table.tablesorter thead tr .headerSortUp {
	background: url(../images/asc.gif) no-repeat right center;
}
table.tablesorter thead tr .headerSortDown {
	background: url(../images/desc.gif) no-repeat right center;
}

#modTable tbody td {
	padding:5px 5px 5px 10px;
	word-wrap: break-word;
}
