/*
 <module>
     PivotGrid/styles.css
 </module>
 <summary>
     Style sheet for the ELicenseTheme for DevExpress pivot grid controls.
 </summary>
 <copyright>
     Copyright © 2013.  Michigan Department of Natural Resources.
     All Rights Reserved.

     The contents of this file are subject to the Michigan RSS License
     (the 'License'); you may not use this file except in compliance
     with the License.

     THE SOFTWARE IS PROVIDED 'AS-IS' AND WITHOUT WARRANTY OF ANY KIND,
     EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
     MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
     NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER
     CONTRIBUTOR, OR ANY DEVELOPER OF COVERED CODE, OR ANY SUPPLIER OF ANY OF
     SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT,
     SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
     WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
     FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
     EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
     DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH
     OR PERSONAL INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT
     APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW
     THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
     THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
     Call Hewlett-Packard Development Company for more information.

     Notices of copyright and/or attribution that appear at the beginning
     of any file included in this distribution must remain intact.

     See the License for the specific language governing rights and limitations
     under the License.
 </copyright>
 <history>
     <change date="11/07/2013" author="Paul Olszewski" release="14.1 CR87297/1892">
         Versioned file.    
     </change>
 </history>
*/
.dxpgControl_ELicenseTheme
{
	color: Black;
	font: 9pt Tahoma;
	border: solid 1px #9C9AB7;
	background-color: white;
}
.dxpgContainerCell_ELicenseTheme
{
	vertical-align: top;
}
.dxpgMainTable_ELicenseTheme
{
	color: Black;
	font: 9pt Tahoma;
	border: 0px;
	border-collapse: separate;
	width: 100%;
}
.dxpgMainTable_ELicenseTheme caption
{
	background: url('CaptionBack.gif') repeat-x center top #787797;
    border-bottom: solid 1px #9c9ab7;
    color: white;
    padding: 3px 3px 4px;
	font-weight: bold;	
	text-align: center;
}    
.dxpgHeader_ELicenseTheme
{
	color: Black;
	background: url('pgHeaderBack.gif') repeat-x #9B99B6;
	cursor: pointer;
	white-space: nowrap;
	border: solid 0px #7B7B93;
}
.dxpgHeaderTable_ELicenseTheme
{
	border-width: 1px;
	width: 100%;
}
.dxpgHeaderGroupButton_ELicenseTheme
{
	padding-left: 4px;
	vertical-align: middle;
}
.dxpgHeaderText_ELicenseTheme
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.dxpgHeaderSort_ELicenseTheme
{
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
	vertical-align: middle;
}
.dxpgHeaderFilter_ELicenseTheme
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;	
}
.dxpgHeaderHover_ELicenseTheme
{
	background: url('pgHeaderBackHover.gif') repeat-x #FFD091;
}
.dxpgArea_ELicenseTheme, .dxpgArea_ELicenseTheme table
{
	color: Black;
	font: 9pt Tahoma;
}
.dxpgArea_ELicenseTheme
{
	border: solid 1px #9c9ab7;
	background-color: #ECEDF4;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.dxpgColumnArea_ELicenseTheme
{
	border-bottom-style: solid;
}
.dxpgRowArea_ELicenseTheme
{
}
.dxpgDataArea_ELicenseTheme
{
}
.dxpgFilterArea_ELicenseTheme
{
	background: url('pgHeaderBack.gif') repeat-x #9C9AB7;
	color: black;
	border-bottom-style: solid;
}
.dxpgEmptyArea_ELicenseTheme
{
	cursor: default;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 7px;
	padding-right: 6px;
}
.dxpgColumnFieldValue_ELicenseTheme
{
	background-color: #d7d7e4;
	border: solid 1px #9c9ab7;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	padding: 4px 6px;
    font-weight: normal;
    text-align: left;    
}
.dxpgColumnTotalFieldValue_ELicenseTheme
{
	background-color: #c8c8d9;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
}
.dxpgColumnGrandTotalFieldValue_ELicenseTheme
{
	background-color: #a4a2bd;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
}
.dxpgRowFieldValue_ELicenseTheme
{
	background-color: #d7d7e4;
	border: solid 1px #9c9ab7;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: solid;
	padding: 4px 6px 4px 6px;
    font-weight: normal;
    text-align: left;
}
.dxpgRowTotalFieldValue_ELicenseTheme
{
	background-color: #c8c8d9;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: solid;
}
.dxpgRowTreeFieldValue_ELicenseTheme
{
	padding: 0px;
	font: 0pt;
}
.dxpgRowGrandTotalFieldValue_ELicenseTheme
{
	background-color: #a4a2bd;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: solid;
	padding: 6px 6px 6px 6px;
}
.dxpgCollapsedButton_ELicenseTheme
{
	vertical-align: -1px;
	border: 0px;
	margin-right: 5px;
}
.dxpgSortByColumnImage_ELicenseTheme
{
	vertical-align: 0px;
	border: 0px;
	margin-left: 5px;
}
.dxpgCell_ELicenseTheme
{
	text-align: right;
	background-color: #FEFEFE;	
	border-color: #C8C8D9;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	padding: 4px;
	white-space: nowrap;
}
.dxpgKPICell_ELicenseTheme
{
	text-align: center;
	vertical-align: middle;
}
.dxpgTotalCell_ELicenseTheme
{
	background-color: #ecedf4;
}
.dxpgGrandTotalCell_ELicenseTheme
{
	background-color: #d7d9e8;
}
.dxpgRowGrandTotalCell_ELicenseTheme
{
	background-color: #d7d9e8;
}
.dxpgColumnGrandTotalCell_ELicenseTheme
{
	background-color: #d7d9e8;
}
.dxpgFilterWindow_ELicenseTheme
{
	color: Black;
	font: 9pt Tahoma;
	border: solid 1px #7B7B93;
}
.dxpgFilterItemsArea_ELicenseTheme
{
	color: Black;
	background-color: White;
}
.dxpgFilterItem_ELicenseTheme
{
	font: 9pt Tahoma;
}
.dxpgFilterButton_ELicenseTheme
{
	font: 9pt Tahoma;
	padding: 2px 6px;
}
.dxpgFilterButtonPanel_ELicenseTheme
{
	font: 9pt Tahoma;
	background-color: #ecedf4;	
	color: Black;
	border-top: solid 1px #dcdcdc;
}
.dxpgLoadingDiv_ELicenseTheme
{
	background-color:Gray;	
	opacity: 0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
.dxpgTopPager_ELicenseTheme
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #9c9ab7;	
}
.dxpgBottomPager_ELicenseTheme
{
	border-top: solid 1px #9c9ab7;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.dxpgCustomizationFieldsHeader_ELicenseTheme
{
	color: White;
	font: 9pt Tahoma;
	background: url('pgHeaderBack.gif') repeat-x #9391B0;
}
.dxpgCustomizationFieldsContent_ELicenseTheme
{
	padding: 0px !important;
}
.dxpgLoadingPanel_ELicenseTheme
{
	font: 9pt Tahoma;
	color: #7C7C94;
	background-color: White;
	border: solid 1px #9c9ab7;
	text-align: center;			
	cursor: wait;
}
.dxpgLoadingPanel_ELicenseTheme td.dx
{
	padding: 12px 12px 12px 12px;
}
.dxpgDataHeadersImage_ELicenseTheme
{
	margin-right: 5px;
	vertical-align: -2px;
}

.dxpgPrefilterPanelContainer_ELicenseTheme
{
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
.dxpgPrefilterPanel_ELicenseTheme
{
	border: none;
	background-color: #c8c8d9;
}
.dxpgPrefilterPanelLink_ELicenseTheme
{
	color: black;
	text-decoration: underline
}
.dxpgPrefilterPanelCheckBoxCell_ELicenseTheme
{
	padding: 0 3px;
	padding-right: 7px;
}
.dxpgPrefilterPanelImageCell_ELicenseTheme
{
	padding: 0 3px;
	padding-right: 1px;
	cursor: pointer;
}
.dxpgPrefilterPanelExpressionCell_ELicenseTheme
{
	font-size: 9pt;
	padding: 5px 5px 8px 0;	
	white-space: nowrap;
}
.dxpgPrefilterPanelClearButtonCell_ELicenseTheme
{
	font-size: 9pt;
	padding: 5px 6px 8px;
}
.dxpgFilterBuilderMainArea_ELicenseTheme
{
	background: white;
	padding: 6px 2px;
} 
.dxpgFilterBuilderButtonArea_ELicenseTheme
{
	background-color: #D4D4E2;
	border-top: solid 1px #BBBBD1;
	padding: 6px;
}
.dxpgGroupSeparator_ELicenseTheme
{
	vertical-align: middle;
}
