span.referenceentry {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #444444;
}

span.referenceentry-hover {
    cursor : pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration : none;
    color : #ffffff;
    background-color : #A4CDA4;
}

span.visitedreferenceentry {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #A6A6A6;
}


span.visitedreferenceentry-hover {
    cursor : pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration : none;
    color : #FFFFFF;
    background-color : #A4CDA4
}

span.selectedreferenceentry {
    cursor : pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration : none;
	color : #A6A6A6;
}

span.selectedreferenceentry-hover {
    cursor : pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration : none;
	color : #FFFFFF;
    background-color : #A4CDA4;
}