/* NEWSFLASH ------------------------------------------------------------------------------------------   */
 
 #newsflash {
 		float: left;
        margin:4px 0;
        padding: 0px;
        width:631px;
        font: 12px Arial, Helvetica, sans-serif;
        color: #ffffff;
        max-height: 40px !important;
      }
      #newsflash #bk {
        padding:4px;
        margin: 5px 50px 5px 0px;
        width: 500px;
      }
      #newsflash p#title, #newsflash p#headline {
        display: inline;
        padding: 10px 5px 10px 10px;
        margin:0;
        font-weight: bold;
        width:840px;
      }
      
      #newsflash p#headline a{
        font-weight: normal;
        color: white;
        font-size: 120%;
      }
      #newsflash p#headline a:visited{
        color: white;
        }
        
/* UPDATED NEWSFLASH */

/* news ticker styling */
div#tickerContainer {
	background: #ffe868;
	float: left;
	padding: 6px 5px;
	position: relative;
	width:850px;
}

div#tickerContainer.unchanged {
    background: #FFFFFF;
}

div#tickerContent {
	float: left;
	width:850px;
	position: relative;
}

div#tickerUpdateMeta {
    background: none repeat scroll 0 0 #333333;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 140px;
}

div#tickerContent a#storyLink{
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 4px;
	padding: 0 5px;
	position: relative;
}

div#tickerSocial {
	float: right;
	width:180px;
	position: relative;
}

div#tickerSocial p{
	color: #663366;
	display:inline;
	float: left;
	margin-top: 4px;
	padding: 0;
	position: relative;
	width: 150px;
	text-align: right;
}

div#tickerSocial p a{
	color: #663366;
}

div#tickerSocial img{
	display:block;
	float:right;
}
