.textOverlay {
    display: none;
    position: absolute;
    border: 4px outset #DFE4E8;
    background: white;
}

.textOverlayClose {
	background: #DDEFFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #788B99;
	letter-spacing: 1px;
	text-indent: 15px;
}
.textOverlayClose img {
    float: right;
    margin-top: 0.25em;
    margin-right: 0.25em;
}

.textOverlay  div ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* Do not show as 'visited' even in IE. */
.featureItem a:link, .featureItem a:visited {
	color: #5E7384;
	text-decoration: none;

}
/* Manual control of 'visited' */
.featureItem .textOverlayVisited:visited, .featureItem .textOverlayVisited:link {
    color: #5E7384;
    text-decoration: underline;

}

.featureItem a:hover, .featureItem .textOverlayVisited:hover {
    color: #98AAB8;
    text-decoration:underline;

}
