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

.x-panel {
    border-style: solid;
    /*border-color: #9c9da0;*/
	border-color: #9c9ea0;
}
.x-panel-header {
    color:#333;
	border:1px solid #9c9da0;
    background-image:url(/images/ext/urbian/panel/white-top-bottom.gif);
}

.x-panel-body {
    border-color:#9c9da0;
	background-color:transparent;
}

.x-panel-bbar .x-toolbar {
    border-color:#9c9da0;
}

.x-panel-tbar .x-toolbar {
    border-color:#9c9da0;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar{
    border-color:#9c9da0;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-color:#9c9da0;
}
.x-panel-tl .x-panel-header {
    color:#333;
}
.x-panel-tc {
	background-image:url(/images/ext/urbian/panel/top-bottom.gif);
}
.x-panel-tl {
	background-image:url(/images/ext/urbian/panel/corners-sprite.gif);
    border-color:#9c9da0;
}
.x-panel-tr {
	background-image:url(/images/ext/urbian/panel/corners-sprite.gif);
}
.x-panel-bc {
	background-image:url(/images/ext/urbian/panel/top-bottom.gif);
}
.x-panel-bl {
	background-image:url(/images/ext/urbian/panel/corners-sprite.gif);
}
.x-panel-br {
	background-image:url(/images/ext/urbian/panel/corners-sprite.gif);
}
.x-panel-mc {
    background:#f1f1f1;
}
.x-panel-mc .x-panel-body {
    background:transparent;
    border: 0 none;
}
.x-panel-ml {
	background-image:url(/images/ext/urbian/panel/left-right.gif);
}
.x-panel-mr {
	background-image:url(/images/ext/urbian/panel/left-right.gif);
}

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

/* Ghosting */
.x-panel-ghost {
    /*background:#ff8c38;*/
	background:#f5f4f3;
}

.x-panel-ghost ul {
    border-color:#b0b0b0;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border:1px solid #9c9da0;
}

/* Buttons 

.x-btn-left{
	background-image:url(/images/ext/urbian/button/btn-sprite.gif);
}
.x-btn-right{
	background-image:url(/images/ext/urbian/button/btn-sprite.gif);
}
.x-btn-center{
	background-image:url(/images/ext/urbian/button/btn-sprite.gif);
}
*/
/* Layout classes */

.x-border-layout-ct {
    /*background:#ff8c38;*/
    background:#f5f4f3;
}

.x-accordion-hd {
	background-image:url(/images/ext/urbian/panel/light-hd.gif);
}

.x-layout-collapsed{
    background-color:#eee;
    border-color:#e0e0e0;
}
.x-layout-collapsed-over{
	 /*background-color:#ff8c38;*/background-color:#fff;
}


/* qtips */
.x-tip .x-tip-top {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-left {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-right {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-left {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-right {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-left {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-right {
	background-image:url(/images/ext/urbian/qtip/tip-sprite.gif);
}

/* Toolbars */

.x-toolbar{
	border-color:#9c9da0;
    background:#f0f4f5 url(/images/ext/urbian/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button {
    color:#444;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    background-image:url(/images/ext/urbian/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    background-image:url(/images/ext/urbian/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button {
    color:#111;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}

.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background-image:url(/images/ext/urbian/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .ytb-sep {
	background-image: url(/images/ext/default/grid/grid-split.gif);
}

/* Tabs */

.x-tab-panel-header, .x-tab-panel-footer {
	background: #fff;
	border:0px;
}


.x-tab-panel-header {
	border:0px;
}

.x-tab-panel-footer {
	border:0px;
}

ul.x-tab-strip-top{
	background:none;
	/* background:#dbdbdb url(/images/ext/urbian/tabs/tab-strip-bg.gif) repeat-x left top; */
	border:0px;
	border-bottom:1px solid #8E020C;
    padding-top: 2px;
}

ul.x-tab-strip-bottom{
	background-image:url(/images/ext/urbian/tabs/tab-strip-btm-bg.gif);
	border-color:#9c9da0;
}

.x-tab-strip span.x-tab-strip-text {
	color:#ffcc33;
}
.x-tab-strip-over span.x-tab-strip-text {
	color:#f16422;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#ffcc3;
}

.x-tab-strip-disabled .x-tabs-text {
	color:#aaaaaa;
}

.x-tab-strip-top .x-tab-right {
	background-image:url(/images/ext/urbian/tabs/tabs-sprite.gif);
}

.x-tab-strip-top .x-tab-left {
	background-image:url(/images/ext/urbian/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
	background-image:url(/images/ext/urbian/tabs/tabs-sprite.gif);
}

.x-tab-strip-bottom .x-tab-right {
	background-image:url(/images/ext/urbian/tabs/tab-btm-inactive-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-left {
	background-image:url(/images/ext/urbian/tabs/tab-btm-inactive-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background-image:url(/images/ext/urbian/tabs/tab-btm-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background-image:url(/images/ext/urbian/tabs/tab-btm-left-bg.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(/images/ext/urbian/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(/images/ext/urbian/tabs/tab-close.gif);
}

.x-tab-panel-body {
    border:0px;
    background:#fff;
}
.x-tab-panel-bbar .x-toolbar {
    border-color: #ddd;
}

.x-tab-panel-tbar .x-toolbar {
    border-color: #ddd;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
    border-color:#9c9da0;
    background: #eaeaea;
}

.x-tab-scroller-left {
    background-image: url(/images/ext/urbian/tabs/scroll-left.gif);
    border-color:#aeaeae;
}
.x-tab-scroller-right {
    background-image: url(/images/ext/urbian/tabs/scroll-right.gif);
    border-color:#aeaeae;
}


/* misc */
.x-html-editor-wrap {
    border-color:#9c9da0;
}

/* Borders go last for specificity */
.x-panel-noborder .x-panel-body-noborder {
    border-width:0px;
}

.x-panel-noborder .x-panel-header-noborder {
    border-width:0px;
    border-bottom:1px solid #9c9da0;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width:0px;
    border-bottom:1px solid #9c9da0;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width:0px;
    border-top:1px solid #9c9da0;
}

.x-window-noborder .x-window-mc {
    border-width:0px;
}
.x-window-plain .x-window-body-noborder {
    border-width:0px;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0px;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}


.x-tab-panel-bbar-noborder .x-toolbar {
    border-width:0px;
    border-top:1px solid #9c9da0;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0px;
    border-bottom:1px solid #9c9da0;
}


.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:22px;overflow:hidden;background:white;filter:alpha(opacity=0);opacity:0px;zoom:1;}
.x-resizable-handle-east{width:0px;cursor:e-resize;right:0px;top:0px;height:100%;}
.ext-ie .x-resizable-handle-east{margin-right:-1px;}
.x-resizable-handle-south{width:100%;cursor:s-resize;left:0px;bottom:0px;height:0px;margin-top:10px}
.ext-ie .x-resizable-handle-south{margin-bottom:-1px;}
.x-resizable-handle-west{width:0px;cursor:w-resize;left:0px;top:0px;height:100%;}
.x-resizable-handle-north{width:100%;cursor:n-resize;left:0px;top:0px;height:0px;}
.x-resizable-handle-southeast{width:0px;cursor:se-resize;right:0px;bottom:0px;height:0px;z-index:101;}
.x-resizable-handle-northwest{width:0px;cursor:nw-resize;left:0px;top:0px;height:0px;z-index:101;}
.x-resizable-handle-northeast{width:0px;cursor:ne-resize;right:0px;top:0px;height:0px;z-index:101;}
.x-resizable-handle-southwest{width:0px;cursor:sw-resize;left:0px;bottom:0px;height:0px;z-index:101;}
.x-resizable-over .x-resizable-handle,.x-resizable-pinned .x-resizable-handle{filter:alpha(opacity=100);opacity:1;}
.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{background:url(/images/ext/urbian/sizer/urbian-handle-r.png);background-position:right;}
.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{background:url(/images/ext/urbian/sizer/urbian-handle-l.png);background-position:left;}
.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{background:url(/images/ext/urbian/sizer/urbian-handle-b.png);background-position:bottom;}
.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{background:url(/images/ext/urbian/sizer/urbian-handle-t.png);background-position:top;}
.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{background:url(/images/ext/urbian/sizer/urbian-handle-rb.png);background-position:bottom right;}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{background:url(/images/ext/urbian/sizer/urbian-handle-lt.png);background-position:top left;}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{background:url(/images/ext/urbian/sizer/urbian-handle-rt.png);background-position:top right;}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{background:url(/images/ext/urbian/sizer/urbian-handle-lb.png);background-position:bottom left;}
.x-resizable-proxy{border:0px;position:absolute;overflow:hidden;display:none;left:0px;top:0px;z-index:50000;}
.x-resizable-overlay{width:100%;height:100%;display:none;position:absolute;left:0px;top:0px;background:white;z-index:200000;-moz-opacity:0px;opacity:0px;filter:alpha(opacity=0);}

.x-window .x-resizable-handle{border:0px;}
.x-window-proxy{background:#fff;border:0px;z-index:12000;overflow:hidden;position:absolute;left:0px;top:0px;display:none;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);}
.x-window-tl .x-window-header{border-left:1px solid #b5b8c8;border-top:0px;border-bottom:0px;border-right:1px solid #b5b8c8;background:url(/images/newTitlebarMid1.jpg) repeat-x;height:22px;color:#808284;font:bold 11px tahoma,arial,verdana,sans-serif;margin-top:30px;text-align:left;padding:0px;}
.x-window-tc{background:url(/images/ext/urbian/sizer/urbian-handle-t.png) repeat-x;background-position:top;overflow:hidden;zoom:1;}
.x-window-tl{background:url(/images/ext/urbian/sizer/urbian-handle-lt.png) no-repeat;background-position:top left;padding-left:30px;zoom:1;z-index:1;position:relative;height:52px;}
.x-window-tr{background:url(/images/ext/urbian/sizer/urbian-handle-rt.png) no-repeat;background-position:top right;padding-right:30px;}
.x-window-bc{background:url(/images/ext/urbian/sizer/urbian-handle-b.png) repeat-x;background-position:bottom;zoom:1;line-height:0px;height:auto;}
.x-window-bc .x-window-footer{height:52px;zoom:1;font-size:0px;line-height:0px;padding:0px;}
.x-window-bl{background:url(/images/ext/urbian/sizer/urbian-handle-lb.png) no-repeat;background-position:bottom left;padding-left:30px;zoom:1;}
.x-window-br{background:url(/images/ext/urbian/sizer/urbian-handle-rb.png) no-repeat;background-position:bottom right;padding-right:30px;zoom:1;}
.x-window-mc{padding:0px;margin:0px;font:normal 11px tahoma,arial,helvetica,sans-serif;background:#fff;}
.x-window-ml{background:url(/images/ext/urbian/sizer/urbian-handle-l.png) repeat-y;background-position:left;padding-left:30px;zoom:1;}
.x-window-mr{background:url(/images/ext/urbian/sizer/urbian-handle-r.png) repeat-y;background-position:right;padding-right:30px;zoom:1;}
.x-panel-ghost .x-window-tl{border:0px;}
.x-panel-collapsed .x-window-tl{border:0px;}
.x-window-plain .x-window-mc{background:#fff;border:0px;}
.x-window-plain .x-window-body{border-left:1px solid #b5b8c8;border-top:0px;border-bottom:0px;border-right:1px solid #b5b8c8;background:transparent!important;}
.x-window-header-text{line-height:23px;margin-left:4px; color:#ffcc33;}
.x-tool-close{margin:4px;}
.x-tool-close-over{margin:4px;}
.x-window-proxy{border:0px;}
.x-window-proxy div{border:0px;}
body.x-body-masked .x-window-plain .x-window-mc{background:#fff;border:0px;}
.x-panel-nofooter .x-panel-bc,.x-panel-nofooter .x-window-bc{height:30px;overflow:hidden;font-size:0px;line-height:0px;}
.x-panel-header{background-image:none;}
.x-panel-mc{background-image:none;background-color:#fff;}

.x-panel-btns-ct .x-panel-btns-center{text-align:right;}
.x-panel-btns-ct .x-btn-focus .x-btn-left{background-image:none;width:0px;}
.x-panel-btns-ct .x-btn-focus .x-btn-right{background-image:none;width:0px;}
.x-panel-btns-ct .x-btn-focus .x-btn-center{background-image:none;}
.x-panel-btns-ct .x-btn-over .x-btn-left{background-image:none;width:0px;}
.x-panel-btns-ct .x-btn-over .x-btn-right{background-image:none;width:0px;}
.x-panel-btns-ct .x-btn-over .x-btn-center{background-image:none;}
.x-panel-btns-ct .x-btn-click .x-btn-center{background-image:none;}
.x-panel-btns-ct .x-btn-click .x-btn-right{background-image:none;width:0px;}
.x-panel-btns-ct .x-btn-click .x-btn-left{background-image:none;width:0px;}

.x-panel-btns-ct{border-left:1px solid #b5b8c8;border-top:0px;border-bottom:0px;border-right:1px solid #b5b8c8;padding:0px;background:#fff url(/images/newTitlebarMid.jpg) repeat-x;background-position:bottom;height:22px;color:#15428b;font:bold 11px tahoma,arial,verdana,sans-serif;margin-bottom:30px;}
.x-panel-btns-ct .x-btn{float:right;clear:none;}
.x-panel-btns-ct .x-panel-btns td{border:0px;padding:0px;}
.x-panel-btns-ct .x-panel-btns-right table{float:right;clear:none;width:0px;overflow:hidden;}
.x-panel-btns-ct .x-panel-btns-left table{float:right;clear:none;width:0px;overflow:hidden;}
.x-panel-btns-ct .x-panel-btns-center{text-align:right;}
.x-panel-btns-ct .x-panel-btns-center table{margin:0px;float:right;clear:none;}
.x-panel-btns-ct table td.x-panel-btn-td{padding:0px;color:#15428b;}
.x-panel-btns-ct .x-panel-btn-td .x-btn-text{font-weight:bold;color:#ffcc33;}

.x-panel-btns-ct .x-btn-over .x-btn-left .x-btn-text{color:#f16422;}
.x-panel-btns-ct .x-btn-over .x-btn-right .x-btn-text{color:#f16422;}
.x-panel-btns-ct .x-btn-over .x-btn-center .x-btn-text{color:#f16422;}

.x-btn-left{background-image:none;}
.x-btn-right{background-image:none;}
.x-btn-center{background-image:none;}

.x-plain-body{padding:5px;}