/* Alert Messaging */

#alert-messaging {
    margin:0;
	padding:0;
/*  height:20px;*/
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	/*width:960px;*/
	width:100%;
}

#alerttitle {
                             font-size:110%;
							 font-weight: 700;
                             /* color:#fff; */
                             float:left;
                             margin-right:10px;
                             /* text-transform:uppercase; */
}

#alerttext {
                             font:100% arial, helvetica, sans-serif !important;
}

ul.marquee {
                             /* required styles */
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;
                             /* optional styles for appearance */
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             /* background-color: #ffffff; */
                             border: none;
                             margin-right:0px;
}

ul.marquee li {
                             padding:0;
                             margin:0;
                             /* required styles */
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */
                             /* optional styles for appearance */
                             font-size: 14px;
                             padding: 4px 5px;
							 padding-top: 5px;
                             /* color:#fff */							 
}

ul.marquee li a {
                             /* background-image:url('/images/grayarrow.gif');
                             background-position:top left;
                             background-repeat:no-repeat; */
                             padding-top:1px;
                             /* padding-left:10px; */
                             font-size:14px;
                             text-decoration:none;
							 /* color:#fff */
}

ul.marquee li a:hover {
                             text-decoration:underline;
							 /* color:#fff */
}

ul.marquee-njs {
                             /* required styles */
                             display: block;
                             padding: 0;
                             margin: 0;
                             list-style: none;
                             line-height: 1;
                             position: relative;
                             overflow: hidden;
                             /* optional styles for appearance */
                             width: 900px;
                             height: 22px; /* height should be included to reserve visual space for the marquee */
                             /* background-color: #ffffff; */
                             border: none;
}

ul.marquee-njs li {
                             /* required styles */
                             position: absolute;
                             top: -999em;
                             left: 0;
                             display: block;
                             white-space: nowrap; /* keep all text on a single line */
                             /* optional styles for appearance */
                             font-size: 14px;
                             padding: 3px 5px;
                             /* color:#fff */
}

ul.marquee-njs li a {
                            /* background-image:url('/images/arrow_right.gif');
                             background-position:top left;
                             background-repeat:no-repeat;*/
                             padding-top:2px;
                             /* padding-left:10px; */
                             font-size:14px;
                             text-decoration:none;             
}

ul.marquee-njs li a:hover {
                             text-decoration:underline;
}