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

	Sortable Table
	v 1.4

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


myTable {
width: 100px;
}

body {
	color: #797979;
	font-family: Geneva, Tahoma, Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 102.01%;
}

h7 {
	font-family: Geneva, Tahoma, Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #999;
	

}

.tableFilter {
	
	padding: 2px;
	width: 600px;
	
}

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

.tableFilter select {
	border: 1px solid #ccc;
	margin: 0px 0 5px 0;
}

.tableFilter a {
	color: #695735;
	text-decoration: none;
	
	
}

.tableFilter a:visited {
	color: #695735;
	text-decoration: none;
}
	
.tableFilter a:hover {
		color: #6fbb44;
		text-decoration: underline;
}
	
.tableFilter a:active {
	color: #6fbb44;
	text-decoration: none;
}

table {
	
	width: 100%;
	font-size: 75%;
	margin: 8px 0 0 0;
	line-height: 1.2em;
	padding: 2px 0 2px 0;
}

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

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

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

td {
	padding: 5px 0 5px 5px;
}

.rightAlign {
	text-align: right;
}



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

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

.tableHeaderOver {
	cursor: pointer;
	color: #6fbb44;
}


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

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

tr.hide {
	display: none;
}


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