

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

body { background-color:#333333;}
a:link { color: #ffffff; font-size: 12px; font-family: Arial; text-decoration:none;}
a:visited { color: #ffffff; font-size: 12px; font-family: Arial; text-decoration:none;}
a:hover { color: #666666; font-size: 12px; font-family: Arial; text-decoration:none;}
a:active { color: #ffffff; font-size: 12px; font-family: Arial; text-decoration:none;}
.menu { color: #ffffff; font-size: 12px; font-family: Arial; text-decoration:none;}
table {
	border: 1px solid #333333;
	width: 455px;
}

th {
	background-color: #333333;
	background: #333333 url(../images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

tr {
	background-color: #333333;
	padding: 4px;
}

tr.altRow {
	background-color: #333333;
}

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(../images/icon-table-sort-asc.png) no-repeat 2px 4px #333333;
}

.sortedDESC {
	background: url(../images/icon-table-sort-desc.png) no-repeat 2px 10px #333333;
}

.tableHeaderOver {
	cursor: pointer;
	color: #666666;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color:#999999;
	color:#999999;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #333333;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #333333;
}

.tableFilter select {
	border: 1px solid #333333;
}


/*************************************************************/

