#sortable table {
	border: 1px solid #ccc;
	width: 100%;
}
#sortable .submit, #sortable .reset {
	cursor:pointer;
	background-color:#FFFFFF;
	width:100px;
}
#sortable .submit:hover, #sortable .reset:hover {
	background-color:#DDDDDD;
}
#sortable th {
	background-color: #eee;
	background: #eee url(images/sortable/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
	font-weight:bold;
}

#sortable tr {
	background-color: #eee;
	padding: 10px;
	height:20px;
}

#sortable tr.altRow {
	background-color: #fff;
}

#sortable td {
	padding:10px;
}

#sortable .open {
	background-color:#CC0000;
	width:15px;
}
#sortable .close {
	background-color:#006600;
	width:15px;
}

#sortable .rightAlign {
	text-align: right;
}



#sortable .sortedASC {
	background: url(images/sortable/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

#sortable .sortedDESC {
	background: url(images/sortable/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

#sortable .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

#sortable tr.over {
	background-color: #333333;
	color: #fff;
}

#sortable tr.hide {
	display: none;
}

/***************************/
#sortable .tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

#sortable .tableFilter input {
	border: 1px solid #ccc;
}

#sortable .tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
