﻿
.calendar-table{
	width:442px;
  margin:15px 0px 0px 0px;
  padding-left:12px;
}

*+html .calendar-table{
  margin-left:13px;
	width:429px;
}
.calendar-table a{
	text-decoration:none;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#FFF;
	/*border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;*/
  background-color:#2bb9da;
  padding-top:7px;
  height:30px;
	border-top:1px solid #000125;
	border-bottom:1px solid #000125;
  font-weight:bold;
}
*+html .calendar-table TH{
  padding-top:6px;
  height:18px;
}
.calendar-table th:first-child{
border-left:1px solid #000125;
}
.calendar-table th:last-child{
border-right:1px solid #000125;
}
.calendar-table caption{
	font-size:200%;
	color:#000125;
	text-transform:uppercase;
	border:1px solid #000125;
}
.linked_today{
	padding:2px;
	color:#FFF;
	background-color:#004789;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #000125;
}
.linked_today_nolink{
	padding:2px;
	color:#FFF;
	background-color:#004789;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#7e7e7e;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #000125;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.1em;
	font-weight:bold;
	background-color:#2bb9da;
	color:#FFF;
	border:1px solid #000125;
  margin-top:20px;
  padding:5px;
  padding-top:6px;
}
.newsCalendar_listBody{
	padding:1em;
}
.tx-ttnews-listrow div:first-child{
  margin:10px 0px 0px 0px;  
}
.newsCalendar_listItem{
	font-size:1em;
	padding:5px 0px 0px 5px;
}
.newsCalendar_listItem a{
  color:#004789;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.tx-ttnews-browsebox{display:none;}