.calendar-table{
	padding:0em;
}
.calendar-table a{
	text-decoration:none;
	font-weight: bold;
	
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
	vertical-align:middle;
	width:25px;
}
.calendar-table TH{
	color:#cccccc;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
}

.bottomMonthLink {	
	display: none;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:3px;
	color:#F37022;
	background-color:none;
	text-decoration:none;
	font-weight: bold;
	border:1px solid #F37022;
	cursor: hand;
	cursor: pointer;
}
.linked_today_nolink{
	padding:3px;
	color:#ffffff;
	font-weight: bold;
	background-color:none;
	border: 1px solid #cccccc;	
}
.linked_day{
	padding:3px;
	color:#F37022;
	background-color:none;
	text-decoration:none;
	font-weight: bold;
	border:1px solid #F37022;
	cursor: hand;
	cursor: pointer;	
}

.tx-ttnews {
	/*text-align: center;*/
	/*padding-left: 1%; */   
margin-left: auto;
margin-right: auto;
	/*text-align: center !important;*/
float: none;

	
}

#content .tx-ttnews {
	text-align: left;
	padding-left: 0;
	/*margin-left: 10px;*/
}

/* List view CSS */
.newsCalendar_listHeader{
	color:#F37022;
	font-family:"Arial";
	font-size:16px;
	font-weight: bold;
	/*border:1px solid #7e7e7e;*/
	padding-top: 1em;
	float: left;
}

.newsCalendar_listBrowser {
	float: left;
	text-align: left;	
	font-weight: bold;
	clear: left;
	padding-top: 10px;
}
.newsCalendar_listBody{
	padding:0em;
	float: left;
	clear: left;
	padding-top: 1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-top:1em;
	clear: left;
}

.newsCalendar_listItem_link {

}
.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem a:hover {
	font-weight: bold;           
	text-decoration: none;
}
.newsCalendar_listItem_image{
	float:left;
	border: none;
	margin-top: 3px;
	
	clear: left;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
	clear: right;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1em;
}

.tx-ttnews-browsebox {
	float: left;
	clear: both;
	padding-top: 10px;
}
