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


/* Tools */
.x-tool {
    background-image:url(../images/default/panel/tool-sprites.gif);
}

/* Buttons */

.x-btn-left{
	background-image:url(../images/default/button/btn-sprite.gif);
}
.x-btn-right{
	background-image:url(../images/default/button/btn-sprite.gif);
}
.x-btn-center{
	background-image:url(../images/default/button/btn-sprite.gif);
}

/* Window */

.x-window-proxy {
    background:#e0e0e0;
    border-color:#b0b0b0;
}

.x-window-tl .x-window-header {
    color:#555;
}
.x-window-tc {
	background-image:url(../images/default/window/top-bottom.png);
}
.x-window-tl {
	background-image:url(../images/default/window/left-corners.png);
}
.x-window-tr {
	background-image:url(../images/default/window/right-corners.png);
}
.x-window-bc {
	background-image:url(../images/default/window/top-bottom.png);
}
.x-window-bl {
	background-image:url(../images/default/window/left-corners.png);
}
.x-window-br {
	background-image:url(../images/default/window/right-corners.png);
}
.x-window-mc {
    border:1px solid #d0d0d0;
    background:#e8e8e8;
}

.x-window-ml {
	background-image:url(../images/default/window/left-right.png);
}
.x-window-mr {
	background-image:url(../images/default/window/left-right.png);
}

.x-window-plain .x-window-mc {
    background: #e8e8e8;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
}

.x-window-plain .x-window-body {
    border-left:1px solid #eee;
    border-top:1px solid #eee;
    border-bottom:1px solid #d0d0d0;
    border-right:1px solid #d0d0d0;
    background:transparent !important;
}

body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
    background-color: #e4e4e4;
}

