.calendar-table{
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	border: 1px solid #000;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	text-align:center;
	height: 13px;
	width: 25px;
}

.calendar-table TD.columYear {
	width: 150px;
}

.calendar-table td {
    background-image: url('../gfx/event-cal-bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #ccc;
}

.calendar-table th {
	height: 13px;
}

.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;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	color:#333333;
}
.linked_day{
	color:#FFFFFF;
	cursor:pointer;
	background-image: url('../gfx/event-cal-act-bg.jpg');
	background-repeat: repeat-x;
	background-position: top right; 
	padding: 0px;
	margin: 0px;
	width: 25px;
	height: 11px;
	line-height: 11px;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.1em;
	font-weight:bold;
	color:#990000;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
	padding-top: 5px;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.tx-ttnews-browsebox-SCell {
	background-color: #fff;
	border: 0px;
}