﻿
#BN-Layout {
	border:solid;
	border-width:2px; 
	border-color:#2F2727; /*red;*/
	position:fixed;
	/*
    bottom:0px;
    */
	top:0px;

	left:0px;
	width:100%;
	height:25px;
	height:49px;

    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b71234), to(red)); /* USBC Red to Red */

    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #b71234, red); /* USBC Red to Red*/
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #b71234, red);    /* USBC Red to Red */

    /* IE 10 */ 
    background: -ms-linear-gradient(top, #b71234, red);     /* USBC Red to Red */

    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #b71234, red);      /* USBC Red to Red */
	
	background-color:#b71234      ;                         /* USBC Red as Default color */

 z-index:1;     
    font-size:26px;

	}

/* jcg comment: not quite sure what this does.
#linearBg2 { /* fallback  
    background-color: #1a82f7; 
    background: url(images/linear_bg_2.png); 
    background-repeat: repeat-x;
     
     
     }
*/

.BN-Title {
/*  Original CSS3 code to make triangle...
	border-color: transparent transparent red transparent;
	border-color: white black red  white;

*/
	border-color: white transparent black  white;
	border-width: 0px  25px 25px 0px;
	border-width: 0px  30px 50px 0px;
	border-style: solid;
	height: 0px;
	width: 150px;
	width: 250px;
	position:fixed;
	vertical-align:middle;
	left:1px;   /* This is here for IE browsers to keep the "Breaking News" to the left side of the BN Bar. */
    color:White;

	
	
}

.BN-Title-Text {
	vertical-align:middle; 
	color:black;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
    padding-top:10px;
    color:White;
}


#BN-Content-Layout {
	background-color:transparent;
	width:70%;
	height:50px;
	position:fixed;
	left:284px;
	vertical-align:middle;

}

.BN-Content-Text {
	color:white;
	font-weight:Bold;
	vertical-align:middle;
    padding-top:10px;
	padding-right:0px;
}

/*
#divHeader 
{
     position:relative;
     background-color:Lime;
     width:100%;
     height:500px;   
    
}

*/