
#clalendarBox{
	height:146px;
	width:204px;
}
#homepage #clalendarBox { margin-bottom:41px; } 
#page #clalendarBox { margin-bottom:40px; }

#pageRightCol #clalendarBox .box-bg {
	background-image:url(../../template/images/box-teaser-bg-longfoot.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 119px;
}

#clalendarBox .tx-ttnews  { width: 198px; position:relative; left: 3px; }

#clalendarBox .calendar-table{
	padding: 0;
	width: 198px;
	height: 116px;
	border-spacing: 0px;
}
.calendar-table td{
	padding:0px;
	text-align:center;
	font-size: 1.0em;
	border-bottom:1px solid #009ee1;
	border-right: 1px solid #009ee1;
}

.calendar-table tr.lastweek td {border-bottom:0px;}
.calendar-table td.day-7,
.calendar-table tr.lastweek td.filler {border-right: 0px;}

.calendar-table th{
	padding:0px;
	text-align:center;
	font-size: 1.1em;
}

.calendar-table td.columYear{
	background-color: #ccecf9;
	border-right: 1px solid #ccecf9;
	border-bottom:0px solid #ccecf9;
}

.calendar-table td.columPrevious {
	background-color: #ccecf9;
	border-right: 1px solid #ccecf9;
	border-bottom:0px solid #ccecf9;
}

.calendar-table td.columNext {
	background-color: #ccecf9;
	border-right: 0px;
	border-bottom:0px solid #ccecf9;
}

.calendar-table td.columYear {text-transform:uppercase; font-weight:bold; font-size: 1.2em; color:#009ee1;}

.calendar-table td.columPrevious	{  text-align:right; padding-top: 2px; padding-bottom: 2px;} 
.calendar-table td.columNext 		{  text-align:left; padding-top: 2px; padding-bottom: 2px;}

.calendar-table td.columPrevious a img,
.calendar-table td.columNext a img {border: 0px; margin-top: 2px;}

.calendar-table a{
	text-decoration:underline;
}

.calendar-table th{
	border-bottom:1px solid #009ee1;
	font-weight: bold;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	color: white;
	background-color:#009ee1;
	cursor:pointer;
	text-decoration:underline;
}
.linked_today_nolink{
	background-color:#009ee1;
}
td.linked_day{
	text-decoration:underline;	
	background-color:#FFFFFF;
	cursor: help;
}
div.linked_day {display:block; cursor: help; background-color:#FFFFFF; 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{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}