/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:verdana,arial,helvetica,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}
.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#333;
}
.hide-scrollbars,
.hide-scrollbars * {
    overflow: hidden;
}
.hide-scrollbars select {
    display: none;
}
.show-scrollbars {
    overflow: auto;
}
.yui-panel-container.show-scrollbars {
    overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay {
    overflow: auto;
}
.yui-panel-container.focused {
}


.yui-panel-container .underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.yui-panel-container.matte {
    padding: 3px;
    background-color: #fff;
}

.yui-panel-container.shadow .underlay {
    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */
}

.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Verdana;
    background-color:#FFF;
    border:2px solid #4C4E53;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#F2F2F2;
    color:#000;
    font-size:85%;
    line-height:85%;
    border:0px solid #FFF;
    border-bottom:0px solid #000;
    font-weight:normal;
    padding:4px 20px 6px 30px;
    white-space:nowrap;
	background:url(/icoaster/files/start_pfeil_navi_lr.gif) no-repeat 21px 6px;
}

.yui-panel .bd {
    overflow:hidden;
    padding:35px 20px 10px 20px;
	background:url(/icoaster/files/verlauf_top.gif) repeat-x #F2F2F2;
	color:#000;
    font-size:85%;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url("/icoaster/extension/com/img/blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("/icoaster/extension/com/img/alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("/icoaster/extension/com/img/hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("/icoaster/extension/com/img/info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("/icoaster/extension/com/img/warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("/icoaster/extension/com/img/tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:10px;
    padding-right:20px;
    text-align:right;
	background-color:#F2F2F2;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 85% verdana;
    text-decoration:none;
    background-color: #B9B9B9;
    color: #333;
    cursor: hand;
    vertical-align: middle;
    margin:0px;
    padding:0px 8px 0px 0px;
	border:1px solid #B9B9B9;
	margin-left:10px;
}

.button-group button.default {
    cursor: hand;
}

.button-group button:hover, 
.button-group button.hover {
    color:#4C4E53;
    cursor: hand;
}

.button-group button:active {
	border:1px solid #B9B9B9;
    cursor: hand;
}
.yui-panel ul, .yui-panel li {
	list-style-type:square;
}
.yui-panel ul {
	margin:10px 1.5em 0px 1.5em;
}
