

 table.stable {
	width: 100%;
	border-spacing: 0;
}
	table.stable th {
		text-align: center;
		border-bottom: 2px solid #08324d; background: #DeAb6e;
	}
	table.stable th a {
		padding-right: 24px;
	    background: url('../kepek/sort_no.gif') bottom right no-repeat;
	}
	table.stable th.asc a {
	    background: url('../kepek/sort_up.jpg') bottom right no-repeat;
	}
	table.stable th.des a {
	    background: url('../kepek/sort_dn.jpg') bottom right no-repeat;
	}
	table.stable tr.odd {
		background: #DeAb6e;
	}
	table.stable tr.even {
		background: #ce9b5e;
	}
	table.stable tr.activerow {
		background: #D8eFf4;
		cursor: default;
	}
	table.stable td {
		padding-left: 3px;
	}




