/********************************************* Calendar view CSS */

.calendar-table{
	padding:0;
	margin: 0;
	border-collapse: separate;
	border: none;
	border-spacing: 1px;
	empty-cells: hide;
	font-size: 90%;
	background: url(../../img/newscal_table_bg.gif) repeat-x;
}

.calendar-table a{}

.calendar-table TD, 
.calendar-table TH{
	vertical-align: middle;
	text-align:center;
	margin: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #e0eaef;
	padding:0;
	margin: 0;
}

.calendar-table th{
	background: #d1dadf;
	border: 1px solid #d1dadf;
	color: #b6b4b4;
	height: 22px;
}

.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}

.calendar-table .columPrevious,
.calendar-table .columYear,
.calendar-table .columNext {
	background: #74a6cf;
	border: 0px;
	padding: 0.3em 0 0.3em 0;
	background: url(../../img/newscal_table_bg.gif) repeat-x;
}

.calendar-table .columPrevious a,
.calendar-table .columYear a,
.calendar-table .columNext a {
	color: #fff;
	border: none;
	font-size: 120%;
}

/** IE6 Hack **/

* html .calendar-table TD, 
* html .calendar-table TH{ margin: 1px; border: 1px solid #fff;}

* html .calendar-table .columYear {text-align: center; width: auto;}
* html .calendar-table .columPrevious a,
* html .calendar-table .columYear a,
* html .calendar-table .columNext a{font-size: 115%; text-align: center; white-space: nowrap;}

/**/

/** IE7 Hack **/

*+html .calendar-table{margin-bottom: 25px;}

*+html .calendar-table TD, 
*+html .calendar-table TH{ margin: 1px; border: 1px solid #fff; }

*+html .calendar-table .columYear {text-align: center; width: auto;}
*+html .calendar-table .columPrevious a,
*+html .calendar-table .columYear a,
*+html .calendar-table .columNext a{font-size: 115%; text-align: center; white-space: nowrap;}

/**/

.calendar-table .columPrevious a,
.calendar-table .columNext a {
	font-size: 160%;
}

.calendar-table .bottomMonthLink {
	background: transparent;
	border: none;
}

/** IE6 Hack **/
* html .calendar-table .bottomMonthLink {width: 100%}
* html .calendar-table .bottomMonthLink a{text-align: center; white-space: nowrap;}
/**/

/** IE7 Hack **/
*+html .calendar-table .bottomMonthLink {width: 100%}
*+html .calendar-table .bottomMonthLink a{text-align: center; white-space: nowrap;}
/**/

td.linked_day{
	cursor: pointer;
	color: #3ea10e;
	border: 1px solid #b3bbbf;
}

/** IE6 Hack **/
* html td.linked_day{
	background: #d4dbe0;
}
/**/

td.linked_day:hover,
td.linked_day:active,
td.linked_day:focus {
	cursor:pointer;
	color: #33810d;
}

td.linked_today{
	border: 1px solid #b3bbbf;
	background: #d1dadf;
	cursor:pointer;
	color: #33810d;
}

td.linked_today_nolink{
	background: #d1dadf;
}

/********************************************* List view CSS */
.newsCalendar_listHeader{
	font-size: 1.5em;
	font-weight: bold;
	border: 1px solid #7e7e7e;
	padding: 0.5em 0.5em 0.5em 2.2em;
	background: #E0EAEF url(../../img/newscal_cal-header.jpg) no-repeat 4px 5px ;
}

.newsCalendar_listBody{	
	padding: 0;
	}

.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #D1DADF;
	width: 100%;
}

.newsCalendar_listItem h3 {
	font-size: 105%;
	margin: 0px;
	padding: 0 0.5em 0 0.5em;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Calibri, Verdana, Arial, Helvetica, sans-serif;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float: left;
	padding: 0 0.5em 0 0.5em;
	margin-top: 3px;
}

.newsCalendar_listItem_image img{
}

p.newsCalendar_listItem_subheader{
	display: table;
	margin: 3px 0 0 0em;
	padding: 0 0.5em 0 0.5em;
}

.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}

/********************************************* pagebrowser CSS */
div.tx-ttnews-browsebox {
	margin: 2em auto 0 auto;
	width: 100%;
	text-align: center;
	
	display: none;
}


/*********************************************single view CSS */
.news-single-item {
	border-bottom: 1px solid #BDBCCE;
}

.news-single-item H2 {margin:0px; margin: 3px 0 1em 0;}
.news-single-item H3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	clear: both;
	margin-bottom: 1em;
}

.news-single-timedata-event {
	padding: 0.1em 0 0.2em 1em;
	border-left: 15px solid #53ae25;
	padding-left: 10px;
	margin: 1.5em 0em 2em 0em;
}


.news-single-img {
	float: right;
	margin-left:14px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, 
.news-single-backlink a {
	margin-top: 2em;
	clear: both;
}



.news-single-timedata, 
.news-single-author,
.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	float: left;
	margin: 2px 0 2em 5px;
	color:  #A4A4AF;
}

.news-single-author a {
	color:  #A4A4AF;
}


.news-single-timedata {
	float: right;
	margin: 2px 5px 0 0;
	color:  #A4A4AF;
}



.news-single-additional-info {
	background-color: #BBE53A;
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

.newsCalendar_listItem .clearfix{
	height: 1%;
	line-height: 1%;
}
