/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_photoblog_pi1" */
.tx-photoblog-pi1 .commentHead .title,
.tx-photoblog-pi1 .blogEntry .title {
  font-size: large;
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  display: block;
  color: #700;
}
.tx-photoblog-pi1 a,
.tx-photoblog-pi1 a:hover {
  border-bottom: none;
}
.tx-photoblog-pi1 .title {
  clear: both;
}
.tx-photoblog-pi1 .thumbList .photo,
.tx-photoblog-pi1 .list .photo,
.tx-photoblog-pi1 .photo {
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: white;
	padding: 4px;
	margin: 4px auto;
}
.tx-photoblog-pi1 .thumbList .photo:hover,
.tx-photoblog-pi1 .list .photo:hover {
	background-color: #f0f0f0;
}
.tx-photoblog-pi1 .blogEntry .photo:hover {
	background-color: #000;
}
.tx-photoblog-pi1 .thumbList .title {
  font-size: smaller;
  color: #555;
}
.tx-photoblog-pi1 .thumbList {
}
.tx-photoblog-pi1 .thumbList .random {
  float: right;
}
.tx-photoblog-pi1 .thumbList .nearest,
.tx-photoblog-pi1 .thumbList .latest {
  clear: both;
  float: left;
}
.tx-photoblog-pi1 .thumbList .photo {
  float: left;
  padding: 2px;
}
.tx-photoblog-pi1 .thumbList .photo img,
.tx-photoblog-pi1 .photo img {
}
.tx-photoblog-pi1 .photo a:hover,
.tx-photoblog-pi1 .photo a {
  text-decoration: none;
	display: block;
}
.tx-photoblog-pi1 .thumbList .photo {
  margin-right: 6px;
}
.tx-photoblog-pi1 .blogEntry .navigation {
  float: right;
  font-weight: normal;
  text-align: right;
}
.tx-photoblog-pi1 .blogEntry .navigation .next,
.tx-photoblog-pi1 .blogEntry .navigation .previous,
.tx-photoblog-pi1 .blogEntry .navigation .latest {
  padding-left: 4px;
  clear: right;
}
.tx-photoblog-pi1 .blogEntry .description {
  color: #777;
  font-size: smaller;
}
.tx-photoblog-pi1 .blogEntry .commentLink {
  color: #555;
  font-size: smaller;
  float: right;
  clear: right;
}
.tx-photoblog-pi1 .commentHead .time,
.tx-photoblog-pi1 .blogEntry .time {
  color: #555;
  font-size: smaller;
  float: right;
  clear: right;
}
.tx-photoblog-pi1 .archive .item .time,
.tx-photoblog-pi1 .categorylist .item .time {
  color: #bbb;
  font-size: smaller;
  padding-right: 6px;
  float: left;
}
.tx-photoblog-pi1 .archive .commentLink a,
.tx-photoblog-pi1 .categorylist .commentLink a {
  color: #555;
}
.tx-photoblog-pi1 .archive .commentLink,
.tx-photoblog-pi1 .categorylist .commentLink {
  font-size: smaller;
  padding-right: 6px;
}
.tx-photoblog-pi1 .archive .title,
.tx-photoblog-pi1 .categorylist .title {
  float: left;
  padding-right: 6px;
}
.tx-photoblog-pi1 .archive .date,
.tx-photoblog-pi1 .categorylist .category {
	font-weight: bold;
	padding-top: 6px;
} 
.tx-photoblog-pi1 .blogEntry .category {
  color: #555;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentForm,
.tx-photoblog-pi1 .commentList {
  width: 400px;
  clear: both;
  padding-top: 6px;
}
.tx-photoblog-pi1 .commentList .title {
  color: #555;
  font-size: smaller;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #bbb;
}
.tx-photoblog-pi1 .commentList .time {
  clear: right;
  color: #bbb;
  float: right;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentList .name {
  clear: left;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentList .body {
  font-size: smaller;
  color: #555;
}
.tx-photoblog-pi1 .commentList .comment {
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.tx-photoblog-pi1 .commentForm .title {
  color: #555;
  font-size: smaller;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  margin-bottom: 6px;
}
.tx-photoblog-pi1 .commentForm td {
  padding-bottom: 2px;
}
.tx-photoblog-pi1 .commentForm .key {
  color: #555;
  font-size: smaller;
  padding-right: 4px;
}
.tx-photoblog-pi1 .moderationNotification {
  color: #555;
  font-size: smaller;
  padding: 2px;
  margin-top: 6px;
  border: 1px solid #700;
}
.tx-photoblog-pi1 .unlockMessage {
  color: #555;
  font-size: smaller;
  padding: 2px;
  margin-top: 6px;
  border: 1px solid #700;
}
.tx-photoblog-pi1 div.exifData {
  padding-top: 6px;
}
.tx-photoblog-pi1 .exifData .key {
  white-space: nowrap;
  color: #555;
  font-weight: bold;
  text-align: right;
  padding-right: 6px;
}
.tx-photoblog-pi1 .exifData .value {
  white-space: nowrap;
  text-align: left;
}
.tx-photoblog-pi1-searchbox {
  clear: both;
  padding-top: 6px;
}
.tx-photoblog-pi1-browsebox {
  font-size: smaller;
}
.tx-photoblog-pi1-browsebox p {
  margin: 0;
  padding-top: 6px;
}
.tx-photoblog-pi1 .commentForm .button,
.tx-photoblog-pi1-searchbox-button {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
  font-weight: bold;
}
/* default styles for extension "tx_veguestbook_pi1" */
  /* example styles */
	.tx-guestbook-list-table { border-style: solid; border-color: #000000; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#F3B553; font-size:11px; color:#333333; width:100px; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#F3B553; font-size:11px; color:#333333; width:150px; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#F3B553; font-size:11px; color:#333333; width:250px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }
/* default styles for extension "tx_flvplayer_pi1" */
		.tx-flvplayer-pi1 {
			text-align: center;
		}
/* default styles for extension "tx_bddbflvvideogallery_pi1" */
.tx-bddbflvvideogallery-pi1 p {
  padding:0px;
  text-align:center;
  border:1px solid #ddd;
  background-color:#eee;
  }

.flvplayer_listpic_pic {
  border: 0px solid #990000;
}
.flvplayer_listpic {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
  padding: 0px 4px 4px 0px;
	margin: 0px 6px 6px 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}

.flvplayer_listpic_firstofrow {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
  padding: 0px 4px 4px 0px;
	margin: 0px 6px 6px 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}

.flvplayer_listpic_lastofrow {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
  padding: 0px 4px 4px 0px;
	margin: 0px 0px 6px 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}

.flvplayer_pagebrowser {

}

.browseLinksWrap {
	text-align: center;
}

#flvplayercaption {
	float:left;
}

#flvcaption {
 clear: both;
 margin-top: 0px;
	width: 360px;
}

.flvplayer_pagebrowser_fwd {
  float:right;
  margin-right: 4px;
}

.flvplayer_pagebrowser_back {
  float:left;
}

#player {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}

* html #player {
	margin-right: 8px;
}

#playlist {
 
}

#loadingMessage {
padding: 7px 0px 7px 0px;
width: 320px;
background-color: #ffffff;
text-align: center;
position: absolute;
margin: 130px 0px 0px 19px;
}
/* default styles for extension "tt_news" */
        .tx-ttnews-browsebox-SCell {
	# background-color: #313131;
	border:1px solid #cccccc;
        } 
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
