/*
 * Ext JS Library 2.0.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.x-combo-list-inner {
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
}
.x-combo-list-hd {
    font:bold 12px arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(../images/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #f4d098;
    padding:3px;
}
.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #D27611;
}
.x-combo-list-item {
    font:normal 12px arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.x-combo-noedit{
    cursor: url('../images/cursors/hand_white.png'), auto!important;
	cursor: url('./images/cursors/hand_white.cur'), auto;
}
.x-combo-list .x-toolbar {
    border-top:1px solid #f4d098;
    border-bottom:0 none;
}

.x-combo-list-small .x-combo-list-item {
    font:normal 11px arial, helvetica, sans-serif;
}