/* Ticker Styling */
.ticker-wrapper.has-js {
	height: 31px;
	display: block;
	background-color: #CFCABF;
	font-size: 12px;
}

.ticker {
	width: 91%;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #CFCABF;
}

.ticker-title {
	color: #990000;
	font-weight: bold;
	background-color: #CFCABF;
	margin-left: 8px;
	margin-top: 8px;
}

.ticker-content {
	margin: 0px;
	padding-top: 9px; *
	padding-top: 0px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #CFCABF;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em; *
	line-height: 2.8em;
}


.ticker-content a {
	text-decoration: none;
	color: #6A8AB0;
}

.ticker-content a:hover {
	color: #0D3059;
}

.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #CFCABF;
	display: block;
	width: 800px;
	height: 23px;
}

.ticker-swipe span {
	margin-left: 1px;
	background-color: #CFCABF;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}

.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: right;
	margin-right: 10px;
}

.ticker-controls li {
	padding: 0px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 8px;
	display: block;
}
.jnt-play-pause{margin-right: 5px;}
.ticker-controls li.jnt-play-pause {
	background-image: url("../../images/pause-control.png");
	background-repeat: no-repeat;
}

.ticker-controls li.jnt-play-pause.paused {
	background-image: url("../../images/play-control.png");
	background-repeat: no-repeat;
}

.ticker-controls li.jnt-prev {
	background-image: url("../../images/prev-control.png");
	background-repeat: no-repeat;
}

.ticker-controls li.jnt-next {
	background-image: url("../../images/next-control.png");
	background-repeat: no-repeat;
}

.js-hidden {
	display: none;
}

.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #CFCABF;
}


.left .ticker-controls,.left .ticker-content,.left .ticker-title,.left .ticker
	{
	float: left;
}


.right .ticker-controls,.right .ticker-content,.right .ticker-title,.right .ticker
{
	float: right;
}

.breakingnewsday {
	font-weight: bold;
	font-family: georgia;
	font-size: 16px;
	color: #54301A; *
	line-height: 0em;
}

.breakingnewsmonth {
	font-weight: bold;
	font-family: georgia;
	font-size: 9px;
	vertical-align: baseline;
	padding: 0px 5px;
	color: #54301A; *
	/*line-height: 0em;*/
}
.breakingnews-title{
	color: #54301A;
	margin-bottom:100px;
}
article.portlet.breaking-news {
	width: 100%;
}

article.portlet.breaking-news .news-item a {
	text-decoration: none;
}

article.portlet.breaking-newsr .ticker-title span {
	color: #fff;
	background-color: #9A0A09;
	font-weight: bold;
	height:30px;
	line-height:30px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0px 8px;
}
.ticker-controls li {

	margin-top: 5px;
	height:10px;
}

article.breakingnews
,div.breakingnews
,section.breakingnews {
	margin-bottom: 10px;
}