﻿
/* bespoke to override jqx.base.css */

/* remove border from tabs container */
.jqx-tabs {
	border:0!important;
}
/* paddingg under tabs */
.jqx-tabs-header {
	padding-bottom:0px;
	border-bottom:0;
}
/* width of tabs to be the same width and change colours to blue */
.jqx-tabs-title {
	width:120px!important;
	border-left: 1px solid #376b9a;
	border-right: 1px solid #376b9a;
	border-top: 1px solid #376b9a;
	border-bottom: 0;
	padding-bottom:7px;
	padding-left:0;
	padding-right:0;
	
	background-color: #6387ab;
	background-image: -moz-linear-gradient(top, #6387ab, #567ca1);
	background-image: -ms-linear-gradient(top, #6387ab, #567ca1);
	background-image: -o-linear-gradient(top, #6387ab, #567ca1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#6387ab), to(#567ca1));
	background-image: -webkit-linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(to bottom, #6387ab, #567ca1);
}
/* width and text alignment to be same for all tabs */
.jqx-tabs-titleContentWrapper {
	width:120px!important;
	text-align:center!important;
}
/* padding in contents of tabs, and border colour */
.jqx-widget-content-tabstheme {
	/*padding-top:10px;*/
	border:1px solid #b2b2b2;
	/*border-top:0;*/
}
/* hide overflow in tab contents */
.jqx-tabs-content-element {
	overflow:hidden;
}






.jqx-rc-tl-tabstheme {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px
}
.jqx-rc-tr-tabstheme {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px
}
.jqx-rc-bl-tabstheme {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.jqx-rc-br-tabstheme {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.jqx-rc-t-tabstheme {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px
}
.jqx-rc-b-tabstheme {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.jqx-rc-r-tabstheme {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.jqx-rc-l-tabstheme {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.jqx-rc-all-tabstheme {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.jqx-widget-tabstheme, .jqx-widget-content, .jqx-widget-header, .jqx-input-tabstheme {
	-webkit-transition: box-shadow linear .2s;
	-moz-transition: box-shadow linear .2s;
	-o-transition: box-shadow linear .2s;
	transition: box-shadow linear .2s
}
.jqx-listitem-state-normal-tabstheme, .jqx-listitem-state-hover-tabstheme, .jqx-listitem-state-selected-tabstheme, .jqx-tabs-title-selected-top-tabstheme, .jqx-tabs-title-selected-bottom-tabstheme {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.jqx-fill-state-normal-tabstheme {
	box-shadow: 0 1px 0 rgba(0,0,0,0.08), inset 0 1px 2px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.08), inset 0 1px 2px rgba(255,255,255,0.75);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.08), inset 0 1px 2px rgba(255,255,255,0.75)
}
.jqx-widget-header-tabstheme, .jqx-fill-state-normal-tabstheme {
	text-shadow: 0 1px 0 #f0f0f0;
	border-color: #b2b2b2;
	border-color: rgba(0,0,0,0.25);
	color: #444;
	background-color: #f0f0f0;
	background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
	background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
	background-image: -moz-linear-gradient(#ededed, #ededed 38%, #dedede);
	background-image: -o-linear-gradient(#ededed, #ededed 38%, #dedede);
	-webkit-transition: color 200ms
}
.jqx-widget-content-tabstheme {
	border-color: #b2b2b2;
	border-color: rgba(0,0,0,0.25)
}
.jqx-fill-state-hover-tabstheme {
	/*text-shadow: 0 1px 0 #f0f0f0;
	border-color: #b2b2b2;
	border-color: rgba(0,0,0,0.3);
	color: black;
	background-color: #f0f0f0;
	background-image: linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -moz-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -o-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
	box-shadow: 0 1px 0 rgba(0,0,0,0.12), inset 0 1px 2px rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.12), inset 0 1px 2px rgba(255,255,255,0.95);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.12), inset 0 1px 2px rgba(255,255,255,0.95);*/
	/*-webkit-transition: color 200ms*/
}
.jqx-fill-state-pressed-tabstheme {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	background-color: #f0f0f0;
	background-image: linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -moz-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -o-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
	-webkit-transition: color 200ms
}
.jqx-grid-column-menubutton-tabstheme {
	background-color: transparent
}
.jqx-calendar-row-header-tabstheme, .jqx-calendar-top-left-header-tabstheme {
	background-color: #f0f0f0;
	border: 0 solid #f2f2f2
}
.jqx-calendar-column-header-tabstheme {
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e9e9e9
}
.jqx-scrollbar-state-normal-tabstheme {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0
}
.jqx-grid-cell-hover-tabstheme {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}
.jqx-scrollbar-thumb-state-normal-tabstheme {
	background-color: #f0f0f0;
	background-image: linear-gradient(left, #ededed, #ededed 38%, #dedede);
	background-image: -webkit-linear-gradient(left, #ededed, #ededed 38%, #dedede);
	background-image: -moz-linear-gradient(left, #ededed, #ededed 38%, #dedede);
	background-image: -o-linear-gradient(left, #ededed, #ededed 38%, #dedede);
	background-image: -ms-linear-gradient(left, #ededed, #ededed 38%, #dedede)
}
.jqx-scrollbar-thumb-state-hover-tabstheme {
	background-color: #f0f0f0;
	background-image: linear-gradient(left, #f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -webkit-linear-gradient(left, #f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -o-linear-gradient(left, #f0f0f0, #f0f0f0 38%, #e0e0e0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #f0f0f0 38%, #e0e0e0)
}
.jqx-splitter-collapse-button-vertical-tabstheme, .jqx-splitter-collapse-button-horizontal-tabstheme {
	background: #b2b2b2
}
.jqx-scrollbar-thumb-state-pressed-tabstheme, .jqx-progressbar-value-vertical-tabstheme {
	background-color: #f0f0f0;
	background-image: linear-gradient(left, #e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -webkit-linear-gradient(left, #e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -moz-linear-gradient(left, #e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -o-linear-gradient(left, #e7e7e7, #e7e7e7 38%, #d7d7d7);
	background-image: -ms-linear-gradient(left, #e7e7e7, #e7e7e7 38%, #d7d7d7)
}
.jqx-grid-column-sortdescbutton-tabstheme, jqx-grid-column-filterbutton-tabstheme, .jqx-grid-column-sortascbutton-tabstheme {
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	border-color: #b2b2b2
}
.jqx-slider-rangebar-tabstheme {
	background: #c3c3c3
}
.jqx-menu-vertical-tabstheme {
	background: #f5f5f5;
	filter: none
}
.jqx-checkbox-check-checked-tabstheme {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC')
}
.jqx-combobox-content-tabstheme, .jqx-input-tabstheme {
	border-color: #b2b2b2;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}
.jqx-combobox-content-tabstheme {
	border-color: #b2b2b2;
	border-color: rgba(0,0,0,0.25)
}
.jqx-fill-state-focus-tabstheme, .jqx-combobox-content-focus-tabstheme, .jqx-numberinput-focus-tabstheme {
	outline: none;
	border-color: #777
}
.jqx-grid-bottomright-tabstheme, .jqx-panel-bottomright-tabstheme, .jqx-listbox-bottomright-tabstheme {
	background-color: #efefef
}
.jqx-tabs-title-selected-top-tabstheme, .jqx-tabs-selection-tracker-top-tabstheme {
	border-color: #b2b2b2;
	border-bottom: 1px solid #fff;
	text-shadow: 0 1px 0 #f2f2f2;
	filter: none;
	color: #222;
	background: #fff
}
.jqx-tabs-title-selected-bottom-tabstheme, .jqx-tabs-selection-tracker-bottom-tabstheme {
	border-color: #b2b2b2;
	border-top: 1px solid #fff;
	text-shadow: 0 1px 0 #f2f2f2;
	filter: none;
	color: #222;
	background: #fff
}
.jqx-popup-tabstheme {
	-webkit-box-shadow: 4px 4px 23px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 23px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 23px rgba(0,0,0,0.15)
}
.jqx-menu-popup-tabstheme>div:first-child {
	padding-bottom: 15px!important;
	padding-right: 15px!important
}
.jqx-menu-popup-clear-tabstheme>div:first-child {
	padding-bottom: 0!important
}
.jqx-window-tabstheme, .jqx-tooltip-tabstheme {
	-webkit-box-shadow: 0 4px 23px 5px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 4px 23px 5px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.15);
	box-shadow: 0 4px 23px 5px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.15)
}
.jqx-docking-tabstheme .jqx-window-tabstheme {
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}
.jqx-docking-panel-tabstheme .jqx-window-tabstheme {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.jqx-radiobutton-tabstheme {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background: none
}
.jqx-radiobutton-tabstheme-tabstheme, .jqx-radiobutton-hover-tabstheme {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-repeat: no-repeat
}
.jqx-radiobutton-check-checked-tabstheme {
	filter: none;
	background: #666;
	background-repeat: no-repeat;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.jqx-radiobutton-check-indeterminate-tabstheme {
	filter: none;
	background: #999;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.jqx-radiobutton-check-indeterminate-disabled-tabstheme {
	filter: none;
	background: #999;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.jqx-slider-track-horizontal-tabstheme, .jqx-slider-track-vertical-tabstheme {
	border-color: #b2b2b2;
	background: #f0f0f0
}
.jqx-slider-button-tabstheme {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.jqx-widget-tabstheme {
	font-family: Verdana
}
.jqx-widget-content-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #d9d9d9;
	background: #fff;
	font-family: Verdana;
	background:#f5f5f5;
	padding-top:0px;
}
.jqx-widget-header-tabstheme, .jqx-grid-tabstheme .jqx-widget-header-tabstheme {
	color: #fff;
	text-shadow: none;
	border-color:#fff;
	background-color:#fff;
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -ms-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	/*border-color: #376b9a;
	background-color: #6387ab;
	background-image: -moz-linear-gradient(top, #6387ab, #567ca1);
	background-image: -ms-linear-gradient(top, #6387ab, #567ca1);
	background-image: -o-linear-gradient(top, #6387ab, #567ca1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#6387ab), to(#567ca1));
	background-image: -webkit-linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(to bottom, #6387ab, #567ca1);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;*/
	font-family: Verdana
}
.jqx-grid-column-menubutton-tabstheme, .jqx-widget-tabstheme.jqx-grid-column-menubutton-tabstheme {
	border-color: #376b9a
}
.jqx-grid-cell-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-tabstheme {
	background-color: #fff;
	color: #222;
	text-shadow: none
}
.jqx-fill-state-normal-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed, #dedede);
	background-image: -ms-linear-gradient(top, #ededed, #dedede);
	background-image: -o-linear-gradient(top, #ededed, #dedede);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#dedede));
	background-image: -webkit-linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(to bottom, #ededed, #dedede);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	font-family: Verdana
}
.jqx-button-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed, #dedede);
	background-image: -ms-linear-gradient(top, #ededed, #dedede);
	background-image: -o-linear-gradient(top, #ededed, #dedede);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#dedede));
	background-image: -webkit-linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(to bottom, #ededed, #dedede);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	font-family: Verdana
}
.jqx-grid-selectionarea-tabstheme {
	border-color: #b2b2b2;
	background-color: #ededed
}
.jqx-widget-tabstheme .jqx-grid-cell-sort-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-filter-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-pinned-tabstheme, .jqx-grid-cell-sort-tabstheme, .jqx-grid-cell-filter-tabstheme, .jqx-grid-cell-pinned-tabstheme {
	background-color: #aaa;
	color: #000;
	text-shadow: none
}
.jqx-widget-tabstheme .jqx-grid-cell-alt-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-sort-alt-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-pinned-alt-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-filter-alt-tabstheme, .jqx-grid-cell-alt-tabstheme, .jqx-grid-cell-sort-alt-tabstheme, .jqx-grid-cell-filter-alt-tabstheme {
	background-color: #f9f9f9;
	color: #000;
	text-shadow: none
}
.jqx-fill-state-hover-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-hover-tabstheme {
	color: #fff;
	text-shadow: none;
	border-color: #376b9a;
	background-color: #6387ab;
	background-image: -moz-linear-gradient(top, #6387ab, #567ca1);
	background-image: -ms-linear-gradient(top, #6387ab, #567ca1);
	background-image: -o-linear-gradient(top, #6387ab, #567ca1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#6387ab), to(#567ca1));
	background-image: -webkit-linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(top, #6387ab, #567ca1);
	background-image: linear-gradient(to bottom, #6387ab, #567ca1);
	/*border-color: #b2b2b2;
	background-color: #f0f0f0;
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);*/
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	font-family: Verdana
}
.jqx-fill-state-pressed-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-selected-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -ms-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -o-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(to bottom, #e7e7e7, #d7d7d7);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	font-family: Verdana
}
.jqx-switchbutton-label-on-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -ms-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -o-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(to bottom, #e7e7e7, #d7d7d7);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-tabs-title-selected-top-tabstheme, .jqx-tabs-selection-tracker-top-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #d9d9d9;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: -1px;
	background-image: none;
	background-color: #f5f5f5;
}
.jqx-tabs-title-selected-bottom-tabstheme, .jqx-tabs-selection-tracker-bottom-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	border-top: 1px solid #fff;
	background-image: none;
	background-color: #fff
}
.jqx-splitter-splitbar-hover-tabstheme {
	background: #f0f0f0
}
.jqx-splitter-splitbar-vertical-tabstheme, .jqx-splitter-splitbar-horizontal-tabstheme, .jqx-slider-track-horizontal-tabstheme, .jqx-slider-track-vertical-tabstheme {
	background: #ededed
}
.jqx-splitter-collapse-button-horizontal-tabstheme, .jqx-splitter-collapse-button-vertical-tabstheme, .jqx-slider-rangebar-tabstheme {
	background: #e7e7e7
}
.jqx-scrollbar-state-normal-tabstheme {
	background-color: #f0f0f0;
	border-color: #f0f0f0
}
.jqx-grid-bottomright-tabstheme, .jqx-panel-bottomright-tabstheme, .jqx-listbox-bottomright-tabstheme {
	background-color: #f0f0f0
}
.jqx-scrollbar-thumb-state-normal-tabstheme {
	background-color: #ededed;
	background-color: #ededed;
	background-image: -moz-linear-gradient(left, #ededed, #dedede);
	background-image: -ms-linear-gradient(left, #ededed, #dedede);
	background-image: -o-linear-gradient(left, #ededed, #dedede);
	background-image: -webkit-gradient(linear, left top, right top, from(#ededed), to(#dedede));
	background-image: -webkit-linear-gradient(left, #ededed, #dedede);
	background-image: linear-gradient(left, #ededed, #dedede);
	background-image: linear-gradient(left right, #ededed, #dedede)
}
.jqx-scrollbar-thumb-state-normal-horizontal-tabstheme {
	background-color: #ededed;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed, #dedede);
	background-image: -ms-linear-gradient(top, #ededed, #dedede);
	background-image: -o-linear-gradient(top, #ededed, #dedede);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#dedede));
	background-image: -webkit-linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(to bottom, #ededed, #dedede);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-scrollbar-thumb-state-hover-tabstheme {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	background-image: -moz-linear-gradient(left, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(left, #f0f0f0, #e0e0e0);
	background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(left, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(left, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(left right, #f0f0f0, #e0e0e0)
}
.jqx-scrollbar-thumb-state-hover-horizontal-tabstheme {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-scrollbar-thumb-state-pressed-tabstheme {
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	background-image: -moz-linear-gradient(left, #e7e7e7, #d7d7d7);
	background-image: -ms-linear-gradient(left, #e7e7e7, #d7d7d7);
	background-image: -o-linear-gradient(left, #e7e7e7, #d7d7d7);
	background-image: -webkit-gradient(linear, left top, right top, from(#e7e7e7), to(#d7d7d7));
	background-image: -webkit-linear-gradient(left, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(left, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(left right, #e7e7e7, #d7d7d7)
}
.jqx-scrollbar-thumb-state-pressed-horizontal-tabstheme {
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -ms-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -o-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(to bottom, #e7e7e7, #d7d7d7);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-scrollbar-button-state-normal-tabstheme {
	background-color: #f0f0f0;
	background-image: -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
	background-image: -o-linear-gradient(top, #f0f0f0, #f0f0f0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
	background-image: linear-gradient(top, #f0f0f0, #f0f0f0);
	background-image: linear-gradient(to bottom, #f0f0f0, #f0f0f0);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-scrollbar-button-state-hover-tabstheme {
	background-color: #f0f0f0;
	border-color: #b2b2b2;
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-scrollbar-button-state-pressed-tabstheme {
	background-color: #e7e7e7;
	border-color: #b2b2b2;
	background-image: -moz-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -ms-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -o-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(top, #e7e7e7, #d7d7d7);
	background-image: linear-gradient(to bottom, #e7e7e7, #d7d7d7);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-radiobutton-check-checked-tabstheme {
	background: #666;
	width: 7px;
	height: 7px;
	margin-left: 2px;
	margin-top: 2px;
	border-width: 1px;
	border-style: solid
}
.jqx-rc-tl-tabstheme {
	-moz-border-radius-topleft: 2px;
	-webkit-border-radius-topleft: 2px;
	border-radius-topleft: 2px
}
.jqx-rc-tr-tabstheme {
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topright: 2px;
	border-radius-topright: 2px
}
.jqx-rc-bl-tabstheme {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-radius-bottomleft: 2px;
	border-radius-bottomleft: 2px
}
.jqx-rc-br-tabstheme {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-bottomright: 2px;
	border-radius-bottomright: 2px
}
.jqx-rc-t-tabstheme {
	/*-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px*/
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px
}
.jqx-rc-b-tabstheme {
	/*-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px*/
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px
}
.jqx-rc-r-tabstheme {
	/*-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px*/
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px
}
.jqx-rc-l-tabstheme {
	/*-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px*/
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px
}
.jqx-radiobutton-default-tabstheme, .jqx-radiobutton-tabstheme, .jqx-radiobutton-check-checked-tabstheme, .jqx-radiobutton-hover-tabstheme, .jqx-radiobutton-check-indeterminate-tabstheme, .jqx-radiobutton-check-indeterminate-disabled-tabstheme, .jqx-slider-button-tabstheme {
	-moz-border-radius: 100%!important;
	-webkit-border-radius: 100%!important;
	border-radius: 100%!important
}
.jqx-rc-all-tabstheme, .jqx-tooltip-tabstheme, .jqx-tooltip-text-tabstheme, .jqx-tooltip-main-tabstheme {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.jqx-grid-column-sortascbutton-tabstheme, .jqx-expander-arrow-bottom-tabstheme, .jqx-window-collapse-button-tabstheme, .jqx-menu-item-arrow-up-tabstheme, .jqx-menu-item-arrow-top-up-tabstheme, .jqx-icon-arrow-up-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-icon-arrow-up-hover-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-menu-item-arrow-up-selected-tabstheme, .jqx-icon-arrow-up-selected-tabstheme.jqx-expander-arrow-expanded-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-grid-column-menubutton-tabstheme, .jqx-grid-column-sortdescbutton-tabstheme, .jqx-expander-arrow-top-tabstheme, .jqx-window-collapse-button-collapsed-tabstheme, .jqx-menu-item-arrow-down-tabstheme, .jqx-menu-item-arrow-down-tabstheme, .jqx-tree-item-arrow-expand-tabstheme, .jqx-grid-group-expand-tabstheme, .jqx-widget-tabstheme .jqx-grid-group-expand-tabstheme, .jqx-icon-arrow-down-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-icon-arrow-down-hover-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-menu-item-arrow-down-selected-tabstheme, .jqx-icon-arrow-down-selected-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-tabs-arrow-left-tabstheme, .jqx-menu-item-arrow-top-left-tabstheme, .jqx-grid-group-collapse-rtl-tabstheme, .jqx-widget-tabstheme .jqx-grid-group-collapse-rtl-tabstheme, .jqx-icon-arrow-left-tabstheme, .jqx-icon-arrow-down-left-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-icon-arrow-left-hover-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-menu-vertical-tabstheme {
	background: #fff
}
.jqx-menu-item-arrow-left-selected-tabstheme, .jqx-icon-arrow-left-selected-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-tabs-arrow-right-tabstheme, .jqx-menu-item-arrow-top-right-tabstheme, .jqx-menu-item-arrow-collapse-tabstheme, .jqx-grid-group-collapse-tabstheme, .jqx-widget-tabstheme .jqx-grid-group-collapse-tabstheme, .jqx-icon-arrow-right-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-icon-arrow-right-hover-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-menu-item-arrow-right-selected-tabstheme, .jqx-icon-arrow-right-selected-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-window-close-button-tabstheme, .jqx-tabs-close-button-tabstheme, .icon-close-tabstheme {
	background-image: url('images/close.png')
}
.jqx-tabs-close-button-selected-tabstheme {
	background-image: url('images/close.png')
}
.jqx-tabs-close-button-hover-tabstheme {
	background-image: url('images/close.png')
}
.jqx-widget-tabstheme .jqx-grid-column-header-tabstheme, .jqx-widget-tabstheme .jqx-grid-cell-tabstheme, .jqx-widget-tabstheme .jqx-grid-group-cell-tabstheme, .jqx-grid-cell-tabstheme {
	border-color: #b2b2b2
}
.jqx-checkbox-check-checked-tabstheme {
	background-image: url('images/check_black.png')
}
.jqx-checkbox-check-indeterminate-tabstheme {
	background-image: url('images/check_indeterminate_black.png')
}
.jqx-tooltip-tabstheme, .jqx-tooltip-main-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed, #dedede);
	background-image: -ms-linear-gradient(top, #ededed, #dedede);
	background-image: -o-linear-gradient(top, #ededed, #dedede);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#dedede));
	background-image: -webkit-linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(top, #ededed, #dedede);
	background-image: linear-gradient(to bottom, #ededed, #dedede);
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-background-clip: padding-box
}
.jqx-combobox-content-tabstheme, .jqx-input-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #b2b2b2;
	background-color: #fff
}
.jqx-combobox-input-tabstheme {
	color: #000;
	text-shadow: none
}
.jqx-input-content-tabstheme {
	color: #000;
	text-shadow: none;
	background-color: #fff
}
.jqx-fill-state-focus-tabstheme, .jqx-popup-tabstheme .jqx-fill-state-focus-tabstheme {
	border-color: #777
}
.jqx-popup-tabstheme.jqx-listbox-tabstheme, .jqx-popup-tabstheme.jqx-calendar-tabstheme, .jqx-menu-dropdown-tabstheme, .jqx-popup-tabstheme.jqx-dropdownbutton-popup-tabstheme {
	color: #000;
	text-shadow: none;
	border-color: #777;
	background-color: #fff
}
.jqx-menu-item-arrow-right-tabstheme, .jqx-tree-item-arrow-collapse-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-menu-item-arrow-left-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-tree-item-arrow-expand-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-up-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-left-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-right-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-bottom-tabstheme {
	background-image: url('images/icon-bottom.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-up-hover-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-left-hover-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-right-hover-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-bottom-hover-tabstheme {
	background-image: url('images/icon-bottom.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-up-selected-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-left-selected-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-right-selected-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-scrollbar-tabstheme .jqx-icon-arrow-bottom-selected-tabstheme {
	background-image: url('images/icon-bottom.png')
}
.jqx-widget-tabstheme .jqx-grid-cell-tabstheme, .jqx-listitem-state-normal-tabstheme, .jqx-menu-item-normal-tabstheme, .jqx-tree-item-normal-tabstheme, .jqx-calendar-cell-tabstheme, .jqx-grid-cell-tabstheme, .jqx-menu-vertical-tabstheme .jqx-menu-item-top-normal-tabstheme, .jqx-input-popup-tabstheme .jqx-fill-state-normal-tabstheme {
	font-family: Verdana
}
.jqx-widget-tabstheme .jqx-grid-cell-hover-tabstheme, .jqx-listitem-state-hover-tabstheme, .jqx-menu-item-hover-tabstheme, .jqx-tree-item-hover-tabstheme, .jqx-calendar-cell-hover-tabstheme, .jqx-grid-cell-hover-tabstheme, .jqx-menu-vertical-tabstheme .jqx-menu-item-top-hover-tabstheme, .jqx-input-popup-tabstheme .jqx-fill-state-hover-tabstheme, .jqx-input-button-header-tabstheme, .jqx-input-popup-tabstheme .jqx-fill-state-pressed-tabstheme, .jqx-input-button-header-tabstheme {
	font-family: Verdana
}
.jqx-widget-tabstheme .jqx-grid-cell-selected-tabstheme, .jqx-listitem-state-selected-tabstheme, .jqx-menu-item-selected-tabstheme, .jqx-tree-item-selected-tabstheme, .jqx-calendar-cell-selected-tabstheme, .jqx-grid-cell-selected-tabstheme, .jqx-menu-vertical-tabstheme .jqx-menu-item-top-selected-tabstheme, .jqx-grid-selectionarea-tabstheme {
	font-family: Verdana
}
.jqx-icon-calendar-tabstheme {
	background-image: url('images/icon-calendar.png')
}
.jqx-icon-calendar-hover-tabstheme {
	background-image: url('images/icon-calendar.png')
}
.jqx-icon-calendar-pressed-tabstheme {
	background-image: url('images/icon-calendar.png')
}
.jqx-icon-first-tabstheme {
	background-image: url('images/icon-first.png')
}
.jqx-icon-first-hover-tabstheme {
	background-image: url('images/icon-first.png')
}
.jqx-icon-first-selected-tabstheme {
	background-image: url('images/icon-first.png')
}
.jqx-icon-last-tabstheme {
	background-image: url('images/icon-last.png')
}
.jqx-icon-last-hover-tabstheme {
	background-image: url('images/icon-last.png')
}
.jqx-icon-last-selected-tabstheme {
	background-image: url('images/icon-last.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-tabstheme>.jqx-grid-group-expand-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-hover-tabstheme>.jqx-grid-group-expand-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-selected-tabstheme>.jqx-grid-group-expand-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-tabstheme>.jqx-grid-group-collapse-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-hover-tabstheme>.jqx-grid-group-collapse-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-selected-tabstheme>.jqx-grid-group-collapse-tabstheme {
	background-image: url('images/icon-right.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-tabstheme>.jqx-grid-group-expand-rtl-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-hover-tabstheme>.jqx-grid-group-expand-rtl-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-selected-tabstheme>.jqx-grid-group-expand-rtl-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-tabstheme>.jqx-grid-group-collapse-rtl-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-hover-tabstheme>.jqx-grid-group-collapse-rtl-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-grid-cell-tabstheme.jqx-grid-cell-selected-tabstheme>.jqx-grid-group-collapse-rtl-tabstheme {
	background-image: url('images/icon-left.png')
}
.jqx-grid-column-menubutton-tabstheme, .jqx-grid-column-sortdescbutton-tabstheme {
	background-image: url('images/icon-down.png')
}
.jqx-grid-column-sortascbutton-tabstheme {
	background-image: url('images/icon-up.png')
}
.jqx-icon-delete-tabstheme {
	background-image: url('images/icon-delete.png')
}
.jqx-icon-edit-tabstheme {
	background-image: url('images/icon-edit.png')
}
.jqx-icon-save-tabstheme {
	background-image: url('images/icon-save.png')
}
.jqx-icon-cancel-tabstheme {
	background-image: url('images/icon-cancel.png')
}
.jqx-icon-search-tabstheme {
	background-image: url('images/icon-search.png')
}
.jqx-icon-plus-tabstheme {
	background-image: url('images/icon-plus.png')
}

