/* here you can put your own css to customize and override the theme */

.grid-view .table thead tr:first-child > th {
    background-color: #EEEEEE !important;
}

.grid-view table.table thead .sort-link {
	cursor: pointer;
	*cursor: hand;
	display: inline-block;
	width: 100%;
	position: relative;
	color: #000;
	padding-right: 19px;
}

.grid-view table.table thead .sort-link:hover {
	text-decoration: none;
}

.grid-view table.table thead .sort-link { background: url('../img/site/sort_both.png') no-repeat center right; }
.grid-view table.table thead .sort-link.asc { background: url('../img/site/sort_asc.png') no-repeat center right; }
.grid-view table.table thead .sort-link.desc { background: url('../img/site/sort_desc.png') no-repeat center right; }

.grid-view table.table thead .sort-link.asc.disabled { background: url('../img/site/sort_asc_disabled.png') no-repeat center right; }
.grid-view table.table thead .sort-link.desc.disabled { background: url('../img/site/sort_desc_disabled.png') no-repeat center right; }