div.amenu {
	float: left;
	padding: 2px;
	text-align: center;
	width: 60px;
}

div.flashMessage {
	margin-bottom: 8px;
	padding: 4px;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}

div.listItem {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	border-top: 0px;
	padding: 2px;
}

div.listItem:hover {
	background-color: #EEEEEE;
}

div.listItemHead {
	overflow: auto;
	clear: left;
	border: solid 1px #000000;
	padding: 3px;
	background-color: #CCCCCC;
}

div.listCellHead {
	font-weight: bold;
	float: left;
}

div.listCell {
	float: left;
}

div.listCellRight {
	float: right;
}

div.editBox {
	display: none;
}

div.lastChanged {
	float: right;
	font-size: 10px;
}
