<<<<<<< HEAD
#alert-messaging {
    margin:0;
	padding:0;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	width:100%;
}

#alerttitle {
    font-size:110%;
    font-weight: 700;
    float:left;
    margin-right:10px;
}

#alerttext {
                             font:100% arial, helvetica, sans-serif !important;
}

ul.marquee {                             
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             border: none;
                             margin-right:0px;
}

ul.marquee li {
                             padding:0;
                             margin:0;                             
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */                             
                             font-size: 14px;
                             padding: 4px 5px;
							 padding-top: 5px;
}

ul.marquee li a {
                             padding-top:1px;
                             font-size:14px;
                             text-decoration:none;
}

ul.marquee li a:hover {
                             text-decoration:underline;
}

ul.marquee-njs {
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;                
                             width: 900px;
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             border: none;
}

ul.marquee-njs li {
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */                             
                             font-size: 14px;
                             padding: 3px 5px;
}

ul.marquee-njs li a {
                             padding-top:2px;
                             font-size:14px;
                             text-decoration:none;
}

ul.marquee-njs li a:hover {
                             text-decoration:underline;
=======
#alert-messaging {
    margin:0;
	padding:0;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	width:100%;
}

#alerttitle {
    font-size:110%;
    font-weight: 700;
    float:left;
    margin-right:10px;
}

#alerttext {
                             font:100% arial, helvetica, sans-serif !important;
}

ul.marquee {                             
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             border: none;
                             margin-right:0px;
}

ul.marquee li {
                             padding:0;
                             margin:0;                             
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */                             
                             font-size: 14px;
                             padding: 4px 5px;
							 padding-top: 5px;
}

ul.marquee li a {
                             padding-top:1px;
                             font-size:14px;
                             text-decoration:none;
}

ul.marquee li a:hover {
                             text-decoration:underline;
}

ul.marquee-njs {
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;                
                             width: 900px;
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             border: none;
}

ul.marquee-njs li {
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */                             
                             font-size: 14px;
                             padding: 3px 5px;
}

ul.marquee-njs li a {
                             padding-top:2px;
                             font-size:14px;
                             text-decoration:none;
}

ul.marquee-njs li a:hover {
                             text-decoration:underline;
>>>>>>> 8f3745a5de8bff0512064067e8ec15cc41d93e69
}