﻿.sort_alt_row_style{
    background-color:#e5e5e5
}
.sort_row_style{
    background-color:#f0f0f0
}
.sort_asc_hdr_style
{
	background-position: right center;
	background: #c5c5c5 url(sort_img/arrow_sort_asc.gif) no-repeat scroll right center;
	padding-left: 5px;
	padding-right: 5px;
}
.sort_des_hdr_style{
    background:#c5c5c5 url(sort_img/arrow_sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
    padding-right: 5px;
    
} 

.unsorted
{ 
    background-image: none;
}
.sortedAsc
{
	background-position: right 50%;
	background-image: url(sort_img/arrowdown.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	
} 
.sortedDesc
{
	background-position: right 50%;
	background-image: url(sort_img/arrowup.gif);
	background-repeat: no-repeat;
		padding-left: 5px;
	padding-right: 5px;
	
}