/* 
========================================================
	Software:	Fabry Indicator
	Version:	1.0
	Author:		wwww.kreatuur.com
	Copyright:	2003-2004 All rights reserved.
	License:	Reprinting, copying, modifying, publishing, sales, or other distribution of the information contained within this document is strictly prohibited without the prior written consent of Kreatuur.
	Disclaimer:	details included in library/disclaimer.txt
========================================================
*/



.sortable {
	font:		Icon;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: FF9E0F;
	background:	#CCCCCC;
	color:		WindowText;
}

/*
.sortable thead {
	background:	ButtonFace;
	font-weight:bold;
	color: #333333;
	display:block;
}
*/

.sortable td {
	padding:	2px 2px;
	font-size:11px;
	/*cursor:		hand;*/
}

.sortable tr {
	background : white;
}

.sortable tbody a {
	text-decoration : none;
}

.sortable thead td {
	border-width:	1px;
	border-style: solid;
	background:	#DDDDDD;
	border-color:	#f9f9f9 #999999 #999999 #f9f9f9;
	filter: 	progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EEEEEE,endColorStr=#CCCCCC); 
	
	font-weight:bold;
	/*cursor:		hand;*/

}


/*
.sortable thead td:active {
	background:	ButtonFace;
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}
*/

.sort-arrow {
	width:					9px;
	height:					9px;
	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");
}