#wrapper #admin_body {
	padding: 10px;
	position: relative;
	/*top: -50px;*/
	z-index: 1;
}
#wrapper #admin_body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-image: url(images/admin2_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	width: 750px;
}
#wrapper #admin_head {
	height: 70px;
	padding: 10px;
}
#wrapper #admin_panel {
	height: 10px;
	width: 750px;
	z-index: 1;
}
.listheader {
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
.listitem {
	padding: 5px;
	border: solid thin #ccc;
}
.admin_heading{

	}
#wrapper #admin_body table td{
	padding: 5px;
}
h1 {
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
}
.KT_tng, .KT_tng form, .KT_tng table, .KT_tnglist{
	width: 100%;
}
table.KT_tngtable {
	width: 100%;
}


/* Tables */
table, thead, tbody, tr, td {
	border: none;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
#admin_body table {
	width: 99%;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 0;
	margin: 0;

}
#admin_body thead tr {
	padding: 0;
	margin: 0;
	border: none;
}
#admin_body table thead tr td  {
	padding: 1em;
	margin: 0;
	background-color: #333333;
	border: none;
	font-weight: bold;
	color: #fff;
}
#admin_body table thead tr th  {
	padding: 1em;
	margin: 0;
	background-color: #333333;
	border: none;
	font-weight: bold;
	color: #fff;
}
#admin_body table thead tr th a, #admin_body table thead tr th a:visited {
	color: #fff;
}

#admin_body table tbody tr td {
	padding: 0.5em;
	border-bottom: solid 1px #000;
	font-size: 90%;
}
#admin_body table tfoot tr td {
	padding: 0;
	margin: 0;
}