.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    padding:2px;
    width:auto;
}


#simpledialog {
	display: none;
	background: url('/img/panel/bg360.png');
	background-position: center;
	background-repeat: no-repeat;
}

#newAlbumDialog {
	display: none;
	background: url('/img/panel/bg360.png');
	background-position: center;
	background-repeat: no-repeat;
}

#mediadialog {
	cursor: hand;
	display: none;
	background: url('/img/panel/bg.png');
	background-position: center;
	background-repeat: no-repeat;
}

#mediadialog div.bd {
	width: 420px;
	height: 320px;
}

#simpledialog div.bd {
	height: 75px;
}

#mediadialog div.bd table {
	margin: 10px 0 0 10px;
}

div.hd {
	background: #21468b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	margin: 20px 20px 0 20px;
	padding: 0;
}

div.bd {
	margin: 0 20px 0 20px;
	background: #fff;
}

div.ft {
	text-align: right;
	margin: 0 20px 0 20px;
	background: #fff;
	height: 25px;
}

div.ft button {
	width: 100px;
	height: 25px;
	background: #a4b597;
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
	border: 0;
}

.yui-panel .container-close {
    position:absolute;
    top:23px;
    right:23px;
    z-index:6;
    height:14px;
    width:14px;
    margin:0px;
    padding:0px;
    background:url(/img/panel/close.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -6px;
    right: 2px;
    left: 2px;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);  /* For IE */

}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    z-index:1;
    overflow:hidden;
}

.yui-tt-shadow {
    display: none;
}


/* Panel underlay styles */

.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: -6px;
    right: 2px;
    left: 2px;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }

.yui-navset .yui-nav {
	background: #21468b;
	padding: 2px 5px 0 5px;
}

.yui-ac {
    position:relative;
}

.yui-ac-input {position:absolute;width:100%;}

.yui-navset .yui-nav li.selected {
	font-weight: bold;
	background-color: #fff;
	color: #fff;
	border-bottom: 0;
    -moz-opacity: 0.70;
    opacity:0.70;
    filter: alpha(opacity=70);
}

.yui-navset .yui-nav li {
	width: 100px;
	text-align: center;	
	background: transparent;
    margin-right:0.5em; /* horizontal tabs */
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
    color: #fff;
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display:block;
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}

.yui-navset .yui-nav li a em { display:block; }