.resource_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #673092;
	text-decoration: none;
}

.resource_author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #673092;
	margin-top: 0px;
	margin-bottom: 12px;
}

#dhtmltooltip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	width: 400px;
	border: 1px solid black;
	padding: 2px;
	background-color: #f1f1f1;
	visibility: hidden;
	z-index: 100;
	text-align: justify;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

