/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

body.sort-active *
        {
        cursor:wait;
        }
*/


th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
        cursor:pointer;   
         float:left;	
        }
th.forwardSort a
  {
  	background:transparent url(/style/common/images/icon_sort_up.png) no-repeat right center;
  }
th.reverseSort a
  {       	
  	background:transparent url(/style/common/images/icon_sort_down.png) no-repeat right center;
  }
        
        
table  th.forwardSort a,
table  th.reverseSort a
        {
        color:#000000;
        text-decoration:none;
        outline:none;
        }
        
table a{
	color:#000000;
}

/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(./images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
        
 /* Sortable Tables */
tr.alt 
{
	background-color:#e7f1f6;
}
        
table,tbody{
	width:100%;
}


table th, table th a{
	height:20px;	
}	

th.headerFont a{
	float:left;	
	margin-top:3px;
	width:100%;
	height:15px;
}

th.headerFont{
	vertical-align:top;
}	


