
table.tableToSort {
	width: 100%;

	border-collapse: collapse;
	
	border: 1px solid #ddd;
	border-width: 0 0 2px;
}




th {
	text-align: left;
	padding: 2px 5px;
	color: #333;
		color: #78ac12;

	border: 1px solid #ddd;
	border-width: 0 0 3px;
}
td {
	padding: 1px 5px;

	border: 1px solid #eee;
	border-width: 0 0 1px;
}


.even {
	background-color: #fff;
		background: #FCFCFC;
	color: #333;
}
.odd {
	background-color: #d4ebf2;
		background: #F3F8FB;
	color: #333;
}
.highlight {
/*	background-color: #ffe; */
	color: #333;
	font-weight: bold; 
}
.header {
/*	background: #fff url(../img/green_arrows.gif) no-repeat -3px 5px; */

/*	padding-left: 23px; */
	cursor: pointer;
}
.headerSortUp {
/*	background: #ffc url(../img/green_ascending.gif) no-repeat -3px 5px; */

		background: #ffe;

/*	padding-left: 23px; */
}
.headerSortDown {
/*	background: #fc0 url(../img/green_descending.gif) no-repeat -3px 5px; */

/*		background: #ffc url(../img/green_descending.gif) no-repeat -3px 5px; */
		background: #ffe;
	
/*	padding-left: 23px; */
}






#sorting {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	text-align: center;
	display: none;
	margin:0px;
	padding:0px;
}
#sorting div {
	border: 1px solid #000;
	padding:10px;
	margin: auto;
	text-align: center;
	width: 300px;
	top:200px;
	position: relative;
	background-color: #FFF;
	color: #333;
	font-weight: bold;
}