
.sort-table {
	margin-top: 10px;
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	width: 100%;
}

.sort-table thead {
	background:	ButtonFace;
	background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.sort-table thead tr {
	background-color: #c5c5c5;
	color:black;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td, .sort-table thead th {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active, .sort-table thead th:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active, .sort-table thead th[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-table td.greenbg {
	background-color:	#88ff99;
}

.sort-table td.redbg {
	background-color:	#FF8899;
}

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

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

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

#table-1, .sort-table {
   border: 1px solid #999;
   border-collapse: collapse;    
}  

table#table-1 thead td, table.sort-table thead td, 
table#table-1 thead th, table.sort-table thead th {
    padding: 0.5em;
    border: 1px solid #999;
}

table#table-1 td, table.sort-table td {
    padding: 0.5em;
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
}

table#table-1 td.select, table.sort-table td.select {
    width: 30px;
    text-align: center;
    border-right: 1px solid #999;
}
