/* ********************************************************************************* */

#s-header {
	left:305px;
	position:absolute;
}

.ui-autocomplete { 
	position: absolute; 
	cursor: pointer; 
}
	
* html .ui-autocomplete { 
	width:1px; 
}

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}

.ui-menu .ui-menu {
	margin-top: -3px;
}

.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 99%;
	background: #eeeeee;
	border: 1px solid #eeeeee;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active{
    background: #eeeeee;
}

.ui-widget { 
	font-size: 10pt; width: 300px; 
}

.ui-widget-content { 
	border: 1px solid #dddddd; 
	background: #eeeeee; 
	color: #333333; 
}

.ui-widget-content a { 
	color: #333333; 
}

.ui-corner-all { 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}

/* Detailsuche */

#detail-suche {
	width: 450px;
	z-index: 5;
	display: none;
	background: #eee;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	position: absolute;
	top: 40px;
}

#detail-search-error {
	padding: 3px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #ccc;
	background: #FFDBDB;
	display: none;
}

.toggleSearch {
	font-size: 8pt;
	position: absolute;
	top: 40px;
}

.toggleSearch:hover {
	text-decoration: underline;
	cursor: pointer;
}

#close-detail-search {
	position: absolute;
	top: 3px;
	right: 3px;
}

#close-detail-search:hover {
	cursor: pointer;
}

.ui-autocomplete-loading { 
	background: white url('/.img/ui-anim_basic_16x16.gif') right center no-repeat; 
	border:0 none;
	font-size:11px;
	margin:3px 0 3px 10px;
	padding:3px 0 0 3px;
	width:230px;
}

.ui-widget-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
z-index:1;
}

.ui-widget-overlay { 
	background: #aaaaaa; 
	opacity: .3; 
	filter: Alpha(Opacity=30); 
}

.ui-widget-shadow { 
	margin: -8px 0 0 -8px; 
	padding: 8px; 
	background: #aaaaaa; 
	opacity: .3; 
	filter: Alpha(Opacity=30); 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
}

/* Icons */

.ui-icon { 
	width: 16px; 
	height: 16px; 
	background-image: url(/.img/ui-icons_222222_256x240.png); 
}

/* Positioning */
.ui-icon-circle-close { 
	background-position: -32px -192px; 
}

.ui-icon-circle-triangle-e { 
	background-position: -48px -192px; 
}

.ui-icon-circle-triangle-w { 
	background-position: -80px -192px; 
}

/* Datepicker */
.ui-datepicker { width: 14em; padding: .2em .2em 0; font-size: 11px; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background: #ccc; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-weight: bold; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker-week-end {color: #DC2B19; }
.ui-state-highlight { font-weight: bold; background: #efefef; border: 1px solid #ccc; }

/* Layout helpers */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

#ui-datepicker-div { display:none; }