.calendar-table{
	width:100%;
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
}

.calendar-table TH {
	padding:3px;
	text-align:center;
	background: #fff url("calender_eventsweek_bgr.png") no-repeat top;
	height: 63px;
	
	}

.calendar-table TD {
	padding:3px;
	text-align:center;
	background: #fff url("calender_events_bgr.png") no-repeat top;
	height: 63px;
}



.calendar-table TD.tdnull{
	background:none;
}


.calendar-table TD.tdlink{
	background: #fff url("calender_eventslink_bgr.png") no-repeat top;
}



.calendar-table TH{
	color:#333333;
	/*border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;*/	
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}

td.columPrevious, td.columNext {
	background:none;
	}

td.columYear {
	background:none;
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}
	
td.bottomMonthLink { visibility: hidden;}
	

.linked_today{
	padding:0px;
	margin:0;
	color:#333399;
	cursor:pointer;
	font-weight: bold;
	text-decoration:underline;
}
.linked_today_nolink{
	padding:0px;
	color:#fff;

}
.linked_day{
	padding:0px;
	margin:0;
	color:#333399;
	cursor:pointer;
	font-weight: bold;
	text-decoration:underline;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

tx-ttnews .bottomMonthlink {
	visibility: hidden;
	}
