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

	Sortable Table
	v 1.4

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

table {
	border: thin solid #666;
	width: 98%;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

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

tr {
	background-color: #D6D6D6;
	padding: 4px;
	color: #333;
	border: thin solid #666;
}

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

td {
	padding: 0 2px;
}

.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: #354158;
}


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

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

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

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

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


/*************************************************************/
.headertop {
	background-image: url(../../../Images/logo/PENTAX_webhead2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	padding-bottom: 2px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

