

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

/*table {
	border: 1px solid #ccc;
	width: 95%;
}*/

th {
	/*background-color: #e6e6e6;*/
	background: #e6e6e6 url(../Img/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

tr {
	/*background-color:#fff ;*/
	padding: 4px;
}

tr.altRow {
	background-color: #F5F5F5;
}

td {
	padding:0 0px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(../Img/icon-table-sort-asc.png) no-repeat 2px 4px #e6e6e6;
}

.sortedDESC {
	background: url(../Img/icon-table-sort-desc.png) no-repeat 2px 10px #e6e6e6;
}

.tableHeaderOver {
	cursor: pointer;
	/*color: #e6e6e6;*/
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #e6e6e6;
	color: #fff;
	/*cursor: pointer;*/
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 0px solid #ccc;
	padding: 0px;
	margin: 5px 0 10px 0;
	
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
.inputLog {
	color: #999;
	font-size: 12px;
	font-family: Verdana;
	background-color: #ffffff;
	border: 1px solid #999;
	/*width: 130px;*/
}

 .formbox {
	font-family: 
Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #999;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}