table.list_table
{
	width: 100%;
	border: 1px solid #555;
	background: #444;
}

table.list_table th
{
	font-weight: bold;
	text-align: center;
}

table.list_table td
{
	font-weight: normal;
	text-align: left;
	padding: 2px;
}

table.list_table .row1
{
	background: #333;
}

table.list_table .row2
{
	background: #282828;
}

table.list_table .klik
{
	color: #3A73ED;
	cursor: pointer;
}

table.table_find
{
	margin: 0 0 2px 0;
	width: 1%;
}


table.table_find tr td
{
}

