/* default styles for extension "tx_thmailformplus_pi1" */
  .tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* 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_cdtdownloads_pi1" */
  .tx-cdtdownloads-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 5px; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; height: 1%; }
/* default styles for extension "tx_siwiki" */

/* needed to hide the default textarea */
.editor-hidden {
	visibility: hidden;
	top: -9999px;
	left: -9999px;
	position:
	absolute;
}
textarea {
	border: 0;
	margin: 0;
	padding: 0;
}

/*toolbar icons*/
.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/build/assets/skins/sam/html_editor.gif) 50% 50% no-repeat !important;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/build/assets/skins/sam/html_editor.gif) 50% 50% no-repeat !important;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-toolbar-insertsignature span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/images/signature16.png) 50% 50% no-repeat !important;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-insertsignature-selected span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/images/signature16.png) 50% 50% no-repeat !important;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-toolbar-inserttoc span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/images/toc16.png) 50% 50% no-repeat !important;
	left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-inserttoc-selected span.yui-toolbar-icon {
	background: transparent url(../typo3conf/ext/siwiki/resources/images/toc16.png) 50% 50% no-repeat !important;
	left: 5px;
}


/* default styles for siwiki */
div.siwiki-article .siwiki-article-toc li {
        list-style-type: decimal;
}
div.siwiki-article .siwiki-article-toc {
         padding: 10px;
         background-color: #DDDDDD;
}
div.siwiki-article .siwiki-article-toc ol {
        padding-left: 20px;
        margin-left: 10px;
}
div.siwiki-article .siwiki-article-toc-h1 {
        font-size: 131%;
}

div.siwiki-article .siwiki-article-signature {
	text-align: right;
        padding: 5px;
}
div.siwiki-article li.siwiki-article-toc-heading1 {
        font-size: 108%;
	list-style: none;	
}
div.siwiki-article li.siwiki-article-toc-heading2 {
        font-size: 100%;
        padding-left: 1em;
	list-style: decimal inside;	
}
div.siwiki-article a.siwiki-article-link {
        color: blue;
}
div.siwiki-article a.siwiki-article-futurelink {
        color: red;
}

/* menu elements */
.yui-button#siwiki-menu-home button {
    background: url(../typo3conf/ext/siwiki/resources/images/home16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-edit button {
    background: url(../typo3conf/ext/siwiki/resources/images/edit16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-delete button {
    background: url(../typo3conf/ext/siwiki/resources/images/delete16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-plot button {
    background: url(../typo3conf/ext/siwiki/resources/images/overview16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

#siwiki-panel-add-loading {
    background: transparent url(../typo3conf/ext/siwiki/resources/images/loading22.gif) no-repeat 40% 50%;
}

#siwiki-panel-add label {
	clear: left;
	float: left;
	display: block;
	width: 30%;
}

.yui-button#siwiki-menu-add button {
    background: url(../typo3conf/ext/siwiki/resources/images/add16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-filemanager button {
    background: url(../typo3conf/ext/siwiki/resources/images/filemanager16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-toc button {
    background: url(../typo3conf/ext/siwiki/resources/images/index16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-info button {
    background: url(../typo3conf/ext/siwiki/resources/images/info16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-version button {
    background: url(../typo3conf/ext/siwiki/resources/images/versions16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-back button {
    background: url(../typo3conf/ext/siwiki/resources/images/back16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-revert button {
    background: url(../typo3conf/ext/siwiki/resources/images/revert16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-notification button {
    background: url(../typo3conf/ext/siwiki/resources/images/notification16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

.yui-button#siwiki-menu-tag button {
    background: url(../typo3conf/ext/siwiki/resources/images/save16.png) center center no-repeat;
    text-indent: -4em;
    overflow: hidden;
    padding: 0 .75em;
    width: 2em;
    *margin-left: 4em;   /* IE only */
    *padding: 0.25em 1.75em;  /* IE only */
}

#siwiki-menu-tag {
    vertical-align: bottom;
    margin-left: 0;
}

#siwiki-panel-tags div.yui-layout-bd-nohd {
border: none;
}
#siwiki-panel-tags div.yui-layout-bd-nobd {
border: none;
}
#siwiki-panel-tags div.yui-layout-bd-noft {
border: none;
}

.yui-button#siwiki-menu-cancel button {
    background: url(../typo3conf/ext/siwiki/resources/images/cancel16.png) 10% 50% no-repeat;
    padding-left: 2em;
}

.yui-button#siwiki-menu-submit button {
    background: url(../typo3conf/ext/siwiki/resources/images/save16.png) 10% 50% no-repeat;
    padding-left: 2em;
}


#siwiki-article-comment {
	width: 30em;
}

#siwiki-menu-items {
        float: left;
        width: 50%;
}

#siwiki-tags {
	float: right;
	width: 48%;
}

#siwiki-searchbox {
	width: 13em; 
	background: #ffffff url(../typo3conf/ext/siwiki/resources/images/search16.png) no-repeat right center;
	padding-right: 20px;
	*padding-right: 0px;
}

#siwiki-autocomplete {
	padding-top: 5px;
	width: 12em;
}

#siwiki-title {
	float: left;
	width: 75%;
}

#siwiki-search {
	float:right;
        width: 25%;
}

#siwiki-toolbar {
	height: 2em;
	padding-bottom: 1em;
	clear: left;
}
#siwiki-bottom-toolbar {
	text-align: right;
	height: 2em;
	padding-top: 1em;
	clear: left;
}

#tx_siwiki table.diff {
border-collapse: separate;
border-spacing: 3px;
width:100%;
}

#tx_siwiki td.diff-blockheader {
background-color: #dddddd;
font-weight:bold;
}

#tx_siwiki table.diff th {
text-align:center;
width:50%;
}

#tx_siwiki table.diff td {
font-family:monospace;
}

#tx_siwiki td.diff-addedline {
background-color: #B1CBB1;
}

#tx_siwiki td.diff-deletedline {
background-color:#FFEDA4;
}
#tx_siwiki td.diff-context {
background-color:#EEEEEE;
}
#tx_siwiki table.diff td.diff-addedline strong { 
color:green;
}
#tx_siwiki table.diff td.diff-deletedline strong {
color:red;
}
#siwiki_article_dropDownMenu {
background: transparent url(../typo3conf/ext/siwiki/resources/images/loading22.gif) no-repeat 30% center;
}

#siwiki-panel-filemanager-form {
border: 1px solid #888888;
padding: 10px;
}

#siwiki-panel-filemanager-form label {
clear: left;
float: left;
display: block;
width: 100px;
}

#siwiki-panel-filemanager-form input {
	margin-bottom: 5px;
}

#siwiki-panel-filemanager-list {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
padding: 10px;
}

#siwiki-panel-filemanager-list .yui-button {
	margin: 2px 0;
}

#siwiki-panel-filemanager-list .yui-push-button {
	margin: 2px 10px 2px 0;
}

#siwiki-panel-filemanager-list .yui-link-button {
	width: 200px;
}

#siwiki-panel-filemanager-list .yui-push-button button {
	background: url(../typo3conf/ext/siwiki/resources/images/delete16.png) center center no-repeat;
        text-indent: -4em;
	overflow: hidden;
	padding: 0 .75em;
	width: 2em;
        *margin-left: 4em;   /* IE only */
        *padding: 0.25em 1.75em;  /* IE only */
}

#siwiki-panel-filemanager-list td {
	vertical-align: top;
}


#tx_siwiki_latestUpdates table {
	border-collapse: separate;
	border-spacing: 2px;
}

#tx_siwiki_latestUpdates tr.impair {
	background-color: #dddddd;
}
#tx_siwiki_latestUpdates tr.pair {
	background-color: #eeeeee;
}
#tx_siwiki_latestUpdates td {
	padding: 3px;
}


#siwiki-tags-panel .yui-resize-handle-br {
        height: 11px;
        width: 11px;
        background-position: -20px -60px:
        background-color: transparent;
}


