﻿/* [gx-css-import ignore - start] */
.BaseRBtn{
	display:inline-block;
}
.BaseRBtn span, .RoundedBtn input{
	display:block;
	float: left;
}
.BaseRBtn .BtnLeft{
	background: transparent no-repeat scroll 0 0;
}
.BaseRBtn .BtnRight{
	background: transparent no-repeat scroll right 0;
}
.BaseRBtn .BtnBackground{
	overflow:hidden;
	background: transparent repeat-x scroll;
}
.BaseRBtn .BtnText{
	border: 0px;
	background: transparent;
	margin:0;
	white-space:nowrap;
	width:auto;
	overflow:visible;
}
/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */

@keyframes entermask
{
  from {background-color: transparent;}
  to {background-color: black;}
}

@keyframes leavemask
{
  from {background-color: black;}
  to {background-color: transparent;}
}

div[data-align='center'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
div[data-align='right'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
}
div[data-valign='middle'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='middle'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: middle;
}
div[data-valign='bottom'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='bottom'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: bottom;
}
div[data-align='center'] > div[data-align-outer] {
	width: auto;
}
div[data-align='right'] > div[data-align-outer] {
	width: auto;
}

.gx-responsive-grid .gx-remove-row {
  position: absolute;
  z-index: 1;
}

.gx-popup-frame-mask{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

form[tabindex="-1"]{
	outline:none;
}
.gx-prompt.gx-disabled {
        display:none;
}
.gx-sr-only{
	display:none;
}
[data-gx-sr-only]{
	display:none;
}

/* [gx-css-import ignore - end] */
.GridRow
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.Hyperlink
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.ActionColumn,.OptionalColumn,.K2BToolsGridColumn,.InvisibleInSmallColumn,.InvisibleInExtraSmallColumn,.InvisibleInMediumColumn,.InvisibleInLargeColumn,.K2BToolsCheckBoxColumn,.WWColumn,.WWActionColumn,.WWOptionalColumn
{
	border-style: none;
	border-width: 0px;
}
.WWColumn,.WWActionColumn,.WWOptionalColumn
{
	overflow: hidden;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	white-space: normal;
	width: 100%;
	text-overflow: ellipsis;
}
.WWActionColumn
{
	width: 52px !important;
}
.WWOptionalColumn
{
	visibility: visible;
}
.ActionGroup
{
	border-style: none;
	border-width: 0px;
}
.Tab,.TabSelected
{
	background-color: #3c8fe0;
	border-style: none;
	border-width: 0px;
}
.TabSelected
{
	background-color: #36a;
}
.Form,.FormBody,.FormPrompt,.Form_MasterPage,.K2BForm,.K2BFormLogin
{
	margin-bottom: 0pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0pt;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	height: inherit;
	background-color: #f8f8f8 !important;
}

.Form-fx.entering
{
	position: absolute;
	z_index: 2;
}

.Form-fx.leaving
{
	position: absolute;
	z_index: 1;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormBody-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx, body.FormBody-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.enter-fx-duration, body.FormBody-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.leave-fx-duration, body.FormBody-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.FormBody-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormBody-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormPrompt-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx, body.FormPrompt-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormPrompt-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx.enter-fx-duration, body.FormPrompt-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormPrompt-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx.leave-fx-duration, body.FormPrompt-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.FormPrompt-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormPrompt-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Form_MasterPage-fx, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx, body.Form_MasterPage-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form_MasterPage-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx.enter-fx-duration, body.Form_MasterPage-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form_MasterPage-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx.leave-fx-duration, body.Form_MasterPage-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.Form_MasterPage-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Form_MasterPage-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.K2BForm-fx, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx, body.K2BForm-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.K2BForm-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx.enter-fx-duration, body.K2BForm-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.K2BForm-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx.leave-fx-duration, body.K2BForm-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.K2BForm-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.K2BForm-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.K2BFormLogin-fx, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx, body.K2BFormLogin-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.K2BFormLogin-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx.enter-fx-duration, body.K2BFormLogin-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.K2BFormLogin-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx.leave-fx-duration, body.K2BFormLogin-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.K2BFormLogin-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.K2BFormLogin-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.AttSubTitle,.BlobInputAttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.ReadonlyAttSubTitle,.IME_Active,.BlobContentIME_Active,.ReadonlyBlobContentIME_Active,.BlobInputIME_Active,.ReadonlyIME_Active,.IME_Inactive,.BlobContentIME_Inactive,.ReadonlyBlobContentIME_Inactive,.BlobInputIME_Inactive,.ReadonlyIME_Inactive,.IME_Disabled,.BlobContentIME_Disabled,.ReadonlyBlobContentIME_Disabled,.BlobInputIME_Disabled,.ReadonlyIME_Disabled,.AtributoTitulo,.ReadonlyAtributoTitulo,.MenuDinamico,.SinBorde,.AtDestacado2,.BlobContentAtDestacado2,.ReadonlyBlobContentAtDestacado2,.BlobInputAtDestacado2,.ReadonlyAtDestacado2,.AttComun,.BlobContentAttComun,.ReadonlyBlobContentAttComun,.BlobInputAttComun,.ReadonlyAttComun,.AtributoFiltro,.BlobContentAtributoFiltro,.ReadonlyBlobContentAtributoFiltro,.BlobInputAtributoFiltro,.ReadonlyAtributoFiltro,.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.BlobInputDescriptionAttribute,.ReadonlyDescriptionAttribute,.AttributeEtiqueta,.BlobContentAttributeEtiqueta,.ReadonlyBlobContentAttributeEtiqueta,.BlobInputAttributeEtiqueta,.ReadonlyAttributeEtiqueta,.RepEtiqueta,.BlobContentRepEtiqueta,.ReadonlyBlobContentRepEtiqueta,.BlobInputRepEtiqueta,.ReadonlyRepEtiqueta,.AttError,.ReadonlyAttError,.BlobInputAttError,.BlobContentAttError,.ReadonlyBlobContentAttError,.Not-Resumen,.AttLabel,.BlobContentAttLabel,.ReadonlyBlobContentAttLabel,.BlobInputAttLabel,.ReadonlyAttLabel,.AttAdvertencia,.BlobContentAttAdvertencia,.ReadonlyBlobContentAttAdvertencia,.BlobInputAttAdvertencia,.ReadonlyAttAdvertencia,.AttResaltadoChico,.BlobContentAttResaltadoChico,.ReadonlyBlobContentAttResaltadoChico,.BlobInputAttResaltadoChico,.ReadonlyAttResaltadoChico,.Attribute_Trn,.Attribute_TrnDate,.ReadonlyAttribute_TrnDate,.Attribute_TrnDateTime,.ReadonlyAttribute_TrnDateTime,.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute,.DateAttribute,.BlobContentDateAttribute,.ReadonlyBlobContentDateAttribute,.BlobInputDateAttribute,.ReadonlyDateAttribute,.SuggestTrnAttribute,.ReadonlySuggestTrnAttribute,.ReadonlyAttribute_Trn,.TrnAttribute,.BlobContentTrnAttribute,.ReadonlyBlobContentTrnAttribute,.BlobInputTrnAttribute,.ReadonlyTrnAttribute,.Attribute_Action,.CheckBoxAttribute,.ReadOnlyCheckBoxAttribute,.ReadOnlyAttribute_Action,.Attribute_Filter,.ReadOnlyAttribute_Filter,.SuggestSearchAttribute,.ReadonlySuggestSearchAttribute,.Attribute_FilterDate,.ReadonlyAttribute_FilterDate,.Attribute_FilterDateTime,.ReadonlyAttribute_FilterDateTime,.CheckBoxSearchAttribute,.ReadonlyCheckBoxSearchAttribute,.Attribute_Box,.ReadOnlyAttribute_Box,.BoxAttribute,.BlobContentBoxAttribute,.ReadonlyBlobContentBoxAttribute,.BlobInputBoxAttribute,.ReadonlyBoxAttribute,.CheckBoxInGrid,.ReadonlyCheckBoxInGrid,.Attribute_Tabuar,.BlobContentAttribute_Tabuar,.ReadonlyBlobContentAttribute_Tabuar,.BlobInputAttribute_Tabuar,.ReadonlyAttribute_Tabuar,.Attribute_FixedData,.BlobContentAttribute_FixedData,.ReadonlyBlobContentAttribute_FixedData,.BlobInputAttribute_FixedData,.ReadonlyAttribute_FixedData,.Attribute_FixedDataBottom,.BlobContentAttribute_FixedDataBottom,.ReadonlyBlobContentAttribute_FixedDataBottom,.BlobInputAttribute_FixedDataBottom,.ReadonlyAttribute_FixedDataBottom,.Attribute_Combo,.BlobContentAttribute_Combo,.ReadonlyBlobContentAttribute_Combo,.BlobInputAttribute_Combo,.ReadonlyAttribute_Combo,.Attribute_Combo_OrderBy,.BlobContentAttribute_Combo_OrderBy,.ReadonlyBlobContentAttribute_Combo_OrderBy,.BlobInputAttribute_Combo_OrderBy,.ReadonlyAttribute_Combo_OrderBy,.Attribute_Grid,.BlobContentAttribute_Grid,.ReadonlyBlobContentAttribute_Grid,.BlobInputAttribute_Grid,.ReadonlyAttribute_Grid,.GridAttribute,.BlobContentGridAttribute,.ReadonlyBlobContentGridAttribute,.BlobInputGridAttribute,.ReadonlyGridAttribute,.Attribute_Image_Grid,.BlobContentAttribute_Image_Grid,.ReadonlyBlobContentAttribute_Image_Grid,.BlobInputAttribute_Image_Grid,.ReadonlyAttribute_Image_Grid,.Attribute_FormSection,.BlobContentAttribute_FormSection,.ReadonlyBlobContentAttribute_FormSection,.BlobInputAttribute_FormSection,.ReadonlyAttribute_FormSection,.Attribute_CurrentPage,.ReadonlyAttribute_CurrentPage,.Attribute_ConditionalConfirm,.ReadonlyAttribute_ConditionalConfirm,.Attribute_Color,.BlobContentAttribute_Color,.ReadonlyBlobContentAttribute_Color,.BlobInputAttribute_Color,.ReadonlyAttribute_Color,.SmallClass,.BlobContentSmallClass,.ReadonlyBlobContentSmallClass,.BlobInputSmallClass,.ReadonlySmallClass,.K2BToolsFSGAM_Attribute100Width,.ErrorAttribute_Trn,.BlobContentErrorAttribute_Trn,.ReadonlyBlobContentErrorAttribute_Trn,.BlobInputErrorAttribute_Trn,.ReadonlyErrorAttribute_Trn,.K2BSearchResult_Description,.BlobContentK2BSearchResult_Description,.ReadonlyBlobContentK2BSearchResult_Description,.BlobInputK2BSearchResult_Description,.ReadonlyK2BSearchResult_Description,.K2BToolsSearchResultImage,.BlobContentK2BToolsSearchResultImage,.ReadonlyBlobContentK2BToolsSearchResultImage,.BlobInputK2BToolsSearchResultImage,.ReadonlyK2BToolsSearchResultImage,.InvisibleInExtraSmallAttribute,.BlobContentInvisibleInExtraSmallAttribute,.ReadonlyBlobContentInvisibleInExtraSmallAttribute,.BlobInputInvisibleInExtraSmallAttribute,.ReadonlyInvisibleInExtraSmallAttribute,.InvisibleInSmallAttribute,.BlobContentInvisibleInSmallAttribute,.ReadonlyBlobContentInvisibleInSmallAttribute,.BlobInputInvisibleInSmallAttribute,.ReadonlyInvisibleInSmallAttribute,.InvisibleInMediumAttribute,.BlobContentInvisibleInMediumAttribute,.ReadonlyBlobContentInvisibleInMediumAttribute,.BlobInputInvisibleInMediumAttribute,.ReadonlyInvisibleInMediumAttribute,.InvisibleInLargeAttribute,.BlobContentInvisibleInLargeAttribute,.ReadonlyBlobContentInvisibleInLargeAttribute,.BlobInputInvisibleInLargeAttribute,.ReadonlyInvisibleInLargeAttribute,.K2BCheckBoxInGrid,.BlobContentK2BCheckBoxInGrid,.ReadonlyBlobContentK2BCheckBoxInGrid,.ReadonlyK2BCheckBoxInGrid,.BlobInputK2BCheckBoxInGrid,.K2BTools_SearchResultImage,.Attribute_Required,.K2BFSG_LoginField,.BlobContentK2BFSG_LoginField,.ReadonlyBlobContentK2BFSG_LoginField,.BlobInputK2BFSG_LoginField,.ReadonlyK2BFSG_LoginField,.K2BFSG_CAPTCHAField,.BlobContentK2BFSG_CAPTCHAField,.ReadonlyBlobContentK2BFSG_CAPTCHAField,.BlobInputK2BFSG_CAPTCHAField,.ReadonlyK2BFSG_CAPTCHAField,.K2BTools_SearchCriteria,.Attribute_RequiredReadOnly,.BlobContentAttribute_RequiredReadOnly,.ReadonlyBlobContentAttribute_RequiredReadOnly,.BlobInputAttribute_RequiredReadOnly,.ReadonlyAttribute_RequiredReadOnly,.K2BTools_FilterOptionCombo,.BlobContentK2BTools_FilterOptionCombo,.ReadonlyBlobContentK2BTools_FilterOptionCombo,.BlobInputK2BTools_FilterOptionCombo,.ReadonlyK2BTools_FilterOptionCombo,.AtDestacado,.BlobContentAtDestacado,.ReadonlyBlobContentAtDestacado,.BlobInputAtDestacado,.ReadonlyAtDestacado,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.ErrorAttribute,.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate,.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.BlobInputFilterAttribute,.ReadonlyFilterAttribute
{
	margin-left: .5em;
	margin-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .2em;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #444;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentAttribute
{
	color: #777;
}
.ReadonlyAttSubTitle
{
	color: #777;
}
.ReadonlyCheckBox
{
	color: #777;
}
.ReadonlyBlobContentDescriptionAttribute
{
	border-width: 0px;
}
.ReadonlyDescriptionAttribute
{
	border-width: 0px;
	font-family: "Open Sans Bold";
}
.AtDestacado,.BlobContentAtDestacado,.ReadonlyBlobContentAtDestacado,.BlobInputAtDestacado,.ReadonlyAtDestacado
{
	font-weight: bold;
	color: #3c8fe0;
}
.VideoAttribute,.ReadonlyVideoAttribute
{
	width: 300px;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.AudioAttribute,.ReadonlyAudioAttribute
{
	width: 300px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ErrorAttribute
{
	background-color: rgba(245,106,103,0.3);
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-style: solid;
	border-width: 1px;
}
.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate
{
	border-bottom-color: #fdae45;
	border-left-color: #fdae45;
	border-right-color: #fdae45;
	border-top-color: #fdae45;
	border-style: solid;
	border-width: 1px;
}
.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	height: auto;
	max-width: none;
}
.ReadonlyBlobContentResponsiveImageAttribute
{
	border-width: 0px;
}
.ReadonlyResponsiveImageAttribute
{
	border-width: 0px;
	max-width: 100%;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-height: 68px;
	max-width: 124px;
}
.ActionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ReadonlyBlobContentDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentActionAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyActionAttribute
{
	border-width: 0px;
}
.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	background-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ReadonlyBlobContentSelectionAttribute
{
	border-width: 0px;
}
.ReadonlySelectionAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio
{
	border-style: none;
	border-width: 0px;
	color: #777;
}
.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.BlobInputFilterAttribute,.ReadonlyFilterAttribute
{
	background-position: 14px center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px;
	padding-bottom: 17px;
	padding-left: 42px;
	padding-right: 10px;
	padding-top: 17px;
	background-image: none;
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	width: 100%;
	height: 63px !important;
}
.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
}
.BlobInputFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
	color: #777;
}
.Button,.SpecialButtons,.BtnGet,.BtnHelp,.BtnRefresh,.BtnSelect,.BtnMultiplesFilas,.BtnMenu,.BtnAgregar,.BtnSumatoria,.SpecialButtonsDisabled,.BotonPrint,.BtnExport,.BtnFavoritos,.BtnMail,.BotonPrintViejo,.BtnVolver,.BtnNada,.BtnAgregar_D,.BtnActualizar,.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive,.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact,.BtnCancel,.BtnCheck,.BtnEnter,.BtnFirst,.BtnLast,.BtnNext,.BtnPrevious,.BtnDelete,.BtnToggle,.BtnToggleActive,.BtnInsert,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.ActionButtons,.BtnAccIco,.Boton,.BotonLargo,.InsertAttribute,.BigButton,.BotonMuyGrande,.BotonGrande,.Button1,.BotonAK,.BotonEspecial,.BotonEspecialGrande,.BotonBC,.Button_Standard,.Button_StandardBig,.K2BButton_GridSearch,.Button_Header,.Button_HeaderHelp,.Button_HeaderClose,.Button_HeaderSupport,.Button_DashBoard,.Button_DashBoardDisabled,.Button_Confirm,.InvisibleInExtraSmallButton,.InvisibleInSmallButton,.InvisibleInMediumButton,.InvisibleInLargeButton,.K2BToolsButton_MainAction,.K2BToolsButton_GridSearch,.K2BToolsButton_MainAction_Confirm,.K2BToolsButton_MinimalAction,.K2BToolsButton_Search,.K2BToolsButton_GreyAction,.K2BToolsButton_FlatAction,.BtnExcIco,.BtnLimpiar,.BtnRepIco,.ButtonDisabled,.BtnIcon,.BtnIconPlus,.BtnIconCheckList,.BtnIconClear,.BtnIconSearch,.BtnIconPrint
{
	border-bottom: .1em solid rgba(0,0,0,.3);
	border-left: .1em solid rgba(0,0,0,.3);
	border-right: .1em solid rgba(0,0,0,.3);
	border-top: .1em solid rgba(255,255,255,.3);
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-bottom: 0px;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 0px;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	background-color: #337bbf;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	outline:0px;
}

.SpecialButtons,.BtnGet,.BtnHelp,.BtnRefresh,.BtnSelect,.BtnMultiplesFilas,.BtnMenu,.BtnAgregar,.BtnSumatoria,.SpecialButtonsDisabled,.BotonPrint,.BtnExport,.BtnFavoritos,.BtnMail,.BotonPrintViejo,.BtnVolver,.BtnNada,.BtnAgregar_D,.BtnActualizar,.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive,.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact,.BtnCancel,.BtnCheck,.BtnEnter,.BtnFirst,.BtnLast,.BtnNext,.BtnPrevious,.BtnDelete,.BtnToggle,.BtnToggleActive,.BtnInsert
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnGet
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnHelp
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnRefresh
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnSelect
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnMultiplesFilas
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnMenu
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnAgregar
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnSumatoria
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.SpecialButtonsDisabled
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonPrint,.BtnExport,.BtnFavoritos,.BtnMail
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnExport
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnFavoritos
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnMail
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonPrintViejo
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnVolver
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnNada
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnAgregar_D
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnActualizar
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_BtnToggleActive
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_BtnToggleActiveCompact
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnCancel
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #ccc;
	color: #333;
}

.BtnCheck
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #58a449;
}

.BtnEnter
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #3c8fe0;
}

.BtnFirst
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-right: 0px;
}

.BtnLast
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-right: 0px;
}

.BtnNext
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-right: 0px;
}

.BtnPrevious
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-right: 0px;
}

.BtnDelete
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #f56a67;
	border-width: 0px;
	color: #eee;
}

.BtnToggle,.BtnToggleActive
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-left: -15px;
	margin-right: 15px;
	margin-top: -6px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 3px;
	font-size: 24px;
	letter-spacing: -7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.BtnToggleActive
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #eee;
	border-bottom-color: #777;
	border-left-color: #777;
	border-right-color: #777;
	border-top-color: #777;
}

.BtnInsert
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #3db670;
}

.ButtonDragging
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.ButtonAcceptDrag
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.ButtonNoAcceptDrag
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.ActionButtons
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnAccIco
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Boton,.BotonLargo
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonLargo
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.InsertAttribute
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BigButton
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonMuyGrande
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonGrande
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button1
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonAK
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonEspecial
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonEspecialGrande
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BotonBC
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_Standard,.Button_StandardBig,.K2BButton_GridSearch
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_StandardBig
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BButton_GridSearch
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_Header,.Button_HeaderHelp,.Button_HeaderClose,.Button_HeaderSupport
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_HeaderHelp
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_HeaderClose
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_HeaderSupport
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_DashBoard,.Button_DashBoardDisabled
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_DashBoardDisabled
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.Button_Confirm
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.InvisibleInExtraSmallButton
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.InvisibleInSmallButton
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.InvisibleInMediumButton
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.InvisibleInLargeButton
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_MainAction,.K2BToolsButton_GridSearch,.K2BToolsButton_MainAction_Confirm
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_GridSearch
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_MainAction_Confirm
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_MinimalAction
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_Search
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_GreyAction
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.K2BToolsButton_FlatAction
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
}

.BtnExcIco
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #58a449;
}

.BtnLimpiar
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #c0d341;
	color: #333;
}

.BtnRepIco
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #178c7a;
	color: #eee;
}

.ButtonDisabled
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #ccc;
	color: #333;
}

.BtnIcon,.BtnIconPlus,.BtnIconCheckList,.BtnIconClear,.BtnIconSearch,.BtnIconPrint
{
	background-position: 2%;
	background-repeat: no-repeat;
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	padding-left: 2.2em;
	background-image: none;
}

.BtnIconPlus
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-image: url(../icon_plus.png);
}

.BtnIconCheckList
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-image: url(../icon_checklist.png);
}

.BtnIconClear
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-color: #c0d341;
	background-image: url(../icon_clear.png);
	color: #444;
}

.BtnIconSearch
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-image: url(../icon_search.png);
}

.BtnIconPrint
{
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	background-image: url(../icon_print.png);
}

.Grid,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.Alternativa,.Grilla,.GridGEN,.GridCustom,.Grid_Custom,.Grid_SubWorkWith,.Grid_Prompt,.Grid_Transaction,.K2BTransactionGrid,.Grid_MultipleSelection,.Grid_WorkWith,.Grid_WorkWithSingle,.Grid_CustomGrid_WorKWith,.WorkWith,.PromptGrid
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom-color: #f56a67;
	border-style: solid;
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}

.GridUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.AlternativaFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GrillaFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridGENFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.GridCustomFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_SubWorkWithFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_PromptFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_TransactionFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.K2BTransactionGridFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_MultipleSelectionFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_WorkWithSingleFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Grid_CustomGrid_WorKWithFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWith,.PromptGrid
{
	border-bottom-color: rgba(68,68,68,0.3);
}

.WorkWithUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGrid
{
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 90%;
}

.PromptGridUniform
{
	background-color: #eee;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: rgba(51,123,191,0.25);
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	color: #333;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridUniformTitle
{
	background-color: #eee;
	color: #fff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridTitle
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridFooter
{
	color: #fff;
	background-color: #337bbf;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-spacing:0;
	border-collapse:collapse;
}

.Group,.SoloGroup,.LoginGroup,.Group_Tabular,.Group_FixedData,.Group_TransactionTabular,.Group_FormSection,.Group_Filter,.Group_TabularHighlighted,.Group_PaddingTop,.Group_Invisible,.K2BToolsFSGAM_LoginBox,.K2BToolsFSGAM_Group_Tabular_Invisible,.Group_AdvancedFilters,.MyGroup,.GroupTitle,.GroupInForm,.GroupInFormTitle
{
	background-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	box-shadow: 0px .2em 1em .1em #ccc;
	margin-bottom: 1em;
	margin-top: 1em;
	min-width: 28em !important;
	margin: 0 auto !important;
}

.GroupTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.SoloGroup
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.SoloGroupTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.LoginGroup
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.LoginGroupTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_Tabular,.Group_FixedData,.Group_TransactionTabular,.Group_FormSection,.Group_Filter,.Group_TabularHighlighted,.Group_PaddingTop
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_TabularTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_FixedData
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_FixedDataTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_TransactionTabular
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_TransactionTabularTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_FormSection
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_FormSectionTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_Filter
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_FilterTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_TabularHighlighted
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_TabularHighlightedTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_PaddingTop
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_PaddingTopTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_Invisible
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_InvisibleTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.K2BToolsFSGAM_LoginBox
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.K2BToolsFSGAM_LoginBoxTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.K2BToolsFSGAM_Group_Tabular_Invisible
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.K2BToolsFSGAM_Group_Tabular_InvisibleTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.Group_AdvancedFilters
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.Group_AdvancedFiltersTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.MyGroup
{
	box-shadow: 0px .2em 1em .1em #ccc;
}

.MyGroupTitle
{
	font-family: "Arial Black";
	color: darkturquoise;
	min-width: 28em !important;
	margin: 0 auto !important;
}

.GroupTitle
{
	background-color: transparent;
	border-style: none;
	box-shadow: 0px 0px 0px 0px transparent;
	min-width: 1em !important;
	margin: 0 !important;
}

.GroupTitleTitle
{
	min-width: 1em !important;
	margin: 0 !important;
}

.GroupInForm
{
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px transparent;
	margin-left: 0px;
	margin-right: 0px;
}

.GroupInFormTitle
{
	min-width: 28em !important;
	margin: 0 auto !important;
}

.GroupInFormTitle
{
	background-color: transparent;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #aaa;
	border-top-color: #aaa;
	border-style: none;
	box-shadow: 0px 0px 0px 0px transparent;
	font-weight: bold;
	min-width: 1em !important;
	margin: 0 !important;
}

.GroupInFormTitleTitle
{
	font-weight: bold;
	min-width: 1em !important;
	margin: 0 !important;
}

.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious,.PaginationManual
{
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	cursor: pointer;
}
.PagingButtonsFirst
{
	background-image: url(../GENEv3/TGFirst.png);
	padding-left: 26px !important;
}
.PagingButtonsLast
{
	background-image: url(../GENEv3/TGLast.png);
	border-top-right-radius: .3em;
	border-bottom-right-radius: .3em;
	padding-left: 26px !important;
}
.PagingButtonsNext
{
	background-image: url(../TGNext.png);
	padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsPrevious
{
	background-image: url(../TGPrev.png);
	padding-left: 26px !important;
	 border-left-width: 0;
}
.PaginationManual
{
	padding-left: 26px !important;
}
.PoweredBy
{
	float: right;
	margin-top: 20px;
}
.LogoHeader
{
	float: left;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
}
.ImagePrompt
{
	background-image: url(../GENEv3/prompt.gif);
	height: 1em;
	width: 1em;
	text-align: center;
	vertical-align: middle;
}
.Table,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.TableGrid,.TableTop,.TableContent,.TableLeftMenu,.TableTopMenu,.TableHorizontalLine,.TableHorizontalLineBlue,.TableHorizontalLineGray,.header_pink_line,.HorizontalSpace,.TableBottom,.Table95,.TableMargin2,.Table100Width,.Table100Wx580H,.Table100W5Padding,.Table100and5padding,.Table2Padding,.TableVerticalLine,.TableVerticalLineBlue,.TablaIntranet,.Botonera,.Central,.PlaceHolder,.MenuIzquierdo,.MenuDerecho,.Footer,.TituloPrompt,.TblEspecial,.TblEspecial1,.Container,.ContainerFluid,.td5,.OrdersTable,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.TableLogin,.VerticalTab,.TablaFondoMenu,.ViewPrompt,.Table80,.Table_Summary,.Table_AttributeContainer,.Table_Title,.Table_TrnActionsContainer,.Table_DataAreaContainer,.Table_TransactionDataAreaContainer,.Table_ActionsContainer,.Table_ActionsContainer_Top,.Table_ActionsContainer_Bottom,.Table_ActionsContainer_Left,.Table_ActionsContainer_Right,.Table_ComboActionsContainer,.Table_TitleDsc,.Table_Basic,.Table_Basic_Widht100Percent,.Table_ConditionalConfirm,.Table_FormSectionContainer,.Table_TopActions,.TableMenuContainer,.Table_Scroll,.FilterContainerTable,.Table_NoSkipItems,.Table_NoSkipFilters,.K2BToolsFSGAM_Table_Basic,.K2BToolsFSGAM_LoginTable,.Table_GlobalContainer,.LevelTable,.Table960,.TableBlackFooter,.TableBlackHeader,.K2BHeader,.K2BToolsTable_FloatRight,.K2BToolsTable_FloatLeft,.K2BToolsTable_FloatCenter,.K2BToolsTable_FullWidth,.K2BToolsGridSettingsTable,.K2BToolsTableCell_ActionContainer,.K2BToolsCell_PaginationNormal,.K2BToolsCell_PaginationCurrentPage,.K2BToolsCell_PaginationLeft,.K2BToolsCell_PaginationFirst,.K2BToolsCell_PaginationPrevious,.K2BToolsCell_PaginationInvisible,.K2BToolsCell_PaginationRight,.K2BToolsCell_PaginationLast,.K2BToolsCell_PaginationNext,.K2BToolsCell_PaginationDisabled,.K2BToolsMenuContainer,.K2BToolsMenuContainerVisible,.K2BToolsMyAccountTable,.K2BToolsTable_GridSettings,.K2BToolsTable_GridSettingsContent,.K2BToolsTable_NoResultsFound,.K2BToolsTable_NoResultsFoundUniversalSearch,.K2BToolsTable_PaginationContainer,.K2BToolsTable_SearchPaginationContainer,.K2BToolsTable_SearchContainer,.K2BToolsSection_Card,.K2BToolsMultipleSelectionButtons,.K2BToolsTable_FieldContainer,.TableDetail,.K2BToolsTable_BottomFixedData,.K2BFSGTable_DashBoardItem,.K2BFSGTable_CAPTCHAContainer,.K2BTableActionsRightContainer,.K2BToolsMenuContainerCompact,.K2BToolsMenuContainerVisibleCompact,.K2BToolsMenuContainerInvisibleCompact,.K2BTools_AdvancedFilterRow,.K2BToolsTable_SideTextContainer,.K2BToolsTableCell_SideText,.K2BToolsTableCell_RequiredField,.K2BToolsTableCell_EmptyRequiredContainer,.K2BToolsTable_TopAttributeContainer,.K2BToolsTableCell_FieldWithSideText,.TableMenu1,.TablaMenu1,.TableAmba,.ViewTable,.TableHeader,.TableHeaderPrv,.Table100x100,.TableBorder,.TableBorderBottom,.RecentLinksTable,.BodyContainer,.HeaderContainer,.RecentLinksContainer,.FormContainer,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.AdvancedContainer,.AdvancedContainerVisible,.WWAdvancedContainer,.PromptContainer,.PromptMainTable,.MainContainer,.GridTabMainTable,.TableAyuda
{
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: left;
}
.TableMenu1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	background-color: rgba(215,215,215,0.5);
	border-bottom-color: rgba(204,204,204,0.7);
	border-left-color: rgba(204,204,204,0.7);
	border-right-color: rgba(204,204,204,0.7);
	border-top-color: rgba(204,204,204,0.7);
	border-style: solid;
	border-width: .1em;
	width: 100%;
}
.TablaMenu1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	background-color: #ddd;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	width: 100%;
}
.TableAmba
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	border-width: 0px;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
.ViewTable
{
	width: 100%;
	border-collapse: collapse;
}
.TableHeader,.TableHeaderPrv
{
	background-color: #337bbf;
	width: 100%;
	color: #eee;
}
.TableHeaderPrv
{
	background-color: #29649b;
}
.Table100x100,.TableBorder,.TableBorderBottom
{
	width: 100%;
}
.RecentLinksTable
{
	border-bottom: .1em;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: #d7d7d7;
	border-bottom-color: #ccc;
	border-style: solid;
}
.BodyContainer
{
	margin-top: 42px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.HeaderContainer,.RecentLinksContainer
{
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	background-color: #58a449;
}
.RecentLinksContainer
{
	background-color: #fff;
}
.FormContainer
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	background-color: #fff;
}
.AdvancedContainerItem,.AdvancedContainerItemExpanded
{
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #fff;
	border-bottom-color: #efefef;
	max-height: 55px;
	border-bottom-width: 1px;
	 border-bottom-style: solid;
	 -moz-transition: max-height 0.5s ease-in-out 0s;
	 -webkit-transition: max-height 0.5s ease-in-out 0s;
	 -ms-transition: max-height 0.5s ease-in-out 0s;
	 transition: max-height 0.5s ease-in-out 0s;
}
.AdvancedContainerItemExpanded
{
	max-height: 500px;
}
.AdvancedContainer,.AdvancedContainerVisible
{
	background-color: #fff;
	 -moz-transition: left 0.5s ease-in-out 0s;
	 -webkit-transition: left 0.5s ease-in-out 0s;
	 -ms-transition: left 0.5s ease-in-out 0s;
	 transition: left 0.5s ease-in-out 0s;
}
.WWAdvancedContainer
{
	margin-left: -45px;
	background-color: #fff;
}
.PromptContainer
{
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.PromptMainTable
{
	padding-left: 15px;
	padding-right: 15px;
}
.MainContainer
{
	padding-left: 15px;
	padding-right: 15px;
}
.GridTabMainTable
{
	overflow: hidden;
	position: relative;
}
.TableAyuda
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
}
.TextBlock,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.bullet,.subBullet,.TextTable,.TBTopMenu,.TBLeftMenu,.Separator,.SmallText,.SelectedTab,.UnSelectedTab,.RecentLink,.txtResaltado,.txtProve,.mastexto,.textopass,.TituloIntranet,.SubTituloIntranet,.TxtMultiple,.TxComun,.TxComunChico,.FooterText,.VerticalMenuOption,.FieldSetTitle,.BtnTextBlock,.Error,.Etiqueta,.TblEtiqueta,.MenuLnk,.RecentLN,.TextBlockRepEtiqueta,.TxError,.TextBlockFooter,.Destacados,.TextBold,.TextUnderline,.TextColor,.TextColorWhite,.TextColorBlack,.TextColorContrast,.TextUpper,.TextLower,.TextItalic,.TextCapital,.TextBlock_Page,.TextBlock_AttDesc,.TextBlock_TrnAttDesc,.Text,.TextBlock_TrnAttDesc_Block,.Textblock_RequiredSymbol,.TextBlock_AttDesc_Block,.TextBlock_TrnAttDesc_Required,.TextBlock_OrderBy,.TextBlock_BoxTitle,.AttributeBoxTitle,.TextBlock_BoxTitle_Block,.TextBlock_RecentLink,.TextBlock_Title,.TextBlock_Options,.TextBlock_Subtitle,.TextBlock_Tabular,.TextBlock_FixedDataBottomDesc,.TextBlock_FixedDataBottomDesc_Block,.TextBlock_LineSeparator,.TextBlock_LineSeparatorFixedData,.TextBlock_LineSeparatorFilter,.TextBlock_LineSeparatorTrnTabular,.TextBlock_LineSeparatorAttributesSection,.TextBlock_LineSeparatorTrnFreeStyle,.TextBlock_LineSeparatorTrnSummary,.TextBlock_LineSeparatorHighlighted,.TextBlock_LineSeparatorMenu,.TextBlock_LineSeparatorMenuOpen,.TextBlock_LineSeparatorMenuClose,.TextBlock_FilterDesc,.TextBlock_FilterLeftText,.TextBlock_FilterDesc_Block,.TextBlock_FilterTitle,.TextBlock_FilterTitleED,.TextBlock_FilterTitleEDWPD,.TextBlock_FilterTitleBig,.TextBlock_LineSeparatorColapse,.TextBlock_LineSeparatorAttributesSectionColapse,.TextBlock_LineSeparatorFilterColapse,.TextBlock_LineSeparatorFixedDataColapse,.TextBlock_LineSeparatorTrnFreeStyleColapse,.TextBlock_LineSeparatorTrnSummaryColapse,.TextBlock_LineSeparatorTrnTabularColapse,.TextBlock_LineSeparatorHighlightedColapse,.TextBlock_LineSeparatorClose,.TextBlock_LineSeparatorOpen,.TextBlock_LevelHeaderTitle,.TextBlock_RightText,.TextBlock_LeftText,.TextBlock_MenuItem,.TextBlock_User,.TextBlock_MenuTitle,.TextBlock_Header_WelcomeMessage,.TextBlock_AttDesc_Required,.TextBlock_BackToWorkWith,.K2BToolsTextBlock_ChangePassword,.K2BToolsTextBlock_GridSettingsTitle,.K2BToolsTextBlock_Logout,.K2BToolsTextBlock_MyAccount,.K2BToolsTextBlock_PaginationNormal,.K2BToolsTextBlock_PaginationCurrent,.K2BToolsTextBlock_PaginationDisabled,.K2BToolsTextBlock_PaginationNormal_Disabled,.K2BToolsTextblock_UserName,.SideLabel,.K2BFSGTextBlock_DashboardTitle,.K2BFSGTextBlock_DashboardDescription,.TextBlock_FloatRight,.ReadonlyTextBlock_FloatRight,.Textblock_AdvancedFiltersEmptyState,.TxDestcado,.TxDestacado2,.Label,.LabelDragging,.LabelAcceptDrag,.LabelNoAcceptDrag,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.RecentLinkItem,.TextBlockHeader,.RecentsTitle,.Title,.SubTitle,.TitleMedium,.TitleSmall,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWOrderItemSelected,.Bold
{
	font-family: Verdana, Arial;
}
.TextBold
{
	font-weight: bold;
}
.TextUnderline
{
	text-decoration: underline;
}
.TextColor,.TextColorWhite,.TextColorBlack,.TextColorContrast
{
	color: #337bbf;
}
.TextColorWhite
{
	color: #fff;
}
.TextColorBlack
{
	color: #333;
}
.TextColorContrast
{
	color: #fff;
}
.TextUpper
{
	text-transform: uppercase;
}
.TextLower
{
	text-transform: lowercase;
}
.TextItalic
{
	font-style: italic;
}
.TextCapital
{
	text-transform: capitalize;
}
.TxDestcado
{
	font-style: normal;
	font-weight: bold;
	color: #3c8fe0;
}
.TxDestacado2
{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 23px;
	font-variant: normal;
	font-weight: 500;
}
.Label,.LabelDragging,.LabelAcceptDrag,.LabelNoAcceptDrag,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.gx-label.AttributeLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.AtributoTituloLabel,.gx-label.ReadonlyAtributoTituloLabel,.gx-label.MenuDinamicoLabel,.gx-label.SinBordeLabel,.gx-label.AtDestacado2Label,.gx-label.BlobContentAtDestacado2Label,.gx-label.ReadonlyBlobContentAtDestacado2Label,.gx-label.BlobInputAtDestacado2Label,.gx-label.ReadonlyAtDestacado2Label,.gx-label.AttComunLabel,.gx-label.BlobContentAttComunLabel,.gx-label.ReadonlyBlobContentAttComunLabel,.gx-label.BlobInputAttComunLabel,.gx-label.ReadonlyAttComunLabel,.gx-label.AtributoFiltroLabel,.gx-label.BlobContentAtributoFiltroLabel,.gx-label.ReadonlyBlobContentAtributoFiltroLabel,.gx-label.BlobInputAtributoFiltroLabel,.gx-label.ReadonlyAtributoFiltroLabel,.gx-label.AtributoSinBordeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.AttributeEtiquetaLabel,.gx-label.BlobContentAttributeEtiquetaLabel,.gx-label.ReadonlyBlobContentAttributeEtiquetaLabel,.gx-label.BlobInputAttributeEtiquetaLabel,.gx-label.ReadonlyAttributeEtiquetaLabel,.gx-label.RepEtiquetaLabel,.gx-label.BlobContentRepEtiquetaLabel,.gx-label.ReadonlyBlobContentRepEtiquetaLabel,.gx-label.BlobInputRepEtiquetaLabel,.gx-label.ReadonlyRepEtiquetaLabel,.gx-label.AttErrorLabel,.gx-label.ReadonlyAttErrorLabel,.gx-label.BlobInputAttErrorLabel,.gx-label.BlobContentAttErrorLabel,.gx-label.ReadonlyBlobContentAttErrorLabel,.gx-label.Not-ResumenLabel,.gx-label.AttLabelLabel,.gx-label.BlobContentAttLabelLabel,.gx-label.ReadonlyBlobContentAttLabelLabel,.gx-label.BlobInputAttLabelLabel,.gx-label.ReadonlyAttLabelLabel,.gx-label.AttAdvertenciaLabel,.gx-label.BlobContentAttAdvertenciaLabel,.gx-label.ReadonlyBlobContentAttAdvertenciaLabel,.gx-label.BlobInputAttAdvertenciaLabel,.gx-label.ReadonlyAttAdvertenciaLabel,.gx-label.AttResaltadoChicoLabel,.gx-label.BlobContentAttResaltadoChicoLabel,.gx-label.ReadonlyBlobContentAttResaltadoChicoLabel,.gx-label.BlobInputAttResaltadoChicoLabel,.gx-label.ReadonlyAttResaltadoChicoLabel,.gx-label.SubtituloLabel,.gx-label.BlobContentSinBordeLabel,.gx-label.ReadonlySinBordeLabel,.gx-label.AtributoMedLabel,.gx-label.ReadonlyAtributoMedLabel,.gx-label.item(0)DisHCgoOpeLabel,.gx-label.Attribute_TrnLabel,.gx-label.Attribute_TrnDateLabel,.gx-label.ReadonlyAttribute_TrnDateLabel,.gx-label.Attribute_TrnDateTimeLabel,.gx-label.ReadonlyAttribute_TrnDateTimeLabel,.gx-label.DateTimeAttributeLabel,.gx-label.BlobContentDateTimeAttributeLabel,.gx-label.ReadonlyBlobContentDateTimeAttributeLabel,.gx-label.BlobInputDateTimeAttributeLabel,.gx-label.ReadonlyDateTimeAttributeLabel,.gx-label.DateAttributeLabel,.gx-label.BlobContentDateAttributeLabel,.gx-label.ReadonlyBlobContentDateAttributeLabel,.gx-label.BlobInputDateAttributeLabel,.gx-label.ReadonlyDateAttributeLabel,.gx-label.SuggestTrnAttributeLabel,.gx-label.ReadonlySuggestTrnAttributeLabel,.gx-label.ReadonlyAttribute_TrnLabel,.gx-label.TrnAttributeLabel,.gx-label.BlobContentTrnAttributeLabel,.gx-label.ReadonlyBlobContentTrnAttributeLabel,.gx-label.BlobInputTrnAttributeLabel,.gx-label.ReadonlyTrnAttributeLabel,.gx-label.Attribute_ActionLabel,.gx-label.CheckBoxAttributeLabel,.gx-label.ReadOnlyCheckBoxAttributeLabel,.gx-label.ReadOnlyAttribute_ActionLabel,.gx-label.Attribute_FilterLabel,.gx-label.ReadOnlyAttribute_FilterLabel,.gx-label.SuggestSearchAttributeLabel,.gx-label.ReadonlySuggestSearchAttributeLabel,.gx-label.Attribute_FilterDateLabel,.gx-label.ReadonlyAttribute_FilterDateLabel,.gx-label.Attribute_FilterDateTimeLabel,.gx-label.ReadonlyAttribute_FilterDateTimeLabel,.gx-label.CheckBoxSearchAttributeLabel,.gx-label.ReadonlyCheckBoxSearchAttributeLabel,.gx-label.Attribute_BoxLabel,.gx-label.ReadOnlyAttribute_BoxLabel,.gx-label.BoxAttributeLabel,.gx-label.BlobContentBoxAttributeLabel,.gx-label.ReadonlyBlobContentBoxAttributeLabel,.gx-label.BlobInputBoxAttributeLabel,.gx-label.ReadonlyBoxAttributeLabel,.gx-label.CheckBoxInGridLabel,.gx-label.ReadonlyCheckBoxInGridLabel,.gx-label.Attribute_TabuarLabel,.gx-label.BlobContentAttribute_TabuarLabel,.gx-label.ReadonlyBlobContentAttribute_TabuarLabel,.gx-label.BlobInputAttribute_TabuarLabel,.gx-label.ReadonlyAttribute_TabuarLabel,.gx-label.Attribute_FixedDataLabel,.gx-label.BlobContentAttribute_FixedDataLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataLabel,.gx-label.BlobInputAttribute_FixedDataLabel,.gx-label.ReadonlyAttribute_FixedDataLabel,.gx-label.Attribute_FixedDataBottomLabel,.gx-label.BlobContentAttribute_FixedDataBottomLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataBottomLabel,.gx-label.BlobInputAttribute_FixedDataBottomLabel,.gx-label.ReadonlyAttribute_FixedDataBottomLabel,.gx-label.Attribute_ComboLabel,.gx-label.BlobContentAttribute_ComboLabel,.gx-label.ReadonlyBlobContentAttribute_ComboLabel,.gx-label.BlobInputAttribute_ComboLabel,.gx-label.ReadonlyAttribute_ComboLabel,.gx-label.Attribute_Combo_OrderByLabel,.gx-label.BlobContentAttribute_Combo_OrderByLabel,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderByLabel,.gx-label.BlobInputAttribute_Combo_OrderByLabel,.gx-label.ReadonlyAttribute_Combo_OrderByLabel,.gx-label.Attribute_GridLabel,.gx-label.BlobContentAttribute_GridLabel,.gx-label.ReadonlyBlobContentAttribute_GridLabel,.gx-label.BlobInputAttribute_GridLabel,.gx-label.ReadonlyAttribute_GridLabel,.gx-label.GridAttributeLabel,.gx-label.BlobContentGridAttributeLabel,.gx-label.ReadonlyBlobContentGridAttributeLabel,.gx-label.BlobInputGridAttributeLabel,.gx-label.ReadonlyGridAttributeLabel,.gx-label.Attribute_Image_GridLabel,.gx-label.BlobContentAttribute_Image_GridLabel,.gx-label.ReadonlyBlobContentAttribute_Image_GridLabel,.gx-label.BlobInputAttribute_Image_GridLabel,.gx-label.ReadonlyAttribute_Image_GridLabel,.gx-label.Attribute_FormSectionLabel,.gx-label.BlobContentAttribute_FormSectionLabel,.gx-label.ReadonlyBlobContentAttribute_FormSectionLabel,.gx-label.BlobInputAttribute_FormSectionLabel,.gx-label.ReadonlyAttribute_FormSectionLabel,.gx-label.Attribute_CurrentPageLabel,.gx-label.ReadonlyAttribute_CurrentPageLabel,.gx-label.Attribute_ConditionalConfirmLabel,.gx-label.ReadonlyAttribute_ConditionalConfirmLabel,.gx-label.Attribute_ColorLabel,.gx-label.BlobContentAttribute_ColorLabel,.gx-label.ReadonlyBlobContentAttribute_ColorLabel,.gx-label.BlobInputAttribute_ColorLabel,.gx-label.ReadonlyAttribute_ColorLabel,.gx-label.SmallClassLabel,.gx-label.BlobContentSmallClassLabel,.gx-label.ReadonlyBlobContentSmallClassLabel,.gx-label.BlobInputSmallClassLabel,.gx-label.ReadonlySmallClassLabel,.gx-label.K2BToolsFSGAM_Attribute100WidthLabel,.gx-label.ErrorAttribute_TrnLabel,.gx-label.BlobContentErrorAttribute_TrnLabel,.gx-label.ReadonlyBlobContentErrorAttribute_TrnLabel,.gx-label.BlobInputErrorAttribute_TrnLabel,.gx-label.ReadonlyErrorAttribute_TrnLabel,.gx-label.K2BSearchResult_DescriptionLabel,.gx-label.BlobContentK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyBlobContentK2BSearchResult_DescriptionLabel,.gx-label.BlobInputK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyK2BSearchResult_DescriptionLabel,.gx-label.K2BToolsSearchResultImageLabel,.gx-label.BlobContentK2BToolsSearchResultImageLabel,.gx-label.ReadonlyBlobContentK2BToolsSearchResultImageLabel,.gx-label.BlobInputK2BToolsSearchResultImageLabel,.gx-label.ReadonlyK2BToolsSearchResultImageLabel,.gx-label.InvisibleInExtraSmallAttributeLabel,.gx-label.BlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.BlobInputInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyInvisibleInExtraSmallAttributeLabel,.gx-label.InvisibleInSmallAttributeLabel,.gx-label.BlobContentInvisibleInSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInSmallAttributeLabel,.gx-label.BlobInputInvisibleInSmallAttributeLabel,.gx-label.ReadonlyInvisibleInSmallAttributeLabel,.gx-label.InvisibleInMediumAttributeLabel,.gx-label.BlobContentInvisibleInMediumAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInMediumAttributeLabel,.gx-label.BlobInputInvisibleInMediumAttributeLabel,.gx-label.ReadonlyInvisibleInMediumAttributeLabel,.gx-label.InvisibleInLargeAttributeLabel,.gx-label.BlobContentInvisibleInLargeAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInLargeAttributeLabel,.gx-label.BlobInputInvisibleInLargeAttributeLabel,.gx-label.ReadonlyInvisibleInLargeAttributeLabel,.gx-label.K2BCheckBoxInGridLabel,.gx-label.BlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyBlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyK2BCheckBoxInGridLabel,.gx-label.BlobInputK2BCheckBoxInGridLabel,.gx-label.K2BTools_SearchResultImageLabel,.gx-label.Attribute_RequiredLabel,.gx-label.leftLabel,.gx-label.K2BFSG_LoginFieldLabel,.gx-label.BlobContentK2BFSG_LoginFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_LoginFieldLabel,.gx-label.BlobInputK2BFSG_LoginFieldLabel,.gx-label.ReadonlyK2BFSG_LoginFieldLabel,.gx-label.K2BFSG_CAPTCHAFieldLabel,.gx-label.BlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.BlobInputK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyK2BFSG_CAPTCHAFieldLabel,.gx-label.K2BToolsEnhancedComboLabel,.gx-label.K2BTools_SearchCriteriaLabel,.gx-label.Attribute_RequiredReadOnlyLabel,.gx-label.BlobContentAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyBlobContentAttribute_RequiredReadOnlyLabel,.gx-label.BlobInputAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyAttribute_RequiredReadOnlyLabel,.gx-label.K2BTools_FilterOptionComboLabel,.gx-label.BlobContentK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyBlobContentK2BTools_FilterOptionComboLabel,.gx-label.BlobInputK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyK2BTools_FilterOptionComboLabel,.gx-label.AtDestacadoLabel,.gx-label.BlobContentAtDestacadoLabel,.gx-label.ReadonlyBlobContentAtDestacadoLabel,.gx-label.BlobInputAtDestacadoLabel,.gx-label.ReadonlyAtDestacadoLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.WarningAttribute_TrnLabel,.gx-label.BlobContentWarningAttribute_TrnLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnLabel,.gx-label.BlobInputWarningAttribute_TrnLabel,.gx-label.ReadonlyWarningAttribute_TrnLabel,.gx-label.WarningAttribute_TrnDateLabel,.gx-label.BlobContentWarningAttribute_TrnDateLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnDateLabel,.gx-label.BlobInputWarningAttribute_TrnDateLabel,.gx-label.ReadonlyWarningAttribute_TrnDateLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.UpdateAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel
{
	font-weight: bold;
	color: #444;
}
.RecentLinkItem
{
	margin-right: 3px;
	white-space: nowrap;
	color: #aaa;
}
.TextBlockHeader
{
	margin-left: 30px;
	display: block;
	font-size: 40px;
	color: #eee;
}
.RecentsTitle
{
	margin-left: 30px;
	display: block;
	font-weight: bold;
}
.Title,.SubTitle,.TitleMedium,.TitleSmall
{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 23px;
	font-variant: normal;
	font-weight: 500;
}
.SubTitle
{
	display: block;
}
.TitleMedium
{
	font-size: 20px;
}
.TitleSmall
{
	font-size: 18px;
}
.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel
{
	background-position: 9px center;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 16px;
	color: #444;
	text-overflow: ellipsis;
	display: block !important;
}
.WWOrderByLabel
{
	background-image: none;
}
.WWFilterLabel,.WWDateFilterLabel
{
	background-image: none;
}
.WWDateFilterLabel
{
	background-image: url(../GENEv3/calendar.png);
}
.WWOrderItem,.WWOrderItemSelected
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	max-width: 100%;
}
.WWOrderItemSelected
{
	background-color: #11bf36;
	border-bottom-color: #11bf36;
	border-left-color: #11bf36;
	border-right-color: #11bf36;
	border-top-color: #11bf36;
	color: #fff;
}
.Bold
{
	font-style: normal;
	font-weight: bold;
}
.RecentLinksGrid
{
	margin-left: 15px;
}

.TrnSublevelGrid
{
	width: 100%;
}

.Messages,.ErrorMessages,.WarningMessages
{
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	margin-left: 2em;
	margin-top: -.5em;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	white-space: nowrap;
	font-family: inherit;
	color: #fff;
}
.ErrorMessages
{
	background-color: #f56a67;
	border-width: 0px;
}
.WarningMessages
{
	background-color: #fdae45;
	border-width: 0px;
}
.Module
{
	background-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	box-shadow: 0px .2em 1em .1em #ccc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1em;
}
.DsplayNone
{
	display: none;
	display: none !important;
}
.Hidden
{
	visibility: hidden;
}
.FullContent
{
	width: 100%;
}
.DataSection,.DataSection2Columns
{
	padding-bottom: .5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: .5em;
}
.DataSeparator,.DataSeparatorVertical
{
	padding-bottom: .5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: .5em;
	width: 100%;
}
.DataSeparatorVertical
{
	border-bottom-color: #29649b;
	border-left-color: #29649b;
	border-right-color: #29649b;
	border-top-color: #29649b;
	border-left: 0;
	border-right: 0;
	border-style: solid;
}
.SeparatorLine,.SeparatorLineBottom
{
	border-bottom-color: #29649b;
	border-left-color: #29649b;
	border-right-color: #29649b;
	border-top-color: #29649b;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	width: 100%;
}
.SeparatorLineBottom
{
	border-top: 0;
}
.bgRed
{
	background-color: #f56a67;
	color: #fff;
}
.bgBase
{
	background-color: #337bbf;
	color: #fff;
}
.bgWarning
{
	background-color: #fdae45;
	color: #fff;
}
.bgInfo
{
	background-color: #50a0e5;
	color: #fff;
}
.bgGray
{
	background-color: #aaa;
	color: #fff;
}
.BgOk
{
	background-color: #3db670;
	color: #fff;
}
.BgLime
{
	background-color: #c0d341;
	color: #444;
}
.BgReport
{
	background-color: #178c7a;
	color: #fff;
}
.BgThemed
{
	background-color: #3c8fe0;
	color: #fff;
}
.MenuVerticalItemds
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	text-decoration:none;
}
.MenuVerticalItem
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	text-decoration:none;
}
.MenuVerticalItemSearch
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration:none;
}
.ControlPanel
{
	float: right;
	vertical-align: middle;
}
.WidthFull,.WidthFullMin8,.WidthFullMax8
{
	width: 100%;
}
.WidthFullMin8
{
	min-width: 800px;
}
.WidthFullMax8
{
	max-width: 800px;
}
.WidthHalf
{
	width: 50%;
}
.HeightFull
{
	height: 100%;
}
.HeightHalf
{
	height: 50%;
}
.SectionOption
{
	padding-bottom: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	display: inline-block;
}
.WWActionsCell,.WWActionsCell1,.ViewActionsCell,.ViewGridActionsCell
{
	padding-right: 23px;
	text-align: right;
}
.ViewActionsCell,.ViewGridActionsCell
{
	margin-bottom: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border-bottom: 1px solid #efefef;
}
.ViewGridActionsCell
{
	border-bottom: 0px;
}
.WWFiltersCell
{
	padding-left: 30px;
	padding-right: 30px;
}
.OrdersCell
{
	text-align: center;
}
.WWAdvancedBarCell,.PromptAdvancedBarCellCompact,.ViewAdvancedBarCell,.PromptAdvancedBarCell
{
	background-color: #fff;
	margin-top: -42px;
	padding-right: 0px;
}
.ViewAdvancedBarCell
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.PromptAdvancedBarCell
{
	margin-top: 0px;
	padding-left: 0px;
}
.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: #eee;
}
.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: transparent;
}
.ViewGridCellAdvanced
{
	padding-left: 0px;
	border-left: 1px solid #EAEAEA;
}
.ToggleCell
{
	text-align: right;
}
.VerticalCenteredCell
{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.FmtPaddings,.FmtPaddReset,.FmtPaddSimple,.FmtPaddMedio,.FmtPaddRL,.FmtPaddRLMedio
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FmtPaddSimple
{
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
}
.FmtPaddMedio
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
.FmtPaddRL,.FmtPaddRLMedio
{
	padding-bottom: .2em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .2em;
}
.FmtPaddRLMedio
{
	padding-left: 1em;
	padding-right: 1em;
}
.FmtFloatRight
{
	float: right;
}
.FmtSpacing,.FmtSpacing2
{
	min-width: 6em;
}
.FmtSpacing2
{
	min-width: 12em;
}
.FmtBreak,.FmtBreak2,.FmtBreak3
{
	max-width: 6em;
}
.FmtBreak2
{
	max-width: 7em;
}
.FmtBreak3
{
	max-width: 10em;
}
.FmtGap,.FmtGapReset,.FmtGapMedio,.FmtGapSimple
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FmtGapMedio
{
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
.FmtGapSimple
{
	margin-bottom: .5em;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
}
.MsgBox
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.StaticMsg,.StaticMsgWarning,.StaticMsgError,.StaticMsgInfo
{
	padding-bottom: .2em;
	padding-left: .2em;
	padding-right: .2em;
	padding-top: .2em;
	font-style: normal;
	font-variant: normal;
}
.StaticMsgWarning
{
	background-color: rgba(253,174,69,0.3);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	position: relative;
	display: list-item;
	list-style-image: url(../GENEv3/icon_warning_gx.png);
	list-style-position: inside;
	cursor: default;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	text-align: left;
	vertical-align: top;
}
.StaticMsgError
{
	background-color: #f56a67;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	position: relative;
	display: list-item;
	list-style-image: url(../GENEv3/icon_warning_gx.png);
	list-style-position: inside;
	cursor: default;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
.StaticMsgInfo
{
	background-color: #d7d7d7;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	position: relative;
	display: list-item;
	list-style-image: url(../GENEv3/icon_warning_gx.png);
	list-style-position: inside;
	cursor: default;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	text-align: left;
	vertical-align: top;
}
BODY
{
	height: inherit;
}
BODY .MenuVertical 
{
	overflow: hidden;
	display: inline-block;
	margin: 1em 0;
	 border:.2em solid rgba(0,0,0,.1);
}
BODY .MenuVertical  TABLE
{
	width: 100%;
	border-collapse:collapse;
	 border-spacing: 0;
}
BODY .MenuVertical  TABLE .MenuVerticalItem 
{
	display:block !important;
}
BODY .MenuVertical  TABLE .MenuVerticalItem  A
{
	background-color: #eee;
	float: left;
	padding-bottom: .7em;
	padding-left: .7em;
	padding-right: .7em;
	padding-top: .7em;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	vertical-align: top;
	text-decoration:none;
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-bottom: .1em solid rgba(0,0,0,.1);
}
BODY .MenuVertical  TABLE .MenuVerticalItem  A:before
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
	content: url(../GENEv3/IconMenuItem.png);
}
BODY .MenuVertical  TABLE .MenuVerticalItem  A:hover
{
	background-color: #e5e5e5;
	color: #333;
}
BODY .MenuVertical  TABLE TBODY
{
	border-collapse:collapse;
}
BODY .MenuVertical  TABLE TBODY TR
{
	border-collapse:collapse;
}
BODY .MenuVertical  TABLE TBODY TR TD
{
	border-collapse:collapse;
}
BODY .MenuVertical  TABLE .MenuVerticalItemRep 
{
	display:block !important;
}
BODY .MenuVertical  TABLE .MenuVerticalItemRep  A
{
	background-color: #eee;
	float: left;
	padding-bottom: .7em;
	padding-left: .7em;
	padding-right: .7em;
	padding-top: .7em;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	vertical-align: top;
	text-decoration:none;
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-bottom: .1em solid rgba(0,0,0,.1);
}
BODY .MenuVertical  TABLE .MenuVerticalItemRep  A:before
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
	content: url(../GENEv3/IconMenuItem.png);
}
BODY .MenuVertical  TABLE .MenuVerticalItemRep  A:hover
{
	background-color: #e5e5e5;
	color: #333;
}
BODY .MenuVertical  TABLE .MenuVerticalItemSearch 
{
	display:block !important;
}
BODY .MenuVertical  TABLE .MenuVerticalItemSearch  A
{
	background-color: #eee;
	float: left;
	padding-bottom: .7em;
	padding-left: .7em;
	padding-right: .7em;
	padding-top: .7em;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	vertical-align: top;
	text-decoration:none;
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-bottom: .1em solid rgba(0,0,0,.1);
}
BODY .MenuVertical  TABLE .MenuVerticalItemSearch  A:before
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
	content: url(../GENEv3/ActionDisplay.png);
}
BODY .MenuVertical  TABLE .MenuVerticalItemSearch  A:hover
{
	background-color: #e5e5e5;
	color: #333;
}
BODY .MenuVertical  TABLE .MenuVerticalItemClean 
{
	display:block !important;
}
BODY .MenuVertical  TABLE .MenuVerticalItemClean  A
{
	background-color: #eee;
	float: left;
	padding-bottom: .7em;
	padding-left: .7em;
	padding-right: .7em;
	padding-top: .7em;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #555;
	vertical-align: top;
	text-decoration:none;
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-top: .1em solid rgba(255,255,255,.1);
	 border-bottom: .1em solid rgba(0,0,0,.1);
}
BODY .MenuVertical  TABLE .MenuVerticalItemClean  A:before
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
	content: url(../ir1.png);
}
BODY .MenuVertical  TABLE .MenuVerticalItemClean  A:hover
{
	background-color: #e5e5e5;
	color: #333;
}
BODY IFRAME DIV
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
HTML
{
	height: 100%;
}
.CalendarCombo 
{
	background-color: Menu;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	left: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	position: absolute;
	top: 0px;
	width: 4em;
	display: none;
	cursor: default;
	font-size: 10px;
	color: MenuText;
}
.CalendarCombo  .label 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 4em;
	text-align: center;
}
.CalendarCombo  .active 
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CalendarCombo  .hilite 
{
	background-color: #50a0e5;
	color: #fff;
}
DIV.suggestions
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	box-shadow: 2px 2px 5px #777;
	position: absolute;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
DIV.suggestions DIV
{
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 7px;
	cursor: default;
}
DIV.suggestions DIV.current
{
	background-color: #efefef;
}
.ErrorViewerBullet div 
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
	display: block;
	list-style-position: inside;
}
.GeoLocOption 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	top: 2px;
	display: block;
	cursor: pointer;
}
.ComponentTrigger 
{
	margin-left: 4px;
	cursor: pointer;
}
.dojoDialog 
{
	background-color: #eee;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
#gx_ajax_notification
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.PopupHeader 
{
	background-color: #fff;
	height: 54px !important;
}
.PopupHeaderButton 
{
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	right: 5px;
	top: 6px;
	height: auto;
	width: auto;
	display: inline;
	cursor: pointer;
}
.PopupContent 
{
	left: 0 !important;
	 top: 50px !important;
	 width: 100% !important;
	 box-sizing: content-box;
	border-top: .1em solid rgba(0,0,0,.15);
}
.RowDeleted 
{
	text-decoration: line-through;
	opacity:.7;
}
.dp_container 
{
	position: relative;
}
UL.Tabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.Tabs LI.Tab
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding: 1rem 2rem;
	 margin-right: 0.2rem;
}
UL.Tabs LI.Tab A
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	overflow: hidden;
}
UL.Tabs LI.Tab SPAN.TabText
{
	white-space: nowrap;
}
DIV.gx-multimedia-upload
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	position: relative;
	height: 72px;
	width: 128px;
	display: block;
	text-align: center;
	line-height:68px;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload *
{
	text-align: left;
	line-height:normal;
}
DIV.gx-multimedia-upload DIV.fields-ct
{
	background-color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 5px;
	height: 100%;
	display: none;
	white-space: nowrap;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #666;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	color: #fff;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	line-height:15px;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-color: #11bf36;
	background-image: url(../GENEv3/MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 6px;
	right: 26px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-color: #f56a67;
	background-image: url(../MultimediaClear.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	padding-left: 13px;
	padding-right: 12px;
	padding-top: 13px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload INPUT.field
{
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: block;
}
DIV.gx-multimedia-upload LABEL.option
{
	cursor: pointer;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload A SPAN
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 68px;
	width: 124px;
	color: transparent;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-image-placeholder
{
	background-image: url(../GENEv3/PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../GENEv3/PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../GENEv3/PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	text-decoration: none;
	opacity:.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: #bebebe;
	background-image: url(../logo_osefok.gif);
	background-position: 50% 20px;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=50)";
	opacity:.50;
}
DIV.gx-unmask
{
	background-color: transparent;
	animation: leavemask .3s;
	-webkit-animation: leavemask .3s;
}
BODY.gx-masked DIV.gx-mask
{
	background-color: #bebebe;
	background-image: url(../logo_osefok.gif);
	background-position: 50% 20px;
	background-repeat: no-repeat;
	bottom: 0px;
	position: fixed;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.PopupBorder 
{
	background-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-bottom: 28px !important;
	 -webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
	border:.1em solid #aaa;
	 box-shadow: 0 0 1em .1em rgba(0,0,0,.2);
}
.PopupShadow 
{
	display: none;
	-webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
}
.WWFiltersCell  DIV.calendar
{
	position:static !important;
}
.WWFiltersCell  DIV.calendar TABLE
{
	width: 100%;
	max-width: 320px;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
	border-style: solid;
	border-width: 1px;
	outline: 0 none;
	 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group  .form-control + span.input-group-btn > a.btn 
{
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group  .FilterAttribute + span.input-group-btn > A.btn 
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	padding-bottom: 18px;
	padding-top: 18px;
}
.input-group  .FilterAttribute:focus + span.input-group-btn > a.btn 
{
	border-color: transparent !important;
	 box-shadow: 0 0 0 0 !important;
}
.input-group  .form-control 
{
	width: auto;
	max-width: 100%;
}
.input-group  .FilterAttribute 
{
	width: 100%;
}
.input-group  .FilterAttribute + span.input-group-btn 
{
	width: 1%;
}
.input-group  A.btn
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.input-group  A.btn-default:hover
{
	background-color: #fff;
}
.input-group  A.btn-default:focus
{
	background-color: #fff;
}
.WWColumn  .form-control-static 
{
	overflow: hidden;
	min-height: 0px;
	text-overflow: ellipsis;
}
.WWOrderItem  A
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	max-width: 100%;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
}
.WWOrderItem  A:hover
{
	text-decoration: none;
	color: inherit;
}
.WWOrderItem  A:focus
{
	text-decoration: none;
	color: inherit;
}
.WWAdvancedLabel  A
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 10px;
	padding-top: 16px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
	outline: none;
}
.WWAdvancedLabel  A STRONG
{
	color: #11bf36;
}
.WWAdvancedLabel  A STRONG:before
{
	padding-right: 4px;
	font-weight: normal;
	color: #444;
	content: ':';
}
.WWAdvancedLabel  A:hover
{
	color: inherit;
}
.WWAdvancedLabel  A:focus
{
	color: inherit;
}
.WWOrderItemSelected:hover 
{
	color: #fff;
}
.WWOrderItemSelected:hover  A:hover
{
	color: #fff;
}
.WWOrderItem:hover 
{
	border-bottom-color: #11bf36;
	border-left-color: #11bf36;
	border-right-color: #11bf36;
	border-top-color: #11bf36;
	color: #11bf36;
}
.tab-content 
{
	background-color: #fff;
}
.BtnTextBlock  A
{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
.BtnTextBlock  A:focus
{
	color: inherit;
}
.BtnTextBlock  A:hover
{
	color: inherit;
}
.RecentLinksGrid > tbody > tr > td:last-child 
{
	display: block;
}
.RecentLinksGrid > tbody > tr > td:last-child  *.RecentLinkItem:after
{
	content: '';
}
.RecentsTitle  A
{
	display: block;
	text-decoration: none;
	color: #777;
}
.RecentsTitle  A:focus
{
	text-decoration: none;
	color: #444;
}
.RecentsTitle  A:hover
{
	text-decoration: none;
	color: #444;
}
.form-control:focus 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
}
.PopupTitle 
{
	min-height: 40px;
	width: auto;
	display: block;
	cursor: move;
	font-size: 23px;
	color: #333;
	padding-top: 10px !important;
	 padding-left: 20px !important;
	 ;
}
.TextBlockHeader  A
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:focus
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:hover
{
	text-decoration: none;
	color: inherit;
}
.PopupBorder > div:last-child 
{
	margin-top: 20px !important;
}
.PromptGrid  .PromptGridTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.PromptGrid  .PromptGridFooter 
{
	height: 40px;
	vertical-align: top;
}
.PopupHeaderButton:after 
{
	cursor: pointer;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 33px;
	color: #f56a67;
	text-align: center;
	content: "×";
	 line-height: 36px;
	 opacity: .6;
	 ;
}
.PopupHeaderButton:hover:after 
{
	color: #f56a67;
	opacity: 1;
}
.FilterAttribute:focus 
{
	box-shadow: 0px 0px 0px 0px;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-color: rgba(253,174,69,0.3);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	position: relative;
	display: list-item;
	list-style-image: url(../GENEv3/icon_warning_gx.png);
	list-style-position: inside;
	cursor: default;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	text-align: left;
	vertical-align: top;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-color: #f56a67;
	background-image: none;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	position: relative;
	display: list-item;
	list-style-image: url(../GENEv3/icon_error_gx.png);
	list-style-position: inside;
	cursor: default;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: left;
	vertical-align: top;
}
.ErrorViewerBullet  DIV
{
	display: list-item;
	list-style-position: inside;
}
.form-control-static 
{
	height: auto;
	min-height: 36px;
}
.control-label 
{
	height: 36px;
}
.ViewGridCell  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .BtnToggle 
{
	margin-right: 8px;
	margin-top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainer 
{
	left: -215px;
	top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainerVisible 
{
	left: 15px;
}
.input-group-btn 
{
	width: auto;
}
.RecentLinksGrid > .row > div 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}
.RecentLinksGrid > div.row > div:last-child  *.RecentLinkItem:after
{
	content: '';
}
.ACPNavBar 
{
	background-color: #3c8fe0;
}
.ACPNavBar  UL LI
{
	background-color: #3c8fe0;
}
.ACPNavBar  UL UL LI
{
	background-color: #337bbf;
}
.ACPNavBar  UL UL LI:hover
{
	background-color: #3c8fe0;
}
.ACPNavBar  A
{
	color: #eee;
}
.ACPNavBar  A:hover
{
	background-color: rgba(0,0,0,0.2);
}
.gx-content-placeholder 
{
	padding: .5em 1em !important;
}
.InLineCells 
{
	width: 100%;
}
.InLineCells  TBODY TR
{
	display: inline-block;
	vertical-align: middle;
}
.InLineCells  TBODY TR TD
{
	vertical-align: baseline;
}
.InLineCells  TBODY TR TD .ActionButtons 
{
	vertical-align: baseline;
}
.InLineCells  TBODY TR TD SPAN
{
	vertical-align: baseline;
}
.InLineCells  TBODY TR:last-child
{
	vertical-align: top;
}
.Form INPUT[type="button"]:hover 
{
	border-bottom: .1em solid rgba(0,0,0,.3);
	border-left: .1em solid rgba(0,0,0,.3);
	border-right: .1em solid rgba(0,0,0,.3);
	border-style: solid;
	border-top: .1em solid rgba(255,255,255,.3);
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	box-shadow: 0px -.01em rgba(0,0,0,0.3) inset;
	cursor: pointer;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	opacity:.95;
}
.Form INPUT[type="button"]:active 
{
	border-bottom: .1em solid rgba(0,0,0,.3);
	border-left: .1em solid rgba(0,0,0,.3);
	border-right: .1em solid rgba(0,0,0,.3);
	border-style: solid;
	border-top: .1em solid rgba(255,255,255,.3);
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	box-shadow: 0px 0px 0px 0px transparent;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	transform: scale(.95);
	opacity:1;
}
.ControlPanel  TABLE
{
	vertical-align: middle;
}
.ControlPanel TABLE:last-child INPUT[type="image"] 
{
	opacity:.8;
}
.ControlPanel TABLE:last-child INPUT[type="image"]:hover 
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	opacity: 1;
}
.ToolbarMain > INPUT[type="image"] 
{
	margin-left: .2em;
	margin-right: .2em;
}
.MsgBoxError 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.MsgBoxError  SPAN:before
{
	margin-bottom: 0px;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0px;
	content: url(../Ghost/icon_msg_error.png);
}
.MsgBoxSuccess 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.MsgBoxSuccess  SPAN:before
{
	margin-bottom: 0px;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0px;
	content: url(../Ghost/icon_msg_success.png);
}
.MsgBoxWarning 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.MsgBoxWarning  SPAN:before
{
	margin-bottom: 0px;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0px;
	content: url(../Ghost/icon_msg_warning.png);
}
.MsgBoxBug 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.MsgBoxBug  SPAN:before
{
	margin-bottom: 0px;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0px;
	content: url(../Ghost/icon_msg_bug.png);
}
.MsgBoxInfo 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: left;
	margin: .5em auto;
}
.MsgBoxInfo  SPAN:before
{
	margin-bottom: 0px;
	margin-left: .2em;
	margin-right: .2em;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0px;
	content: url(../Ghost/icon_msg_info.png);
}
.Attribute[type="text"] 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
}
.Container  TBODY TR TD
{
	vertical-align: inherit;
}
.DataFormOption 
{
	padding: 0 !important;
}
.RecentLinkItem  A
{
	color: #444;
}
.loginContainer > TBODY > TR > TD:first-child 
{
	padding-left: 2em;
	padding-right: 2em;
	color: #444;
	text-align: right;
}
.loginContainer > TBODY > TR > TD:first-child  .BtnEnter 
{
	border-bottom: .1em solid rgba(0,0,0,.3);
	border-left: .1em solid rgba(0,0,0,.3);
	border-right: .1em solid rgba(0,0,0,.3);
	border-style: solid;
	border-top: .1em solid rgba(255,255,255,.3);
	border-width: .1em;
	box-shadow: 0px -.1em rgba(0,0,0,0.3) inset;
	margin-bottom: 0px;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	max-width: 10em;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	outline:0px;
}
.loginContainer > TBODY > TR > TD:first-child  .BtnEnter:hover 
{
	background-color: #337bbf;
}
.loginContainer > TBODY > TR > TD:first-child  .BtnEnter:active 
{
	border-top: .1em solid rgba(0,0,0,.3);
	box-shadow: 0px -.1em transparent;
	transform: scale(.95,.95);
}
.loginContainer > TBODY > TR > TD:first-child  INPUT
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	margin-bottom: .2em;
	margin-top: .2em;
	padding-bottom: .3em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .3em;
	width: 15em;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.loginContainer 
{
	background-color: #fff;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	border-bottom-right-radius: .3em;
	border-bottom-left-radius: .3em;
	box-shadow: 0px 0px 1em .2em rgba(0,0,0,0.4);
}
.loginContainer  .log_frm_container 
{
	padding-bottom: 1em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 1em;
}
.loginContainer  .log_frm_container  .log_frm_login  .BtnEnter 
{
	margin-bottom: 1em;
	margin-top: 1em;
	max-width: 8em;
}
.loginContainer  .log_frm_container  .log_frm_login  INPUT
{
	margin-bottom: .2em;
	margin-top: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	min-width: 16em;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.loginContainer  .ErrorViewer 
{
	text-align: center;
}
.loginContainer  TBODY TR TD
{
	text-align: right;
	text-align:right !important;
	-ms-text-align:right !important;
}
.loginContainer  #TABLELOGO
{
	background-color: #337bbf;
	padding-bottom: 3em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 3em;
}
.loginContainer  #TABLELOGO SPAN
{
	color: rgba(255,255,255,0.6);
}
.loginContainer  #TABLELOGO A
{
	color: rgba(255,255,255,0.8);
}
.loginContainer  #TABLELOGO A:hover
{
	cursor: pointer;
	color: #fff;
}
.loginContainer  #TABLELOGOPRV
{
	background-color: #29649b;
	padding-bottom: 3em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 3em;
}
.loginContainer  #TABLELOGOPRV SPAN
{
	color: rgba(255,255,255,0.6);
}
.loginContainer  #TABLELOGOPRV A
{
	color: rgba(255,255,255,0.8);
}
.loginContainer  #TABLELOGOPRV A:hover
{
	cursor: pointer;
	color: #fff;
}
.TableAmba  .Group 
{
	height: 100%;
}
.TableAmba  TBODY
{
	vertical-align: top;
}
.FreeStyleGridOdd  .Table  .Table  TD
{
	padding-bottom: 0px;
	padding-left: .2em;
	padding-right: .2em;
	padding-top: 0px;
	display: inline;
}
.FreeStyleGridOdd  .Table  .ReadonlyAttribute 
{
	display: table;
}
.Grid99  .Grid Title 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.Grid99  .GridFooter 
{
	background-color: #337bbf;
	padding-bottom: 1em;
	vertical-align: top;
}
.Grid99  TR:hover .UpdateAttribute:hover 
{
	background-color: #11bf36;
}
.Grid99  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.Grid99  TR:hover .UpdateAttribute 
{
	background-color: #d7d7d7;
}
.Grid99  TR:hover .DeleteAttribute 
{
	background-color: #d7d7d7;
}
.Grid99  TR:hover .DisplayAttribute:hover 
{
	background-color: #50a0e5;
}
.Grid99  TR:hover .DisplayAttribute 
{
	background-color: #d7d7d7;
}
.Grid99  TR:hover .ActionAttribute 
{
	background-color: #d7d7d7;
}
.Grid99  TR:hover .ActionAttribute:hover 
{
	background-color: #50a0e5;
}
.Grid99  TR
{
	border-top: 1px solid #ccc;
}
.Grid99  TR .WWActionColumn  A:focus
{
	outline: none;
}
.Grid99  TR A:focus .UpdateAttribute 
{
	background-color: #11bf36;
}
.Grid99  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.GridFooter99 
{
	background-color: #337bbf;
	vertical-align: top;
}
.GridTitle99 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.ViewTable Table[id*="TABLEGRID"] 
{
	background-color: #fff;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #aaa;
	border-top-color: #aaa;
	border-style: solid;
	border-width: .1em;
	box-shadow: 0px .2em 1em .1em #ccc;
	min-width: 250px;
	border-collapse: collapse;
}
.ViewTable Table[id*="TABLEGRID"]  .ActionButtons 
{
	background-color: #58a449;
}
.ViewTable Table[id*="TABLEGRID"]  .OptionGrid 
{
	display: inline-flex;
}
.ViewTable Table[id*="TABLEGRID"]  .OptionGrid  .SectionOption  INPUT
{
	width: 25%;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  .ReadonlyAttribute 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR
{
	border-bottom: .1em solid rgba(0,0,0,.2);
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR TD
{
	padding-bottom: .5em;
	padding-top: .5em;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR TD A IMG:hover
{
	opacity:1;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR:last-child
{
	border-bottom: .1em solid #bbb;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR:hover
{
	background-color: rgba(51,123,191,0.8);
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR:hover TD
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR:hover TD SPAN
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid  TBODY TR:hover TD SPAN A
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid TR TD > * 
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  .Grid TR TD > *  A
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  .ReadonlyAttribute 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR
{
	border-bottom: .1em solid rgba(0,0,0,.2);
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR TD
{
	ime-mode: active;
	padding-bottom: .5em;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .5em;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR TD A IMG
{
	background-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR TD A IMG:hover
{
	background-color: transparent;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR:last-child
{
	border-bottom: .1em solid #bbb;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR:hover
{
	background-color: rgba(51,123,191,0.8);
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR:hover TD
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR:hover TD SPAN
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  TBODY TR:hover TD SPAN A
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN  THEAD TR TH
{
	padding-bottom: .3em;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .3em;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN TR TD > * 
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  .GridGEN TR TD > *  A
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  .ReadonlyAttribute 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR
{
	border-bottom: .1em solid rgba(0,0,0,.2);
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR TD
{
	padding-bottom: .5em;
	padding-left: .1em;
	padding-right: .1em;
	padding-top: .5em;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR TD A IMG:hover
{
	opacity:1;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR:last-child
{
	border-bottom: .1em solid #bbb;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR:hover
{
	background-color: rgba(51,123,191,0.8);
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR:hover TD
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR:hover TD SPAN
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  TBODY TR:hover TD SPAN A
{
	color: #fff;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom  THEAD TR TH
{
	padding-bottom: .3em;
	padding-left: .1em;
	padding-right: .1em;
	padding-top: .3em;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom TR TD > * 
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  .GridCustom TR TD > *  A
{
	color: #444;
}
.ViewTable Table[id*="TABLEGRID"]  TBODY TR:first-child TD
{
	vertical-align: middle;
}
.ViewTable Table[id*="TABLEGRID"]  TBODY TR:first-child TD INPUT
{
	opacity: .9;
	-ms-opacity: .9;
	-moz-opacity: .9;
	-o-opacity: .9;
}
.ViewTable Table[id*="TABLEGRID"]  TBODY TR:first-child TD INPUT:hover
{
	cursor: pointer;
	opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}
.ViewTable Table[id*="TABLEGRID"]  TFOOT .gx-grid-paging-bar button.PagingButtonsFirst 
{
	background-image: url(../GENEv3/TGFirst.png) !important;
	 background-position: center center !important;
	 background-repeat: no-repeat !important;
	 padding: 1.2em;
	 border: none;
	 background: rgba(0,0,0,0);
}
.ViewTable Table[id*="TABLEGRID"]  TFOOT .gx-grid-paging-bar button.PagingButtonsPrevious 
{
	background-image: url(../TGPrev.png) !important;
	 background-position: center center !important;
	 background-repeat: no-repeat !important;
	 padding: 1.2em;
	 border: none;
	 background: rgba(0,0,0,0);
}
.ViewTable Table[id*="TABLEGRID"]  TFOOT .gx-grid-paging-bar button.PagingButtonsNext 
{
	background-image: url(../TGNext.png) !important;
	 background-position: center center !important;
	 background-repeat: no-repeat !important;
	 padding: 1.2em;
	 border: none;
	 background: rgba(0,0,0,0);
}
.ViewTable Table[id*="TABLEGRID"]  TFOOT .gx-grid-paging-bar button.PagingButtonsLast 
{
	background-image: url(../GENEv3/TGLast.png) !important;
	 background-position: center center !important;
	 background-repeat: no-repeat !important;
	 padding: 1.2em;
	 border: none;
	 background: rgba(0,0,0,0);
}
.ViewTable Table[id*="TABLEGRID"] > TBODY > TR > TD 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ViewTable Table[id*="TABLEGRID"] > TBODY > TR:first-child > TD > INPUT:not([type="text"]) 
{
	border-style: none;
	border-width: 0px;
	margin-bottom: .5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: .5em;
	height: auto;
	width: auto;
	paddign: 0 !important;
	vertical-align: inherit;
}
.ViewTable Table[id*="TABLEGRID"] > TBODY > TR:first-child > TD:nth-child(2) 
{
	border-style: none;
	border-width: 0px;
	margin-bottom: .5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: .5em;
	height: auto;
	width: auto;
	text-align: right;
	paddign: 0 !important;
	vertical-align: inherit;
}
.Return:before 
{
	margin-bottom: .5em;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: .5em;
	content: url(../GENEv3/IconMsgReturn.png);
}
.Return 
{
	float: right;
	font-family: Verdana, Arial;
}
.Return  A
{
	vertical-align: super;
}
.FullContent > * 
{
	width: 100%;
}
BODY.gx-form-disabled
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gx-content-placeholder
{
	perspective: inherit !important;
	 -webkit-perspective: inherit !important;
	 -moz-perspective: inherit !important;
	 -ms-perspective: inherit !important;
	 -o-perspective: inherit !important;
}
BODY.gx-form-disabled DIV.gx-ct-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gxwebcomponent-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
DIV.calendar
{
	background-color: #337bbf;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	box-shadow: 0px .2em 1em .1em #ccc;
}
DIV.calendar .calendar-nav 
{
	font-weight: normal;
}
DIV.calendar .calendarbutton 
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
DIV.calendar .calendarcombo 
{
	background-color: #efefef;
}
DIV.calendar .calendarcombo  .label 
{
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #777;
}
DIV.calendar TABLE
{
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	font-family: "Open Sans Regular";
	font-size: 13px;
	color: #444;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-family: "Open Sans Semibold";
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: "Open Sans Extrabold";
	font-weight: normal;
	color: #777;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color: #eee;
	border-top: 1px solid #EFEFEF;
}
DIV.calendar TABLE THEAD TR:first-child
{
	background-color: transparent;
}
DIV.calendar TABLE THEAD TR.headrow
{
	background-color: transparent;
}
DIV.calendar TABLE THEAD TD
{
	color: #fff;
}
DIV.calendar TABLE TBODY
{
	background-color: #eee;
}
DIV.calendar TABLE TBODY .day 
{
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}
DIV.calendar TABLE TBODY TD.selected
{
	background-color: #3c8fe0;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
DIV.calendar TD.time .hour 
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .minute 
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .ampm 
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
A
{
	text-decoration: underline;
	color: #50a0e5;
}
A:hover
{
	text-decoration: none;
	color: #50a0e5;
}
A:focus
{
	text-decoration: none;
	color: #50a0e5;
}
UL.nav-tabs
{
	background-color: #f9f9f9;
	border-bottom-color: #efefef;
}
UL.nav-tabs LI A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #777;
	border-top-width: 0;
}
UL.nav-tabs LI.active A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	cursor: default;
	color: #11bf36;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:focus
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #11bf36;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:hover
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #11bf36;
	border-top-width: 0;
}
UL.nav-tabs LI:last-child A
{
	border-top-right-radius: 4px;
	border-right-width: 0;
}
UL.nav-tabs LI.active:last-child A
{
	border-right-width: 1px;
}
UL.nav-tabs LI:first-child A
{
	border-top-left-radius: 4px;
}
*.RecentLinkItem:after
{
	padding-left: 5px;
	content: '—';
}
DIV.gx-action-group
{
	margin-bottom: 15px;
}
HTML.ie10 .WWColumn 
{
	width: auto;
}
HTML.ie10 .WWOptionalColumn 
{
	width: auto;
}
TD.gx-attribute .form-control 
{
	display: inline-block;
}
TABLE TD P
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
TABLE TD A
{
	vertical-align: middle;
}
TABLE TD IMG
{
	vertical-align: middle;
}
FIELDSET
{
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
FIELDSET .inputEx-CombineField 
{
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
}
FIELDSET LEGEND.inputEx-Group-legend
{
	font-size: 16px;
	color: #3c8fe0;
}
#TABLE100
{
	background-color: #fff;
	box-shadow: 0px .2em 1em .1em #ccc;
}
#TABLE100 #OPTIONGRID .SectionOption  INPUT
{
	width: 2em;
}
#TABLESEARCH
{
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
}
#TABLEFILTERS #TABLESEARCH
{
	background-color: rgba(0,0,0,0);
	border-style: none;
	border-width: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#DATAFORM
{
	background-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	box-shadow: 0px .2em 1em .1em #ccc;
	margin-bottom: 1em;
	margin-top: 1em;
}
#DATAFORM TBODY
{
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
#DATAFORM TBODY TR:last-child #FOOTER
{
	background-color: rgba(204,204,204,0.7);
	border-bottom: 0;
	border-bottom-color: #aaa;
	border-top-color: #aaa;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-top: .1em;
	box-shadow: 0px 0px .1em #aaa inset;
	padding-top: 1em;
	width: 100%;
}
#DATAFORM TBODY TR:last-child #NewId
{
	background-color: rgba(0,0,0,0.15);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
}
#TABLEMAIN .Group  .GroupTitle 
{
	font-size: 1.2em;
	font-weight: bold;
}
#TABLEMAIN #GROUPDATA > .TableGreyFooter > TBODY > TR:last-child TD
{
	background-color: rgba(0,0,0,0.15);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: right;
}
#TABLEMAIN .td5 
{
	width:auto !important;
	 max-width: 10em;
}
#DATAFORM > TBODY > TR:last-child > TD
{
	background-color: rgba(0,0,0,0.15);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: .1em;
	border-top-left-radius: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	border-bottom-left-radius: .2em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	text-align: right;
}
#dhtmlwindowholder #ajaxbox
{
	left: 0 !important;
	 top: 0 !important;
	position: fixed !important;
	 width: 25% !important;
}
.FmtPaddSimple .ReadonlyAttribute 
{
	padding: 0 !important;
	 margin: 0 !important;
}
@font-face
{
	font-family: 'Open Sans Regular';
	font-weight: 400;
}
@font-face
{
	font-family: 'Open Sans Semibold';
	font-weight: 600;
}
@font-face
{
	font-family: 'Open Sans Bold';
	font-weight: 700;
}
@font-face
{
	font-family: 'Open Sans Extrabold';
	font-weight: 800;
}

@media (max-width: 1100px) /*NewRule*/
{
}
