#navigation li li {
text-indent: 40px;
	border-left: 0;
	border-right: 0;
font-style: italic;
}

.required {
	font-weight: bold;
}

.hint {
	font-style: italic;
}

#sortable {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sortable li {
	background: #fff;
	color: #000;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 3px;
	cursor: n-resize;
	border-style: outset;
}

table.resultset {
width: 700px;
margin: 0 0 20px 0;
border: 1px solid #cccccc;
}

table.resultset th {
background-color: #cccccc;
text-align: left;
}

table.resultset .row-1 {
background-color: #ffffff;
}

table.resultset .row-2 {
background-color: #f0f0f0;
}

table.resultset th, table.resultset td {
padding: 3px;
}

table.resultset td a {
display: block;

}

