/* Start of CMSMS style sheet 'news' */
.expand {
	/*padding-bottom:.75em;*/
}
.expand a {
	display:block;
	padding:10px 2px;
text-decoration:none;
margin:0;

}
.expand a:link, .expand a:visited {
background: url(images/expander-plus.png) no-repeat 520px 50%;
color:#99CC00;
}
.expand a:hover, .expand a:active, .expand a:focus {
	text-decoration:underline;
background-color:#CBE5FF;
color:#0099CC;
}
.expand a.open:link, .expand a.open:visited {
	background:#fff url(images/expander-minus.png) no-repeat 520px 50%;
}
.collapse{
margin:0;
}
.detail{
padding:0;
/*background-color:#f2f9fb;*/
margin:5px 0;
}
.switch{
text-align:right;
}

/* End of 'news' */

