span.Term
{
	border: 1px solid white; /* this is necessary to ensure correct co-ordinates of the rollover effect */
	cursor: help;
	text-decoration: underline;
}

#DefinitionLayer
{
	text-align: left;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 250px;
	padding: 3px;
	color: black;
	background-color: #F1F2DE;
	border: 1px solid #666666;
	cursor: help;
	z-index: 1;
	font-size: 86%;
}

#Edit td
{
	vertical-align: top;
	padding: 5px;
}

#List table
{
	border: 1px solid #666666;
	width: 100%;
}

#List thead td
{
	background-color: #666666;
	border-bottom: 1px solid #666666;
	padding: 2px 5px;
	color: white;
}

#List td
{
	vertical-align: top;
	padding: 5px;
}

#List td.AlternateRow
{
	vertical-align: top;
	background-color: #F1F2DE;
	padding: 5px;
}
