.yui-overlay, .yui-panel-container {
position:absolute;
visibility:hidden;
z-index:1;
}
div#navigation .yui-overlay {
position:static;
}
.masked .yui-panel-container {
z-index:2;
}
.yui-tt {
-x-system-font:none;
background-color:#FDFFB4;
border:1px solid #FCC90D;
color:#333333;
font-family:sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:2px;
position:absolute;
visibility:hidden;
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 {
background-color:#CCCCCC;
display:none;
left:0;
position:absolute;
top:0;
z-index:1;
opacity:0.5;
*filter: alpha(opacity = 50);
}
.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 {
bottom:0;
left:0;
position:absolute;
right:0;
top:0;
}
.yui-panel-container.matte {
background-color:#FFFFFF;
padding:3px;
}
.yui-panel-container.shadow .underlay {
background-color:#000000;
bottom:-3px;
left:3px;
opacity:0.12;
*filter: alpha(opacity = 12);
right:-3px;
top:3px;
}
.yui-panel {
-x-system-font:none;
background-color:#C0C0C0;
border:1px solid #000000;
border-collapse:separate;
font-family:Arial;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
left:0;
line-height:normal;
overflow:hidden;
position:relative;
top:0;
visibility:hidden;
z-index:1;
}
.yui-panel .hd {
background-color:#000000;
border-color:#FFFFFF #FFFFFF #000000;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
line-height:100%;
padding:4px;
white-space:nowrap;
}
.yui-panel .bd {
overflow:hidden;
padding:4px;
}
.yui-panel .bd p {
margin:0 0 1em;
}
.yui-panel .container-close {
background:transparent url(close12_1.gif) no-repeat scroll 0 0;
cursor:pointer;
height:12px;
margin:0;
padding:0;
position:absolute;
right:4px;
top:5px;
visibility:inherit;
width:12px;
z-index:6;
}
.yui-panel .ft {
overflow:hidden;
padding:4px;
}
.yui-simple-dialog .bd .yui-icon {
background-repeat:no-repeat;
float:left;
height:16px;
margin-right:10px;
width:16px;
}
.yui-simple-dialog .bd span.blckicon {
background:transparent url(blck16_1.gif) no-repeat scroll 0 0;
}
.yui-simple-dialog .bd span.alrticon {
background:transparent url(alrt16_1.gif) no-repeat scroll 0 0;
}
.yui-simple-dialog .bd span.hlpicon {
background:transparent url(hlp16_1.gif) no-repeat scroll 0 0;
}
.yui-simple-dialog .bd span.infoicon {
background:transparent url(info16_1.gif) no-repeat scroll 0 0;
}
.yui-simple-dialog .bd span.warnicon {
background:transparent url(warn16_1.gif) no-repeat scroll 0 0;
}
.yui-simple-dialog .bd span.tipicon {
background:transparent url(tip16_1.gif) no-repeat scroll 0 0;
}
.yui-dialog .ft, .yui-simple-dialog .ft {
padding-bottom:5px;
padding-right:5px;
text-align:right;
}
.yui-dialog form, .yui-simple-dialog form {
margin:0;
}
.button-group button {
-x-system-font:none;
background-color:#F2F2F2;
border-color:#FFFFFF #707070 #707070 #FFFFFF;
border-style:solid;
border-width:2px;
color:#000000;
font-family:verdana;
font-size:76%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:normal;
margin:2px;
padding:2px;
text-decoration:none;
vertical-align:middle;
}
.button-group button.default {
font-weight:bold;
}
.button-group button:hover, .button-group button.hover {
background-color:#D0D0D0;
border-color:#FFFFFF #707070 #707070 #FFFFFF;
border-style:solid;
border-width:2px;
}
.button-group button:active {
background-color:#999999;
border-color:#FFFFFF #707070 #707070 #FFFFFF;
border-style:solid;
border-width:2px;
}