/*需用到jquery tablesorter的search result list tables */


table.tablesorter2 {
 	border:1px solid #acbaff;
	background-color: #b5dafd;
	border-collapse:collapse;
	width:99%;
	padding:5px;
	margin-left:1px;
}

table.tablesorter2 thead tr th, 
table.tablesorter2 tfoot tr th {
    padding-left:4px;
    text-align:center;
    background-color: #e0edf1;
    color:#0869B0;
}

table.tablesorter2 thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-weight:700;
	padding:5px;
	text-aligh:center;
}

table.tablesorter2 tbody tr {
	color: #000;
	background-color: #FFF;
}

table.tablesorter2 tbody tr.odd td {
  	background-color:#ffffff;
  	text-align:left;
}

table.tablesorter2 tfoot tr td,
table.tablesorter2 tbody tr td,
table.tablesorter2 thead tr td {
  padding:5px;
}

table.tablesorter2 tr.list{
	background-color:#ffffff;
}
table.tablesorter2 tr.list2{
	background-color:#D6FAC5;	
}
table.tablesorter2 tr.onOver {
	background:#FFDBA6;
	color:red;
}

table.tablesorter2 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter2 thead tr .headerSortDown, 
table.tablesorter2 thead tr .headerSortUp {
background-color: #c6d9ec;
}

.pager{
	border-collapse:collapse;
	text-decoration:none;
	text-align:center;
	width:100%;
	letter-spacing:2px;
	background:#e0edf1;
}

.pager a:link{
	text-decoration:none;
	font-weight:100;
	color:#555555;	
}

.pager a:visited{
	text-decoration:none;
	color:#586798;
}
.pager a:hover{
	text-decoration:none;
	color:#f36904;
}
.pager a:active{
	text-decoration:none;
	color:#3a420d;
}
