@charset "utf-8";


.jhfticker_outerbox {
	position: absolute;

	z-index: 50;

}

.jhfticker_outerbox_placeholder {
	clear:both;
}


.jhfticker_backgroundbox {
	z-index: 55;
}

.jhfticker_bk_title_image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 55	;
}
.jhfticker_bk_title {
	position: absolute;

	padding: 5px;

	z-index: 58;
}
.jhfticker_bk_title p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}
.jhfticker_bk_title_shade {

	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	
	-moz-opacity: 0.2;
	filter: alpha(opacity='20', style='0');
	opacity: 0.2;
	background-color: black;
	
	z-index: 57;
}

.jhfticker_tickerbox {
	position: absolute;
	left: 120px;
	//width:420px;
	z-index: 55;

	
	list-style-type:none;
	list-style-position:inside;	
}


.jhfticker_item{
	position: absolute;
	top: 0px;
	z-index: 55;
	margin:0;
	padding:0;
	overflow:hidden;

}

.jhfticker_item img {
	float:right;
	padding-left: 5px;
}

.jhfticker_item_blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}	

.jhfticker_item_blurb p{
	padding-bottom:5px;
}
.jhfticker_item_title_shade {
	position: absolute;
	top: 5px;
	height: 25px;

	padding-left: 5px;
	padding-right: 5px;

	
	
	z-index: 62;
	
	-moz-opacity: 0.2;
	filter: alpha(opacity='20', style='0');
	opacity: 0.2;
	background-color: black;
}	
.jhfticker_item_title {
	
	position: absolute;
	top: 5px;
	height: 25px;
	
	padding: 5px;
	text-align:left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	z-index: 63;
}
