/* tables */
table.tablesorter {
	margin:0;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 				4px;
	color: #666;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dotted #dfd9c3;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#e6eeee;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/admin/assets/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/admin/assets/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	padding: 				4px;
	color: #000;
	font-weight: bold;
}

.pagedisplay
{
	padding: 5px;
	width: 90px;
	text-align: center;
	color: black;
}

#loading
{
	background-color: #ccc;
	padding: 50px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#loading h5
{
	font-size: 240%;
	color: #015889;
	margin: 20px 0;
}

.tablesorterPager
{

	margin: 6px 0 0 0;
	border-top: 1px dotted #dfd9c3;
	padding: 10px 0 0 0;
	

	text-align: center;

}
