#newsticker {
	float: left;
	width: 100%;
	line-height: normal;
	padding-bottom: 21px;
}
#newsticker .boxwrapper {
	width: 780px;
	float: left;
	background-color: #FFFFFF;
	padding: 6px 9px 6px 9px;
}
#newsticker .box {
	background-color: #D3EEF9;
}
#newsticker .box.top {
	background-image: url(../images/shared/box_corner_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 11px;
}
#newsticker .box.top div {
	background-image: url(../images/shared/box_corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 11px;
}
#newsticker .box.content {
	padding: 0px 19px 0px 19px;
	float: left;
}
#newsticker .box.bottom {
	background-image: url(../images/shared/box_corner_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 11px;
	clear: left;
}
#newsticker .box.bottom div {
	background-image: url(../images/shared/box_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 11px;
}
#newsticker .headline {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	margin-right: 15px;
	background: url("../images/shared/Ticker_Sep.gif") bottom right no-repeat;
}
#newsticker .ajaxtickerwrapper {
	float: left;
}
#ajaxticker {
	background-color: #D3EEF9;
}
#ajaxticker 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: #D3EEF9;
}
.ajaxticker-c {
}
