

/* Skin default elements */
.yui-panel-container.macintosh_c.shadow .underlay {
	left:3px;
	right:-3px;
	top:3px;
	bottom:-3px;
	position:absolute;
	background-color:#000;
	opacity:0.12;
	filter:alpha(opacity=12);
}

/* Apply the border to the right side */
.yui-panel.macintosh {
	position:relative;
	border:none;
	overflow:visible;
	background:transparent url(macintosh-brdr-rt.gif) no-repeat top right;
}

/* Style the close icon */
.yui-panel.macintosh .container-close {
		position:absolute;
		top:3px;
		left:4px;
		height:18px;
		width:17px;
		cursor:pointer;
		background:url(aqua-hd-close.gif) no-repeat; 
	}

.yui-panel.macintosh .container-maximize {
		position:absolute;
		top:3px;
		left:23px;
		height:18px;
		width:17px;
		cursor:pointer;
		background:url(aqua-hd-maximize.gif) no-repeat; 
	}
	

	/* span:hover not supported on IE6 */
	.yui-panel.macintosh .container-close:hover {
		background:url(aqua-hd-close-over.gif) no-repeat; 
	}


/* Style the header with its associated corners */
.yui-panel.macintosh .hd { 
		padding:10;
		border:none;
		background:url(aqua-hd-bg.gif) repeat-x;
		color:#000;
		height:22px;
		margin-left:7px;
		margin-right:7px;
		text-align:center;
		overflow:visible;
	}

/* Style the body with the left border */
.yui-panel.macintosh .bd {
	/*
	overflow:auto !important;
	position:relative;
	padding:10px;
	border:none;
	background:#FFF url(macintosh-brdr-lt.gif) repeat-y; 
	margin:0 0px 0 0;
	padding-left:11px;
	*/
	overflow:auto !important;
	padding:10px;
	position:relative;
	border:1px solid #aeaeae;
	background-color:#FFF;
}

/* Style the footer with the bottom corner images */
.yui-panel.macintosh .ft {
	font-size:75%;
	color:#666;
	padding:2px;
	overflow:hidden;
	border:1px solid #aeaeae;
	border-top:none;
	background-color:#dfdfdf;
	padding-left:10px;
	padding-right:10px;
}

/* Skin custom elements */
.yui-panel.macintosh .hd span {
	/*line-height:30px;
	height:30px;*/
	position:relative;
	top:4px;
	vertical-align:middle;
	font-weight:bold;
}
.yui-panel.macintosh .hd .tl {
	width:7px;
		height:22px;
		top:0;
		left:0px;
		background:url(aqua-hd-lt.gif) no-repeat;
		position:absolute;
}
.yui-panel.macintosh .hd .tr {
	width:7px;
		height:22px;
		top:0;
		right:0px;
		background:url(aqua-hd-rt.gif) no-repeat;
		position:absolute;
}

/*
.yui-panel.macintosh .ft span {
	line-height:22px;
	vertical-align:middle;
}
.yui-panel.macintosh .ft .bl {
	width:8px;
	height:26px;
	bottom:0;
	left:0;
	background:url(xp-bl.gif) no-repeat;
	position:absolute;
}
.yui-panel.macintosh .ft .br {
	width:20px;
	height:26px;
	bottom:0px;
	right:0px;
	background:url(xp-br.gif) no-repeat;
	position:absolute;
}
*/


