/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #aaa;
	color:#fff;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#eee;border-top:1px solid #aaa;border-bottom:1px solid #ccc;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.tableBottomNav{width:100%;background:#E6EEEE;font-size:10px;}

div.tablesorterPager {
	padding: 5px;
	margin:5px 20px 5px 60px;
	background-color: #fff;
	text-align: center;
	border:1px solid #ccc;
	width:250px;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input,div.tablesorterPager select {
	font-size: 9px;
	width: 50px;
	border: 1px solid #eee;
	text-align: center;
}


.editable input{font-size:11px; font-color:#666; border:1px solid #c99; width:100%;}
