@import url(/se_data/global/css/gui/components/components.css);

#seFilerFiltertext {
	font-size: 10px;
	color: #333;
	float:left;
} 


	#seFilerFiles div.hidden {
		display: none;
	}
	
	#seFilerFiles div.visible {
		display: inline;
		
	}
	
	#seFilerFiles.nofilter {
		position:relative;
		margin-left:162px;
		background: #000;
		height:661px;
		overflow:auto;
	}

	#seFilerFiles.TagSearch {
		position:relative;
		margin-left:162px;
		background: #000;
		height:616px;
		overflow:auto;
	}

	#seFilerFilter.nofilter {
		position:relative;
		margin-left:162px;
		background: #333;
		height:50px;
		display:none;
		visibility: hidden;
		overflow:hidden;
	}
		
	#TagSearchMenu{
		position:relative;
		margin-left:162px;
		background: #333;
		display:block;
		visibility: visible;
		overflow:auto;
		background-image: url(/se_data/se_gfx/gui/filter_bg.png);
		background-repeat: repeat-x;
	}
	
	#TagSearchMenu{
		height:35px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
	}


	/* ORDNER MENU */ 
	
	#seFilerMenu {
		background:  #FFF;
		position:absolute;
		height:661px;
		border-right: 2px solid #999;
		/* Fix, da Filerliste abgeschnitten wurde, bei zu vielen Eintraegen */
		overflow: auto;
	}

	
	/* UPLOAD BUTTON */
	
	/* ICONS - TOOLBAR */

	#seFilerIconThumb {
		position:relative;
		float:left;
		margin-left: 160px;
		background-image: url(/se_data/se_gfx/gui/button_thumb.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 22px;
		width: 26px;
		cursor: pointer;
	}

	#seFilerIconThumb.active{
		background-image: url(/se_data/se_gfx/gui/button_thumb_active.png);
	}
	
	#seFilerIconThumb:active {
		background-image: url(/se_data/se_gfx/gui/button_thumb_hover.png);
	}

/*	#seFilerIconVorschau {
		position:relative;
		float:left;
		background-image: url(/se_data/se_gfx/gui/filer_vorschau.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 22px;
		width: 25px;
		cursor: pointer;
	}
	
	#seFilerIconVorschau.active {
		background-image: url(/se_data/se_gfx/gui/filer_a_vorschau.png);
	}
	
	#seFilerIconVorschau:active {
		background-image: url(/se_data/se_gfx/gui/filer_h_vorschau.png);
	}*/
	

	#seFilerIconListe {
		position:relative;
		float:left;
		background-image: url(/se_data/se_gfx/gui/button_liste.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 22px;
		width: 27px;
		cursor: pointer;
	}
	
	#seFilerIconListe.active {
		background-image: url(/se_data/se_gfx/gui/button_liste_active.png);
	}
	#seFilerIconListe:active {
		background-image: url(/se_data/se_gfx/gui/button_liste_hover.png);
	}
	
	
	#seFilerIconPrev {
		position:relative;
		float:left;
		background-image: url(/se_data/se_gfx/gui/filer_prev.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 22px;
		width: 26px;
	}
	
	#seFilerIconPrev.active {
		background-image: url(/se_data/se_gfx/gui/filer_a_prev.png);
		cursor: pointer;
	}
	#seFilerIconPrev.active:active {
		background-image: url(/se_data/se_gfx/gui/filer_h_prev.png);
	}
	
	
	#seFilerIconNext {
		position:relative;
		float:left;
		background-image: url(/se_data/se_gfx/gui/filer_next.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 22px;
		width: 27px;
	}
	
	#seFilerIconNext.active {
		background-image: url(/se_data/se_gfx/gui/filer_a_next.png);
		cursor: pointer;
	}
	#seFilerIconNext.active:active {
		background-image: url(/se_data/se_gfx/gui/filer_h_next.png);
	}
	
	
	/* DETAILS */ 
	
	#seFilerDetails {
		position:relative;
		float:left;
		width:49%;
		height:660px;
		/*background: #F6F6F6;*/
		background:white;
		color: #aaa;
		font-size: 12px;

		
	}
	
	
	#seFilerDetails .vertical {
		padding-left:60px;
	}
	
	#seFilerDetails DIV.horizontal {
		padding-top:140px;
		padding-left:30px;
	}
	
	/*
	#seFilerDetailsInfo {
		position: absolute;
		top:560px;
		left: 50px;
		font-size: 11px;
	}
	*/
	
	#seFilerDetailsInfo {
		font-size: 11px;
		padding: 15px;
		position: relative;
	}
	
	#seFilerUpload {
		padding-top:25px;
		padding-left: 25px;
		font-size: 11px;
		color: #aaa;
		width: 400px;
		position: relative;
	}
	
	#seFilerUpload .uploadWidget {
		position: relative;
	}
	
	#seFilerShrinkQuota.visible{
		color: #aaa;
		font-size:12px;
		display:block;
		visibility:visible;
		position:absolute;
		padding:50px;
		top:38px;
		left:0px;
		right:0px;
		height:562px;
		background: #333;
		background-image: url(/se_data/se_gfx/gui/filter_bg.png);
		background-repeat: repeat-x;
		
	}
	
	#seFilerUploadborder.visible, #seFilerMessage.visible {
		display:block;
		visibility:visible;
		position:absolute;
		padding:100px;
		padding-top:200px;
		top:38px;
		left:0px;
		right:0px;
		height:362px;
		background: #333;
		background-image: url(/se_data/se_gfx/gui/filter_bg.png);
		background-repeat: repeat-x;
		
	}
	
	#seFilerMessage.hidden, #seFilerShrinkQuota.hidden, #seFilerUploadborder.hidden{
		display:none;
		visibility:hidden;
		
	}
	
	#seFilerDetailsInfo input, #seFilerDetailsInfo textarea  {
		background: #222;
		color: #fff;
		border: 1px solid #333;
	}
	
	#seFilerDetailsInfo h1, #seFilerDetailsInfo input.h1  {
		color: #fff;
		font-size: 24px;
	}
	
	#seFilerDetailsInfo hr {
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 1px solid #333;
	}
	
	#seFilerDetailsInfo DIV.cell1 {
		float:left;
		width:125px;
		height: 10px;
		color: #666;
		padding-bottom:5px;
	}
	
	#seFilerDetailsInfo textarea.cell2 {
		padding: 5px;
		width:385px;
		color: #fff;
		height: 50px;
	}
	
	#seFilerDetailsInfo DIV.cell2 {
		padding-left: 100px;
		/*width:425px;
		height: 10px; */
		padding-bottom:5px;
		color: #fff;
	}
	
	#seFilerDetailsIcon {

		padding-left:25px;
		padding-bottom:0;
		margin-right:5px;
		margin-top:25px;
	}
	
	#seFilerDetailsIcon .icon img, #seFilerDetails .icon {
		width:200px;
	}


#seFilerDetailsIcon .icon.vertical img, #seFilerDetails .icon.vertical {
		width:80%;
		height:60%;
	}
	#seFilerDetailsIcon .icon.horizontal img, #seFilerDetails .icon.horizontal {
		width:80%;
		height:60%;

	}
	
	#seFilerLupe {

		left: 220px;
		top:250px;
	}
	
	/* Lightbox Anpassungen */
	.Widget.LightBox .ImageBox img
	{
		/*height:550px;*/
		
	}
	
	.seFilerContainer {

		overflow: auto;
	}
	
	/* TABS */
	#seFilerTabs {
/*		position:absolute;
		left:500px;
		right:1px;*/

/*		margin-left: 510px;*/
		width: 50%;
		float: left;
	}
	
	#seFilerTabs .jsTabset .Contents {
		border: 0px;
		border-top: 1px solid #999;
		height:630px;
		background: #eee;
		background-image: url(/se_data/se_gfx/gui/verlauf_grau.jpg);
		background-repeat: repeat-x;
		overflow: auto;
	}
	
	#seFilerTabs .jsTabset .TabsetContent {
		padding: 0px;
	}
	
	
		#seFilerTabs .jsTabset .Contents h1  {
		padding:15px;
		color: #000;
		font-size: 24px;
	}
	
	
	#seFilerTabsButton {
		position:absolute;
		bottom:15px;
		right:15px;
	}
	
	/* Versionen Upload */
	
	#seFilerUploadForm_iframe {
	  border: 0; 
	  height: 200px; 
	  width: 200px; 
	  padding: 0; 
	  position: absolute; 
	  visibility: hidden;
	}
	
