div.news-calendar-compact .NewsCalTable,div.news-calendar-compact  .NewsCalTable tr,div.news-calendar-compact  .NewsCalTable td {
	border-collapse:collapse;
	border:1px solid #e9e9e9;
	
	
}

div.news-calendar-compact .NewsCalWeekend,div.news-calendar-compact  .NewsCalToday,div.news-calendar-compact  .NewsCalDefault,div.news-calendar-compact  .NewsCalOtherMonth ,div.news-calendar-compact  .NewsCalHeader,div.news-calendar-compact  .NewsCalMonthNav,div.news-calendar-compact  .NewsCalDay,div.news-calendar-compact  .NewsCalNews, div.news-calendar-compact .Event, div.news-calendar-compact .noEvent{
	font-size:8pt;
    width:20px;
	height:25px;

}
div.news-calendar-compact .NewsCalToday{
    border:1px solid #3ec332;
	background-color:#cdffcf;
	color: #000;
}
div.news-calendar-compact .NewsCalDefault{
    border:1px solid #e9e9e9;
	background-color:#FFFFFF;
}
div.news-calendar-compact .NewsCalOtherMonth{
    border:1px solid #fff;
	background-color:#ffffff;
	color:#CCCCCC;
}
div.news-calendar-compact .NewsCalWeekend{
    border:1px solid #e9e9e9;
	background-color:#d0e4bf;
}
div.news-calendar-compact .NewsCalHeader{
    border-bottom:1px dashed #CCCCCC;
    font-size: 10px;
	color:#000;
}
div.news-calendar-compact .NewsCalMonthNav{
}
div.news-calendar-compact .NewsCalDay{
	/*color:#000000;*/
}
div.news-calendar-compact .NewsCalDayOther{
	color:#33FF99;
}
div.news-calendar-compact .NewsCalNews{
	color:#7488B9;
}

div.news-calendar-compact .noEvent{
border:1px solid #e9e9e9;
}
