skin_styles.css

4487 lines | 185.595 kB Blame History Raw Download
/*============================================================
This CSS file is generated by skins/EnterpriseSeries/sass/_base.scss

This file should NOT be edited directly, unless renamed to 
something other than skin_styles.css otherwise it may get 
overwritten by _base.scss.
==============================================================*/
/*============================================================
	"Enterprise" theme CSS styles
	Copyright 2001 and beyond, Isomorphic Software

	:: Contents ::
	
	1) General
			default text
            default border
			drop indicator
            hover canvas
	2) Buttons
			Button
			ImgButton
			StretchImgButton
	3) Menu
			MenuButton
	4) Window
			Dialog
    5) Layout
			drop line
			drag placeholder
			splitbar (resizebar)
	6) TabSet
			tab titles
	7) SectionStack
			image SectionHeaders
			CSS SectionHeaders
	8) Forms
			general
			headerItem
			text items
			selectItem
			checkbox & radioButton
			ColorChooser
			DateChooser
	9) Slider & Rangebar		
	10) DetailViewer
	11) ListGrid
			parts
			headers
			cells
    12) ToolStrip
    12a) ToolStripGroup and IconButton
    13) Tools
    14) TileGrid
    15) Scrollbars
	------------
	internal/unused styles
============================================================*/
/*============================================================
	1) General
============================================================*/
/* line 75, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.pageBackground {
  background: #fafafa;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* default text */
/* line 85, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.normal {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 93, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.defaultBorder {
  border: 1px solid #ababab;
}

/* drag outline */
/* line 98, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dragOutline {
  border: 1px dashed #0b6ef9;
}

/* drop indicator */
/* line 103, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dropBorder {
  background-color: gray;
}

/* hover canvas  */
/* line 110, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.canvasHover,
.gridHover,
.formHover {
  background-color: white;
  border: 1px solid gray;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 5px;
}

/* group label */
/* line 122, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.groupLabel {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

/* CSS3 Mode */
/* line 135, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.richTextEditorBorder {
  border-top: 3px solid #c4ddfd;
  border-bottom: 4px solid #c4ddfd;
  border-left: 4px solid #c4ddfd;
  border-right: 4px solid #c4ddfd;
  -moz-box-shadow: 0 1px #8fa7c7, 0 -1px #e7f5fe, 0 -2px #8fa7c7, 1px 0 #8fa7c7, -1px 0 #8fa7c7;
  -webkit-box-shadow: 0 1px #8fa7c7, 0 -1px #e7f5fe, 0 -2px #8fa7c7, 1px 0 #8fa7c7, -1px 0 #8fa7c7;
  -o-box-shadow: 0 1px #8fa7c7, 0 -1px #e7f5fe, 0 -2px #8fa7c7, 1px 0 #8fa7c7, -1px 0 #8fa7c7;
  box-shadow: 0 1px #8fa7c7, 0 -1px #e7f5fe, 0 -2px #8fa7c7, 1px 0 #8fa7c7, -1px 0 #8fa7c7;
}

/*============================================================
    2) Button
		button.baseStyle
		buttonStrip.baseStyle
		buttonTable.baseButtonStyle
		listBar.labelStyle
		listGrid.headerBaseStyle (not in this skin)
============================================================*/
/* line 166, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.button,
.buttonOver,
.buttonFocused,
.buttonFocusedOver,
.buttonDown,
.buttonFocusedDown,
.buttonSelected,
.buttonSelectedFocused,
.buttonSelectedDown,
.buttonSelectedFocusedDown,
.buttonSelectedOver,
.buttonSelectedFocusedOver,
.buttonDisabled,
.buttonSelectedDisabled {
  background-color: #f0f0f0;
  background-image: url("./images/cssButton/button_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0')";
  border: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 2px;
}

/* CSS3 Mode */
/* line 197, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRounded,
.buttonRoundedOver,
.buttonRoundedFocused,
.buttonRoundedFocusedOver,
.buttonRoundedDown,
.buttonRoundedFocusedDown,
.buttonRoundedSelected,
.buttonRoundedSelectedFocused,
.buttonRoundedSelectedDown,
.buttonRoundedSelectedFocusedDown,
.buttonRoundedSelectedOver,
.buttonRoundedSelectedFocusedOver,
.buttonRoundedDisabled,
.buttonRoundedSelectedDisabled {
  background-color: #f0f0f0;
  background-image: url("./images/cssButton/button_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0')";
  border: 1px solid #597db1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 3px;
}

/* line 214, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRounded {
  border: 1px solid #ababab;
  -moz-box-shadow: inset white 0 -1px 1px, inset white -1px 0 1px, inset white 1px 0 1px;
  -webkit-box-shadow: inset white 0 -1px 1px, inset white -1px 0 1px, inset white 1px 0 1px;
  -o-box-shadow: inset white 0 -1px 1px, inset white -1px 0 1px, inset white 1px 0 1px;
  box-shadow: inset white 0 -1px 1px, inset white -1px 0 1px, inset white 1px 0 1px;
}

/* CSS3 Mode */
/* line 220, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedDisabled {
  background-color: #e8e8e8;
  background-image: url("./images/cssButton/button_Disabled_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#f0f0f0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#f0f0f0')";
  border-bottom: 1px solid #b6bdc9;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  border-top: 1px solid #bfbfbf;
}

/* line 236, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonDisabled {
  background-color: #e8e8e8;
  background-image: url("./images/cssButton/button_Disabled_stretch.png");
  background-repeat: repeat-x;
  border-bottom: 1px solid #b6bdc9;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  border-top: 1px solid #bfbfbf;
}

/* line 251, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonDisabled,
.buttonSelectedDisabled {
  color: #ababab;
  font-weight: normal;
}

/* CSS3 Mode */
/* line 258, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedDisabled,
.buttonRoundedSelectedDisabled {
  color: #ababab;
  font-weight: normal;
}

/* line 267, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonFocused,
.buttonFocusedOver,
.buttonSelectedFocused,
.buttonSelectedFocusedOver,
.buttonSelectedFocusedDown {
  border-bottom: 1px solid #c4ddfd;
  border-left: 1px solid #99c7ff;
  border-right: 1px solid #99c7ff;
  border-top: 1px solid #b4d4fd;
}

/* CSS3 Mode */
/* line 281, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedFocused,
.buttonRoundedFocusedOver,
.buttonRoundedSelectedFocused,
.buttonRoundedSelectedFocusedOver,
.buttonRoundedSelectedFocusedDown {
  border: 1px solid #ababab;
}

/* line 288, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonOver,
.buttonFocusedOver,
.buttonSelectedFocused,
.buttonSelectedFocusedOver {
  background-color: #b4d4fd;
  background-image: url("./images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(52%, #deeffc), color-stop(57%, #c9e3fd), color-stop(100%, #b7d7f5));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5')";
}

/* CSS3 Mode */
/* line 302, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedOver,
.buttonRoundedFocusedOver,
.buttonRoundedSelectedFocused,
.buttonRoundedSelectedFocusedOver {
  background-color: #b4d4fd;
  background-image: url("./images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  border: 1px solid #597db1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf6fd), color-stop(11%, #fafeff), color-stop(22%, #fafeff), color-stop(39%, #f0faff), color-stop(94%, #c2e0ff), color-stop(100%, #c8e4fe));
  background-image: -webkit-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -moz-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -o-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -ms-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#edf6fd', endColorstr='#c8e4fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#edf6fd', endColorstr='#c8e4fe')";
  -moz-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  -webkit-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  -o-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
}

/* line 317, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonDown,
.buttonFocusedDown,
.buttonSelectedDown,
.buttonSelectedFocusedDown {
  background-color: #bdddff;
  background-image: url("./images/cssButton/button_Down_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f2f3), color-stop(41%, #f1f2f3), color-stop(100%, #b1d7f6));
  background-image: -webkit-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -moz-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -o-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -ms-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7')";
  border: 1px solid #597db1;
  -moz-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -webkit-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -o-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
}

/* CSS3 Mode */
/* line 333, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedDown,
.buttonRoundedFocusedDown,
.buttonRoundedSelectedDown,
.buttonRoundedSelectedFocusedDown {
  background-color: #bdddff;
  background-image: url("./images/cssButton/button_Down_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f2f3), color-stop(41%, #f1f2f3), color-stop(100%, #b1d7f6));
  background-image: -webkit-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -moz-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -o-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -ms-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7')";
  border: 1px solid #597db1;
  -moz-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -webkit-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -o-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
}

/* line 349, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonSelected,
.buttonSelectedFocused,
.buttonSelectedOver,
.buttonSelectedFocusedOver,
.buttonSelectedDisabled {
  background-color: #b4d4fd;
  background-image: url("./images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(52%, #deeffc), color-stop(57%, #c9e3fd), color-stop(100%, #b7d7f5));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5')";
}

/* CSS3 Mode */
/* line 364, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonRoundedSelected,
.buttonRoundedSelectedFocused,
.buttonRoundedSelectedOver,
.buttonRoundedSelectedFocusedOver,
.buttonRoundedSelectedDisabled {
  background-color: #b4d4fd;
  background-image: url("./images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf6fd), color-stop(11%, #fafeff), color-stop(22%, #fafeff), color-stop(39%, #f0faff), color-stop(94%, #c2e0ff), color-stop(100%, #c8e4fe));
  background-image: -webkit-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -moz-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -o-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: -ms-linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  background-image: linear-gradient(top, #edf6fd 0%, #fafeff 11%, #fafeff 22%, #f0faff 39%, #c2e0ff 94%, #c8e4fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#edf6fd', endColorstr='#c8e4fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#edf6fd', endColorstr='#c8e4fe')";
  -moz-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  -webkit-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  -o-box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
  box-shadow: inset #d8eafd 0 -1px 1px, inset #d8eafd -1px 0 1px, inset #d8eafd 1px 0 1px;
}

/* ImgButton */
/* line 383, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.imgButton,
.imgButtonOver,
.imgButtonSelected,
.imgButtonSelectedDisabled,
.imgButtonSelectedOver,
.imgButtonDown,
.imgButtonSelectedDown,
.imgButtonDisabled {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 390, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.imgButtonDisabled {
  color: #666666;
}

/* StretchImgButton */
/* line 402, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.stretchImgButton,
.stretchImgButtonSelected,
.stretchImgButtonSelectedOver,
.stretchImgButtonOver,
.stretchImgButtonDown,
.stretchImgButtonSelectedDown,
.stretchImgButtonSelectedDisabled,
.stretchImgButtonDisabled {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 409, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.stretchImgButtonOver {
  font-weight: normal;
}

/* line 414, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.stretchImgButtonSelectedDisabled,
.stretchImgButtonDisabled {
  color: #ababab;
  font-weight: normal;
}

/* Button Title */
/* line 433, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonTitle,
.buttonTitleOver,
.buttonTitleDown,
.buttonTitleSelected,
.buttonTitleFocused,
.buttonTitleSelectedFocused,
.buttonTitleSelectedOver,
.buttonTitleFocusedOver,
.buttonTitleSelectedFocusedOver,
.buttonTitleSelectedDown,
.buttonTitleFocusedDown,
.buttonTitleSelectedFocusedDown,
.buttonTitleDisabled,
.buttonTitleSelectedDisabled {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 442, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.buttonTitleDisabled,
.buttonTitleSelectedDisabled {
  color: #ababab;
  font-weight: normal;
}

/*============================================================
    3) Menus 
============================================================*/
/* line 452, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuMain {
  background-color: white;
  background-image: url("./images/Menu/menu_background.png");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(17%, #dbdbdb), color-stop(17%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #dbdbdb 17%, #ffffff 17%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #dbdbdb 17%, #ffffff 17%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #dbdbdb 17%, #ffffff 17%, #ffffff 100%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #dbdbdb 17%, #ffffff 17%, #ffffff 100%);
  background-image: linear-gradient(left, #fafafa 0%, #dbdbdb 17%, #ffffff 17%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#fafafa', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fafafa', endColorstr='white')";
  border: 1px solid #8fa7c7;
}

/* line 464, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuTable {
  border: 1px solid #8fa7c7;
}

/* line 468, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeMenuBody {
  background: white;
  border: 1px solid #8fa7c7;
}

/* line 495, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menu,
.menuSelected,
.menuOver,
.menuSelectedOver,
.menuDisabled,
.menuTitleField,
.menuTitleFieldDark,
.menuTitleFieldSelected,
.menuTitleFieldSelectedDark,
.menuTitleFieldOver,
.menuTitleFieldOverDark,
.menuTitleFieldSelectedOver,
.menuTitleFieldSelectedOverDark,
.menuTitleFieldDisabled,
.menuIconField,
.menuIconFieldOver,
.menuIconFieldSelected,
.menuIconFieldSelectedOver,
.menuIconFieldDisabled,
.treeMenuSelected,
.treeMenuSelectedOver,
.treeMenuSelectedSelected,
.treeMenuSelectedSelectedOver {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 529, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuOver,
.menuOverDark,
.menuSelectedOver,
.menuSelectedOverDark,
.menuTitleFieldOver,
.menuTitleFieldOverDark,
.menuTitleFieldSelectedOver,
.menuTitleFieldSelectedOverDark,
.menuIconFieldOver,
.menuIconFieldOverDark,
.menuIconFieldSelectedOver,
.menuIconFieldSelectedOverDark,
.treeMenuSelected,
.treeMenuSelectedDark,
.treeMenuSelectedOver,
.treeMenuSelectedOverDark,
.treeMenuSelectedSelected,
.treeMenuSelectedSelectedOver {
  background-color: #c4ddfd;
  background-image: url("./images/ListGrid/row_Over.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px 1px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#cce5ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#cce5ff')";
}

/* line 549, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuTitleField,
.menuTitleFieldDark,
.menuTitleFieldSelected,
.menuTitleFieldSelectedDark,
.menuTitleFieldOver,
.menuTitleFieldOverDark,
.menuTitleFieldSelectedOver,
.menuTitleFieldSelectedOverDark,
.menuTitleFieldDisabled {
  padding-left: 4px;
}

/* line 561, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuIconField,
.menuIconFieldDark,
.menuIconFieldOver,
.menuIconFieldOverDark,
.menuIconFieldSelected,
.menuIconFieldSelectedDark,
.menuIconFieldSelectedOver,
.menuIconFieldSelectedOverDark,
.menuIconFieldDisabled {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 569, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuDisabled,
.menuTitleFieldDisabled,
.menuIconFieldDisabled {
  color: #ababab;
}

/* menu header buttons */
/* line 584, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuButton,
.menuButtonOver,
.menuButtonDown,
.menuButtonDisabled,
.menuButtonFocused,
.menuButtonFocusedDown,
.menuButtonFocusedOver,
.menuButtonSelected,
.menuButtonSelectedDown,
.menuButtonSelectedOver,
.menuButtonSelectedDisabled {
  background-color: #dedede;
  background-image: url("./images/cssButton/button_stretch.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0')";
  border: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 605, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuButtonOver {
  background-color: #b4d4fd;
  background-image: url("./images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(52%, #deeffc), color-stop(57%, #c9e3fd), color-stop(100%, #b7d7f5));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5')";
}

/* line 620, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuButtonDown,
.menuButtonFocusedDown,
.menuButtonFocusedOver,
.menuButtonSelected,
.menuButtonSelectedDown,
.menuButtonSelectedOver {
  background-color: #bdddff;
  background-image: url("./images/cssButton/button_Down_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #addbf5), color-stop(9%, #addbf5), color-stop(13%, #c3e1f4), color-stop(17%, #e2ecf3), color-stop(22%, #f1f2f3), color-stop(78%, #bcdaf6), color-stop(83%, #b1d7f6), color-stop(87%, #a2d3f6), color-stop(100%, #92cef7));
  background-image: -webkit-linear-gradient(top, #addbf5 0%, #addbf5 9%, #c3e1f4 13%, #e2ecf3 17%, #f1f2f3 22%, #bcdaf6 78%, #b1d7f6 83%, #a2d3f6 87%, #92cef7 100%);
  background-image: -moz-linear-gradient(top, #addbf5 0%, #addbf5 9%, #c3e1f4 13%, #e2ecf3 17%, #f1f2f3 22%, #bcdaf6 78%, #b1d7f6 83%, #a2d3f6 87%, #92cef7 100%);
  background-image: -o-linear-gradient(top, #addbf5 0%, #addbf5 9%, #c3e1f4 13%, #e2ecf3 17%, #f1f2f3 22%, #bcdaf6 78%, #b1d7f6 83%, #a2d3f6 87%, #92cef7 100%);
  background-image: -ms-linear-gradient(top, #addbf5 0%, #addbf5 9%, #c3e1f4 13%, #e2ecf3 17%, #f1f2f3 22%, #bcdaf6 78%, #b1d7f6 83%, #a2d3f6 87%, #92cef7 100%);
  background-image: linear-gradient(top, #addbf5 0%, #addbf5 9%, #c3e1f4 13%, #e2ecf3 17%, #f1f2f3 22%, #bcdaf6 78%, #b1d7f6 83%, #a2d3f6 87%, #92cef7 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7')";
  border: 1px solid #ababab;
}

/* line 632, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.menuButtonDisabled,
.menuButtonSelectedDisabled {
  color: #ababab;
  border: 1px solid #ababab;
}

/*============================================================
    4) Window
		window.styleName - windowBackground
		window.bodyStyle - windowBody
		window.headerStyle - windowHeader
		window.hiliteHeaderStyle - windowHeaderHilite
		window.headerLabelDefaults.styleName - windowHeaderText
		window.statusBarDefaults.styleName - windowStatusBar

	Dialog
		dialog.styleName - dialogBackground
		dialog.bodyStyle - dialogBody
		dialog.headerStyle - dialogHeader
		dialog.hiliteHeaderStyle - dialogHeaderHilite
		dialog.headerLabelDefaults.styleName - dialogHeaderText
============================================================*/
/* line 655, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.windowBackground,
.dialogBackground {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(1%, #f0f8ff), color-stop(1%, #e7f0fe), color-stop(15%, #c4ddfd), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 15%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 15%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 15%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 15%, #c4ddfd 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 15%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#c4ddfd')";
  border: 1px solid #9cb2ce;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 668, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.windowBody,
.dialogBody {
  background-color: white;
  border: 1px solid #9cb2ce;
  -moz-box-shadow: 0 1px #f0f8ff, 0 -1px #f0f8ff;
  -webkit-box-shadow: 0 1px #f0f8ff, 0 -1px #f0f8ff;
  -o-box-shadow: 0 1px #f0f8ff, 0 -1px #f0f8ff;
  box-shadow: 0 1px #f0f8ff, 0 -1px #f0f8ff;
}

/* line 679, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.windowHeader,
.dialogHeader {
  padding: 0;
}

/* line 689, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.windowHeaderText,
.dialogHeaderText {
  color: #4d4d4d;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 703, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.windowStatusBar {
  border-bottom: 1px solid white;
  border-left: 1px solid #999999;
  border-right: 1px solid white;
  border-top: 1px solid #999999;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 717, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.modalMask {
  background-color: black;
}

/*============================================================
    5) Layout
============================================================*/
/* line 725, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.layoutDropLine {
  background-color: #c4ddfd;
}

/* line 729, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.layoutPlaceHolder {
  border: 1px solid black;
}

/* line 733, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSplitbar {
  background: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b3c6db), color-stop(20%, #b3c6db), color-stop(20%, #d7e7fe), color-stop(40%, #d7e7fe), color-stop(40%, #c4ddfd), color-stop(60%, #c4ddfd), color-stop(60%, #aacefd), color-stop(80%, #aacefd), color-stop(80%, #90b0da), color-stop(100%, #90b0da));
  background-image: -webkit-linear-gradient(top, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -moz-linear-gradient(top, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -o-linear-gradient(top, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -ms-linear-gradient(top, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: linear-gradient(top, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#b3c6db', endColorstr='#90b0da');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#b3c6db', endColorstr='#90b0da')";
}

/* line 739, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSplitbarDown {
  border: 1px solid #3287b8;
}

/* line 743, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vSplitbar {
  background: #c4ddfd;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b3c6db), color-stop(20%, #b3c6db), color-stop(20%, #d7e7fe), color-stop(40%, #d7e7fe), color-stop(40%, #c4ddfd), color-stop(60%, #c4ddfd), color-stop(60%, #aacefd), color-stop(80%, #aacefd), color-stop(80%, #90b0da), color-stop(100%, #90b0da));
  background-image: -webkit-linear-gradient(left, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -moz-linear-gradient(left, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -o-linear-gradient(left, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: -ms-linear-gradient(left, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  background-image: linear-gradient(left, #b3c6db 0%, #b3c6db 20%, #d7e7fe 20%, #d7e7fe 40%, #c4ddfd 40%, #c4ddfd 60%, #aacefd 60%, #aacefd 80%, #90b0da 80%, #90b0da 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#b3c6db', endColorstr='#90b0da');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#b3c6db', endColorstr='#90b0da')";
}

/* line 749, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vSplitbarDown {
  border: 1px solid #3287b8;
}

/*============================================================
    6) TabSet and tab titles
============================================================*/
/* line 765, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabSetContainer {
  background-color: white;
  border: 1px solid #bfbfbf;
  color: #d6d6d6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 779, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabBaseline {
  z-index: 10000000;
}

/* line 790, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tab,
.tabOver,
.tabSelected,
.tabSelectedOver,
.tabDown,
.tabSelectedDown,
.tabSelectedDisabled,
.tabDisabled {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 812, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabTitle,
.tabTitleDown,
.tabTitleOver,
.tabTitleDisabled,
.tabTitleSelected,
.tabTitleSelectedDown,
.tabTitleSelectedOver,
.tabTitleSelectedDisabled,
.vtabTitle,
.vtabTitleSelected,
.vtabTitleOver,
.vtabTitleDown,
.vtabTitleSelectedOver,
.vtabTitleSelectedDown,
.vtabTitleDisabled,
.vtabTitleSelectedDisabled {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-bottom: 1px;
}

/* line 822, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabTitleOver,
.vtabTitleOver {
  color: #153e8a;
}

/* line 827, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabTitleSelected,
.vtabTitleSelected {
  color: black;
  font-weight: bold;
}

/* line 833, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabTitleSelectedOver,
.vtabTitleSelectedOver {
  color: #153e8a;
  font-weight: bold;
}

/* line 841, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabTitleDisabled,
.tabTitleSelectedDisabled,
.vtabTitleDisabled,
.vtabTitleSelectedDisabled {
  color: #ababab;
  padding-bottom: 1px;
}

/*============================================================
    7) SectionStack
============================================================*/
/* line 850, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionStack {
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

/* SectionStack headers - image based */
/* line 869, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.imgSectionHeaderTitleclosed,
.imgSectionHeaderTitleopened,
.imgSectionHeaderTitleOverclosed,
.imgSectionHeaderTitleOveropened {
  border-left: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 878, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.imgSectionHeaderTitleDisabledopened,
.imgSectionHeaderTitleDisabledclosed {
  border-left: 5px;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 888, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionHeaderTitleopened,
.sectionHeaderTitleclosed {
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 896, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionHeaderTitleDisabledopened,
.sectionHeaderTitleDisabledclosed {
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* SectionStack headers - css based */
/* line 905, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionHeaderopened,
.sectionHeaderclosed {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 2px;
}

/* line 914, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionHeaderopened {
  background-color: #b4d4fd;
  background-image: url(./images/SectionHeader/header_opened_stretch.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cadc4), color-stop(4%, #9cadc4), color-stop(4%, #f0fbff), color-stop(8%, #f0fbff), color-stop(8%, #e7f1fe), color-stop(96%, #b4d4fd), color-stop(96%, #9cadc4), color-stop(100%, #9cadc4));
  background-image: -webkit-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #f0fbff 4%, #f0fbff 8%, #e7f1fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -moz-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #f0fbff 4%, #f0fbff 8%, #e7f1fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -o-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #f0fbff 4%, #f0fbff 8%, #e7f1fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -ms-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #f0fbff 4%, #f0fbff 8%, #e7f1fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #f0fbff 4%, #f0fbff 8%, #e7f1fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0fbff', endColorstr='#b4d4fd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0fbff', endColorstr='#b4d4fd')";
}

/* line 930, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sectionHeaderclosed {
  background-color: #b4d4fd;
  background-image: url(./images/SectionHeader/header_closed_stretch.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cadc4), color-stop(4%, #9cadc4), color-stop(4%, #ebf9ff), color-stop(8%, #ebf9ff), color-stop(8%, #d2e5fe), color-stop(96%, #b4d4fd), color-stop(96%, #9cadc4), color-stop(100%, #9cadc4));
  background-image: -webkit-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #ebf9ff 4%, #ebf9ff 8%, #d2e5fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -moz-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #ebf9ff 4%, #ebf9ff 8%, #d2e5fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -o-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #ebf9ff 4%, #ebf9ff 8%, #d2e5fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: -ms-linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #ebf9ff 4%, #ebf9ff 8%, #d2e5fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  background-image: linear-gradient(top, #9cadc4 0%, #9cadc4 4%, #ebf9ff 4%, #ebf9ff 8%, #d2e5fe 8%, #b4d4fd 96%, #9cadc4 96%, #9cadc4 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ebf9ff', endColorstr='#b4d4fd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ebf9ff', endColorstr='#b4d4fd')";
}

/* line 946, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellopened {
  background-color: #FF0000;
}

/* line 950, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellclosed {
  background-color: #FF00AA;
}

/*============================================================
    8) Forms
============================================================*/
/* general form styles */
/* line 965, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formCell,
.formCellFocused,
.formCellDisabled,
.nestedFormContainer,
.nestedFormContainerFocused,
.nestedFormContainerDisabled {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 1010, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formTitle,
.formTitleFocused,
.formTitleDisabled,
.formCellError,
.formTitleError,
.formHint,
.headerItem,
.headerItemDisabled,
.headerItemError,
.staticTextItem,
.staticTextItemDisabled,
.staticTextItemError,
.textItem,
.textItemFocused,
.textItemDisabled,
.textItemError,
.textItemHint,
.selectItemControl,
.selectItemControlError,
.selectItemControlFocused,
.selectItemText,
.selectItemTextError,
.selectItemTextDisabled,
.selectItemTextFocused,
.comboBoxItemPendingText,
.pickListCell,
.pickListCellSelected,
.pickListCellDisabled,
.pickListCellDark,
.pickListCellSelectedDark,
.tallPickListCell,
.tallPickListCellSelected,
.tallPickListCellDisabled,
.tallPickListCellDark,
.tallPickListCellSelectedDark,
.labelAnchor,
.labelAnchorDisabled,
.labelAnchorError,
.labelAnchorFocused {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 1018, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.comboBoxItemPendingText {
  color: #0066cc;
}

/* line 1023, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formTitle,
.formTitleFocused {
  color: #003066;
}

/* line 1027, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formTitleDisabled {
  color: #ababab;
}

/* line 1032, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formCellError,
.formTitleError {
  color: #204269;
  font-weight: bold;
}

/* line 1037, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.formHint {
  color: #455668;
  padding: 3px;
}

/* Allow for nested forms to lie flush against the left-hand edge of the containing form */
/* line 1045, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.nestedFormContainer,
.nestedFormContainerFocused,
.nestedFormContainerDisabled {
  padding-left: 0px;
}

/* headerItem */
/* line 1052, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerItem,
.headerItemDisabled,
.headerItemError {
  color: #4d4d4d;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* text-based items common props */
/* line 1071, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.textItem,
.textItemFocused,
.textItemDisabled,
.textItemError,
.textItemHint,
.selectItemText,
.selectItemTextError,
.selectItemTextFocused,
.selectItemTextDisabled,
.selectItemTextHint {
  background: white;
  border: 1px solid #ababab;
  color: black;
  padding: 2px;
}

/* line 1078, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.textItem {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #ababab;
}

/* line 1088, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.textItemDisabled,
.selectItemTextDisabled {
  background-color: white;
  border: 1px solid #ababab;
  color: #ababab;
}

/* line 1095, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.textItemHint,
.selectItemTextHint {
  color: #204269;
}

/* selectItem */
/* line 1100, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.selectItemTextFocused {
  border: 1px solid #587aad;
  color: black;
  -moz-outline-offset: -1;
}

/* line 1107, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.textItemFocused,
.selectItemTextFocused {
  color: black;
  border-bottom: 1px solid #c0d8ec;
  border-left: 1px solid #b8cfef;
  border-right: 1px solid #b3c6db;
  border-top: 1px solid #587aad;
  -moz-outline-offset: -1;
}

/* line 1121, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.selectItemText,
.selectItemTextError,
.selectItemTextFocused,
.selectItemTextDisabled {
  border-right: 0;
}

/* line 1128, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.selectItemPickerIcon,
.selectItemPickerIconFocused,
.selectItemPickerIconDisabled,
.selectItemPickerIconError {
  padding: 0px;
}

/* line 1132, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.pickListMenuBody {
  background-color: white;
  border: 1px solid #8fa7c7;
}

/* line 1140, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.pickListCell,
.pickListCellDark,
.tallPickListCell,
.tallPickListCellDark {
  color: black;
}

/* line 1145, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.pickListCellSelected,
.pickListCellSelectedDark {
  background-color: #c4ddfd;
  background-image: url("./images/Menu/menu_rollover.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #c4ddfd), color-stop(5%, #c4ddfd), color-stop(5%, #e5f8ff), color-stop(95%, #d1e7ff), color-stop(95%, #c4ddfd), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 1%, #c4ddfd 5%, #e5f8ff 5%, #d1e7ff 95%, #c4ddfd 95%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 1%, #c4ddfd 5%, #e5f8ff 5%, #d1e7ff 95%, #c4ddfd 95%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 1%, #c4ddfd 5%, #e5f8ff 5%, #d1e7ff 95%, #c4ddfd 95%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 1%, #c4ddfd 5%, #e5f8ff 5%, #d1e7ff 95%, #c4ddfd 95%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 1%, #c4ddfd 5%, #e5f8ff 5%, #d1e7ff 95%, #c4ddfd 95%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e5f8ff', endColorstr='#d1e7ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e5f8ff', endColorstr='#d1e7ff')";
  color: black;
}

/* line 1158, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tallPickListCellSelected,
.tallPickListCellSelectedDark {
  background: #b4d4fd;
  color: black;
}

/* line 1164, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.pickListCellDisabled,
.tallPickListCellDisabled {
  background-color: #bfbfbf;
  color: #545454;
}

/* checkbox and radioButton */
/* line 1173, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.labelAnchor,
.labelAnchorDisabled,
.labelAnchorError,
.labelAnchorFocused {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
}

/* line 1179, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.labelAnchorDisabled {
  color: #ababab;
  font-family: Arial, Verdana, sans-serif;
}

/* ColorChooser */
/* line 1186, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colorChooserCell,
.colorChooserCellOver {
  background-color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

/* line 1196, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colorChooserCellOver {
  border: 1px solid black;
}

/* FilterBuilder */
/* line 1201, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.bracketBorders {
  border-bottom: 1px solid #3287b8;
  border-left: 1px solid #3287b8;
  border-top: 1px solid #3287b8;
}

/*============================================================
     DateChooser
============================================================*/
/* Defaults for all days and controls */
/* line 1248, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserButton,
.dateChooserButtonOver,
.dateChooserButtonDown,
.dateChooserButtonDisabled,
.dateChooserButtonSelected,
.dateChooserButtonSelectedDown,
.dateChooserButtonSelectedOver,
.dateChooserButtonSelectedDisabled,
.dateChooserWeekendButton,
.dateChooserWeekendButtonOver,
.dateChooserWeekendButtonDown,
.dateChooserWeekendButtonDisabled,
.dateChooserWeekendButtonSelected,
.dateChooserWeekendButtonSelectedDown,
.dateChooserWeekendButtonSelectedOver,
.dateChooserWeekendButtonSelectedDisabled,
.dateChooserBottomButton,
.dateChooserBottomButtonOver,
.dateChooserBottomButtonDown,
.dateChooserBottomButtonSelected,
.dateChooserBottomButtonSelectedOver,
.dateChooserBottomButtonSelectedDown,
.dateChooserWeekday,
.dateChooserWeekdayOver,
.dateChooserWeekdayDown,
.dateChooserWeekdaySelected,
.dateChooserWeekdaySelectedOver,
.dateChooserWeekdaySelectedDown,
.dateChooserWeekdayDisabled,
.dateChooserWeekend,
.dateChooserWeekendOver,
.dateChooserWeekendDown,
.dateChooserWeekendSelected,
.dateChooserWeekendSelectedOver,
.dateChooserWeekendSelectedDown,
.dateChooserWeekendDisabled {
  background-color: white;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 1262, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserNavButton,
.dateChooserNavButtonOver,
.dateChooserNavButtonDown,
.dateChooserNavButtonSelected,
.dateChooserNavButtonSelectedOver,
.dateChooserNavButtonSelectedDown {
  background: #e7f0fe;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fe), color-stop(4%, #e7f2fe), color-stop(9%, #e6f0fe), color-stop(65%, #c9dffd), color-stop(96%, #c4ddfd), color-stop(100%, #bbd5f6));
  background-image: -webkit-linear-gradient(top, #e7f0fe 0%, #e7f2fe 4%, #e6f0fe 9%, #c9dffd 65%, #c4ddfd 96%, #bbd5f6 100%);
  background-image: -moz-linear-gradient(top, #e7f0fe 0%, #e7f2fe 4%, #e6f0fe 9%, #c9dffd 65%, #c4ddfd 96%, #bbd5f6 100%);
  background-image: -o-linear-gradient(top, #e7f0fe 0%, #e7f2fe 4%, #e6f0fe 9%, #c9dffd 65%, #c4ddfd 96%, #bbd5f6 100%);
  background-image: -ms-linear-gradient(top, #e7f0fe 0%, #e7f2fe 4%, #e6f0fe 9%, #c9dffd 65%, #c4ddfd 96%, #bbd5f6 100%);
  background-image: linear-gradient(top, #e7f0fe 0%, #e7f2fe 4%, #e6f0fe 9%, #c9dffd 65%, #c4ddfd 96%, #bbd5f6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#bbd5f6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#bbd5f6')";
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* year/month buttons */
/* line 1279, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserNavButton,
.dateChooserNavButtonOver,
.dateChooserNavButtonDown,
.dateChooserNavButtonSelected,
.dateChooserNavButtonSelectedOver,
.dateChooserNavButtonSelectedDown {
  border-bottom: 0px none;
  border-top: 0px none;
  padding: 0px;
}

/* for all buttons, plus weekday headers (dateChooserButton) */
/* line 1305, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserButton,
.dateChooserButtonOver,
.dateChooserButtonDown,
.dateChooserButtonSelected,
.dateChooserButtonSelectedOver,
.dateChooserButtonSelectedDown,
.dateChooserWeekendButton,
.dateChooserWeekendButtonOver,
.dateChooserWeekendButtonDown,
.dateChooserWeekendButtonSelected,
.dateChooserWeekendButtonSelectedOver,
.dateChooserWeekendButtonSelectedDown,
.dateChooserNavButton,
.dateChooserNavButtonOver,
.dateChooserNavButtonDown,
.dateChooserNavButtonSelected,
.dateChooserNavButtonSelectedOver,
.dateChooserNavButtonSelectedDown {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 1311, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserButtonOver,
.dateChooserButtonDown {
  color: #477ccd;
  cursor: pointer;
}

/* line 1321, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekendButton,
.dateChooserWeekendButtonOver,
.dateChooserWeekendButtonDown,
.dateChooserWeekendButtonSelected,
.dateChooserWeekendButtonSelectedOver,
.dateChooserWeekendButtonSelectedDown {
  background-color: #d6e8ff;
}

/* line 1330, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserNavButton,
.dateChooserNavButtonOver,
.dateChooserNavButtonDown,
.dateChooserNavButtonSelected,
.dateChooserNavButtonSelectedOver,
.dateChooserNavButtonSelectedDown {
  cursor: pointer;
  padding: 2px;
}

/* line 1336, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserNavButtonOver,
.dateChooserNavButtonDown {
  color: #477ccd;
}

/* Today, Cancel buttons */
/* line 1343, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserBottomButton,
.dateChooserBottomButtonOver,
.dateChooserBottomButtonDown {
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
  color: #4d4d4d;
  cursor: pointer;
  font-weight: bold;
}

/* line 1353, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserBottomButtonOver {
  color: #477ccd;
}

/* weekday and weekend cells */
/* line 1371, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekday,
.dateChooserWeekdayOver,
.dateChooserWeekdayDown,
.dateChooserWeekdaySelected,
.dateChooserWeekdaySelectedOver,
.dateChooserWeekdaySelectedDown,
.dateChooserWeekdayDisabled,
.dateChooserWeekend,
.dateChooserWeekendOver,
.dateChooserWeekendDown,
.dateChooserWeekendSelected,
.dateChooserWeekendSelectedOver,
.dateChooserWeekendSelectedDown,
.dateChooserWeekendDisabled {
  background-color: white;
  border: 2px solid white;
  color: black;
  cursor: pointer;
}

/* line 1379, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekdayDisabled,
.dateChooserWeekendDisabled {
  color: #bfbfbf;
}

/* line 1386, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekend,
.dateChooserWeekendOver,
.dateChooserWeekendSelected,
.dateChooserWeekendDisabled {
  background-color: #d6e8ff;
  border: 2px solid #d6e8ff;
}

/* line 1392, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekdayOver,
.dateChooserWeekendOver {
  border: 2px solid #75acff;
}

/* line 1403, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekdaySelected,
.dateChooserWeekdaySelectedOver,
.dateChooserWeekdayDown,
.dateChooserWeekdaySelectedDown,
.dateChooserWeekendSelected,
.dateChooserWeekendSelectedOver,
.dateChooserWeekendDown,
.dateChooserWeekendSelectedDown {
  background-color: #d6e8ff;
  border: 2px solid #94c6ff;
  color: #4d4d4d;
  font-weight: bold;
}

/* line 1411, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserWeekdayDown,
.dateChooserWeekendDown {
  font-weight: normal;
}

/* year and month pop-up menus */
/* line 1417, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserYearMenu,
.dateChooserMonthMenu {
  background-color: white;
  border: 2px solid #4d4d4d;
}

/* CSS3 Mode
   Canvas border around calendar */
/* line 1424, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dateChooserBorder {
  border: 1px solid #8fa7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/*============================================================
	9) Slider & Rangebar
============================================================*/
/* slider and rangebar labels */
/* line 1439, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sliderTitle,
.sliderRange,
.sliderValue,
.rangebarTitle,
.rangebarRange,
.rangebarValue {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 1448, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sliderTitle,
.rangebarTitle {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 1454, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sliderRange,
.rangebarRange {
  color: black;
}

/* CSS3 Mode */
/* line 1460, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSliderTrack,
.vSliderTrack {
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
}

/* CSS3 Mode */
/* line 1467, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSliderTrackDisabled,
.vSliderTrackDisabled {
  background: white;
  border: 1px solid #e3e3e3;
}

/* CSS3 Mode */
/* line 1474, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSliderThumbdown,
.hSliderThumb {
  background: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2eefd), color-stop(9%, #e2eefd), color-stop(82%, #afd1fd), color-stop(91%, #abcdfc), color-stop(100%, #a0c4f3));
  background-image: -webkit-linear-gradient(top, #e2eefd 0%, #e2eefd 9%, #afd1fd 82%, #abcdfc 91%, #a0c4f3 100%);
  background-image: -moz-linear-gradient(top, #e2eefd 0%, #e2eefd 9%, #afd1fd 82%, #abcdfc 91%, #a0c4f3 100%);
  background-image: -o-linear-gradient(top, #e2eefd 0%, #e2eefd 9%, #afd1fd 82%, #abcdfc 91%, #a0c4f3 100%);
  background-image: -ms-linear-gradient(top, #e2eefd 0%, #e2eefd 9%, #afd1fd 82%, #abcdfc 91%, #a0c4f3 100%);
  background-image: linear-gradient(top, #e2eefd 0%, #e2eefd 9%, #afd1fd 82%, #abcdfc 91%, #a0c4f3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e2eefd', endColorstr='#a0c4f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e2eefd', endColorstr='#a0c4f3')";
  border: 1px solid #8fa7c7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* CSS3 Mode */
/* line 1489, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vSliderThumbdown,
.vSliderThumb {
  background: #c4ddfd;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a0c4f3), color-stop(9%, #abcdfc), color-stop(18%, #afd1fd), color-stop(91%, #e2eefd), color-stop(100%, #e2eefd));
  background-image: -webkit-linear-gradient(left, #a0c4f3 0%, #abcdfc 9%, #afd1fd 18%, #e2eefd 91%, #e2eefd 100%);
  background-image: -moz-linear-gradient(left, #a0c4f3 0%, #abcdfc 9%, #afd1fd 18%, #e2eefd 91%, #e2eefd 100%);
  background-image: -o-linear-gradient(left, #a0c4f3 0%, #abcdfc 9%, #afd1fd 18%, #e2eefd 91%, #e2eefd 100%);
  background-image: -ms-linear-gradient(left, #a0c4f3 0%, #abcdfc 9%, #afd1fd 18%, #e2eefd 91%, #e2eefd 100%);
  background-image: linear-gradient(left, #a0c4f3 0%, #abcdfc 9%, #afd1fd 18%, #e2eefd 91%, #e2eefd 100%);
  -moz-box-shadow: inset 0 1px 0 #eaf4fb;
  -webkit-box-shadow: inset 0 1px 0 #eaf4fb;
  -o-box-shadow: inset 0 1px 0 #eaf4fb;
  box-shadow: inset 0 1px 0 #eaf4fb;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#a0c4f3', endColorstr='#e2eefd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#a0c4f3', endColorstr='#e2eefd')";
  border: 1px solid #8fa7c7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* CSS3 Mode */
/* line 1505, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hSliderThumbDisabled,
.vSliderThumbDisabled {
  background: #e8e8e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #fafafa), color-stop(46%, #f0f0f0), color-stop(50%, #e3e3e3), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(top, #fafafa 1%, #f0f0f0 46%, #e3e3e3 50%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #fafafa 1%, #f0f0f0 46%, #e3e3e3 50%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #fafafa 1%, #f0f0f0 46%, #e3e3e3 50%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #fafafa 1%, #f0f0f0 46%, #e3e3e3 50%, #fafafa 100%);
  background-image: linear-gradient(top, #fafafa 1%, #f0f0f0 46%, #e3e3e3 50%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3')";
  border: 1px solid #c2c5cb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px white;
  -webkit-box-shadow: inset 0 1px 1px white;
  -o-box-shadow: inset 0 1px 1px white;
  box-shadow: inset 0 1px 1px white;
}

/* line 1514, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vSliderThumbDisabled {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(50%, #e3e3e3), color-stop(54%, #f0f0f0), color-stop(99%, #fafafa));
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #e3e3e3 50%, #f0f0f0 54%, #fafafa 99%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #e3e3e3 50%, #f0f0f0 54%, #fafafa 99%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #e3e3e3 50%, #f0f0f0 54%, #fafafa 99%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #e3e3e3 50%, #f0f0f0 54%, #fafafa 99%);
  background-image: linear-gradient(left, #fafafa 0%, #e3e3e3 50%, #f0f0f0 54%, #fafafa 99%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#e3e3e3')";
  border: 1px solid #c2c5cb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0px 2px white, inset 0 0px 2px white;
  -webkit-box-shadow: inset 0 0px 2px white, inset 0 0px 2px white;
  -o-box-shadow: inset 0 0px 2px white, inset 0 0px 2px white;
  box-shadow: inset 0 0px 2px white, inset 0 0px 2px white;
}

/*============================================================
	10) DetailViewer
============================================================*/
/* line 1526, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.detailBlock {
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
}

/* line 1535, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.detail,
.detailLabel,
.detailHeader {
  background-color: white;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 1548, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.detailLabel {
  background-color: #fafafa;
  color: #4d4d4d;
  font-weight: bold;
  text-align: right;
}

/* line 1555, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.detailHeader {
  background-color: #bdddff;
  color: #4d4d4d;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/*============================================================
	11) ListGrid
============================================================*/
/*============================================================
	ListGrid parts
		styleName - listGrid
		headerBarStyle - headerBar
		bodyStyleName - gridBody
============================================================*/
/* line 1576, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.listGrid {
  border: 1px solid #ababab;
}

/* line 1580, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerBar {
  background-color: #b6bdc9;
  background-image: url(./images/ListGrid/header.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(96%, #d6d6d6), color-stop(96%, #b6bdc9), color-stop(100%, #b6bdc9));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #d6d6d6 96%, #b6bdc9 96%, #b6bdc9 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #d6d6d6 96%, #b6bdc9 96%, #b6bdc9 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #d6d6d6 96%, #b6bdc9 96%, #b6bdc9 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #d6d6d6 96%, #b6bdc9 96%, #b6bdc9 100%);
  background-image: linear-gradient(top, #fafafa 0%, #d6d6d6 96%, #b6bdc9 96%, #b6bdc9 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#b6bdc9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#b6bdc9')";
}

/* line 1592, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.gridBody {
  background-color: white;
}

/* line 1596, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.alternateGridBody {
  background-color: white;
}

/* line 1602, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.loadingDataMessage,
.offlineMessage,
.emptyMessage {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 11px;
}

/* line 1611, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.gridDragTracker {
  border: 1px dotted gray;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 1px;
}

/* line 1621, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.dragLine {
  border-bottom: 2px dotted #75acff;
}

/* for filterEditor */
/* line 1629, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.recordEditorCell {
  background-color: #fafafa;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/*============================================================
	ListGrid headers
		listGrid.headerBaseStyle - headerButton (in skin)
		listGrid.headerDefaults.titleStyle - headerTitle (in skin)
		listGrid.sorterDefaults.titleStyle - headerTitle (in skin)

============================================================*/
/* ListGrid column header buttons */
/* line 1647, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButton {
  background: #fafafa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(24%, #f7f7f7), color-stop(86%, #dedede), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 24%, #dedede 86%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 24%, #dedede 86%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 24%, #dedede 86%, #d9d9d9 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 24%, #dedede 86%, #d9d9d9 100%);
  background-image: linear-gradient(top, #fcfcfc 0%, #f7f7f7 24%, #dedede 86%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#d6d6d6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#d6d6d6')";
  border-bottom: 1px solid #b6bfc9;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #cccccc;
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
}

/* line 1663, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButtonSelected {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(100%, #a2ccf6));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #a2ccf6 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #a2ccf6 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #a2ccf6 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #a2ccf6 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #a2ccf6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#a2ccf6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#a2ccf6')";
  border-bottom: 1px solid #97b4d3;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 1678, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButtonDisabled,
.headerButtonSelectedDisabled {
  background-color: white;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #cccccc;
}

/* line 1689, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButtonOver,
.headerButtonDown,
.headerButtonSelectedOver,
.headerButtonSelectedDown {
  background-color: white;
  border-bottom: 1px solid #97b4d3;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #cccccc;
}

/* line 1699, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButtonOver,
.headerButtonDown {
  background: #fafafa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #a2ccf6));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #a2ccf6 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #a2ccf6 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #a2ccf6 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #a2ccf6 100%);
  background-image: linear-gradient(top, #fafafa 0%, #a2ccf6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#a2ccf6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#a2ccf6')";
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
}

/* line 1711, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerButtonSelectedOver,
.headerButtonSelectedDown {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(48%, #deeffc), color-stop(48%, #c9dffd), color-stop(100%, #a2ccf6));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #deeffc 48%, #c9dffd 48%, #a2ccf6 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #deeffc 48%, #c9dffd 48%, #a2ccf6 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #deeffc 48%, #c9dffd 48%, #a2ccf6 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #deeffc 48%, #c9dffd 48%, #a2ccf6 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #deeffc 48%, #c9dffd 48%, #a2ccf6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#a2ccf6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#a2ccf6')";
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
}

/* line 1729, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sorterButton,
.sorterButtonSelected,
.sorterButtonDisabled,
.sorterButtonSelectedDisabled,
.sorterButtonOver,
.sorterButtonDown,
.sorterButtonSelectedOver,
.sorterButtonSelectedDown {
  background-color: white;
  border-left: 1px solid #fafafa;
}

/* line 1737, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sorterButtonOver,
.sorterButtonDown,
.sorterButtonSelectedOver,
.sorterButtonSelectedDown {
  border-left: 1px solid #e7f0fe;
}

/* ListGrid column header titles */
/* line 1749, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerTitle,
.headerTitleOver,
.headerTitleDown,
.headerTitleSelected,
.headerTitleSelectedOver,
.headerTitleSelectedDown,
.headerTitleDisabled,
.headerTitleSelectedDisabled {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 1765, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerTitleDown,
.headerTitleSelected,
.headerTitleSelectedOver,
.headerTitleSelectedDown,
.headerTitleSelectedDisabled {
  color: black;
}

/* line 1770, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.headerTitleDisabled,
.headerTitleSelectedDisabled {
  color: #ababab;
}

/*============================================================
	ListGrid cells
		listGrid.baseStyle
============================================================*/
/*------------------------------------------------------------
		listGrid.baseStyle
------------------------------------------------------------*/
/* line 1830, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cell,
.cellDark,
.cellOver,
.cellOverDark,
.cellSelected,
.cellSelectedDark,
.cellSelectedOver,
.cellSelectedOverDark,
.cellDisabled,
.cellDisabledDark,
.tallCell,
.tallCellDark,
.tallCellOver,
.tallCellOverDark,
.tallCellSelected,
.tallCellSelectedDark,
.tallCellSelectedOver,
.tallCellSelectedOverDark,
.tallCellDisabled,
.tallCellDisabledDark,
.gridSummaryCell,
.gridSummaryCellDisabled,
.recordSummaryCell,
.recordSummaryCellDark,
.recordSummaryCellOver,
.recordSummaryCellOverDark,
.recordSummaryCellSelected,
.recordSummaryCellSelectedDark,
.recordSummaryCellSelectedOver,
.recordSummaryCellSelectedOverDark,
.recordSummaryCellDisabled,
.recordSummaryCellDisabledDark,
.expansionCellCell,
.expansionCellCellDark,
.expansionCellCellOver,
.expansionCellCellOverDark,
.expansionCellCellSelected,
.expansionCellCellSelectedDark,
.expansionCellCellSelectedOver,
.expansionCellCellSelectedOverDark,
.expansionCellCellDisabled,
.expansionCellCellDisabledDark,
.specialCol,
.specialColOver,
.specialColSelected,
.specialColSelectedOver,
.specialColDisabled,
.groupNode {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #f0f0f0;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* line 1843, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.specialCol {
  background-color: #fafafa;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* line 1868, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellDark,
.recordSummaryCell,
.recordSummaryCellDark {
  background-color: #fafafa;
}

/* line 1873, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.gridSummaryCell,
.gridSummaryCellDisabled {
  background-color: #f0f0f0;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}

/* line 1881, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tallCellDark {
  background-color: #fafafa;
  border-top: 1px solid #fafafa;
}

/* line 1890, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellOver,
.cellOverDark,
.specialColOver,
.recordSummaryCellOver,
.recordSummaryCellOverDark {
  background-color: #c4ddfd;
  background-image: url(./images/ListGrid/row_Over.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#cce5ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#cce5ff')";
}

/* line 1903, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tallCellOver,
.tallCellOverDark {
  background-color: #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

/* line 1912, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellSelected,
.cellSelectedDark,
.specialColSelected,
.recordSummaryCellSelected,
.recordSummaryCellSelectedDark {
  background: #d6e8ff;
  border-bottom: 1px dotted #9fb7e9;
  border-top: 1px dotted #9fb7e9;
}

/* line 1921, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tallCellSelected,
.tallCellSelectedDark {
  background: #d6e8ff;
  border-bottom: 1px dotted #9fb7e9;
  border-top: 1px dotted #9fb7e9;
}

/* line 1933, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellSelectedOver,
.cellSelectedOverDark,
.specialColSelectedOver,
.recordSummaryCellSelectedOver,
.recordSummaryCellSelectedOverDark {
  background-color: #c4ddfd;
  background-image: url(images/ListGrid/row_Over_Selected.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(4%, #c4ddfd), color-stop(4%, #edf4fd), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#edf4fd', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#edf4fd', endColorstr='#c4ddfd')";
  border-bottom: 1px dotted #9fb7e9;
  border-top: 1px dotted #9fb7e9;
}

/* line 1950, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tallCellSelectedOver,
.tallCellSelectedOverDark {
  background-color: #d0dff6;
  border-bottom: 1px dotted #9fb7e9;
  border-top: 1px dotted #9fb7e9;
}

/* line 1959, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.gridSummaryCell,
.gridSummaryCellDisabled {
  font-weight: bold;
}

/* line 1971, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cellDisabled,
.cellDisabledDark,
.specialColDisabled,
.tallCellDisabled,
.tallCellDisabledDark,
.gridSummaryCellDisabled,
.specialColDisabled,
.recordSummaryCellDisabled,
.recordSummaryCellDisabledDark {
  background-color: white;
  color: #ababab;
}

/* for grouping */
/* line 1977, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.groupNode {
  border-bottom: 1px solid #8fa7c7;
  color: #3765a4;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}

/*Tree styling*/
/*------------------------------------------------------------
		treeGrid.baseStyle
------------------------------------------------------------*/
/* line 2009, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCell,
.treeCellDark,
.treeCellOver,
.treeCellOverDark,
.treeCellSelected,
.treeCellSelectedDark,
.treeCellSelectedOver,
.treeCellSelectedOverDark,
.treeCellDisabled,
.treeCellDisabledDark,
.treeTallCell,
.treeTallCellDark,
.treeTallCellOver,
.treeTallCellOverDark,
.treeTallCellSelected,
.treeTallCellSelectedDark,
.treeTallCellSelectedOver,
.treeTallCellSelectedOverDark,
.treeTallCellDisabled,
.treeTallCellDisabledDark {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* line 2032, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCellDark,
.treeTallCellDark {
  background-color: #fafafa;
}

/* line 2037, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCellOver,
.treeCellOverDark {
  background-color: #c4ddfd;
  background-image: url(./images/ListGrid/row_Over.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#cce5ff', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cce5ff', endColorstr='#c4ddfd')";
}

/* line 2050, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeTallCellOver,
.treeTallCellOverDark {
  background-color: #e8e8e8;
}

/* line 2055, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCellSelected,
.treeCellSelectedDark {
  background: #d6e8ff;
}

/* line 2060, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeTallCellSelected,
.treeTallCellSelectedDark {
  background-color: #d6e8ff;
}

/* line 2065, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCellSelectedOver,
.treeCellSelectedOverDark {
  background-color: #c4ddfd;
  background-image: url(images/ListGrid/row_Over_Selected.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: scroll;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(4%, #c4ddfd), color-stop(4%, #edf4fd), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #c4ddfd 4%, #edf4fd 4%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#edf4fd', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#edf4fd', endColorstr='#c4ddfd')";
}

/* line 2078, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeTallCellSelectedOver,
.treeTallCellSelectedOverDark {
  background-color: #d0dff6;
}

/* line 2085, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.treeCellDisabled,
.treeCellDisabledDark,
.treeTallCellDisabled,
.treeTallCellDisabledDark {
  background-color: white;
  color: #ababab;
}

/* Field builders (Formula/Summary) */
/* line 2091, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sampleOutput {
  border: 2px solid #d6d6d6;
  padding: 3px;
}

/* Multi-sort - sort-index appearing next to sort-arrows in field headers */
/* line 2097, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.sortNumeral {
  font-size: 7px;
}

/*============================================================
	12) ToolStrip
============================================================*/
/* line 2104, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.toolStrip {
  background-color: #e7f0fe;
  background-image: url(images/ToolStrip/background.png);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f7fb), color-stop(2%, #f4f7fb), color-stop(2%, #e7f0fe), color-stop(100%, #cdddf4));
  background-image: -webkit-linear-gradient(top, #f4f7fb 0%, #f4f7fb 2%, #e7f0fe 2%, #cdddf4 100%);
  background-image: -moz-linear-gradient(top, #f4f7fb 0%, #f4f7fb 2%, #e7f0fe 2%, #cdddf4 100%);
  background-image: -o-linear-gradient(top, #f4f7fb 0%, #f4f7fb 2%, #e7f0fe 2%, #cdddf4 100%);
  background-image: -ms-linear-gradient(top, #f4f7fb 0%, #f4f7fb 2%, #e7f0fe 2%, #cdddf4 100%);
  background-image: linear-gradient(top, #f4f7fb 0%, #f4f7fb 2%, #e7f0fe 2%, #cdddf4 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f4f7fb', endColorstr='#cdddf4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f4f7fb', endColorstr='#cdddf4')";
  border: 1px solid #9abdef;
}

/* line 2114, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.toolStripVertical {
  background-color: white;
  background-image: url(images/ToolStrip/background_vertical.png);
  border: 1px solid #9abdef;
}

/*============================================================
   12a) ToolStripGroup and IconButton
==============================================================*/
/* line 2132, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.toolStripGroup,
.toolStripGroupOver,
.toolStripGroupSelected,
.toolStripGroupSelectedDisabled,
.toolStripGroupSelectedOver,
.toolStripGroupDown,
.toolStripGroupSelectedDown,
.toolStripGroupDisabled {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(1%, #f0f8ff), color-stop(1%, #e7f0fe), color-stop(31%, #c4ddfd), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 31%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 31%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 31%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 31%, #c4ddfd 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #f0f8ff 1%, #e7f0fe 1%, #c4ddfd 31%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#c4ddfd')";
  border: 1px solid #9cb2ce;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* line 2147, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.toolStripGroupTitle,
.toolStripGroupTitleOver,
.toolStripGroupTitleSelected,
.toolStripGroupTitleSelectedDisabled,
.toolStripGroupTitleSelectedOver,
.toolStripGroupTitleDown,
.toolStripGroupTitleSelectedDown,
.toolStripGroupTitleDisabled {
  background-color: #aacefd;
  border: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #4d4d4d;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
}

/* line 2175, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.iconButton,
.iconButtonOver,
.iconButtonFocused,
.iconButtonFocusedOver,
.iconButtonDown,
.iconButtonFocusedDown,
.iconButtonSelected,
.iconButtonSelectedFocused,
.iconButtonSelectedDown,
.iconButtonSelectedFocusedDown,
.iconButtonSelectedOver,
.iconButtonSelectedFocusedOver,
.iconButtonDisabled,
.iconButtonSelectedDisabled {
  background-color: transparent;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #4d4d4d;
}

/* line 2192, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.iconButtonOver,
.iconButtonSelectedOver,
.iconButtonFocusedOver,
.iconButtonSelectedFocusedOver {
  background-color: #e8effd;
  border: 1px solid #a6abb5;
}

/* line 2204, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.iconButtonSelected,
.iconButtonSelectedFocused,
.iconButtonSelectedDown,
.iconButtonSelectedFocusedDown,
.iconButtonSelectedOver,
.iconButtonSelectedFocusedOver {
  background-color: #aacefd;
}

/* line 2210, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.iconButtonDisabled {
  color: #ababab;
}

/*============================================================
	13) Tools
============================================================*/
/* line 2217, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.resizeThumb {
  background-color: #009999;
}

/*============================================================
   14) TileGrid
==============================================================*/
/* line 2225, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tileGrid {
  border: 1px solid gray;
}

/* line 2234, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tileValue,
.tileValueDown,
.tileValueSelected,
.tileValueOver,
.tileValueSelectedOver,
.tileValueSelectedDown {
  font-size: 8pt;
  text-overflow: ellipsis;
}

/* line 2239, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tileValueOver {
  color: black;
}

/* line 2243, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tileValueSelected {
  color: black;
}

/* line 2247, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tileValueSelectedOver {
  color: black;
}

/* line 2254, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.simpleTile,
.simpleTileOver,
.simpleTileSelected,
.simpleTileSelectedOver {
  font-size: 8pt;
  padding: 3px;
}

/* line 2259, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.simpleTile {
  border: 1px solid transparent;
}

/* line 2263, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.simpleTileOver {
  background-color: #fafafa;
  background-image: url(images/TileGrid/tileOver.png);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3')";
  border: 1px solid #cfcfcf;
}

/* line 2274, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.simpleTileSelected,
.simpleTileSelectedOver {
  background-color: #fafafa;
  background-image: url(images/TileGrid/tileOver.png);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  background-image: linear-gradient(top, #fafafa 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e3e3e3')";
  border: 1px solid #cfcfcf;
}

/*============================================================
	15) Scrollbars
============================================================*/
/* CSS3 Mode */
/*.scrollbar,
.scrollbarDisabled,
.scrollbarOver,
.scrollbarDown {
    background-color: isc-color-control(hsl($base_gray_hue, 0%, 94%));
    border: 1px solid #FF8000;
}

.scrollbarFocused,
.scrollbarFocusedDisabled,
.scrollbarFocusedOver,
.scrollbarFocusedDown {
    background-color: isc-color-control(hsl($base_gray_hue, 0%, 94%));
    border: 1px solid #0000ff;
}

.scrollbarSelected,
.scrollbarSelectedDisabled,
.scrollbarSelectedOver,
.scrollbarSelectedDown {
    background-color: isc-color-control(hsl($base_gray_hue, 0%, 94%));
    border: 1px solid #0000FF;
}

.scrollbarSelectedFocused,
.scrollbarSelectedFocusedDisabled,
.scrollbarSelectedFocusedOver,
.scrollbarSelectedFocusedDown {
    background-color: isc-color-control(hsl($base_gray_hue, 0%, 94%));
    border: 1px solid #ffff00;
}*/
/* CSS3 Mode */
/* line 2321, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vScrollThumb {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f5f5f5), color-stop(50%, #e9e8e8), color-stop(50%, #dad7d7), color-stop(82%, #cecaca), color-stop(100%, #c4c0c0));
  background-image: -webkit-linear-gradient(left, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -moz-linear-gradient(left, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -o-linear-gradient(left, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -ms-linear-gradient(left, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: linear-gradient(left, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#f5f5f5', endColorstr='#c4c0c0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f5f5f5', endColorstr='#c4c0c0')";
  border: 1px solid #969696;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset -1px -1px 0 0 #dcdada, inset 0 1px 0 0 #ededed;
  -webkit-box-shadow: inset -1px -1px 0 0 #dcdada, inset 0 1px 0 0 #ededed;
  -o-box-shadow: inset -1px -1px 0 0 #dcdada, inset 0 1px 0 0 #ededed;
  box-shadow: inset -1px -1px 0 0 #dcdada, inset 0 1px 0 0 #ededed;
  margin-right: 1px;
}

/* line 2330, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.vScrollThumbOver {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e3f4fc), color-stop(20%, #d5eefb), color-stop(50%, #d5eefb), color-stop(50%, #a7daf6), color-stop(80%, #a7daf6), color-stop(90%, #a4d5ef), color-stop(100%, #9ccae2));
  background-image: -webkit-linear-gradient(left, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -moz-linear-gradient(left, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -o-linear-gradient(left, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -ms-linear-gradient(left, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: linear-gradient(left, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#e3f4fc', endColorstr='#9ccae2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e3f4fc', endColorstr='#9ccae2')";
  border: 1px solid #3c7daf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset -1px -1px 0 0 #dcdee0, inset 1px 1px 0 0 white;
  -webkit-box-shadow: inset -1px -1px 0 0 #dcdee0, inset 1px 1px 0 0 white;
  -o-box-shadow: inset -1px -1px 0 0 #dcdee0, inset 1px 1px 0 0 white;
  box-shadow: inset -1px -1px 0 0 #dcdee0, inset 1px 1px 0 0 white;
  margin-right: 1px;
}

/* line 2339, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hScrollThumb {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(50%, #e9e8e8), color-stop(50%, #dad7d7), color-stop(82%, #cecaca), color-stop(100%, #c4c0c0));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  background-image: linear-gradient(top, #f5f5f5 0%, #e9e8e8 50%, #dad7d7 50%, #cecaca 82%, #c4c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f5f5f5', endColorstr='#c4c0c0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f5f5f5', endColorstr='#c4c0c0')";
  border: 1px solid #969696;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 1px -1px 0 0 #dcdada, inset 0 1px 0 1px #ededed;
  -webkit-box-shadow: inset 1px -1px 0 0 #dcdada, inset 0 1px 0 1px #ededed;
  -o-box-shadow: inset 1px -1px 0 0 #dcdada, inset 0 1px 0 1px #ededed;
  box-shadow: inset 1px -1px 0 0 #dcdada, inset 0 1px 0 1px #ededed;
  margin-bottom: 1px;
}

/* line 2348, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.hScrollThumbOver {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3f4fc), color-stop(20%, #d5eefb), color-stop(50%, #d5eefb), color-stop(50%, #a7daf6), color-stop(80%, #a7daf6), color-stop(90%, #a4d5ef), color-stop(100%, #9ccae2));
  background-image: -webkit-linear-gradient(top, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -moz-linear-gradient(top, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -o-linear-gradient(top, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: -ms-linear-gradient(top, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  background-image: linear-gradient(top, #e3f4fc 0%, #d5eefb 20%, #d5eefb 50%, #a7daf6 50%, #a7daf6 80%, #a4d5ef 90%, #9ccae2 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e3f4fc', endColorstr='#9ccae2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e3f4fc', endColorstr='#9ccae2')";
  border: 1px solid #3c7daf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 1px -1px 0 0 #dcdee0, inset -1px 1px 0 0 white;
  -webkit-box-shadow: inset 1px -1px 0 0 #dcdee0, inset -1px 1px 0 0 white;
  -o-box-shadow: inset 1px -1px 0 0 #dcdee0, inset -1px 1px 0 0 white;
  box-shadow: inset 1px -1px 0 0 #dcdee0, inset -1px 1px 0 0 white;
  margin-bottom: 1px;
}

/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII

	Styles below this comment are not used by default in this skin

IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
/*============================================================
    TabSet CSS tabs
		tabSet.simpleTabBaseStyle
============================================================*/
/* styles for simple css-styled tabs*/
/* left */
/* line 2373, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeft {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f0f8ff), color-stop(4%, #f0f8ff), color-stop(4%, #e7f0fe), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -o-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#c4ddfd')";
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 2391, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeftOver {
  background: #e7f0fe;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e7f0fe), color-stop(4%, #e7f0fe), color-stop(4%, #c4ddfd), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -o-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#e7f0fe')";
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2411, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeftSelected {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f0f8ff), color-stop(4%, #f0f8ff), color-stop(4%, #e7f0fe), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #fafafa 100%);
  background-image: -moz-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #fafafa 100%);
  background-image: -o-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #fafafa 100%);
  background-image: -ms-linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #fafafa 100%);
  background-image: linear-gradient(left, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#fafafa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#fafafa')";
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2432, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeftDown,
.tabButtonLeftFocused,
.tabButtonLeftSelectedFocused,
.tabButtonLeftSelectedFocusedOver {
  background-color: #d6d6d6;
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2447, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeftSelectedDown,
.tabButtonLeftSelectedOver {
  background: #e7f0fe;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e7f0fe), color-stop(4%, #e7f0fe), color-stop(4%, #c9dffd), color-stop(49%, #fafafa), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #fafafa 49%, #fafafa 100%);
  background-image: -moz-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #fafafa 49%, #fafafa 100%);
  background-image: -o-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #fafafa 49%, #fafafa 100%);
  background-image: -ms-linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #fafafa 49%, #fafafa 100%);
  background-image: linear-gradient(left, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #fafafa 49%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#fafafa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#fafafa')";
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2466, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonLeftSelectedDisabled,
.tabButtonLeftDisabled {
  background: #fafafa;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(4%, #fafafa), color-stop(4%, #e7f0fe), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: linear-gradient(left, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#f0f8ff')";
  border-bottom: 1px solid #c3ceda;
  border-left: 1px solid #c3ceda;
  border-top: 1px solid #c3ceda;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #666666;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* right */
/* line 2485, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRight {
  background: #f0f8ff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c4ddfd), color-stop(96%, #e7f0fe), color-stop(96%, #f0f8ff), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(left, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(left, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -o-linear-gradient(left, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(left, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: linear-gradient(left, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#c4ddfd', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c4ddfd', endColorstr='#f0f8ff')";
  border-bottom: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2504, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRightOver {
  background: #e7f0fe;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e7f0fe), color-stop(96%, #c4ddfd), color-stop(96%, #e7f0fe), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(left, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(left, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -o-linear-gradient(left, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(left, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: linear-gradient(left, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e7f0fe', endColorstr='#e7f0fe')";
  border-bottom: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2523, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRightSelected {
  background-color: #f0f8ff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(96%, #e7f0fe), color-stop(96%, #f0f8ff), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: linear-gradient(left, #fafafa 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#f0f8ff')";
  border-bottom: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2544, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRightDown,
.tabButtonRightFocused,
.tabButtonRightSelectedFocused,
.tabButtonRightSelectedFocusedOver {
  background-color: #d6d6d6;
  border-bottom: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2559, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRightSelectedDown,
.tabButtonRightSelectedOver {
  background: #e7f0fe;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(51%, #fafafa), color-stop(96%, #c9dffd), color-stop(96%, #e7f0fe), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 51%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 51%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 51%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 51%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: linear-gradient(left, #fafafa 0%, #fafafa 51%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#fafafa', endColorstr='#e7f0fe')";
  border-bottom: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 2578, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonRightSelectedDisabled,
.tabButtonRightDisabled {
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f0f8ff), color-stop(96%, #e7f0fe), color-stop(96%, #fafafa), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(left, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -moz-linear-gradient(left, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -o-linear-gradient(left, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -ms-linear-gradient(left, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: linear-gradient(left, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#fafafa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f0f8ff', endColorstr='#fafafa')";
  border-bottom: 1px solid #c3ceda;
  border-right: 1px solid #c3ceda;
  border-top: 1px solid #c3ceda;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #666666;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* top */
/* line 2597, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTop {
  background-color: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(4%, #f0f8ff), color-stop(4%, #e7f0fe), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #c4ddfd 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#c4ddfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#c4ddfd')";
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 1px 11px;
}

/* line 2615, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopOver {
  background-color: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fe), color-stop(4%, #e7f0fe), color-stop(4%, #c4ddfd), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -o-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  background-image: linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c4ddfd 4%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#e7f0fe')";
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 1px 11px;
}

/* line 2635, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopSelectedOver,
.tabButtonTopSelectedDown {
  background-color: #d0dff6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fe), color-stop(4%, #e7f0fe), color-stop(4%, #c9dffd), color-stop(35%, #ffffff));
  background-image: -webkit-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #ffffff 35%);
  background-image: -moz-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #ffffff 35%);
  background-image: -o-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #ffffff 35%);
  background-image: -ms-linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #ffffff 35%);
  background-image: linear-gradient(top, #e7f0fe 0%, #e7f0fe 4%, #c9dffd 4%, #ffffff 35%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#fafafa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#fafafa')";
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 1px 7px;
}

/* line 2657, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopFocused,
.tabButtonTopSelectedFocused,
.tabButtonTopSelectedFocusedOver {
  background-color: #d6d6d6;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 1px 7px;
}

/* line 2671, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopSelected {
  background-color: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(4%, #f0f8ff), color-stop(4%, #e7f0fe), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='white')";
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 1px 7px;
}

/* line 2690, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopDown {
  background-color: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(4%, #f0f8ff), color-stop(4%, #e7f0fe), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #f0f8ff 4%, #e7f0fe 4%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='white')";
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 1px 7px;
}

/* line 2711, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonTopSelectedDisabled,
.tabButtonTopDisabled {
  background-color: #e7f0fe;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(4%, #fafafa), color-stop(4%, #e7f0fe), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  background-image: linear-gradient(top, #fafafa 0%, #fafafa 4%, #e7f0fe 4%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#f0f8ff')";
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #ababab;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 1px 7px;
}

/* bottom */
/* line 2731, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottom {
  background-color: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(96%, #e7f0fe), color-stop(96%, #f0f8ff), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(top, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c4ddfd', endColorstr='#f0f8ff')";
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 0 11px;
}

/* line 2749, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomOver {
  background-color: #c4ddfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fe), color-stop(96%, #c4ddfd), color-stop(96%, #e7f0fe), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(top, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(top, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -o-linear-gradient(top, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(top, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: linear-gradient(top, #e7f0fe 0%, #c4ddfd 96%, #e7f0fe 96%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e7f0fe', endColorstr='#e7f0fe')";
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-bottom: 1px solid #8fa7c7;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 0 11px;
}

/* line 2769, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomSelectedOver,
.tabButtonBottomSelectedDown {
  background-color: #d0dff6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(65%, #fafafa), color-stop(96%, #c9dffd), color-stop(96%, #e7f0fe), color-stop(100%, #e7f0fe));
  background-image: -webkit-linear-gradient(top, #fafafa 65%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -moz-linear-gradient(top, #fafafa 65%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -o-linear-gradient(top, #fafafa 65%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: -ms-linear-gradient(top, #fafafa 65%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  background-image: linear-gradient(top, #fafafa 65%, #c9dffd 96%, #e7f0fe 96%, #e7f0fe 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e7f0fe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fafafa', endColorstr='#e7f0fe')";
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-bottom: 1px solid #8fa7c7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 0 7px;
}

/* line 2790, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomFocused,
.tabButtonBottomSelectedFocused,
.tabButtonBottomSelectedFocusedOver {
  background-color: #d6d6d6;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 0 7px;
}

/* line 2805, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomSelected {
  background-color: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(96%, #e7f0fe), color-stop(96%, #f0f8ff), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#f0f8ff')";
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #8fa7c7;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 0 7px;
}

/* line 2824, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomDown {
  background-color: #f0f8ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(96%, #e7f0fe), color-stop(96%, #f0f8ff), color-stop(100%, #f0f8ff));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e7f0fe 96%, #f0f8ff 96%, #f0f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#f0f8ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#f0f8ff')";
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #8fa7c7;
  border-right: 1px solid #8fa7c7;
  border-top: 1px solid #8fa7c7;
  color: #153e8a;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px 0 7px;
}

/* line 2845, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.tabButtonBottomSelectedDisabled,
.tabButtonBottomDisabled {
  background-color: #e7f0fe;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(96%, #e7f0fe), color-stop(96%, #fafafa), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #e7f0fe 96%, #fafafa 96%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#fafafa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#fafafa')";
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #ababab;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 0 6px 0 7px;
}

/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII

	Styles below this comment are used by optional modules only

IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
/*============================================================
	CubeGrid - Analytics Module only
		cubeGrid.baseStyle - cubeCell
		headerGrid.baseStyle - rowHeader
		reportHeaderBar.button.baseStyle - rowHeader
		reportHeaderBar.button.baseStyle - innerHeader/colHeader
		reportHeaderBar.button.baseStyle - rowHeaderLabel
		reportHeaderBar.button.baseStyle - colHeaderLabel
============================================================*/
/* line 2884, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCell {
  background-color: white;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid white;
  border-right: 1px solid #ababab;
  border-top: 1px solid white;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* line 2900, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCellDark {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #ababab;
  border-top: 1px solid #f0f0f0;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* line 2916, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCellDisabled {
  background-color: white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  color: #666666;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;
}

/* partial styles */
/* line 2933, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCellOver {
  background-color: #b8cfef;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #b8cfef;
  border-right: 1px solid #ababab;
  border-top: 1px solid #b8cfef;
}

/* line 2943, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCellSelected {
  background-color: #FFE781;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #FFE781;
  border-right: 1px solid #ababab;
  border-top: 1px solid #FFE781;
}

/* line 2953, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.cubeCellSelectedOver {
  background-color: #b8cfef;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #b8cfef;
  border-right: 1px solid #ababab;
  border-top: 1px solid #b8cfef;
}

/* row headers */
/* line 2964, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeader {
  background-color: #56728a;
  background-image: url(images/CubeGrid/rowHeader.gif);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #56728a), color-stop(50%, #7590ae), color-stop(100%, #56728a));
  background-image: -webkit-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -moz-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -o-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -ms-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae')";
  border-bottom: 1px solid #204269;
  border-left: 1px solid white;
  border-right: 1px solid #204269;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 2984, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderOver {
  background-color: #65819f;
  background-image: url(images/CubeGrid/rowHeaderOver.gif);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #56728a), color-stop(50%, #7590ae), color-stop(100%, #56728a));
  background-image: -webkit-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -moz-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -o-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -ms-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae')";
  border-bottom: 1px solid white;
  border-left: 1px solid #204269;
  border-right: 1px solid white;
  border-top: 1px solid #204269;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3004, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderDown {
  background-color: #65819f;
  background-image: url("images/CubeGrid/rowHeaderOver.gif");
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #56728a), color-stop(50%, #7590ae), color-stop(100%, #56728a));
  background-image: -webkit-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -moz-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -o-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: -ms-linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  background-image: linear-gradient(left, #56728a 0%, #7590ae 50%, #56728a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#56728a', endColorstr='#7590ae')";
  border-bottom: 1px solid white;
  border-left: 1px solid #204269;
  border-right: 1px solid white;
  border-top: 1px solid #204269;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3024, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderDisabled {
  background-color: #65819f;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3035, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderSelected,
.rowHeaderSelectedDown {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/rowHeaderSelected.gif");
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d4191), color-stop(50%, #5e95d4), color-stop(100%, #1d4391));
  background-image: -webkit-linear-gradient(left, #1d4191 0%, #5e95d4 50%, #1d4391 100%);
  background-image: -moz-linear-gradient(left, #1d4191 0%, #5e95d4 50%, #1d4391 100%);
  background-image: -o-linear-gradient(left, #1d4191 0%, #5e95d4 50%, #1d4391 100%);
  background-image: -ms-linear-gradient(left, #1d4191 0%, #5e95d4 50%, #1d4391 100%);
  background-image: linear-gradient(left, #1d4191 0%, #5e95d4 50%, #1d4391 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#1d4191', endColorstr='#1d4391');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#1d4191', endColorstr='#1d4391')";
  border-bottom: 1px solid #f0f8ff;
  border-left: 1px solid #000099;
  border-right: 1px solid #f0f8ff;
  border-top: 1px solid #000099;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3055, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderSelectedOver {
  background-color: #5e95d4;
  background-image: url("images/CubeGrid/rowHeaderSelectedOver.gif");
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #5e95d4), color-stop(50%, #1d4391), color-stop(100%, #5e95d4));
  background-image: -webkit-linear-gradient(left, #5e95d4 0%, #1d4391 50%, #5e95d4 100%);
  background-image: -moz-linear-gradient(left, #5e95d4 0%, #1d4391 50%, #5e95d4 100%);
  background-image: -o-linear-gradient(left, #5e95d4 0%, #1d4391 50%, #5e95d4 100%);
  background-image: -ms-linear-gradient(left, #5e95d4 0%, #1d4391 50%, #5e95d4 100%);
  background-image: linear-gradient(left, #5e95d4 0%, #1d4391 50%, #5e95d4 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#5e95d4', endColorstr='#1d4391');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#5e95d4', endColorstr='#1d4391')";
  border: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3070, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderSelectedDisabled {
  background-color: #3d74b3;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* row label */
/* line 3081, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabel {
  background-color: #204b79;
  background-image: url("images/CubeGrid/rowHeaderLabel.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(2%, #3f6a97), color-stop(98%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid #000a38;
  border-left: 1px solid white;
  border-right: 1px solid #000a38;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3102, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelOver {
  background-color: #204b79;
  background-image: url("images/CubeGrid/rowHeaderLabel.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(2%, #3f6a97), color-stop(98%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid white;
  border-left: 1px solid #000a38;
  border-right: 1px solid white;
  border-top: 1px solid #000a38;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3123, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelDown {
  background-color: #204b79;
  background-image: url("images/CubeGrid/rowHeaderLabelDown.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(2%, #3f6a97), color-stop(98%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 98%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid white;
  border-left: 1px solid #000a38;
  border-right: 1px solid white;
  border-top: 1px solid #000a38;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3144, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelDisabled {
  background-color: gray;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3156, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelSelected,
.rowHeaderLabelSelectedDown {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/rowHeaderDown.gif");
  border-bottom: 1px solid #545454;
  border-left: 1px solid black;
  border-right: 1px solid #545454;
  border-top: 1px solid black;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3175, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelSelectedOver {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/rowHeaderDown.gif");
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3194, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.rowHeaderLabelSelectedDisabled {
  background-color: gray;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* column headers */
/* line 3206, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeader {
  background-color: #65819f;
  background-image: url("images/CubeGrid/colHeader.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #47637b), color-stop(2%, #819ebb), color-stop(98%, #819ebb), color-stop(100%, #47637b));
  background-image: -webkit-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -moz-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -o-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -ms-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#819ebb', endColorstr='#47637b');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#819ebb', endColorstr='#47637b')";
  border-bottom: 1px solid #204269;
  border-left: 1px solid white;
  border-right: 1px solid #204269;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3226, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderOver {
  background-color: #65819f;
  background-image: url("images/CubeGrid/colHeaderOver.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #87a2c0), color-stop(2%, #4b6781), color-stop(98%, #4b6781), color-stop(100%, #87a2c0));
  background-image: -webkit-linear-gradient(top, #87a2c0 0%, #4b6781 2%, #4b6781 98%, #87a2c0 100%);
  background-image: -moz-linear-gradient(top, #87a2c0 0%, #4b6781 2%, #4b6781 98%, #87a2c0 100%);
  background-image: -o-linear-gradient(top, #87a2c0 0%, #4b6781 2%, #4b6781 98%, #87a2c0 100%);
  background-image: -ms-linear-gradient(top, #87a2c0 0%, #4b6781 2%, #4b6781 98%, #87a2c0 100%);
  background-image: linear-gradient(top, #87a2c0 0%, #4b6781 2%, #4b6781 98%, #87a2c0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#87a2c0', endColorstr='#4b6781');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#87a2c0', endColorstr='#4b6781')";
  border-bottom: 1px solid white;
  border-left: 1px solid #204269;
  border-right: 1px solid white;
  border-top: 1px solid #204269;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3246, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderDown {
  background-color: #65819f;
  background-image: url("images/CubeGrid/colHeader.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #47637b), color-stop(2%, #819ebb), color-stop(98%, #819ebb), color-stop(100%, #47637b));
  background-image: -webkit-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -moz-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -o-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: -ms-linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  background-image: linear-gradient(top, #47637b 0%, #819ebb 2%, #819ebb 98%, #47637b 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#819ebb', endColorstr='#47637b');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#819ebb', endColorstr='#47637b')";
  border-bottom: 1px solid white;
  border-left: 1px solid #204269;
  border-right: 1px solid white;
  border-top: 1px solid #204269;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3266, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderDisabled {
  background-color: #65819f;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3282, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderSelected,
.colHeaderSelectedDown {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/colHeaderSelected.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f4693), color-stop(2%, #598ecf), color-stop(98%, #598ecf), color-stop(100%, #1f4693));
  background-image: -webkit-linear-gradient(top, #1f4693 0%, #598ecf 2%, #598ecf 98%, #1f4693 100%);
  background-image: -moz-linear-gradient(top, #1f4693 0%, #598ecf 2%, #598ecf 98%, #1f4693 100%);
  background-image: -o-linear-gradient(top, #1f4693 0%, #598ecf 2%, #598ecf 98%, #1f4693 100%);
  background-image: -ms-linear-gradient(top, #1f4693 0%, #598ecf 2%, #598ecf 98%, #1f4693 100%);
  background-image: linear-gradient(top, #1f4693 0%, #598ecf 2%, #598ecf 98%, #1f4693 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#1f4693', endColorstr='#598ecf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1f4693', endColorstr='#598ecf')";
  border-bottom: 1px solid #f0f8ff;
  border-left: 1px solid #000099;
  border-right: 1px solid #f0f8ff;
  border-top: 1px solid #000099;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3303, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderSelectedOver {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/colHeaderSelectedOver.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f95d3), color-stop(4%, #214897), color-stop(5%, #234b9a), color-stop(95%, #234b9a), color-stop(96%, #214897), color-stop(100%, #5f95d3));
  background-image: -webkit-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -moz-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -o-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -ms-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#234b9a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#234b9a')";
  border: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3319, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderSelectedDisabled {
  background-color: #3d74b3;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* column label */
/* line 3331, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabel {
  background-color: #204b79;
  background-image: url("images/CubeGrid/colHeaderLabel.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(2%, #3f6a97), color-stop(50%, #3f6a97), color-stop(98%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 50%, #3f6a97 98%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 50%, #3f6a97 98%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 50%, #3f6a97 98%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 50%, #3f6a97 98%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 2%, #3f6a97 50%, #3f6a97 98%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid #545454;
  border-left: 1px solid white;
  border-right: 1px solid #545454;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3353, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabelOver,
.colHeaderLabelDown {
  background-color: #204b79;
  background-image: url("images/CubeGrid/colHeaderLabelDown.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(50%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid #545454;
  border-left: 1px solid #000a38;
  border-right: 1px solid #545454;
  border-top: 1px solid #000a38;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3374, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabelDisabled {
  background-color: gray;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3386, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabelSelected,
.colHeaderLabelSelectedDown {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/colHeaderLabelDown.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #224e7c), color-stop(50%, #3f6a97), color-stop(100%, #224e7c));
  background-image: -webkit-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -moz-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -o-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: -ms-linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  background-image: linear-gradient(top, #224e7c 0%, #3f6a97 50%, #224e7c 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#224e7c', endColorstr='#3f6a97')";
  border-bottom: 1px solid #545454;
  border-left: 1px solid black;
  border-right: 1px solid #545454;
  border-top: 1px solid black;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3407, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabelSelectedOver {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/colHeaderDown.gif");
  border-bottom: 1px solid #545454;
  border-left: 1px solid white;
  border-right: 1px solid #545454;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3426, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.colHeaderLabelSelectedDisabled {
  background-color: gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* inner header */
/* line 3443, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeader {
  background-color: #cccccc;
  background-image: url("images/CubeGrid/innerHeader.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ababab), color-stop(1%, #bababa), color-stop(2%, #cccccc), color-stop(3%, #d6d6d6), color-stop(4%, #e8e8e8), color-stop(96%, #e8e8e8), color-stop(97%, #d4d4d4), color-stop(98%, #cccccc), color-stop(99%, #bababa), color-stop(100%, #ababab));
  background-image: -webkit-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -moz-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -o-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -ms-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8')";
  border-bottom: 1px solid gray;
  border-left: 1px solid white;
  border-right: 1px solid gray;
  border-top: 1px solid white;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3463, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderOver {
  background-color: #cccccc;
  background-image: url("images/CubeGrid/innerHeader.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ababab), color-stop(1%, #bababa), color-stop(2%, #cccccc), color-stop(3%, #d6d6d6), color-stop(4%, #e8e8e8), color-stop(96%, #e8e8e8), color-stop(97%, #d4d4d4), color-stop(98%, #cccccc), color-stop(99%, #bababa), color-stop(100%, #ababab));
  background-image: -webkit-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -moz-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -o-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -ms-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8')";
  border-bottom: 1px solid white;
  border-left: 1px solid gray;
  border-right: 1px solid white;
  border-top: 1px solid gray;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3483, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderDown {
  background-color: #cccccc;
  background-image: url("images/CubeGrid/innerHeader.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ababab), color-stop(1%, #bababa), color-stop(2%, #cccccc), color-stop(3%, #d6d6d6), color-stop(4%, #e8e8e8), color-stop(96%, #e8e8e8), color-stop(97%, #d4d4d4), color-stop(98%, #cccccc), color-stop(99%, #bababa), color-stop(100%, #ababab));
  background-image: -webkit-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -moz-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -o-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: -ms-linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  background-image: linear-gradient(top, #ababab 0%, #bababa 1%, #cccccc 2%, #d6d6d6 3%, #e8e8e8 4%, #e8e8e8 96%, #d4d4d4 97%, #cccccc 98%, #bababa 99%, #ababab 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ababab', endColorstr='#e8e8e8')";
  border-bottom: 1px solid white;
  border-left: 1px solid gray;
  border-right: 1px solid white;
  border-top: 1px solid gray;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3503, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderDisabled {
  background-color: #cccccc;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3519, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderSelected,
.innerHeaderSelectedDown {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/innerHeaderSelected.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1d4191), color-stop(4%, #5990cf), color-stop(96%, #5990cf), color-stop(100%, #1d4191));
  background-image: -webkit-linear-gradient(top, #1d4191 0%, #5990cf 4%, #5990cf 96%, #1d4191 100%);
  background-image: -moz-linear-gradient(top, #1d4191 0%, #5990cf 4%, #5990cf 96%, #1d4191 100%);
  background-image: -o-linear-gradient(top, #1d4191 0%, #5990cf 4%, #5990cf 96%, #1d4191 100%);
  background-image: -ms-linear-gradient(top, #1d4191 0%, #5990cf 4%, #5990cf 96%, #1d4191 100%);
  background-image: linear-gradient(top, #1d4191 0%, #5990cf 4%, #5990cf 96%, #1d4191 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#5990cf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#5990cf')";
  border-bottom: 1px solid #f0f8ff;
  border-left: 1px solid #000099;
  border-right: 1px solid #f0f8ff;
  border-top: 1px solid #000099;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3540, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderSelectedOver {
  background-color: #3d74b3;
  background-image: url("images/CubeGrid/innerHeaderSelectedOver.gif");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f95d3), color-stop(4%, #214897), color-stop(5%, #234b9a), color-stop(95%, #234b9a), color-stop(96%, #214897), color-stop(100%, #5f95d3));
  background-image: -webkit-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -moz-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -o-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: -ms-linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  background-image: linear-gradient(top, #5f95d3 0%, #214897 4%, #234b9a 5%, #234b9a 95%, #214897 96%, #5f95d3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#234b9a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5f95d3', endColorstr='#234b9a')";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* line 3561, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.innerHeaderSelectedDisabled {
  background-color: #cccccc;
  border: 1px solid gray;
  color: gray;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/*============================================================
	BarChart
	internal, charting/visualization module only
		styleName - chart
		barStyle - chartBar
		others are currently fixed
============================================================*/
/* line 3578, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chart {
  background-color: #cccccc;
}

/* line 3582, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartTitle {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 3592, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartAxisTitle {
  color: #0000ff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* line 3601, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartValueTitle {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3609, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartTotal {
  background-color: linen;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* line 3618, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartBody {
  background-color: #dedede;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px dashed #0000FF;
}

/* line 3627, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartBar1 {
  background-color: #FF0000;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #990000), color-stop(100%, #ff0000));
  background-image: -webkit-linear-gradient(left, #990000 0%, #ff0000 100%);
  background-image: -moz-linear-gradient(left, #990000 0%, #ff0000 100%);
  background-image: -o-linear-gradient(left, #990000 0%, #ff0000 100%);
  background-image: -ms-linear-gradient(left, #990000 0%, #ff0000 100%);
  background-image: linear-gradient(left, #990000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#990000', endColorstr='red');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#990000', endColorstr='red')";
}

/* line 3633, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartBar2 {
  background-color: #0000FF;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000099), color-stop(100%, #0000ff));
  background-image: -webkit-linear-gradient(left, #000099 0%, #0000ff 100%);
  background-image: -moz-linear-gradient(left, #000099 0%, #0000ff 100%);
  background-image: -o-linear-gradient(left, #000099 0%, #0000ff 100%);
  background-image: -ms-linear-gradient(left, #000099 0%, #0000ff 100%);
  background-image: linear-gradient(left, #000099 0%, #0000ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#000099', endColorstr='blue');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#000099', endColorstr='blue')";
}

/* line 3639, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.chartBar3 {
  background-color: #0000ff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #009900), color-stop(100%, #0000ff));
  background-image: -webkit-linear-gradient(left, #009900 0%, #0000ff 100%);
  background-image: -moz-linear-gradient(left, #009900 0%, #0000ff 100%);
  background-image: -o-linear-gradient(left, #009900 0%, #0000ff 100%);
  background-image: -ms-linear-gradient(left, #009900 0%, #0000ff 100%);
  background-image: linear-gradient(left, #009900 0%, #0000ff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#009900', endColorstr='blue');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#009900', endColorstr='blue')";
}

/*============================================================
	Printing
        printHeader - general print style for header elements including:
        - ListGrid header cells
        - SectionStack headers
============================================================*/
/* line 3652, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.printHeader {
  border: 1px solid black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*============================================================
	Calendar
============================================================*/
/* line 3667, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calendar,
.calendarDisabled,
.calendarWorkday,
.calendarDark {
  background-color: white;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3680, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calendarDisabled {
  background-color: #fafafa;
}

/* line 3684, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calendarWorkday {
  background-color: white;
}

/* line 3689, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calendarOver,
.calendarOverDark {
  background-color: #c0d8ec;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3702, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calendarCellSelected {
  background-color: #cccccc;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3715, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.labelColumn {
  background-color: #fafafa;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* ----month---- */
/* calMonthDayHeader and Body */
/* line 3731, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthDayHeader,
.calMonthDayHeaderDark {
  background-color: #fafafa;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3745, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthDayHeaderOver,
.calMonthDayHeaderOverDark {
  background-color: #c0d8ec;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3759, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthDayBody,
.calMonthDayBodyDark {
  background-color: white;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3773, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthDayBodyOver,
.calMonthDayBodyOverDark {
  background-color: #c0d8ec;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3787, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthDayBodyDisabled,
.calMonthDayBodyDisabledOver {
  background-color: #fafafa;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* calMonthOtherDayHeader and Body */
/* line 3802, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthOtherDayHeader,
.calMonthOtherDayHeaderDark {
  background-color: #ababab;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: #454545;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3816, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthOtherDayHeaderOver,
.calMonthOtherDayHeaderOverDark {
  background-color: #c0d8ec;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: #454545;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3832, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthOtherDayBody,
.calMonthOtherDayBodyDark,
.calMonthOtherDayBodyDisabled,
.calMonthOtherDayBodyDisabledOver {
  background-color: #fafafa;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3846, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthOtherDayBodyOver,
.calMonthOtherDayBodyOverDark {
  background-color: #c0d8ec;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* calMonthOtherDayBlank */
/* line 3863, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.calMonthOtherDayBlank,
.calMonthOtherDayBlankDark,
.calMonthOtherDayBlankOver,
.calMonthOtherDayBlankOverDark {
  background-color: #fafafa;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  color: #454545;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* calMonthEventLink */
/* line 3877, ../_internalSource/EnterpriseSeries/sass/_base.scss */
a.calMonthEventLink:link {
  color: #0000FF;
  text-decoration: none;
}

/* line 3882, ../_internalSource/EnterpriseSeries/sass/_base.scss */
a.calMonthEventLink:visited {
  color: #0000FF;
  text-decoration: none;
}

/* line 3887, ../_internalSource/EnterpriseSeries/sass/_base.scss */
a.calMonthEventLink:hover {
  color: #0000FF;
  text-decoration: underline;
}

/* line 3892, ../_internalSource/EnterpriseSeries/sass/_base.scss */
a.calMonthEventLink:active {
  color: #0000FF;
  text-decoration: none;
}

/* ----event window---- */
/* line 3898, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.eventWindow {
  background-color: #f0f8ff;
  border: 1px solid #d0dff6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
}

/* line 3907, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.eventWindowHeader {
  background-color: #d0dff6;
  color: #4d4d4d;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
}

/* line 3916, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.eventWindowBody {
  background-color: #f0f8ff;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  padding: 3px;
}

/* line 3926, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.eventWindowResizer {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

/*============================================================
	PropertySheet
	internal, used by Visual SmartClient tools
        propertySheet.autoChildDefaults.cellStyle - propSheetValue
        propertySheet.autoChildDefaults.titleStyle - propSheetTitle
        propertySheet.TextItemDefaults.textBoxStyle - propSheetField
        propertySheet.SelectItemDefaults.controlStyle - propSheetSelectControl
        propertySheet.ColorItemDefaults.textBoxStyle - propSheetField
        propertySheet.HeaderItemDefaults.textBoxStyle - propSheetHeading
        propertySheet.SectionHeaderItemDefaults.cellStyle - propSheetSectionItemCell
============================================================*/
/* line 3947, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetValue,
.propSheetValueFocused,
.propSheetDisabled {
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

/* line 3962, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetTitle,
.propSheetTitleFocused,
.propSheetTitleDisabled {
  background-color: #dedede;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 3979, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetTitleError,
.propSheetValueError {
  background-color: #cfd9f2;
  color: #204269;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* line 3989, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetField,
.propSheetFieldDisabled {
  background-color: white;
  border: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-top: 3px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 4006, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetHeading,
.propSheetHeadingDisabled {
  background-color: #cccccc;
  border-bottom: 1px solid #ababab;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
}

/* line 4020, ../_internalSource/EnterpriseSeries/sass/_base.scss */
.propSheetSelectControl,
.propSheetSelectControlFocused,
.propSheetSelectControlDisabled {
  padding-left: 3px;
  padding-right: 3px;
}