.x-window-tl {
	background-image:url(../images/sports/window/left-corners.png);
}

.x-window-tr {
	background-image:url(../images/sports/window/right-corners.png);
}

.x-window-tc {
	background-image:url(../images/sports/window/top-bottom.png);
}


.x-window-ml {
	background-image:url(../images/sports/window/left-right.png);
}

.x-window-mr {
	background-image:url(../images/sports/window/left-right.png);
}

.x-window-bl {
	background-image:url(../images/sports/window/left-corners.png);
}

.x-window-br {
	background-image:url(../images/sports/window/right-corners.png);
}

.x-window-bc {
	background-image:url(../images/sports/window/top-bottom.png);
}

.x-window-tl .x-window-header {
	color:#ffffff;
}



/* Windows */

.x-window-proxy{
    background:#e4e8ec;
    border-color:#abc;
}
.x-window-tl .x-window-header{
    color:#fafafa;
}

.x-window-mc{
    border:1px solid #abc;
    background:#e8e8e8;
}

.x-panel-ghost .x-window-tl{
    border-color:#abc;
}
.x-panel-collapsed .x-window-tl{
    border-color:#abc;
}
.x-window-plain .x-window-mc{
    background:#e8e8e8;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #abc;
    border-left:1px solid #abc;
}
.x-window-plain .x-window-body{
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:1px solid #abc;
    border-right:1px solid #abc;
    background:transparent !important;
}
body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc{
    background-color:#eceef0;
}



.x-panel-mc .x-panel-body {
	border-color:#777777;
}
