/* ================================
    CSS STYLES FOR Module CmcNews
   ================================
*/
.CmcNewsContent {
	font-family: Arial, Helvetica, sans-serif;
}
.CmcNewsContent .Head {
	color: red;
}
#NewsTitle
{
	/*The table cell in the news summary that contains the news title*/
	text-align: left;
	font-size: 13pt;
	color: red;
}
#NewsDate
{
	text-align: right;
}
#ReadMore
{
	text-align: right;
}
.newsContent {
	padding-left: 10px;
	padding-right: 10px;
}
.NewsSummary
{
	padding: 7px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.NewsSummary td, th
{
}
.Calendar_Main {
	background: #fff;
	font-size: 10pt;
}
.Calendar_Today
{
	background-color: #9acd32;
}
.Calendar_Selected {
	background-color: #fff !important;
	border: 1px solid orange;
}
.Calendar_Weekend
{
	background-color: #daedf3;
}
.Calendar_DayHeader
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.Calendar_Title
{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
.Calendar_OtherMonth
{
	background-color: #e4e4e4;
	font-style: italic;
}
.Calendar_Main a {
	cursor: pointer;
	text-decoration: none !important;
}
.Calendar_OtherMonth a
{
	color: #999999 !important;
}
.Calendar_Selected a {
	color: #000 !important;
}