/* copyright ArtProLog 2007 Ursula Bartels */

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-gotoarchive{
	color:#717f82;
	text-align:center;
	font-size: 1.1em;
	line-height:1.6em;
	height:1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717f82;
	display: block;
	width: 300px;
	position: relative;
	left: -15px;
	bottom: -5px;
	background-image: url(../images/layout/et/pattern.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #717f82;
	background-repeat: repeat;
	background-position: left top;
}
.news-latest-gotoarchive a,
.news-latest-gotoarchive a:link,
.news-latest-gotoarchive a:visited,
.news-latest-gotoarchive a:hover {
	color:#717f82;
	font-weight: bold;
	text-decoration: none;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	/* IE hack end */
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.news-latest-item img {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #fff;
	float:left;
}
.news-latest-item h3 {
	margin-bottom:5px;
}
.news-latest-item a {
	text-decoration: none;
}
.news-latest-category img,
.news-latest-morelink img {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:0.9em;
}
.news-latest-morelink {
	height:1.3em;
}
.news-latest-morelink a {
	float:right;
	text-decoration: none;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container a{
	text-decoration:none
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	border:1px solid #e3e6e7;
	background-color:#fff;
	margin-bottom: 10px;
	}
.news-list-item:hover {
	background-color:#e3e6e7;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form form {
	margin:0px;
}
.news-list-date {
	float: right;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 0.9em;
	font-weight: normal;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 0.9em;

}
.news-list-container img {
	float: right;
	border:1px solid #fff;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category img {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,
.news-list-category {
	font-size:0.9em;
}
.news-list-morelink {
	float:right
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, 
.browseBoxWrap {
}

.tx-ttnews-browsebox TD {
	font-size: 0.9em;
}
.tx-ttnews-browsebox-strong, 
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell p,
.tx-ttnews-browsebox td p{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #fff;
	border:1px solid #e3e6e7;
}
.news-search-emptyMsg {
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item a{
	text-decoration:none
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	float: right;
} 
.news-single-backlink a {
	font-size: 0.9em;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size: 0.9em;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-related,
.news-single-files,
.news-single-links  {
	border: 1px solid #e3e6e7;
	padding:3px;
	background-color:#fff;
}
.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: 1em;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container a{
	text-decoration:none
}
.news-amenu-container li {
	padding-top:3px;
}
.news-amenu-container ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.news-amenu-item-year {
	font-weight: bold;
	margin-left: -10px;
	margin-top: 10px;
	background-color: #717f82;
	color:#fff;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
