.modAPWireBreakingNews {
	font-size: 100%;
}
.modAPWireBreakingNews .stories {
	font-weight: bold;
	height: 7.5ex;
	overflow: hidden;
	position: relative;
}
.modAPWireBreakingNews .stories .story {
	bottom: 0%;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0%;
	top: 0%;
	width: auto;
}
.modAPWireBreakingNews .stories .story.exiting {
	bottom: 100%;
	top: -100%;
}
.modAPWireBreakingNews .stories .story.entering {
	bottom: -100%;
	top: 100%;
}

#ModAPWireHeadlines .article.medium {
	border-bottom: 1px solid lightgray;
	margin-bottom: 1ex;
	padding-bottom: 1ex;
}
#ModAPWireHeadlines .articles h4 {
	font-size: 100%;
	margin: 0;
}
#ModAPWireHeadlines .articles .headline {
	font-size: 11pt;
}
#ModAPWireHeadlines .articles h4.headline a {
	font-size: 100%;
}
#ModAPWireHeadlines .articles .article.medium h4.headline a {
	color: #000000;
	font-size: 100%;
}
#ModAPWireHeadlines .article.short {
	margin: 1ex 0;
}
#ModAPWireHeadlines .articles .short .headline {
	background-image: url("/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: left 0.7ex;
	font-size: 8pt;
	margin: 0;
	padding-left: 8px;
}