.sort-table {
	/*background:	white;*/
	color: Black;
	font-size: 12px;
  font-family: Arial;
}

.sort-table thead {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}

.sort-table td {
	color: Black;
	border-bottom: 1px dashed #cccccc
}

.sort-table thead td {
	cursor:	hand;	
}

.sort-table thead td:active {
}

.sort-table thead td[_sortType=None]:active {
	padding:		0px 0px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	
}

.sort-arrow.descending {
	background-image:		url(arrowdown.gif);

}

.sort-arrow.ascending {
	background-image:		url(arrowup.gif);
}

.zeb_white{
	background : white;
}

.zeb_black{
	background : #f2f2f2;
}
.onmouseover{
	background : orange;
}
