

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

	Sortable Table
	v 1.4

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

table {
	border: 0px solid #ccc;
	width: 100%;
}

th {
	background-color: #fff;
	/*background: url(../images/icon-table-sort.png) no-repeat 2px 8px;*/
	background-position:left;
	font-size:1.2em;
	color:#000;
	font-weight:normal;
	text-align:left;
	padding:0 0 4px 0;
	padding:2px 0 6px 0;
	border-bottom:thin #ccc solid;
}

tr {
	background-color: #fff;
	padding: 0px;
}

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

td {
	text-align:left;
	padding: 3px 0px;
}

.rightalign {
	text-align: right;
}

.sortedASC {
	/*background: url(../images/icon-table-sort-asc.png) no-repeat 2px 4px #fff;
	background-position:left;*/
	color:#b55500;
}

.sortedDESC {
	/*background: url(../images/icon-table-sort-desc.png) no-repeat 2px 10px #fff;
	background-position:left;*/
	color:#b55500;
}

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


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

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

tr.hide {
	display: none;
}

td {
	padding:3px 0 3px 0;
	border-bottom:thin #CCCCCC solid;
	vertical-align:text-top;
}

td a {
	text-decoration:none;
	color:#000;
}
td a:hover {
	text-decoration:none;
	color: #b55500;
}

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

.tableFilter input {
	border: 0px solid #ccc;
}

.tableFilter select {
	border: 0px solid #ccc;
}
*/

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