table#overviewlist tr#Title
{
	font-weight: bold;
	color: #000000;
	background-color: #568181;
	cursor: pointer;
}

table#overviewlist tr#Title td
{
	border-top: none;
}

table#overviewlist tr#Title td:hover
{
	background-color: #AAABB8;
}

table#overviewlist tr#Title td.sorted
{
	background-color: #AAABB8;
}

table#overviewlist tr.record
{
	vertical-align: text-top;
	border-bottom: solid 1px #568181;
	background-color: #F0FAFB;
	cursor: pointer;
}

table#overviewlist tr.record:hover
{
	background-color: #FFFFFF;
}

table#overviewlist td
{
	padding: 5px;
}

table#overviewlist tr.record td
{
	border-bottom: solid 1px #568181;
	overflow: visible;
	width: auto;
}



