/*
 * Ext JS Library 2.0 Alpha 1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
.botopen {
    background-image: url(btn_open.gif) !important;
}
.botcheck {
    background-image: url(btn_check.gif) !important;
}
.botdelete {
    background-image: url(btn_delete.gif) !important;
}
.botmodify {
    background-image: url(btn_modify.gif) !important;
}
.botup {
    background-image: url(btn_up.gif) !important;
}
.botdown {
    background-image: url(btn_down.gif) !important;
}
.refresh {
    background-image: url(btn_refresh.gif) !important;
}

.pagebar {
	border-color:#a9bfd3;
    border-style:solid;
    border-width:0;
    display: block;
	padding:2px;
    background:#ccc;
    /*background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;*/
    position:relative;
    zoom:1;
}
.x-tbar-page-prevstep {
    background-image: url(prevstep.gif) !important;
}
.x-tbar-page-nextstep {
    background-image: url(nextstep.gif) !important;
}
.x-item-disabled .x-tbar-page-prevstep{
	background-image: url(prevstep-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-nextstep{
	background-image: url(nextstep-disabled.gif) !important;
}

.x-tab-panel-header {
  border: 0;
}

.x-tab-panel-header, .x-tab-panel-footer {
  border: 0;
}
