.calendar-table{
	width:100%;
	/*padding:1em;*/
}
.tx-ttnews {
	color:#FFFFFF;
}
.calendar-table {
	background-image: url(../images/calendar-table.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 10px;
	color: #3399FF;
	margin: 0px;
	padding: 0px;
}
.calendar-table a{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;
}
.calendar-table TH{
	background-color:#FFFFFF;
	color:#333333;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
	/*border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;*/
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#000000;
	background-color:#ff6600;
	cursor:pointer;
	text-decoration:blink;
	border:1px solid #333333;
	font-weight: bold;
	background-image: url(../images/SousCalendar_pendant.png);
}
.linked_today_nolink{
	padding:2px;
	border:1px solid #333333;
	font-weight: bold;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;
	background-color: ff6600;
}

/* 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;
}
