

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

	Sortable Table
	v 1.4

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

#content table.tablespec  {
	border: 1px solid #ccc;
	width: 100%;
}

#content table.tablespec th {
	background-color: #ddd;
	background: #ddd url(/images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
	font-size: 12px;
	text-transform: capitalize;
}

#content table.tablespec tr {
	background-color: #eee;
/*	padding: 4px; */
	margin: 0;
}

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

#content table.tablespec td {
	padding: 4px;
	margin: 0;
	font-size: 12px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#content table.tablespec .rightAlign {
	text-align: right;
}



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

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

#content table.tablespec .tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


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

#content table.tablespec tr.over {
	background-color: #ffc;
	color: #000;
	cursor: pointer;
}

#content table.tablespec tr.hide {
	display: none;
}

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

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

#content .tableFilter input.submit {
	background: url(/images/layout/footer-bg.jpg) repeat; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 11px; border: 1px solid #011111; padding: 2px 5px 2px 5px;
}

#content .tableFilter select {
	border: 1px solid #ccc;
	text-transform: capitalize;
}
#content .tableFilter select option.optSelFil {
	text-transform: capitalize;
}



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