﻿.breakingAlert-Yellow.main {
    background: url("/images/alert/yellow_background.png") no-repeat scroll left top transparent;
    height: 50px;
    width: 980px;
}

.breakingAlert-Yellow.live {
        background: url("/images/alert/yellow_background.png") no-repeat scroll left top transparent;
        display:none;
        height: 50px;
        width: auto;
}

.breakingAlert-Yellow {
    background: none repeat scroll 0 0 #0B6775;
}

.alertLeft {
    float: left;
    height: 50px;
    width: 150px;
}

.alertRight p {
	vertical-align: middle;
	font-size: large;
	display: table-cell;
	}

.breakingAlert-Yellow .alertLeft h2 {
    color: #081B52;
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 16.8px;
    margin: 10px 0 0;
    padding: 8px 10px 10px 20px;
    text-transform: uppercase;
    white-space: normal;
}

.breakingAlert-News .alertLeft h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 16.8px;
    margin: 10px 0 0;
    padding: 8px 10px 10px 20px;
    text-transform: uppercase;
    white-space: normal;
}

.breakingAlert-Yellow .alertRight {
    color: #081B52;
    height: 46px;
    left: 90px;
    position: relative;
    top: 0px;
    width: 441px;
	display: table;
}

.breakingAlert-News .alertRight {
    color: #FFFFFF;
    float: right;
    height: 46px;
    margin: 2px 2px 2px 0;
    width: 720px;
}
#breakingAlert-News {
    background: url("/images/alert/red-background.png") no-repeat scroll left top transparent;
    height: 50px;
    margin-top: 5px;
    width: 980px;
}

/* special banner message */

.specialalert {
    background: url("/images/specialalert-bkgnd.jpg") no-repeat scroll left top #A74950;
    height: 251px;
    padding: 37px 40px 40px;
    position: relative;
    width: 536px;
    z-index: 300;
}
	
.specialalert h2 {
    color: #FFFFFF;
    font: 1.9em/1.2em Georgia,"Times New Roman",Times,serif;
    height: auto;
    margin-bottom: 1em;
	margin-top: 0;
	position: static;
	text-align: center;
	text-transform: none;
	width: auto;
}
	
.specialalert p {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.5em;
}
