.s_table	{
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px;
	border: 1px solid gray;
}

.s_table thead
{
   background-color:#E0E0E0; 
   border-bottom: 1px solid gray;
   font-weight: bold;   
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("images/upsimple.png");
}

.s_table tbody td {
   font-family: Arial, Sans Serif, Verdana; 
   padding: 2px; 
   padding-left: 5px; 
   padding-right: 5px; 
   border-bottom: 1px solid #EDEDED;
   border-right: 1px solid #EDEDED;
  
}
.s_table tbody .hightlited {
   background-color: #FFDFDF;
}
.s_table tbody .normal {
   background-color: #FFFFFF;
}