@charset "utf-8";

.jrbox {
	padding: 0px 5px 10px 5px;
}

ul.jritem {
padding-left: 20px;
}

li.jritem {
	list-style-type: disc;
	list-style-image: url(../images/web8.png);
}

.jritem a:link, .spcategory a:visited {
	color: #4558DE;
	text-decoration: none;
}
.jritem a:hover{
	color: #4558DE;
	text-decoration: underline;
}

#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:5px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: left;
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
