

/* tables */
table.tablesorter {

	margin:10px 0pt 15px;

	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {

	border: 1px solid #CCC;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(http://mmsrv01b.intellor.com/att/ems_styles/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #CCC;
}
table.tablesorter tbody tr.odd td {

}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://mmsrv01b.intellor.com/att/ems_styles/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://mmsrv01b.intellor.com/att/ems_styles/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #93CDEC;
}

}
/*tbody tr:hover td{
	background-color:#CCFFFF;
}*/

.hilite{
	font-size:16px;
	font-weight: bold;
	}



