/*
This file overloads the container.css file found in the Sam skin delivered with the Yahoo User Interface library.
To use it in a HTML page :
  - First link the yui/build/assets/skins/sam/container.css file
  - Then link this extContainer.css file
*/
.yui-skin-sam .yui-panel .hd {
    background: #F2F2F2;
}

.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
	background: url(/images/yui/sprite.png) repeat-x 0 -200px;
}

.yui-skin-sam .container-close {
    background:url(/images/yui/sprite.png) no-repeat 0 -300px;
    cursor:pointer;
}

.yui-skin-sam .yui-simple-dialog .bd .yui-icon {
    background:url(/images/yui/sprite.png) no-repeat 0 0;
}
.yui-panel {
    overflow:hidden;
    background-color:#ffffff;	
}
From 2.2.1
.yui-panel .container-close {
    background:url(/images/icon_close_blue.gif) no-repeat;
}

.yui-panel .ft {
	overflow:auto;
}