table.guiListViewTable {
	border: 1px solid #aba9ac;
	background-color: #ffffff;
	border-collapse:collapse;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
}

table.guiListViewTable th {
	border: 1px solid #aba9ac;
	background: url('../img/gui.ListView_bg.jpg') repeat-x top left #dddddd;
	text-align: left;
	font-weight: normal;
	height: 20px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
}

table.guiListViewTable td {
	border: 1px solid #aba9ac;
	height: 16px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: top;
}

table.guiListViewTable tr:hover {
	background-color: #e0feff; 
}

table.guiListViewTable td div {
	width: 100%;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px dashed #aba9ac;
	background-color: #efefef;
}

table.guiListViewTable td img {
	border: 0;
}

tr.guiListViewHighlightEdit {
	background-color: #fffe99;
}

tr.guiListViewTable-SelectedRow {
	color: #ff0000;
}

/* Highlight classes */
tr.guiListViewHighlightYellow {
	background-color: #fffe99;
}

tr.guiListViewHighlightRed {
	background-color: #cf4545;
}

tr.guiListViewHighlightGreen {
	background-color: #6ccf45;
}

tr.guiListViewHighlightBlue {
	background-color: #4586cf;
}

tr.guiListViewHighlightCrossed {
	text-decoration: line-through;
}

