/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-aclist-content {
    background: #fff;
    border: 1px solid #afafaf;
    -moz-box-shadow: 1px 1px 4px #888;
    -webkit-box-shadow: 1px 1px 4px #888;
    box-shadow: 1px 1px 4px #888;
}

.yui3-skin-sam .yui3-aclist-item-hover {
    background: #bfdaff;
}

.yui3-skin-sam .yui3-aclist-item-active {
    background: #2647a0;
    color: #fff;
    outline: none;
}
