/* Start of CMSMS style sheet 'ps2_news' */
/* news Boxy */

#newsBoxContainer{

}

.newsBox {
display: block;
padding: 6px;
margin: 2px 0px;
background-color: #1C1C1C;

overflow: hidden;
color: white;
}

.newsBox:hover {
background-color: #333;
}

h1.newsBoxHeader{
margin-top: 0px;
margin-bottom: 4px;
text-align: right;
}

.newsBoxTitle {
display: block;
float: left;
font-weight: bold;
}

.newsBoxDate {
display: block;
float: right;
font-size: 0.8em;
}

.newsBoxSummary {
display: block;
line-height: 120%;
font-size: 0.9em;
clear: both;
margin: 0px 0px 0px ;
}

.olderNewsLink{
display: block;
font-size: 0.9em;
text-align: right;
padding: 2px 6px;
}

.olderNewsLink:hover{
background-color: #333;		
}

/* newsy */

.newsTitle{
text-indent: 0;
margin: 0;
font-weight:bold;
font-size:1.25em;
line-height:120%;
}
.newsDate{
text-indent: 0;
margin: 0;
font-size: 0.8em;
font-weight: normal;
}

.newsContent{
text-indent: 0.8em;
line-height: 130%;
clear:both;
margin-bottom: 20px;
margin-top: 0px;
}
/* End of 'ps2_news' */

