/* table styles */
div.tableSetup{
	font-size:140%;
	background-color: #ffffff;
  width:620;
	}
	
a:hover{
	color:#383838;
}

table.tabel {
	border: 0px solid #ccc;
	width:100%;
	width:620;
}

.tabel th {
	background-color: #efede0;
	padding: 4px 4px 4px 14px;
	border-bottom:1px solid #c9c7bb;
}

.tabel th.tabel {
	background-color: #efede0;
	padding: 4px 4px 4px 14px;
	border-bottom:1px solid #c9c7bb;
	font-size:75%;
}

.tabel tr td a{
	color: #000;
	text-decoration:none;
	font-size:105%;
}

.tabel tr td a{
	color: #383838;
	text-decoration:none;
	font-size:105%;
}

.tabel tr a{
	color: #000;
	text-decoration:none;
	font-size:105%;
}

.tabel tr a:hover{
	color: #383838;
	text-decoration:none;
	font-size:105%;
}

.tabel tr {
	background-color: #d3efd9;
	padding: 4px;
}

.tabel tr a{
color:#000;
}

.tabel tr a:hover{
	color:#383838;
}

.tabel tr.altRow {
	background-color: #fff;
	color:#000;
}

.tabel tr.altRow a{
	color:#000;
}

.tabel tr.altRow a:hover{
	color:#383838;
}

.tabel td {
	padding: 0 2px;
	text-align: left;
}

.tabel tr td a{
	color:#000;
}

.tabel tr td a:hover{
	color:#383838;
}

.tabel .rightAlign {
	text-align: right;
}

.tabel .sortedASC {
	background: url(../graphics/up.gif) no-repeat 2px 10px #f2f2f2;
}

.tabel .sortedDESC {
	background: url(../graphics/down.gif) no-repeat 2px 10px #f2f2f2;
}

.tabel .tableHeaderOver {
	cursor: pointer;
	color: #6d007d;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

.tabel tr.over {
	background-color: #e5e5e5;
	color: #383838;
	cursor: pointer;
}

.tabel tr.hide {
	display: none;
}

/************************************************************/
.tabel .tableFilter, .tableSetup {
	border: 0px solid #ccc;
	padding: 2px;
	margin: 15px 0 10px 0;
}

.tabel .tableFilter input, .tableSetup input {
	border: 1px solid #ccc;
}

.tabel .tableFilter select {
	border: 1px solid #ccc;
}

