table {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
td.detail {
	border-bottom: none;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
table.allborders td {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
th {
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody th, td {
	background-color:#eee;
}
tbody td.admin {
	background-color:#ddd;
}
tbody td.adminred {
	background-color:#fcc;
	border: 1px solid #999;
}
tbody td.adminyellow {
	background-color:#ffc;
	border: 1px solid #999;
}
tbody td.admingreen {
	background-color:#cfc;
	border: 1px solid #999;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}

#item .text {
	width: 500px;
}

tbody tr.selected td {
	background-color: gray;	
}
