/* Tabs */
.x-tab-panel-header, .x-tab-panel-footer {	
	background: #6b869f;
	border-color:#4f657b;}

.x-tab-panel-header {
	border-color:#abc;}

.x-tab-panel-footer {
	border-color:#abc;}

ul.x-tab-strip-top{
	background-image:url(../images/slate/tabs/tab-strip-btm-bg-vfdown.gif);
	border-color:#676F78;
    padding-top: 1px;}

ul.x-tab-strip-bottom{
	background-image:url(../images/slate/tabs/tab-strip-btm-bg-vfdown.gif);
	border-color:#676F78;}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tab-panel-body {
    border-color:#abc;
    background:#fff;}

.x-tab-panel-bbar .x-toolbar {
    border-color: #abc;}

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

.x-tab-panel-header-plain .x-tab-strip-spacer {
    border-color:#abc;
	background: #6b869f;}

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

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

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

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

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

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

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #abc;
}
/* 	the following need to be duplicated from ext-all.js,
	otherwise hover effects are broken */
.x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
.x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
.x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
.x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
.x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
/* Miscellaneous */
.x-item-disabled * {
	color:#333 !important;}