@charset "UTF-8";
/* CSS Document */

.calendar-table{
	width:100%;
	border-spacing:1;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}

.calendar-table TD{
	padding:1px;
}

.columPrevious, .columYear, .columNext {
	background-color: #FFFFFF;
}

.calendar-table TH{
	color:#333333;
	background-color: #FFFFFF;
}
.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{
	padding:2px;
	color:#333333;
	background-color:#0074af;
	border:1px solid #333333;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#0074af;
	cursor:pointer;
	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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}
.calMenuItem{
	background-color: #999999;
	width: 18px;
	color: #FFFFFF;
	padding:2px;
}

.news-single-item {
	background-color:#FFFFFF;
	margin-bottom:5px;
	padding:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news-single-item h2 {
font-size:1.5em;
	line-height:1;
	margin-bottom:0.5em;
	font-weight: bold;
	color:#0074af;
}

.news-list-container {
	background-color:#FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.news-list-item {
	background-color:#FFFFFF;
	height:auto !important;
	line-height:1.3;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.news-list-date {
	background-color:#FFFFFF;
	color:#3E551C;
	float:right;
	font-size:9px;
	font-weight:normal;
	height:20px;
	margin-right:-2px;
	margin-top:-2px;
	text-align:right;
	width:180px;
}

.news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer {
border:1px solid #FFFFFF;
clear:right;
height:1px;
}

.news-list-container h3 {
	background-color:#FFFFFF;
	border-bottom:none;
	font-size:1.5em;
	color:#0074af;
	line-height:1;
	padding-left: 0px;
}

.news-list-container h3 a {
	color:#0074af;
}

.news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover {
color:#0074af;
}

.tx-ttnews-browsebox {
	display: none;
}

.newsCalendar_listHeader {
	color:#333333;
	font-size:10px;
	padding:0em;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.newsCalendar_listBody {
	padding:0em;
}

.div15{
	font-size: 5px;
}
.newsLiRight h2 {
	color:#6C6C6C;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom: 0px;
}

.newsLiRight h1, .news-latest-item h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0.5em;
}

.newsLiRight a, .news-latest-item a {
	text-decoration: none;
}
.news-latest-container {
background-color:#FFFFFF;
border:none;
}

.news-latest-item {
background-color:#FFFFFF;
border:none;
height:auto !important;
line-height:1.3;
margin:0px;
padding:0px;
}

.news-latest-item p {
	margin-bottom: 4px;
}
