/* tables */
table.tablesorter {
	border:solid 1px #ddd;
	width: 100%;
	margin-bottom: 10px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 8px;
	border-bottom:solid 1px #ddd;	
}

table.tablesorter tfoot tr th {
	background-color:#CCCCCC;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #666;
	padding: 8px;
}
table.tablesorter tbody tr.odd td {
	background-color: #f2f2f2;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter tbody tr:hover td {
	background-color: #E1EFF4;
	color:#000;
}

/**/

.pagedisplay {
	width: 40px;
}

#pager {
	float: right;
	position:relative;
}

#pager input, #pager select {
	margin-left: 3px;
	float:right;
}

#pager a {
	display:block;
	height:20px;
	width:16px;
	cursor:pointer;
	float:right;
	background-position: 0 3px;
	background-repeat: no-repeat;
	margin-left: 3px;
}

#pager a.first { background-image: url(first.png); }
#pager a.prev { background-image: url(prev.png); }
#pager a.next { background-image: url(next.png); }
#pager a.last {	background-image: url(last.png); }

div#filter {
    margin: 0px 0px 10px 0px;
	background: #EEE;
	border-color: #ccc;
	border-style: solid;
    border-width: 1px;	
	padding: 10px;
}
div#filter label{
	font-size: 12px;
    color: #333333;
}
div#filter div#pager{
	margin: 0;
}

span.deleteicon {
	position: relative;
	width: 40%;
}
span.deleteicon span {
	position: absolute;
	display: block;
	top: 2px;
	right: 8px;
	width: 10px;
	height: 15px;
	background: url(cross.png) no-repeat -10px 0;
	cursor: pointer;
}

span.deleteicon span:hover {
    background: url(cross.png) no-repeat 0 0;
}

span.deleteicon input {
	padding-right: 16px;
}