/*****************************************************************

	ActiveWidgets Grid 1.0.2 (GPL).
	Copyright (C) 2003-2005 ActiveWidgets Ltd. All Rights Reserved. 
	http://www.activewidgets.com/

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

*****************************************************************/
xml {
	display: none;
}

.gecko {
	-moz-box-sizing: border-box;
}

.safari {
	-webkit-box-sizing: border-box;
}

.gecko[onresize] {
	-moz-binding: url(gecko.xml#resize);
}

.gecko[onmouseenter], .gecko[onmouseleave] {
	-moz-binding: url(gecko.xml#mouse);
}

.active-box-normal {
  position: relative;
  height: 18px;
  width: 100%;
  vertical-align: top;
  border-width: 1px;
  border-style: none none solid none;
  border-color: #cbc7b8;
  padding-bottom: 1px;
  box-sizing: border-box;
  background: #d6d2c2!important;
}

.active-box-normal.gecko {
	overflow-y: visible;
}

.active-box-normal.safari {
	overflow-y: visible;
}

.active-box-item {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  padding: 0px 5px;
  border-width: 1px;
  border-style: none none solid none;  
  border-color: #e8e8e8;
  background: -webkit-linear-gradient( bottom, #fbfbfb, #e8e8e8);
  background: -o-linear-gradient( bottom, #fbfbfb, #e8e8e8);
  background: -moz-linear-gradient( bottom, #fbfbfb, #e8e8e8);
  background: linear-gradient(to  bottom, #fbfbfb, #e8e8e8);
  display: -moz-grid;
}

.active-scroll-corner > .active-box-item{
  display: inherit;
}

.active-box-item.gecko {
	-moz-binding: url(gecko.xml#item);
  width: 100%;	
}

.active-gecko-item {
	height: 100%;
	-moz-box-align: center;
}

.active-safari-item {
	height: 100%;
	-webkit-box-align: center;
}

.active-box-image {
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 100%;
	line-height: 1px;
	vertical-align: middle;
	margin: 0px 3px -1px 0px;
}

.active-box-image.gecko {
	display: -moz-inline-box;
	overflow: visible;
  vertical-align: middle;
}

.active-box-image.safari {
	display: -webkit-inline-box;
	overflow: visible;
  vertical-align: middle;
}

.active-image-none {
	width: 0px;
	margin-right: 0px;
}

.active-box-resize {
	position: absolute;
	overflow: hidden;
	top: 15%;
	right: -5px;
	width: 10px;
	height: 70%;
	font-size: 30px;
	background: url(grid.png) -75px 0px repeat-y;
	cursor: e-resize;
}

.active-box-sort {
	display: -moz-inline-box;
	display: -webkit-inline-box;
	overflow: hidden;
	width: 0px;
	height: 100%;
	vertical-align: top;
}

.active-box-item .active-box-image.gecko .active-box-image.safari,.active-box-item .active-box-sort.safari
  {
	height: 16px;
}

.active-box-sort.gecko {
	height: 16px;
}

.active-sort-ascending .active-box-sort {
	width: 16px;
	background: url(grid.png) -20px 50% no-repeat;
}

.active-sort-descending .active-box-sort {
	width: 16px;
	background: url(grid.png) -40px 50% no-repeat;
}

.active-box-resize.gecko {
	right: 0px;
	top: 15%;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 12px;
	z-index: 1000;
}

.active-box-resize.safari {
	right: 0px;
	position: relative;
	top: 15%;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 12px;
	z-index: 1000;
}

.active-scroll-data {
  box-sizing: border-box;
  position: absolute;
  overflow: auto;
  top: 20px;
  left: 28px;
  padding: 0px 0px 0px 0px!important;
  z-index: 1;
}

#WFRQuery .active-scroll-data{
  width: calc(100% - 28px)!important;
}

.active-scroll-top {
  box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	top: 0px;
	left: 0px;
	width: calc(100% - 16px);
	height: 18px;
	padding: 0px 0px 0px 28px;
	z-index: 2;
}

.active-scroll-top-noscroll {
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 18px;
  padding: 0px 0px 0px 28px;
  z-index: 2;
}

.active-scroll-left {
  box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 100%;
	padding: 18px 0px 20px 0px;
	text-align: center;
	z-index: 2;
}

.active-scroll-corner {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 18px;
	z-index: 3;
}

.active-scroll-bars {
	position: absolute;
  overflow: hidden;
  display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	z-index: 4;
}

.active-scroll-space {
  min-width: 1px;
  min-height: 1px;
}

.active-scroll-space.safari {
	min-width: 1px;
	min-height: 1px;
}

.active-scroll-fill {
  display: inline-block;
	height: 100%;
}

.active-scroll-fill.gecko {
	display: -moz-inline-box;
}

.active-scroll-fill.safari {
	display: -webkit-inline-box;
}

.active-scroll-left.safari {
  overflow:-moz-scrollbars-none;
}

.active-controls-grid {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: default;
	-moz-user-focus: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	text-align: left;
	outline: none;
}

.active-templates-header {
  display: inline-block;
	width: 100px;
	height: 100%;
}

.active-header-over {
	border-color: #a4cdf6;
	background: #a4cdf6 !important;
}

.active-header-over .active-box-item {
  border-color: #a4cdf6;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#a4cdf6',GradientType=0 );
  background: -webkit-linear-gradient( bottom, #f8f9fa, #dfecf8);
  background: -o-linear-gradient( bottom, #f8f9fa, #dfecf8);
  background: -moz-linear-gradient( bottom, #f8f9fa, #dfecf8);
  background: linear-gradient(to  bottom, #f8f9fa, #dfecf8);
}

.active-header-over .active-box-resize {
	background: none;
}

.active-header-pressed {
  border-color: threeddarkshadow threedhighlight threedhighlight
    threeddarkshadow;
}

.active-header-pressed .active-box-item {
	position: relative;
	left: 1px;
	top: 1px;
	border-color: threedface;
}

.active-templates-header.gecko {
	display: -moz-inline-box;
}

.active-templates-header.safari {
	display: -webkit-inline-box;
}

.active-header-pressed .active-box-item.gecko {
	position: static;
}

.active-box-item.safari {
position:static;
}

.active-templates-row {
	white-space: nowrap;
	width: 100%;
	height: 18px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.active-templates-row.gecko {
	overflow-y: visible;
	width: auto;
	min-width: 100%;
}

.active-templates-row.safari {
	display: -webkit-box;
	overflow-y: visible;
	width: auto;
	min-width: 100%;
}

.active-row-cell {
  display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
	height: 100%;
	padding: 0px 5px;
	line-height: 17px;
	vertical-align: top;
  box-sizing: border-box;
}

.active-row-cell.gecko {
	display: -moz-inline-grid;
}

.active-row-cell.safari {
	display: block;
  padding: 0px 5px;
}

.active-selection-true, .active-selection-true .active-row-cell {
	color: #000!important;
	background: #FFC596!important;
}

.active-templates-text, .active-templates-image {
	-moz-binding: url(gecko.xml#box);
}

.active-gecko-box {
	-moz-box-flex: 1;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.active-safari-box {
	-webkit-box-flex: 1;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.active-templates-status, .active-templates-error {
	padding: 5px;
}

.active-scroll-left .active-box-normal {
	border-top: 1px solid #faf9f4;
	border-right: 1px solid #d6d2c2;
	border-bottom: none;
}

.active-image-txt {
	background: url(icons.png) -20px 50%;
}

.active-image-htm {
	background: url(icons.png) -40px 50%;
}

.active-image-xls {
	background: url(icons.png) -60px 50%;
}

.active-image-doc {
	background: url(icons.png) -80px 50%;
}

.active-image-pdf {
	background: url(icons.png) -100px 50%;
}

.active-image-xml {
	background: url(icons.png) -120px 50%;
}

.active-image-msi {
	background: url(icons.png) -140px 50%;
}

.active-image-chm {
	background: url(icons.png) -160px 50%;
}

.active-box-image {
  background-repeat: no-repeat;
}

.active-image-loading {
	position: relative;
	top: 20px;
	left: 0px;
	width: 107px;
	height: 13px;
	margin-right: -107px;
	background: url(loading.gif) no-repeat;
}

.active-scroll-bars {
	z-index: -1;
}
