.x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url(images/spinner.gif) no-repeat 0 0 !important;
}
.x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0 !important;
}
.x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0 !important;
}
.x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0 !important;
}
.x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0 !important;
}

.x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0 !important;
}
.x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0 !important;
}
.x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0 !important;
}
.x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0 !important;
}
.x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0 !important;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9 !important;
}

.x-form-field-wrap .x-form-spinner-splitter {
	line-height:1px !important;
	font-size:1px !important;
    background:transparent url(images/spinner-split.gif) no-repeat 0 0 !important;
	position:absolute !important;
	cursor: n-resize !important;
}
.x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0 !important;
}

.x-toolbar-text-disabled
{
    color: #AAAAAA !important;
}

/*************************************************************************/
/*  Dashboard                                                            */
/*************************************************************************/
#itemManage
{
    background: url("../../../icons/layout_edit-png/ext.axd") no-repeat 10px 3px;
    height: 25px;
}
#actions
{
    background: url("../../../extjs/resources/images/gray/panel/white-top-bottom-gif/ext.axd") repeat-x;
    border-bottom: 1px solid #D0D0D0;
}
#actions ul li a, #actions ul li a:link
{
    text-decoration: none;
    color: #333333;
    font-size: 11px;
    font-weight: 700;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    padding: 5px;
    margin-left: 25px;
}
#actions ul li a:hover
{
    text-decoration: underline;
}

/*************************************************************************/
/*  Filter container                                                     */
/*************************************************************************/
.filter-info .x-panel-header
{
    color: #FA0000 !important;
}

/*************************************************************************/
/*  Trigger fields                                                       */
/*************************************************************************/
.x-form-ellipsis-trigger
{
    background-image: url("images/ellipsis.gif") !important;
    cursor: pointer !important;
}
.money-trigger
{
    background-image:url(images/money-trigger.png) !important;
}
.table-trigger
{
    background-image:url(images/table-trigger.png) !important;
}

/*************************************************************************/
/*  Custom tools                                                         */
/*************************************************************************/
.x-tool-check-all
{
    background-image: url('images/tool-check.gif') !important;
}
.x-tool-check-all-over
{
    background-image: url('images/tool-check.gif') !important;
    background-position: -15px 0;
}

/*************************************************************************/
/*  Row expander                                                         */
/*************************************************************************/
.vs-row-expanded .x-grid3-row-expanded {
    background-color: #F1F1F1 !important;
}

/*************************************************************************/
/*  Modifications of Ext.Net styles                                      */
/*************************************************************************/
.lot-wizard .x-form-group .x-form-group-header-text {
    background: url('images/acc-header.gif') no-repeat scroll 2px 0 #E8E8E8;
    color: #777777;
    font-weight: bold;
}
.lot-wizard .x-panel-collapsed .x-form-group-header-text 
{
    background-position: 2px -15px;
}
.lot-wizard .x-form-group .x-form-group-header {
    border-bottom: 1px solid #CCCCCC;
}
.editor-bg {
    background: none repeat scroll 0 0 #F1F1F1 !important;
}