

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

	Sortable Table
	v 1.4

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

table {
	border: 1px solid #ccc;
	width: 100%;
  font-size: 12px;
}

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

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

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

td {
	padding: 5px;
}

.rightAlign {
	text-align: right;
}

tfoot>tr {
  background-color: #ccc;
}

tfoot>tr>td {
  padding: 0;
}

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

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

.tableHeaderOver {
	cursor: pointer;
	background-color: #ff9900;
}

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

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

/* new display info box*/
#infoBoxMain {
	float:right;
	width:233px;
	height:400px;
	color: #000000;
	background-color: #ffffff;
	margin: 36px 5px 0 0;
}
#infoBox {
	position:relative;
	top:10px;
	left:10px;
	width:219px;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
}

.on {
	display: block;
}

.off {
	display: none;
}

.pgdiv {
	width: 667px;
	height: 500px;
}
/* new display info box*/

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	padding: 2px;
	margin: 5px 0 10px 0;
  font-size: 12px;
}

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

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


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