@charset "utf-8";
/*Example CSS for demo ticker*/


#ajaxticker1{
/*
border: 1px ridge black;
padding: 5px;
width: 200px;
overflow:auto;
height:70px;*/
background-color: transparent;


}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: transparent;
}

.hrticker{ 
font-weight:bold;
display:block;
}
.hrticker .message {
	margin-bottom:10px;
}
.hrticker .tickerText {
	background:url(../images/quote.jpg) top left no-repeat;
	text-indent:28px;
	min-height:24px;
	line-height:19px;
}
.hrticker .name {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em;
	margin-top:5px;
	text-align:right;
	display:block;
}
/*.hrticker .tickerLink {
	text-align:right;
	display:block;
	width:100%;
}*/

