@import "/styles/layout_intranet.css";
@import "leftnav.css";
/*Include only if using newsbox*/
@import "/styles/newsbox.css";


/* Used for inline graphics and mouseover popup windows */
div.graphicrolls {
	padding:0 0 0 10px;
}

div.graphicrolls div {
	float:left;
	margin-right:10px;
	width:120px;
}

	div.graphicrolls div img {
		width:120px;
		height:120px;
	}


div.graphicrolls div.custom {
	float:left;
	margin-right:10px;
	width:120px;
}

	div.graphicrolls a.top {
		display:block;
		width:120px;
		height:90px;
	}
	
	div.graphicrolls a.bottom {
		display:block;
		width:120px;
		height:30px;
	}

	div.graphicrolls div.custom img {
		width:120px;
		height:120px;
	}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#FFF;
	padding:2px 5px;
	color:#000;
	display:none;
	font-size:0.8em;
	width:300px;
}
