table {
	margin-bottom: 1.2em;
	border-collapse: collapse;
}

table.admin td img, .halfitem img, img.noborder, img.icon, .icon img {
	border: 0;
	padding: 0;
	background: transparent;
}

td, th {
	vertical-align: top;
	text-align: left;
}

table.admin td, table.admin th {
	padding: 2px 5px;
	border: #6a624f 1px solid;
}

table.admin {
	width: 100%;
}

tr.header1 {
	background-color: #999;
	color: #fff;
}

tr.header2 {
	background-color: #f90;
	color: #fff;
}

td.icon {
	text-align: center;
	width: 10px;
}

td label {
	display: inline;
	margin: 0 5px;
	font-weight: normal;
}

th label {
	display: inline;
}

table.admin td select option {
	padding: 0 5px;
}

table.admin td select  {
	margin: 2px;
}
/* Prototype - Sortable */

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #f6b92a;
	background-image: url(images/down.gif);
}
.sortdesc {
	background-color: #f6b92a;
	background-image: url(images/up.gif);
}

.nosort {
	cursor: default;
}

.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

.odd {
	background: #ddd;
}
table.sortable td.icon span {
	display: none;
}