/* Start of CMSMS style sheet 'Module: News' */
#newsticker {
	background: #fff;
	position: relative;
        line-height: 20px;
        font-weight: bold;
        width: 947px;
       margin-bottom: 17px;
}
#newsnews {
   color: #00aad2;
   margin-left: 35px;
   width: 90px;
   font-size: 20px;
   float: left;

}
.sep {
   color: #b7b7b7;
   font-size: 18px;
} 
.date {
   color: #00aad2;
   font-size: 16px;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	padding: 0 15px 5px 15px;
	padding-right: 30px;
       display: inline;

}
#newsticker ul li {
 display: inline;
}
#newsticker a {
       text-decoration: none;
       color: #8f8f8f;
       font-size: 16px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 10px;
}
/* End of 'Module: News' */

