/* JQuery News Ticker Styles */
/* Document Version 1.1 */



#newsTicker { 
	position: relative;
	z-index: 1;
	display:block; 
	width:690px; 
	height:40px; 
	clear:both; 
	border:0; 
	margin:0 0 5px 20px; 
	padding:0; 
	background:url(../../images/widgets/gb/ticker_wrapper.gif) no-repeat left;
	background-color: #1a589d;
	}

	#newsTicker .newsTickerFeed {
		float:left; 
		width:84px;
		height:20px; 
		padding-left:10px;	/* margin-left doesn't work here in IE for some reason it gets doubled */
		}
		
	#newsTicker .newsTickerFeed img {
		border:0; 
		padding:8px 0 0 0; 
		margin:0;
		}
		
	#newsTicker .newsTickerFeed a {
		color:#FFFFFF;  /* so alt text shows up as white link on blue background if page viewed without images */
		}
		
#newsTicker .articleWrapper { 
	float:left; 
	width:590px;   		/* max = 595 */
	margin:0; 
	padding:0; 
	height:40px; 
	overflow:hidden;  	/* so that long articles don't flow outside ticker area */
	}
	
	#newsTicker .articleWrapper p { 
		padding-top:4px;
		padding-left:2px;
		margin:0; 
		/* add font styles here if necessary */
		}
		
	#newsTicker .articleWrapper p a { 
	/* 	z-index:1;              change this? no, z-index stacking order now fixed with js function */
		color:#ddd; 
		text-decoration:none; 
		display:block; 
		float:left; 
		margin:0;
		font-size: 1em;
		font-weight:normal;
		line-height: 2.5em;    /* this is a fix to ensure second (wrapped) line of text isn't visible half truncated in ticker */
		}
		
	#newsTicker .articleWrapper p a:visited {
		color:#ddd; 
		text-decoration:none;
		}
	#newsTicker .articleWrapper p a:hover {
		color:#fff; 
		text-decoration:underline;
		}
		
	#newsTicker .articleWrapper p a.articleLink { 
		width:588px;
		background:transparent url(../../images/ticker_arrow.gif) 98% 11px no-repeat; 
		}