.table-grid thead tr{
background:#fff url(/img/forms/grid_header_bg.png) repeat-x 0 0;
}
.table-grid thead tr th, .table-grid thead tr th div{
	cursor:pointer;
	color:#666;
	white-space:nowrap;
}
.table-grid thead tr th{
	border-bottom:0 none;
	font-weight:normal;
	border-right:1px solid #eee;
	padding:6px 8px;
	padding-top:5px;
}
.table-grid thead tr th:last-child{
border-right:0 none;
}
.table-grid thead tr th.sort.asc div{
background:url(/img/forms/sortasc.png) no-repeat right center;
}
.table-grid thead tr th.sort.desc div{
background:url(/img/forms/sortdesc.png) no-repeat right center;
}
.pagination-sm li a{font-size:12px;}
.table-grid tbody tr td{
	border-right:0 !important;
	border-left:0 !important;
}