/* ================================
    CSS STYLES FOR Module CmcNews
   ================================
*/
#NewsTitle
{
	/*The table cell in the news summary that contains the news title*/
	text-align: left;
}
#NewsDate
{
	text-align: right;
}
#ReadMore
{
	text-align: right;
}
.NewsSummary
{
	width: 100%;
}
.NewsSummary td, th
{
}
.Calendar_Today
{
	background-color: #ccc;
}
.Calendar_Weekend
{
	background-color: #999;
}
.Calendar_DayHeader
{
	background-color: #9ff;
	color: #000;
	font-weight: bolder;
}
.Calendar_Title
{
	background-color: #ccc;
	color: Red;
}
.Calendar_OtherMonth
{
	background-color: #fff;
	font-size: xx-small;
	font-style: italic;
}