﻿/* [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;
}
td[data-cell-valign='top'] {	
	vertical-align: top;
}
td[data-cell-valign='middle'] {	
	vertical-align: middle;
}
td[data-cell-valign='bottom'] {	
	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 !important;
}
[data-gx-sr-only]{
	display:none !important;
}
.gx-tbldsp-container {
	display:table;
}
.gx-tbldsp-container > div {
	display:table-cell;
}

/* [gx-css-import ignore - end] */
.GridRow,.GridRowSelected,.GridRowHover
{
	border-style: none;
	border-width: 0px;
}
.Tab
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.ActionColumn,.WWColumn,.WWActionColumn,.WWOptionalColumn,.OptionalColumn
{
	border-style: none;
	border-width: 0px;
}
.ActionGroup
{
	border-style: none;
	border-width: 0px;
}
.Form,.FormPopup,.K2BForm,.K2BFormLogin,.NotificationArea,.PopUp,.Reporte,.Uploader,.PacienteDatosPrincipales,.Form_MasterPage
{
	border-style: none;
	border-width: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	height: 100%;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Form-fx, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx, body.Form-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-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.enter-fx-duration, body.Form-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-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.leave-fx-duration, body.Form-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-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Form-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.FormPopup-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormPopup-fx, body.FormPopup-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.FormPopup-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPopup-fx.enter-fx-duration, body.FormPopup-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.FormPopup-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPopup-fx.leave-fx-duration, body.FormPopup-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;
}

.FormPopup-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormPopup-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] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.NotificationArea-fx, div.gxwebcomponent > div.gxwebcomponent-body.NotificationArea-fx, body.NotificationArea-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.NotificationArea-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.NotificationArea-fx.enter-fx-duration, body.NotificationArea-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.NotificationArea-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.NotificationArea-fx.leave-fx-duration, body.NotificationArea-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;
}

.NotificationArea-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.NotificationArea-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.PopUp-fx, div.gxwebcomponent > div.gxwebcomponent-body.PopUp-fx, body.PopUp-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.PopUp-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.PopUp-fx.enter-fx-duration, body.PopUp-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.PopUp-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.PopUp-fx.leave-fx-duration, body.PopUp-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;
}

.PopUp-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.PopUp-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.Reporte-fx, div.gxwebcomponent > div.gxwebcomponent-body.Reporte-fx, body.Reporte-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.Reporte-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Reporte-fx.enter-fx-duration, body.Reporte-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.Reporte-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Reporte-fx.leave-fx-duration, body.Reporte-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;
}

.Reporte-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Reporte-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.Uploader-fx, div.gxwebcomponent > div.gxwebcomponent-body.Uploader-fx, body.Uploader-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.Uploader-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Uploader-fx.enter-fx-duration, body.Uploader-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.Uploader-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Uploader-fx.leave-fx-duration, body.Uploader-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;
}

.Uploader-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Uploader-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.PacienteDatosPrincipales-fx, div.gxwebcomponent > div.gxwebcomponent-body.PacienteDatosPrincipales-fx, body.PacienteDatosPrincipales-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.PacienteDatosPrincipales-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.PacienteDatosPrincipales-fx.enter-fx-duration, body.PacienteDatosPrincipales-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.PacienteDatosPrincipales-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.PacienteDatosPrincipales-fx.leave-fx-duration, body.PacienteDatosPrincipales-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;
}

.PacienteDatosPrincipales-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.PacienteDatosPrincipales-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Form_MasterPage
{
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	background-color: #efefef;
}

/* [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] */
.Attribute,.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,.AttLabel,.ReadonlyAttLabel,.BlobInputAttLabel,.BlobContentAttLabel,.ReadonlyBlobContentAttLabel,.AttCheckBox,.ReadonlyAttCheckBox,.BlobInputAttCheckBox,.BlobContentAttCheckBox,.ReadonlyBlobContentAttCheckBox,.FreeStyleAttribute,.ReadonlyFreeStyleAttribute,.BlobInputFreeStyleAttribute,.BlobContentFreeStyleAttribute,.ReadonlyBlobContentFreeStyleAttribute,.FreeStyleSubtitle,.ReadonlyFreeStyleSubtitle,.BlobInputFreeStyleSubtitle,.BlobContentFreeStyleSubtitle,.ReadonlyBlobContentFreeStyleSubtitle,.FreeStyleTitle,.ReadonlyFreeStyleTitle,.BlobInputFreeStyleTitle,.BlobContentFreeStyleTitle,.ReadonlyBlobContentFreeStyleTitle,.PromptAttribute,.ViewAttribute,.ReadOnlyAttribute_2,.Attribute_FixedData_2,.AttributeMessage,.BlobContentAttributeMessage,.ReadonlyBlobContentAttributeMessage,.BlobInputAttributeMessage,.ReadonlyAttributeMessage,.AttributeMessageError,.BlobContentAttributeMessageError,.ReadonlyBlobContentAttributeMessageError,.BlobInputAttributeMessageError,.ReadonlyAttributeMessageError,.AttributeMessageWarning,.BlobContentAttributeMessageWarning,.ReadonlyBlobContentAttributeMessageWarning,.BlobInputAttributeMessageWarning,.ReadonlyAttributeMessageWarning,.AtributteCheckBox,.BlobContentAtributteCheckBox,.ReadonlyBlobContentAtributteCheckBox,.BlobInputAtributteCheckBox,.ReadonlyAtributteCheckBox,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.ReadonlyFilterAttribute,.BlobInputFilterAttribute,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.ReadonlyDescriptionAttribute,.BlobInputDescriptionAttribute,.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,.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,.ReadonlyAttributeConBorde,.AttRefTexto,.BlobContentAttRefTexto,.ReadonlyBlobContentAttRefTexto,.BlobInputAttRefTexto,.ReadonlyAttRefTexto,.AttRefTexto2,.BlobContentAttRefTexto2,.ReadonlyBlobContentAttRefTexto2,.BlobInputAttRefTexto2,.ReadonlyAttRefTexto2,.Titulo,.BlobContentTitulo,.ReadonlyBlobContentTitulo,.BlobInputTitulo,.ReadonlyTitulo,.Error,.BlobContentError,.ReadonlyBlobContentError,.BlobInputError,.ReadonlyError,.PrgNombre,.ReadonlyPrgNombre,.PrgTitulo,.ReadonlyPrgTitulo,.Resaltado,.ReadonlyResaltado,.ReadonlyAttributeItalic,.Obligatorio,.BlobContentObligatorio,.ReadonlyBlobContentObligatorio,.BlobInputObligatorio,.ReadonlyObligatorio,.AttRadioButton,.ReadonlyAttRadioButton,.BlobInputAttRadioButton,.BlobContentAttRadioButton,.ReadonlyBlobContentAttRadioButton,.AttYlw,.BlobContentAttYlw,.ReadonlyBlobContentAttYlw,.BlobInputAttYlw,.ReadonlyAttYlw,.AttGrn,.BlobContentAttGrn,.ReadonlyBlobContentAttGrn,.BlobInputAttGrn,.ReadonlyAttGrn,.AttRed,.BlobContentAttRed,.ReadonlyBlobContentAttRed,.BlobInputAttRed,.ReadonlyAttRed,.AttributeSinBorde,.BlobContentAttributeSinBorde,.ReadonlyBlobContentAttributeSinBorde,.BlobInputAttributeSinBorde,.ReadonlyAttributeSinBorde,.AttributeVideoWall,.BlobContentAttributeVideoWall,.ReadonlyBlobContentAttributeVideoWall,.BlobInputAttributeVideoWall,.ReadonlyAttributeVideoWall,.AttBusquedaCombinada,.BlobContentAttBusquedaCombinada,.ReadonlyBlobContentAttBusquedaCombinada,.BlobInputAttBusquedaCombinada,.ReadonlyAttBusquedaCombinada,.ColumnaEpisodio,.BlobContentColumnaEpisodio,.ReadonlyBlobContentColumnaEpisodio,.BlobInputColumnaEpisodio,.ReadonlyColumnaEpisodio,.AttributeDisplayBlock,.BlobContentAttributeDisplayBlock,.ReadonlyBlobContentAttributeDisplayBlock,.BlobInputAttributeDisplayBlock,.ReadonlyAttributeDisplayBlock,.FixedAttribute,.ReadonlyFixedAttribute,.DinamicCombo_Err,.ErrorAtt,.Attribute_Seleccionado,.BlobContentAttribute_Seleccionado,.ReadonlyBlobContentAttribute_Seleccionado,.ReadonlyAttribute_Seleccionado,.BlobInputAttribute_Seleccionado,.ReadonlyAttribute_TrnCustom,.ReadonlyAttribute_Trn1,.ReadonlyAttribute_TrnBold,.Attribute_HC,.BlobContentAttribute_HC,.ReadonlyBlobContentAttribute_HC,.BlobInputAttribute_HC,.ReadonlyAttribute_HC,.ErrorAttribute,.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate,.ImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.ReadonlyUpdateAttribute,.BlobInputUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyImageAttribute,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.Attribute_Trn,.Attribute_TextoLargo,.BlobContentAttribute_TextoLargo,.ReadonlyBlobContentAttribute_TextoLargo,.BlobInputAttribute_TextoLargo,.ReadonlyAttribute_TextoLargo,.Attribute_TrnBack,.BlobContentAttribute_TrnBack,.ReadonlyBlobContentAttribute_TrnBack,.BlobInputAttribute_TrnBack,.ReadonlyAttribute_TrnBack,.Attribute_TrnError,.BlobContentAttribute_TrnError,.ReadonlyBlobContentAttribute_TrnError,.BlobInputAttribute_TrnError,.ReadonlyAttribute_TrnError,.Attribute_TrnOk,.BlobContentAttribute_TrnOk,.ReadonlyBlobContentAttribute_TrnOk,.BlobInputAttribute_TrnOk,.ReadonlyAttribute_TrnOk,.ReadonlyAttribute_Trn_NoBkg,.ReadonlyAttribute_Trn_SinPaddingTop,.Attribute_TrnDate,.ReadonlyAttribute_TrnDate,.Attribute_TrnDateTime,.ReadonlyAttribute_TrnDateTime,.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute,.DateAttribute,.BlobContentDateAttribute,.ReadonlyBlobContentDateAttribute,.BlobInputDateAttribute,.ReadonlyDateAttribute,.SuggestTrnAttribute,.ReadonlySuggestTrnAttribute,.ReadonlyAttribute_Trn,.ReadonlyAttribute_TrnWeb,.TrnAttribute,.BlobContentTrnAttribute,.ReadonlyBlobContentTrnAttribute,.BlobInputTrnAttribute,.ReadonlyTrnAttribute,.ReadonlyTrnAttributeRed,.BlobContentReadonlyTrnAttributeRed,.ReadonlyBlobContentReadonlyTrnAttributeRed,.ReadonlyReadonlyTrnAttributeRed,.BlobInputReadonlyTrnAttributeRed,.Attribute_Action,.CheckBoxAttribute,.ReadOnlyCheckBoxAttribute,.ReadOnlyAttribute_Action,.Attribute_Filter,.Attribute_FilterCheck,.BlobContentAttribute_FilterCheck,.ReadonlyBlobContentAttribute_FilterCheck,.BlobInputAttribute_FilterCheck,.ReadonlyAttribute_FilterCheck,.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,.Attribute_FormSection_2,.BlobContentAttribute_FormSection_2,.ReadonlyBlobContentAttribute_FormSection_2,.BlobInputAttribute_FormSection_2,.ReadonlyAttribute_FormSection_2,.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,.Attribute_Combo_OrderBy_2,.BlobContentAttribute_Combo_OrderBy_2,.ReadonlyBlobContentAttribute_Combo_OrderBy_2,.BlobInputAttribute_Combo_OrderBy_2,.ReadonlyAttribute_Combo_OrderBy_2,.Attribute_Combo_OrderBy_3,.BlobContentAttribute_Combo_OrderBy_3,.ReadonlyBlobContentAttribute_Combo_OrderBy_3,.BlobInputAttribute_Combo_OrderBy_3,.ReadonlyAttribute_Combo_OrderBy_3,.Attribute_Combo_OrderBy_4,.BlobContentAttribute_Combo_OrderBy_4,.ReadonlyBlobContentAttribute_Combo_OrderBy_4,.BlobInputAttribute_Combo_OrderBy_4,.ReadonlyAttribute_Combo_OrderBy_4,.Attribute_Combo_OrderBy_5,.BlobContentAttribute_Combo_OrderBy_5,.ReadonlyBlobContentAttribute_Combo_OrderBy_5,.BlobInputAttribute_Combo_OrderBy_5,.ReadonlyAttribute_Combo_OrderBy_5,.Attribute_Combo_OrderBy_6,.BlobContentAttribute_Combo_OrderBy_6,.ReadonlyBlobContentAttribute_Combo_OrderBy_6,.BlobInputAttribute_Combo_OrderBy_6,.ReadonlyAttribute_Combo_OrderBy_6,.Attribute_Combo_OrderBy_7,.BlobContentAttribute_Combo_OrderBy_7,.ReadonlyBlobContentAttribute_Combo_OrderBy_7,.BlobInputAttribute_Combo_OrderBy_7,.ReadonlyAttribute_Combo_OrderBy_7,.Attribute_Combo_OrderBy_8,.BlobContentAttribute_Combo_OrderBy_8,.ReadonlyBlobContentAttribute_Combo_OrderBy_8,.BlobInputAttribute_Combo_OrderBy_8,.ReadonlyAttribute_Combo_OrderBy_8,.Attribute_Combo_OrderBy_9,.BlobContentAttribute_Combo_OrderBy_9,.ReadonlyBlobContentAttribute_Combo_OrderBy_9,.BlobInputAttribute_Combo_OrderBy_9,.ReadonlyAttribute_Combo_OrderBy_9,.Attribute_Combo_SinBorde,.BlobContentAttribute_Combo_SinBorde,.ReadonlyBlobContentAttribute_Combo_SinBorde,.BlobInputAttribute_Combo_SinBorde,.ReadonlyAttribute_Combo_SinBorde,.Attribute_Combo_OrderBy_10,.BlobContentAttribute_Combo_OrderBy_10,.ReadonlyBlobContentAttribute_Combo_OrderBy_10,.BlobInputAttribute_Combo_OrderBy_10,.ReadonlyAttribute_Combo_OrderBy_10,.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,.Attribute_Sur,.BlobContentAttribute_Sur,.ReadonlyBlobContentAttribute_Sur,.BlobInputAttribute_Sur,.ReadonlyAttribute_Sur,.Attribute_Grid_NoWrap,.BlobContentAttribute_Grid_NoWrap,.ReadonlyBlobContentAttribute_Grid_NoWrap,.BlobInputAttribute_Grid_NoWrap,.ReadonlyAttribute_Grid_NoWrap,.Attribute_Grid_Scroll,.BlobContentAttribute_Grid_Scroll,.ReadonlyBlobContentAttribute_Grid_Scroll,.BlobInputAttribute_Grid_Scroll,.ReadonlyAttribute_Grid_Scroll,.BlobContentAttribute_Grid,.ReadonlyBlobContentAttribute_Grid,.BlobInputAttribute_Grid,.ReadonlyAttribute_Grid,.GridAttribute,.BlobContentGridAttribute,.ReadonlyBlobContentGridAttribute,.BlobInputGridAttribute,.ReadonlyGridAttribute,.Attribute_Grid_Baja,.BlobContentAttribute_Grid_Baja,.ReadonlyBlobContentAttribute_Grid_Baja,.BlobInputAttribute_Grid_Baja,.ReadonlyAttribute_Grid_Baja,.Attribute_Grid_Suspendido,.BlobContentAttribute_Grid_Suspendido,.ReadonlyBlobContentAttribute_Grid_Suspendido,.BlobInputAttribute_Grid_Suspendido,.ReadonlyAttribute_Grid_Suspendido,.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,.ReadonlyAttribute_ColorRed,.BlobContentReadonlyAttribute_ColorRed,.ReadonlyBlobContentReadonlyAttribute_ColorRed,.ReadonlyReadonlyAttribute_ColorRed,.BlobInputReadonlyAttribute_ColorRed,.SmallClass,.BlobContentSmallClass,.ReadonlyBlobContentSmallClass,.BlobInputSmallClass,.ReadonlySmallClass,.K2BToolsFSGAM_Attribute100Width,.ErrorAttribute_Trn,.ErrorAttribute_TrnDate,.BlobContentErrorAttribute_TrnDate,.ReadonlyBlobContentErrorAttribute_TrnDate,.BlobInputErrorAttribute_TrnDate,.ReadonlyErrorAttribute_TrnDate,.BlobContentErrorAttribute_Trn,.ReadonlyBlobContentErrorAttribute_Trn,.BlobInputErrorAttribute_Trn,.ReadonlyErrorAttribute_Trn,.MenuAttribute,.ReadonlyMenuAttribute,.BlobInputMenuAttribute,.BlobContentMenuAttribute,.ReadonlyBlobContentMenuAttribute,.Attribute_Login,.BlobContentAttribute_Login,.ReadonlyBlobContentAttribute_Login,.BlobInputAttribute_Login,.ReadonlyAttribute_Login,.Attribute_Novedades,.BlobContentAttribute_Novedades,.ReadonlyBlobContentAttribute_Novedades,.BlobInputAttribute_Novedades,.ReadonlyAttribute_Novedades,.Attribute_Novedades_Titulo,.BlobContentAttribute_Novedades_Titulo,.ReadonlyBlobContentAttribute_Novedades_Titulo,.BlobInputAttribute_Novedades_Titulo,.ReadonlyAttribute_Novedades_Titulo,.Attribute_Novedades_SubTitulo,.BlobContentAttribute_Novedades_SubTitulo,.ReadonlyBlobContentAttribute_Novedades_SubTitulo,.BlobInputAttribute_Novedades_SubTitulo,.ReadonlyAttribute_Novedades_SubTitulo,.Attribute_Novedades_Texto,.BlobContentAttribute_Novedades_Texto,.ReadonlyBlobContentAttribute_Novedades_Texto,.BlobInputAttribute_Novedades_Texto,.ReadonlyAttribute_Novedades_Texto,.K2BSearchResult_Description,.BlobContentK2BSearchResult_Description,.ReadonlyBlobContentK2BSearchResult_Description,.BlobInputK2BSearchResult_Description,.ReadonlyK2BSearchResult_Description,.K2BToolsSearchResultImage,.BlobContentK2BToolsSearchResultImage,.ReadonlyBlobContentK2BToolsSearchResultImage,.BlobInputK2BToolsSearchResultImage,.ReadonlyK2BToolsSearchResultImage
{
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-color: #666;
	border-top-color: #666;
	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;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000;
	outline:none;
}
.ReadonlyAttribute_TrnBold
{
	border-width: 0px;
	font-weight: bold;
	min-height: 15px;
	min-width: 20px;
}
.Attribute_HC,.BlobContentAttribute_HC,.ReadonlyBlobContentAttribute_HC,.BlobInputAttribute_HC,.ReadonlyAttribute_HC
{
	background-color: steelblue;
	color: white;
}
.ErrorAttribute
{
	border-bottom-color: #c60b44;
	border-left-color: #c60b44;
	border-right-color: #c60b44;
	border-top-color: #c60b44;
	border-style: dotted;
}
.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate
{
	border-bottom-color: #ff8000;
	border-left-color: #ff8000;
	border-right-color: #ff8000;
	border-top-color: #ff8000;
}
.ReadonlyBlobContentWarningAttribute_Trn
{
	border-width: 0px;
}
.ReadonlyWarningAttribute_Trn
{
	border-width: 0px;
}
.ReadonlyBlobContentWarningAttribute_TrnDate
{
	border-width: 0px;
}
.ReadonlyWarningAttribute_TrnDate
{
	border-width: 0px;
}
.ImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.ReadonlyUpdateAttribute,.BlobInputUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyImageAttribute
{
	width: 300px;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-width:124px;
	max-height:68px;
}
.VideoAttribute,.ReadonlyVideoAttribute
{
	width: 300px;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.AudioAttribute,.ReadonlyAudioAttribute
{
	width: 300px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio
{
	border-style: none;
}
.BlobContentAttribute,.ReadonlyBlobContentAttribute
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.BlobInputAttribute
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.AttributeDragging
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.AttributeAcceptDrag
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.AttributeNoAcceptDrag
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.Attribute_Trn,.Attribute_TextoLargo,.BlobContentAttribute_TextoLargo,.ReadonlyBlobContentAttribute_TextoLargo,.BlobInputAttribute_TextoLargo,.ReadonlyAttribute_TextoLargo,.Attribute_TrnBack,.BlobContentAttribute_TrnBack,.ReadonlyBlobContentAttribute_TrnBack,.BlobInputAttribute_TrnBack,.ReadonlyAttribute_TrnBack,.Attribute_TrnError,.BlobContentAttribute_TrnError,.ReadonlyBlobContentAttribute_TrnError,.BlobInputAttribute_TrnError,.ReadonlyAttribute_TrnError,.Attribute_TrnOk,.BlobContentAttribute_TrnOk,.ReadonlyBlobContentAttribute_TrnOk,.BlobInputAttribute_TrnOk,.ReadonlyAttribute_TrnOk,.ReadonlyAttribute_Trn_NoBkg,.ReadonlyAttribute_Trn_SinPaddingTop,.Attribute_TrnDate,.ReadonlyAttribute_TrnDate,.Attribute_TrnDateTime,.ReadonlyAttribute_TrnDateTime,.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute,.DateAttribute,.BlobContentDateAttribute,.ReadonlyBlobContentDateAttribute,.BlobInputDateAttribute,.ReadonlyDateAttribute,.SuggestTrnAttribute,.ReadonlySuggestTrnAttribute,.ReadonlyAttribute_Trn,.ReadonlyAttribute_TrnWeb,.TrnAttribute,.BlobContentTrnAttribute,.ReadonlyBlobContentTrnAttribute,.BlobInputTrnAttribute,.ReadonlyTrnAttribute,.ReadonlyTrnAttributeRed,.BlobContentReadonlyTrnAttributeRed,.ReadonlyBlobContentReadonlyTrnAttributeRed,.ReadonlyReadonlyTrnAttributeRed,.BlobInputReadonlyTrnAttributeRed
{
	float: left;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.ReadonlyAttribute_Trn_NoBkg
{
	display: inline-block;
	border-width: 0px;
	font-weight: bold;
	color: #0a134f;
}
.ReadonlyAttribute_Trn_SinPaddingTop
{
	display: inline-block;
	background-color: #efefef;
	border-width: 0px;
	font-weight: bold;
	color: #0a134f;
}
.ReadonlyAttribute_TrnDate
{
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #efefef;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	color: #0a134f;
	width: 75px;
	outline:none;
}
.Attribute_TrnDateTime,.ReadonlyAttribute_TrnDateTime,.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute
{
	background-color: #fff;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
}
.ReadonlyAttribute_TrnDateTime
{
	padding-bottom: 3px;
	padding-top: 3px;
	display: inline-block;
	background-color: #efefef;
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	color: #0a134f;
	outline:none;
}
.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute
{
	width: 75px;
	outline:none;
}
.ReadonlyBlobContentDateTimeAttribute
{
	border-width: 0px;
}
.ReadonlyDateTimeAttribute
{
	display: inline-block;
	border-width: 0px;
}
.DateAttribute,.BlobContentDateAttribute,.ReadonlyBlobContentDateAttribute,.BlobInputDateAttribute,.ReadonlyDateAttribute
{
	width: 75px;
	outline:none;
}
.ReadonlyBlobContentDateAttribute
{
	border-width: 0px;
}
.ReadonlyDateAttribute
{
	display: inline-block;
	border-width: 0px;
}
.SuggestTrnAttribute,.ReadonlySuggestTrnAttribute
{
	background-color: #ffffca;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: #483d8b;
	outline:none;
}
.ReadonlyAttribute_Trn,.ReadonlyAttribute_TrnWeb
{
	padding-bottom: 3px;
	padding-top: 3px;
	display: inline-block;
	background-color: #efefef;
	border-width: 0px;
	font-weight: bold;
	color: #0a134f;
	min-height: 15px;
	min-width: 20px;
	outline:none;
}
.TrnAttribute,.BlobContentTrnAttribute,.ReadonlyBlobContentTrnAttribute,.BlobInputTrnAttribute,.ReadonlyTrnAttribute,.ReadonlyTrnAttributeRed,.BlobContentReadonlyTrnAttributeRed,.ReadonlyBlobContentReadonlyTrnAttributeRed,.ReadonlyReadonlyTrnAttributeRed,.BlobInputReadonlyTrnAttributeRed
{
	outline:none;
}
.ReadonlyBlobContentTrnAttribute
{
	border-width: 0px;
}
.ReadonlyTrnAttribute,.ReadonlyTrnAttributeRed,.BlobContentReadonlyTrnAttributeRed,.ReadonlyBlobContentReadonlyTrnAttributeRed,.ReadonlyReadonlyTrnAttributeRed,.BlobInputReadonlyTrnAttributeRed
{
	border-width: 0px;
}
.ReadonlyTrnAttributeRed,.BlobContentReadonlyTrnAttributeRed,.ReadonlyBlobContentReadonlyTrnAttributeRed,.ReadonlyReadonlyTrnAttributeRed,.BlobInputReadonlyTrnAttributeRed
{
	color: #f00;
}
.Attribute_Action,.CheckBoxAttribute,.ReadOnlyCheckBoxAttribute,.ReadOnlyAttribute_Action
{
	background-color: #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.CheckBoxAttribute,.ReadOnlyCheckBoxAttribute
{
	margin-bottom: 3px;
	background-color: transparent;
}
.ReadOnlyCheckBoxAttribute
{
	background-color: #efefef;
	font-weight: bold;
	color: #0a134f;
}
.Attribute_Filter,.Attribute_FilterCheck,.BlobContentAttribute_FilterCheck,.ReadonlyBlobContentAttribute_FilterCheck,.BlobInputAttribute_FilterCheck,.ReadonlyAttribute_FilterCheck,.ReadOnlyAttribute_Filter,.SuggestSearchAttribute,.ReadonlySuggestSearchAttribute,.Attribute_FilterDate,.ReadonlyAttribute_FilterDate,.Attribute_FilterDateTime,.ReadonlyAttribute_FilterDateTime,.CheckBoxSearchAttribute,.ReadonlyCheckBoxSearchAttribute
{
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	-moz-box-sizing: border-box;
	color: #2b3a42;
}
.ReadOnlyAttribute_Filter
{
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	color: #000;
	height: 15px;
	vertical-align: text-bottom;
}
.SuggestSearchAttribute,.ReadonlySuggestSearchAttribute
{
	background-color: #faf9ee;
	color: #483d8b;
}
.ReadonlySuggestSearchAttribute
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
}
.Attribute_FilterDate,.ReadonlyAttribute_FilterDate,.Attribute_FilterDateTime,.ReadonlyAttribute_FilterDateTime
{
	color: #000;
	width: 75px;
}
.ReadonlyAttribute_FilterDate
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: none;
	border-width: 0px;
}
.Attribute_FilterDateTime,.ReadonlyAttribute_FilterDateTime
{
	width: 120px;
}
.ReadonlyAttribute_FilterDateTime
{
	background-color: #fff;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: none;
	border-width: 0px;
}
.CheckBoxSearchAttribute,.ReadonlyCheckBoxSearchAttribute
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
	color: #000;
}
.Attribute_Box,.ReadOnlyAttribute_Box,.BoxAttribute,.BlobContentBoxAttribute,.ReadonlyBlobContentBoxAttribute,.BlobInputBoxAttribute,.ReadonlyBoxAttribute
{
	margin-right: 5px;
	height: 17px;
}
.ReadOnlyAttribute_Box
{
	background-color: transparent;
	border-width: 0px;
}
.ReadonlyBlobContentBoxAttribute
{
	border-width: 0px;
}
.ReadonlyBoxAttribute
{
	border-width: 0px;
}
.CheckBoxInGrid,.ReadonlyCheckBoxInGrid
{
	margin-bottom: -3px;
	margin-top: -3px;
	border-style: none;
	color: white;
	height: 17px;
}
.ReadonlyBlobContentAttribute_Tabuar
{
	border-width: 0px;
}
.ReadonlyAttribute_Tabuar
{
	border-width: 0px;
}
.Attribute_FixedData,.BlobContentAttribute_FixedData,.ReadonlyBlobContentAttribute_FixedData,.BlobInputAttribute_FixedData,.ReadonlyAttribute_FixedData
{
	margin-right: 10px;
	font-size: 14pt;
	color: #404040;
}
.ReadonlyBlobContentAttribute_FixedData
{
	border-width: 0px;
	color: #666;
}
.ReadonlyAttribute_FixedData
{
	border-width: 0px;
}
.ReadonlyBlobContentAttribute_FixedDataBottom
{
	border-width: 0px;
}
.ReadonlyAttribute_FixedDataBottom
{
	border-width: 0px;
}
.BlobContentAttribute_Combo,.ReadonlyBlobContentAttribute_Combo
{
	background-color: #fff;
}
.ReadonlyBlobContentAttribute_Combo
{
	border-width: 0px;
}
.BlobInputAttribute_Combo
{
	background-color: #fff;
}
.ReadonlyAttribute_Combo
{
	background-color: #fff;
	border-width: 0px;
}
.Attribute_Combo_OrderBy,.BlobContentAttribute_Combo_OrderBy,.ReadonlyBlobContentAttribute_Combo_OrderBy,.BlobInputAttribute_Combo_OrderBy,.ReadonlyAttribute_Combo_OrderBy
{
	background-color: #fff;
}
.ReadonlyBlobContentAttribute_Combo_OrderBy
{
	border-width: 0px;
}
.ReadonlyAttribute_Combo_OrderBy
{
	border-width: 0px;
}
.Attribute_Grid,.Attribute_Sur,.BlobContentAttribute_Sur,.ReadonlyBlobContentAttribute_Sur,.BlobInputAttribute_Sur,.ReadonlyAttribute_Sur,.Attribute_Grid_NoWrap,.BlobContentAttribute_Grid_NoWrap,.ReadonlyBlobContentAttribute_Grid_NoWrap,.BlobInputAttribute_Grid_NoWrap,.ReadonlyAttribute_Grid_NoWrap,.Attribute_Grid_Scroll,.BlobContentAttribute_Grid_Scroll,.ReadonlyBlobContentAttribute_Grid_Scroll,.BlobInputAttribute_Grid_Scroll,.ReadonlyAttribute_Grid_Scroll,.BlobContentAttribute_Grid,.ReadonlyBlobContentAttribute_Grid,.BlobInputAttribute_Grid,.ReadonlyAttribute_Grid,.GridAttribute,.BlobContentGridAttribute,.ReadonlyBlobContentGridAttribute,.BlobInputGridAttribute,.ReadonlyGridAttribute,.Attribute_Grid_Baja,.BlobContentAttribute_Grid_Baja,.ReadonlyBlobContentAttribute_Grid_Baja,.BlobInputAttribute_Grid_Baja,.ReadonlyAttribute_Grid_Baja,.Attribute_Grid_Suspendido,.BlobContentAttribute_Grid_Suspendido,.ReadonlyBlobContentAttribute_Grid_Suspendido,.BlobInputAttribute_Grid_Suspendido,.ReadonlyAttribute_Grid_Suspendido
{
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 0pt;
	background-color: #fff;
}
.ReadonlyBlobContentAttribute_Grid
{
	border-width: 0px;
}
.ReadonlyAttribute_Grid
{
	background-color: transparent;
	border-width: 0px;
}
.ReadonlyBlobContentGridAttribute
{
	border-width: 0px;
}
.ReadonlyGridAttribute
{
	border-width: 0px;
}
.Attribute_Grid_Baja,.BlobContentAttribute_Grid_Baja,.ReadonlyBlobContentAttribute_Grid_Baja,.BlobInputAttribute_Grid_Baja,.ReadonlyAttribute_Grid_Baja
{
	background-color: transparent;
	color: #c00000;
}
.ReadonlyBlobContentAttribute_Grid_Baja
{
	border-width: 0px;
}
.ReadonlyAttribute_Grid_Baja
{
	border-width: 0px;
}
.Attribute_Grid_Suspendido,.BlobContentAttribute_Grid_Suspendido,.ReadonlyBlobContentAttribute_Grid_Suspendido,.BlobInputAttribute_Grid_Suspendido,.ReadonlyAttribute_Grid_Suspendido
{
	background-color: transparent;
	color: blue;
}
.ReadonlyBlobContentAttribute_Grid_Suspendido
{
	border-width: 0px;
}
.ReadonlyAttribute_Grid_Suspendido
{
	border-width: 0px;
}
.ReadonlyBlobContentAttribute_FormSection
{
	border-width: 0px;
}
.ReadonlyAttribute_FormSection
{
	border-width: 0px;
}
.Attribute_CurrentPage,.ReadonlyAttribute_CurrentPage
{
	font-size: 8pt;
	font-weight: bold;
	color: #0a134f;
}
.ReadonlyAttribute_CurrentPage
{
	float: left;
	padding-right: 6px;
	border-width: 0px;
}
.Attribute_ConditionalConfirm,.ReadonlyAttribute_ConditionalConfirm
{
	display: block;
	font-size: 14pt;
	text-align: center;
	line-height: 130%;
}
.ReadonlyAttribute_ConditionalConfirm
{
	border-width: 0px;
}
.Attribute_Color,.BlobContentAttribute_Color,.ReadonlyBlobContentAttribute_Color,.BlobInputAttribute_Color,.ReadonlyAttribute_Color,.ReadonlyAttribute_ColorRed,.BlobContentReadonlyAttribute_ColorRed,.ReadonlyBlobContentReadonlyAttribute_ColorRed,.ReadonlyReadonlyAttribute_ColorRed,.BlobInputReadonlyAttribute_ColorRed
{
	height: 17px;
	width: 14px;
}
.ReadonlyBlobContentAttribute_Color
{
	border-width: 0px;
}
.ReadonlyAttribute_Color,.ReadonlyAttribute_ColorRed,.BlobContentReadonlyAttribute_ColorRed,.ReadonlyBlobContentReadonlyAttribute_ColorRed,.ReadonlyReadonlyAttribute_ColorRed,.BlobInputReadonlyAttribute_ColorRed
{
	border-width: 0px;
}
.ReadonlyAttribute_ColorRed,.BlobContentReadonlyAttribute_ColorRed,.ReadonlyBlobContentReadonlyAttribute_ColorRed,.ReadonlyReadonlyAttribute_ColorRed,.BlobInputReadonlyAttribute_ColorRed
{
	color: #f00;
}
.SmallClass,.BlobContentSmallClass,.ReadonlyBlobContentSmallClass,.BlobInputSmallClass,.ReadonlySmallClass
{
	width: 5px;
}
.ReadonlyBlobContentSmallClass
{
	border-width: 0px;
}
.ReadonlySmallClass
{
	border-width: 0px;
}
.K2BToolsFSGAM_Attribute100Width
{
	margin-right: 8px;
	width: 100%;
}
.ErrorAttribute_Trn,.ErrorAttribute_TrnDate,.BlobContentErrorAttribute_TrnDate,.ReadonlyBlobContentErrorAttribute_TrnDate,.BlobInputErrorAttribute_TrnDate,.ReadonlyErrorAttribute_TrnDate,.BlobContentErrorAttribute_Trn,.ReadonlyBlobContentErrorAttribute_Trn,.BlobInputErrorAttribute_Trn,.ReadonlyErrorAttribute_Trn
{
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-color: #d84a38;
	border-left-color: #d84a38;
	border-right-color: #d84a38;
	border-top-color: #d84a38;
}
.ReadonlyBlobContentErrorAttribute_Trn
{
	border-width: 0px;
}
.ReadonlyErrorAttribute_Trn
{
	border-width: 0px;
}
.MenuAttribute,.ReadonlyMenuAttribute,.BlobInputMenuAttribute,.BlobContentMenuAttribute,.ReadonlyBlobContentMenuAttribute
{
	background-color: white;
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #404040;
	vertical-align: baseline;
}
.ReadonlyMenuAttribute
{
	color: #333;
}
.BlobInputMenuAttribute
{
	color: #333;
}
.BlobContentMenuAttribute,.ReadonlyBlobContentMenuAttribute
{
	color: #333;
}
.Attribute_Login,.BlobContentAttribute_Login,.ReadonlyBlobContentAttribute_Login,.BlobInputAttribute_Login,.ReadonlyAttribute_Login
{
	font-size: 8pt;
}
.ReadonlyBlobContentAttribute_Login
{
	border-width: 0px;
}
.ReadonlyAttribute_Login
{
	border-width: 0px;
	color: #050505;
}
.Attribute_Novedades,.BlobContentAttribute_Novedades,.ReadonlyBlobContentAttribute_Novedades,.BlobInputAttribute_Novedades,.ReadonlyAttribute_Novedades,.Attribute_Novedades_Titulo,.BlobContentAttribute_Novedades_Titulo,.ReadonlyBlobContentAttribute_Novedades_Titulo,.BlobInputAttribute_Novedades_Titulo,.ReadonlyAttribute_Novedades_Titulo,.Attribute_Novedades_SubTitulo,.BlobContentAttribute_Novedades_SubTitulo,.ReadonlyBlobContentAttribute_Novedades_SubTitulo,.BlobInputAttribute_Novedades_SubTitulo,.ReadonlyAttribute_Novedades_SubTitulo,.Attribute_Novedades_Texto,.BlobContentAttribute_Novedades_Texto,.ReadonlyBlobContentAttribute_Novedades_Texto,.BlobInputAttribute_Novedades_Texto,.ReadonlyAttribute_Novedades_Texto
{
	font-size: 8pt;
}
.BlobContentAttribute_Novedades,.ReadonlyBlobContentAttribute_Novedades
{
	color: black;
}
.ReadonlyBlobContentAttribute_Novedades
{
	border-width: 0px;
}
.BlobInputAttribute_Novedades
{
	color: black;
}
.ReadonlyAttribute_Novedades
{
	border-width: 0px;
	color: black;
}
.Attribute_Novedades_Titulo,.BlobContentAttribute_Novedades_Titulo,.ReadonlyBlobContentAttribute_Novedades_Titulo,.BlobInputAttribute_Novedades_Titulo,.ReadonlyAttribute_Novedades_Titulo,.Attribute_Novedades_SubTitulo,.BlobContentAttribute_Novedades_SubTitulo,.ReadonlyBlobContentAttribute_Novedades_SubTitulo,.BlobInputAttribute_Novedades_SubTitulo,.ReadonlyAttribute_Novedades_SubTitulo,.Attribute_Novedades_Texto,.BlobContentAttribute_Novedades_Texto,.ReadonlyBlobContentAttribute_Novedades_Texto,.BlobInputAttribute_Novedades_Texto,.ReadonlyAttribute_Novedades_Texto
{
	border-style: none;
	font-size: 11pt;
	color: black;
}
.ReadonlyBlobContentAttribute_Novedades_Titulo
{
	border-width: 0px;
}
.ReadonlyAttribute_Novedades_Titulo
{
	border-width: 0px;
}
.Attribute_Novedades_SubTitulo,.BlobContentAttribute_Novedades_SubTitulo,.ReadonlyBlobContentAttribute_Novedades_SubTitulo,.BlobInputAttribute_Novedades_SubTitulo,.ReadonlyAttribute_Novedades_SubTitulo,.Attribute_Novedades_Texto,.BlobContentAttribute_Novedades_Texto,.ReadonlyBlobContentAttribute_Novedades_Texto,.BlobInputAttribute_Novedades_Texto,.ReadonlyAttribute_Novedades_Texto
{
	font-size: 9pt;
	font-style: italic;
}
.ReadonlyBlobContentAttribute_Novedades_SubTitulo
{
	border-width: 0px;
}
.ReadonlyAttribute_Novedades_SubTitulo
{
	border-width: 0px;
}
.Attribute_Novedades_Texto,.BlobContentAttribute_Novedades_Texto,.ReadonlyBlobContentAttribute_Novedades_Texto,.BlobInputAttribute_Novedades_Texto,.ReadonlyAttribute_Novedades_Texto
{
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.ReadonlyBlobContentAttribute_Novedades_Texto
{
	border-width: 0px;
}
.ReadonlyAttribute_Novedades_Texto
{
	border-width: 0px;
}
.K2BSearchResult_Description,.BlobContentK2BSearchResult_Description,.ReadonlyBlobContentK2BSearchResult_Description,.BlobInputK2BSearchResult_Description,.ReadonlyK2BSearchResult_Description
{
	border-style: none;
	border-width: 0px;
	font-family: Arial;
	font-style: italic;
	color: #888;
}
.K2BToolsSearchResultImage,.BlobContentK2BToolsSearchResultImage,.ReadonlyBlobContentK2BToolsSearchResultImage,.BlobInputK2BToolsSearchResultImage,.ReadonlyK2BToolsSearchResultImage
{
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-family: Arial;
	height: 110px;
}
.Button,.ActionButtons,.ButtonDisabled,.K2BButtonTableGrd,.K2BButtonFirst,.K2BButtonLast,.K2BButtonNew,.K2BButtonTrnNew,.K2BButtonNext,.K2BButtonPrevious,.K2BButtonPrint,.K2BButtonRef,.K2BCloseHeader,.K2BCloseHeaderServices,.K2BHelpHeader,.K2BHelpHeaderServices,.K2BPrintHeader,.K2BTechSuppHeader,.K2BTechSuppHeaderServices,.K2BButtonUp,.K2BButtonDown,.K2BButtonNone,.InvisibleInExtraSmallButton,.InvisibleInSmallButton,.InvisibleInMediumButton,.InvisibleInLargeButton,.K2BToolsButton_MainAction,.K2BToolsButton_GridSearch,.K2BToolsButton_MainAction_Confirm,.K2BToolsButton_MinimalAction,.K2BToolsButton_Search,.K2BToolsButton_GreyAction,.K2BToolsButton_FlatAction,.ButtonSinMargen,.dialogbuttonsCustom,.PopupHeaderButton,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.Button_Standard,.K2BButtonTabFooter,.K2BButtonTabFooterUpdate,.K2BButtonTabFooterDelete,.K2BButtonTrnFooter,.K2BButtonTrnFooterDelete,.K2BButtonTrnFooterCancel,.K2BButtonTrnFooterCheck,.K2BButtonTrnFooterEnter,.K2BButtonSearch,.K2BButtonWWSearch,.K2BButtonPromptSearch,.K2BButtonTabGridSearch,.ReadOnlyK2BButton,.K2BButton_GridSearch,.Button_Standard1,.Button_StandardBigCustom,.BigButton_21,.Button_StandardPrioTur,.Button_StandardBig,.BigButton_2,.Button_StandardBigSinTop,.Button_StandardBig_Light,.Button_Unificacion,.BigButton_3,.BigButton,.SpecialButtons,.SpecialButtonsDisabled,.BtnToggle,.BtnToggleActive,.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive,.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact,.BtnLink,.BtnLogin,.BtnSolapaAbierta,.BtnSolapaCerrada,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.BtnFirst,.BtnGet,.BtnEnter,.BtnCheck,.BtnCancel,.BtnDelete,.BtnHelp,.Button_Header,.Button_HeaderHelp,.Button_HeaderClose,.Button_HeaderSupport,.Button_DashBoard,.Button_DashBoardDisabled,.Button_Confirm
{
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 3px;
	background-color: transparent;
	background-image: url(../ThemaSATSAID/K2BButton.gif);
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-shadow: 2px 4px 3px #0000004C ;
	cursor: pointer;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
	background: #0A134F;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0A134F 0%, #0A134F 50%, #124282 50%, #124282 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A134F), color-stop(50%,#0A134F), color-stop(50%,#124282), color-stop(100%,#124282));
	background: -webkit-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	background: -o-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	background: -ms-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	background: linear-gradient(to bottom, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A134F', endColorstr='#124282',GradientType=0 );
	border:1px solid #1E3239;
}

.ActionButtons
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.ButtonDisabled
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTableGrd,.K2BButtonFirst,.K2BButtonLast,.K2BButtonNew,.K2BButtonTrnNew,.K2BButtonNext,.K2BButtonPrevious,.K2BButtonPrint,.K2BButtonRef
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonFirst
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonLast
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonNew,.K2BButtonTrnNew
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnNew
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonNext
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonPrevious
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonPrint
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonRef
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BCloseHeader,.K2BCloseHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BCloseHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BHelpHeader,.K2BHelpHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BHelpHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BPrintHeader
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BTechSuppHeader,.K2BTechSuppHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BTechSuppHeaderServices
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonUp,.K2BButtonDown,.K2BButtonNone
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonDown
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonNone
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.InvisibleInExtraSmallButton
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.InvisibleInSmallButton
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.InvisibleInMediumButton
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.InvisibleInLargeButton
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_MainAction,.K2BToolsButton_GridSearch,.K2BToolsButton_MainAction_Confirm
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_GridSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_MainAction_Confirm
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_MinimalAction
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_Search
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_GreyAction
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_FlatAction
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.ButtonSinMargen
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.dialogbuttonsCustom
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.PopupHeaderButton
{
	text-shadow: 2px 4px 3px #0000004C ;
	cursor: pointer;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
	background: #9B301C;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9B301C 0%, #9B301C 50%, #B73922 50%, #B73922 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9B301C), color-stop(50%,#9B301C), color-stop(50%,#B73922), color-stop(100%,#B73922));
	background: -webkit-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: -o-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: -ms-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: linear-gradient(to bottom, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9B301C', endColorstr='#B73922',GradientType=0 );
	border:1px solid #1E3239;
}

.ButtonDragging
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	margin-right: 3pt;
	margin-top: 3pt;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	font-size: 7pt;
	font-style: normal;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.ButtonAcceptDrag
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	margin-right: 3pt;
	margin-top: 3pt;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	font-size: 7pt;
	font-style: normal;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.ButtonNoAcceptDrag
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	margin-right: 3pt;
	margin-top: 3pt;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	font-size: 7pt;
	font-style: normal;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_Standard,.K2BButtonTabFooter,.K2BButtonTabFooterUpdate,.K2BButtonTabFooterDelete,.K2BButtonTrnFooter,.K2BButtonTrnFooterDelete,.K2BButtonTrnFooterCancel,.K2BButtonTrnFooterCheck,.K2BButtonTrnFooterEnter,.K2BButtonSearch,.K2BButtonWWSearch,.K2BButtonPromptSearch,.K2BButtonTabGridSearch,.ReadOnlyK2BButton,.K2BButton_GridSearch,.Button_Standard1,.Button_StandardBigCustom,.BigButton_21,.Button_StandardPrioTur,.Button_StandardBig,.BigButton_2,.Button_StandardBigSinTop,.Button_StandardBig_Light,.Button_Unificacion,.BigButton_3,.BigButton
{
	font-family: Arial;
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTabFooter,.K2BButtonTabFooterUpdate,.K2BButtonTabFooterDelete,.K2BButtonTrnFooter,.K2BButtonTrnFooterDelete,.K2BButtonTrnFooterCancel,.K2BButtonTrnFooterCheck,.K2BButtonTrnFooterEnter
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTabFooterUpdate
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTabFooterDelete
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnFooter,.K2BButtonTrnFooterDelete,.K2BButtonTrnFooterCancel,.K2BButtonTrnFooterCheck,.K2BButtonTrnFooterEnter
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnFooterDelete
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnFooterCancel
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnFooterCheck
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTrnFooterEnter
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonSearch,.K2BButtonWWSearch,.K2BButtonPromptSearch,.K2BButtonTabGridSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonWWSearch,.K2BButtonPromptSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonPromptSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButtonTabGridSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.ReadOnlyK2BButton
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BButton_GridSearch
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_Standard1
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_StandardBigCustom,.BigButton_21
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BigButton_21
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_StandardPrioTur
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(4,249,41,0);
	background-image: none;
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_StandardBig,.BigButton_2,.Button_StandardBigSinTop,.Button_StandardBig_Light
{
	width: 156px;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BigButton_2
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_StandardBigSinTop
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_StandardBig_Light
{
	text-shadow: 2px 4px 3px #0000004C ;
	cursor: pointer;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
	background: #8C4660;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8C4660 0%, #8C4660 50%, #B73922 50%, #B73922 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8C4660), color-stop(50%,#8C4660), color-stop(50%,#8C4660), color-stop(100%,#8C4660));
	background: -webkit-linear-gradient(top, #8C4660 0%,#8C4660 50%,#8C4660 50%,#8C4660 100%);
	background: -o-linear-gradient(top, #8C4660 0%,#8C4660 50%,#8C4660 50%,#8C4660 100%);
	background: -ms-linear-gradient(top, #8C4660 0%,#8C4660 50%,#8C4660 50%,#8C4660 100%);
	background: linear-gradient(to bottom, #8C4660 0%,#8C4660 50%,#8C4660 50%,#8C4660 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C4660', endColorstr='#8C4660',GradientType=0 );
	border:1px solid #1E3239;
}

.Button_Unificacion,.BigButton_3,.BigButton
{
	display: inline-block;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BigButton_3
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BigButton
{
	width: 156px;
	text-shadow: 2px 4px 3px #0000004C ;
	cursor: pointer;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
	background: #9B301C;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9B301C 0%, #9B301C 50%, #B73922 50%, #B73922 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9B301C), color-stop(50%,#9B301C), color-stop(50%,#B73922), color-stop(100%,#B73922));
	background: -webkit-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: -o-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: -ms-linear-gradient(top, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	background: linear-gradient(to bottom, #9B301C 0%,#9B301C 50%,#B73922 50%,#B73922 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9B301C', endColorstr='#B73922',GradientType=0 );
	border:1px solid #1E3239;
}

.SpecialButtons,.SpecialButtonsDisabled,.BtnToggle,.BtnToggleActive,.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive,.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact,.BtnLink,.BtnLogin,.BtnSolapaAbierta,.BtnSolapaCerrada,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.BtnFirst,.BtnGet,.BtnEnter,.BtnCheck,.BtnCancel,.BtnDelete,.BtnHelp
{
	margin-bottom: 2pt;
	margin-left: 1pt;
	margin-right: 2pt;
	margin-top: 2pt;
	list-style-image: none;
	font-size: 7pt;
	height: 21px;
	width: 82px;
	text-shadow: 2px 4px 3px #0000004C ;
}

.SpecialButtonsDisabled
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnToggle,.BtnToggleActive
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnToggleActive
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_BtnToggleActive
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.K2BToolsButton_BtnToggleActiveCompact
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnLink
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnLogin
{
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnSolapaAbierta
{
	background-image: none;
	border-bottom-color: #ececec;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	border-style: solid;
	border-width: 2px;
	color: #004000;
	height: 30px;
	width: 100%;
	cursor: text;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnSolapaCerrada
{
	background-image: none;
	border-style: solid;
	border-width: 2px;
	color: #004000;
	width: 100%;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnLast
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnNext
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnPrevious
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnRefresh
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnSelect
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnFirst
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnGet
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnEnter
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnCheck
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnCancel
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnDelete
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.BtnHelp
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	color: #e6e8e1;
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_Header,.Button_HeaderHelp,.Button_HeaderClose,.Button_HeaderSupport
{
	padding-top: 12px;
	height: 30px;
	width: 30px;
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_HeaderHelp
{
	background-image: url(../ThemaSATSAID/K2BHeaderHelp.gif);
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_HeaderClose
{
	background-image: url(../ThemaSATSAID/K2BHeaderClose.png);
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_HeaderSupport
{
	background-image: url(../ThemaSATSAID/K2BHeaderSupport.gif);
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_DashBoard,.Button_DashBoardDisabled
{
	display: block;
	background-image: url(../K2BDashBoardLinkBG.jpg);
	height: 32px;
	width: 104px;
	text-shadow: 2px 4px 3px #0000004C ;
	font-size:1.27em;
	line-height: 2.1em;
	text-decoration: none;
}

.Button_DashBoardDisabled
{
	background-color: Grey;
	background-image: none;
	width: 115px;
	cursor: auto;
	text-shadow: 2px 4px 3px #0000004C ;
}

.Button_Confirm
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../K2BButtonConfirm.png);
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	width: 104px;
	vertical-align: baseline;
	text-shadow: 2px 4px 3px #0000004C ;
	border-radius: 5px 5px 5px 5px;
	border: 0 none;
	display: inline-block;
	line-height: 13px;
	margin: 0 5px;
	outline: 0 none;
	text-decoration: none;
}

.Grid,.Grid_WorkWith_3,.Grid_SubWorkWith_2,.Grid_Prompt_2,.Grid_Transaction_2,.K2BTransactionGrid_2,.Grid_MultipleSelection_2,.GridSelect,.Grid_Titulo_Transparente,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.Grid_Custom,.Grid_WorKWith_2,.Grid_CustomGrid_WorKWith,.Grid_WorKWith_4,.Grid_WorKWith_5,.Grid_VideoWall,.Grid_SubWorkWith,.Grid_Prompt,.Grid_Transaction,.K2BTransactionGrid,.Grid_MultipleSelection,.Grid_WorkWith,.Grid_WorkWithSingle,.WorkWith,.PromptGrid
{
	list-style-image: none;
	border-style: none;
	height: 30px;
	width: 100%;
}

.GridUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.GridOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.GridEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.GridUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorkWith_3Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorkWith_3Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_WorkWith_3Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorkWith_3UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorkWith_3Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorkWith_3Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWith_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_SubWorkWith_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_SubWorkWith_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_SubWorkWith_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWith_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWith_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Prompt_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_Prompt_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_Prompt_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_Prompt_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Prompt_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Prompt_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Transaction_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_Transaction_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_Transaction_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_Transaction_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Transaction_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Transaction_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGrid_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.K2BTransactionGrid_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.K2BTransactionGrid_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.K2BTransactionGrid_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGrid_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGrid_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelection_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_MultipleSelection_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_MultipleSelection_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_MultipleSelection_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelection_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelection_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridSelectUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.GridSelectOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.GridSelectEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.GridSelectUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridSelectTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridSelectFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Titulo_TransparenteUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_Titulo_TransparenteOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_Titulo_TransparenteEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_Titulo_TransparenteUniformTitle
{
	list-style-image: none;
	color: #2b3a42;
	font-family: Verdana;
	font-size: 9.5pt;
	font-weight: bold;
}

.Grid_Titulo_TransparenteTitle
{
	list-style-image: none;
	color: #2b3a42;
	background-color: white;
	font-family: Verdana;
	font-size: 9.5pt;
	font-weight: bold;
}

.Grid_Titulo_TransparenteFooter
{
	list-style-image: none;
	color: #2b3a42;
	background-color: white;
	font-family: Verdana;
	font-size: 9.5pt;
	font-weight: bold;
}

.GridDragging
{
	border-bottom-color: #a9a9a9;
	border-left-color: #a9a9a9;
	border-right-color: #a9a9a9;
	border-top-color: #a9a9a9;
}

.GridDraggingUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.GridDraggingOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.GridDraggingEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.GridDraggingUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridDraggingTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridDraggingFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridAcceptDragUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.GridAcceptDragOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.GridAcceptDragEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.GridAcceptDragUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridAcceptDragTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridAcceptDragFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridNoAcceptDrag
{
	border-bottom-color: #a9a9a9;
	border-left-color: #a9a9a9;
	border-right-color: #a9a9a9;
	border-top-color: #a9a9a9;
}

.GridNoAcceptDragUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.GridNoAcceptDragOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.GridNoAcceptDragEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.GridNoAcceptDragUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridNoAcceptDragTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.GridNoAcceptDragFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Custom,.Grid_WorKWith_2,.Grid_CustomGrid_WorKWith,.Grid_WorKWith_4,.Grid_WorKWith_5,.Grid_VideoWall,.Grid_SubWorkWith,.Grid_Prompt,.Grid_Transaction,.K2BTransactionGrid,.Grid_MultipleSelection,.Grid_WorkWith,.Grid_WorkWithSingle
{
	border-width: 0px;
}

.Grid_CustomUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_CustomOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_CustomEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_CustomUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_CustomTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_CustomFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_2Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorKWith_2Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_WorKWith_2Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorKWith_2UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_2Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_2Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_CustomGrid_WorKWithUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_CustomGrid_WorKWithOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_CustomGrid_WorKWithEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_CustomGrid_WorKWithUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_CustomGrid_WorKWithTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_CustomGrid_WorKWithFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_4Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorKWith_4Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_WorKWith_4Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorKWith_4UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_4Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_4Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_5Uniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorKWith_5Odd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_WorKWith_5Even
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorKWith_5UniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_5Title
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorKWith_5Footer
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_VideoWallUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_VideoWallOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_VideoWallEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_VideoWallUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_VideoWallTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_VideoWallFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWith
{
	background-image: none;
}

.Grid_SubWorkWithUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_SubWorkWithOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_SubWorkWithEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_SubWorkWithUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWithTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_SubWorkWithFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_Prompt
{
	background-image: none;
}

.Grid_PromptUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_PromptOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_PromptEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_PromptUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_PromptTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_PromptFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_TransactionUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_TransactionOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_TransactionEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_TransactionUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_TransactionTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_TransactionFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGridUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.K2BTransactionGridOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.K2BTransactionGridEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.K2BTransactionGridUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGridTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.K2BTransactionGridFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelection
{
	background-image: none;
}

.Grid_MultipleSelectionUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_MultipleSelectionOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_MultipleSelectionEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_MultipleSelectionUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelectionTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_MultipleSelectionFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
}

.Grid_WorkWithUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorkWithOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #f7f7f7;
}

.Grid_WorkWithEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorkWithUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.Grid_WorkWithTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.Grid_WorkWithFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #4376b7;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.Grid_WorkWithSingle
{
	padding-top: 4px;
	width: 350px;
}

.Grid_WorkWithSingleUniform
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
}

.Grid_WorkWithSingleOdd
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fbfae0;
}

.Grid_WorkWithSingleEven
{
	list-style-image: none;
	font-family: Verdana;
	font-size: 7pt;
	background-color: #fff;
}

.Grid_WorkWithSingleUniformTitle
{
	list-style-image: none;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.Grid_WorkWithSingleTitle
{
	list-style-image: none;
	color: #fff;
	background-color: #374e70;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.Grid_WorkWithSingleFooter
{
	list-style-image: none;
	color: #fff;
	background-color: #374e70;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.WorkWith,.PromptGrid
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
	padding-top: 1pt;
	border-bottom-color: dimgray;
	border-left-color: dimgray;
	border-right-color: dimgray;
	border-top-color: dimgray;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

.WorkWithUniform
{
	list-style-image: none;
	background-color: whitesmoke;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	color: dimgray;
	text-indent: 5px;
}

.WorkWithOdd
{
	list-style-image: none;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	color: dimgray;
	text-indent: 5px;
}

.WorkWithEven
{
	list-style-image: none;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	background-color: whitesmoke;
	color: dimgray;
	text-indent: 5px;
}

.WorkWithUniformTitle
{
	list-style-image: none;
	background-color: whitesmoke;
	color: dimgray;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.WorkWithTitle
{
	list-style-image: none;
	color: dimgray;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.WorkWithFooter
{
	list-style-image: none;
	color: dimgray;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.PromptGridUniform
{
	list-style-image: none;
	background-color: whitesmoke;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	color: dimgray;
	text-indent: 5px;
}

.PromptGridOdd
{
	list-style-image: none;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	color: dimgray;
	text-indent: 5px;
}

.PromptGridEven
{
	list-style-image: none;
	font-family: Verdana,Arial;
	font-size: 8.5pt;
	font-style: normal;
	font-variant: normal;
	background-color: whitesmoke;
	color: dimgray;
	text-indent: 5px;
}

.PromptGridUniformTitle
{
	list-style-image: none;
	background-color: whitesmoke;
	color: dimgray;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.PromptGridTitle
{
	list-style-image: none;
	color: dimgray;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.PromptGridFooter
{
	list-style-image: none;
	color: dimgray;
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-indent: 5px;
}

.Group,.GroupTitle,.Group_Transaction,.Group_TransactionSummary,.Group_TransactionTabular_2,.Group_TransactionFreeStyle_2,.Group_AdvancedFilters,.GroupError,.GroupErrorTitle,.GroupNegro,.Group_Tabular,.Group_TransactionFreeStyle,.Group_FixedData_2,.Group_FormSection_2,.Group_Filter_2,.Group_FixedData_3,.Group_FormSection_3,.Group_Filter_3,.Group_Domi,.Group_FixedData_4,.Group_FormSection_4,.Group_Filter_4,.Group_FixedData_5,.Group_FormSection_5,.Group_Filter_5,.Group_FixedData_6,.Group_FormSection_6,.Group_Filter_6,.Group_FixedData_7,.Group_FormSection_7,.Group_Filter_7,.Group_FixedData_8,.Group_FormSection_8,.Group_Filter_8,.Group_FixedData_9,.Group_FormSection_9,.Group_Filter_9,.Group_FixedData_10,.Group_FormSection_10,.Group_Filter_10,.Group_TabularWeb,.Group_FixedData,.Group_TransactionTabular,.Group_FormSection,.Group_Filter,.Group_TabularHighlighted,.Group_PaddingTop,.Group_Invisible,.K2BToolsFSGAM_LoginBox,.K2BToolsFSGAM_Group_Tabular_Invisible
{
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.Group_Tabular,.Group_TransactionFreeStyle,.Group_FixedData_2,.Group_FormSection_2,.Group_Filter_2,.Group_FixedData_3,.Group_FormSection_3,.Group_Filter_3,.Group_Domi,.Group_FixedData_4,.Group_FormSection_4,.Group_Filter_4,.Group_FixedData_5,.Group_FormSection_5,.Group_Filter_5,.Group_FixedData_6,.Group_FormSection_6,.Group_Filter_6,.Group_FixedData_7,.Group_FormSection_7,.Group_Filter_7,.Group_FixedData_8,.Group_FormSection_8,.Group_Filter_8,.Group_FixedData_9,.Group_FormSection_9,.Group_Filter_9,.Group_FixedData_10,.Group_FormSection_10,.Group_Filter_10,.Group_TabularWeb,.Group_FixedData,.Group_TransactionTabular,.Group_FormSection,.Group_Filter,.Group_TabularHighlighted,.Group_PaddingTop
{
	margin-bottom: 2px;
	margin-top: 2px;
}

.Group_TabularTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_TransactionFreeStyleTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_2Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_2Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_2Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_3Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_3Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_3Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_DomiTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_4Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_4Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_4Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_5Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_5Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_5Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_6Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_6Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_6Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_7Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_7Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_7Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_8Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_8Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_8Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_9Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_9Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_9Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FixedData_10Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSection_10Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Filter_10Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_TabularWeb
{
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #0a134f;
}

.Group_TabularWebTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #4376b7;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #0a134f;
}

.Group_FixedDataTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_TransactionTabularTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FormSectionTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_FilterTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_TabularHighlightedTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_PaddingTop
{
	padding-top: 10px;
}

.Group_PaddingTopTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4376b7;
}

.Group_Invisible
{
	display: none;
}

.Group_InvisibleTitle
{
	color: #333;
	display: none;
}

.K2BToolsFSGAM_LoginBox
{
	background-color: #e0e0e0;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.K2BToolsFSGAM_LoginBoxTitle
{
	color: #333;
}

.K2BToolsFSGAM_Group_Tabular_Invisible
{
	visibility: collapse;
	display: none;
}

.K2BToolsFSGAM_Group_Tabular_InvisibleTitle
{
	color: #333;
	visibility: collapse;
	display: none;
}

.Image,.ImageHeaderBackground,.ImageTop,.HeaderImage1,.ImageTopHeader,.ImageHandCenter,.ImageHandCenter:hover,.TabPaging,.TabPagingNext,.TabPagingPrevious,.K2BActionImage,.Image_Action_2,.K2BActionImageExcel_2,.K2BActionImageNew_2,.K2BActionImagePrint_2,.K2BActionImageRefresh_2,.K2BActionGridImage_2,.K2BActionImageCombo_2,.float_right_SF,.float_left_SF,.PoweredBy,.ResponsiveImage,.InvisibleInExtraSmallImage,.InvisibleInSmallImage,.InvisibleInMediumImage,.InvisibleInLargeImage,.Logo,.K2BMenuItemImage,.GridImage,.ImageMedio,.ImageDragging,.ImageAcceptDrag,.ImageNoAcceptDrag,.Image_Action,.K2BToolsMultipleSelectionImage,.K2BActionImageTop,.K2BActionImageExcel,.K2BActionImageNew,.K2BActionImagePrint,.K2BActionImageRefresh,.K2BActionGridImage,.K2BActionImageCombo,.Image_Paging,.Image_PagingLefts,.Image_PagingRights,.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious,.ImageTabPaging,.Image_Center,.Image_HeaderLogo
{
	background-repeat: no-repeat;
	background-image: none;
	border-style: none;
	border-width: 0px;
}
.Image_Action,.K2BToolsMultipleSelectionImage,.K2BActionImageTop,.K2BActionImageExcel,.K2BActionImageNew,.K2BActionImagePrint,.K2BActionImageRefresh,.K2BActionGridImage,.K2BActionImageCombo
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background: #0A134F;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0A134F 0%, #0A134F 50%, #124282 50%, #124282 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A134F), color-stop(50%,#0A134F), color-stop(50%,#124282), color-stop(100%,#124282));
	 background: -webkit-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	background: -o-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	 background: -ms-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	 background: linear-gradient(to bottom, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A134F', endColorstr='#124282',GradientType=0 );
	border:1px solid #0A134F;
}
.K2BActionImageTop,.K2BActionImageExcel,.K2BActionImageNew,.K2BActionImagePrint,.K2BActionImageRefresh,.K2BActionGridImage
{
	margin-bottom: 0pt;
	margin-left: 2pt;
	margin-right: 0pt;
	margin-top: 1pt;
	height: auto;
	width: auto;
}
.K2BActionImageRefresh
{
	margin-left: 0pt;
	margin-right: 2pt;
}
.K2BActionGridImage
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background:none;
}
.K2BActionImageCombo
{
	margin-bottom: 0px;
	height: auto;
	width: auto;
}
.Image_Paging,.Image_PagingLefts,.Image_PagingRights
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 20px;
	width: 20px;
	background: #0A134F;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0A134F 0%, #0A134F 50%, #124282 50%, #124282 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A134F), color-stop(50%,#0A134F), color-stop(50%,#124282), color-stop(100%,#124282));
	 background: -webkit-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	background: -o-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	 background: -ms-linear-gradient(top, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	 background: linear-gradient(to bottom, #0A134F 0%,#0A134F 50%,#124282 50%,#124282 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A134F', endColorstr='#124282',GradientType=0 );
	border:1px solid #1E3239;
}
.Image_PagingLefts
{
	margin-left: 6px;
}
.Image_PagingRights
{
	margin-right: 6px;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-color: transparent;
	height: 20px;
	width: 15px;
	cursor: pointer;
}
.PagingButtonsFirst
{
	background-image: url(../ThemaSATSAID/K2BPageFirst.png);
}
.PagingButtonsLast
{
	background-image: url(../ThemaSATSAID/K2BPageLast.png);
}
.PagingButtonsNext
{
	background-image: url(../ThemaSATSAID/K2BPageNext.png);
}
.PagingButtonsPrevious
{
	background-image: url(../ThemaSATSAID/K2BPagePrevious.png);
}
.Image_Center
{
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.Image_HeaderLogo
{
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
.Table,.TableGrid,.TableContent,.TableLeftMenu,.TableTopMenu,.ViewTable,.TableHorizontalLine,.TableHorizontalLineBlue,.TableHorizontalLineGray,.header_pink_line,.HorizontalSpace,.TableBottom,.Table80,.Table95,.FreeStyleTop,.Menu,.TableLogin,.TableTitle,.TilteSeparator,.VerticalLine,.VerticalTab,.Table100Width,.Table100Wx580H,.Table100W5Padding,.Table100and5padding,.Table2Padding,.TableVerticalLine,.TableVerticalLineBlue,.TitleTable,.MainTable,.TableTrnDataSeparator,.TableTrnMinHeight,.TitleTableSeparator,.WorkWithTitleSeparator,.TableBottomAction,.TableTopActions,.TableTabularActionsTopContainer,.AttributeSectionBackground,.PlainAttributeSectionBackground,.GridAttributeSectionBackground,.TableTabsContainer,.MainComponentTable,.BorderSeparator,.TopSimpleBorder,.TableHeader,.TableDimensions,.TableHideShowFilter,.TableFiltersAndErrorsContent,.TablesFilterAndHideFilterContent,.TableBorderBottom,.TableHeaderRecentLinks,.TableGridTitle,.TableFreeStyleTitle,.TableGridContainer,.TableTrnGridContainer,.StandardTable,.BottomFixedDataContainer,.AttributeContainerTable,.FilterContainerTable_2,.FilterTabContainerTable,.TableHeaderButtons,.StandardTableCompleteWidth,.BottomFixedDataAndBackToSelectionContainer,.ErrorViewerContainer,.TableFreeStyleContent,.TableGridMinHeigth,.TableMessageContainer,.TableEntityManagerTitleSeparatorContainer,.TableWorkWithTitleSeparatorContainer,.TableTransactionComponentContainer,.TableTransactionComponentContainerMargin,.TableBGHeaderTop,.Table_ActionsContainer_2,.Table_ActionsContainer_Top_2,.Table_ActionsContainer_Bottom_2,.Table_ActionsContainer_Left_2,.Table_ActionsContainer_Right_2,.Table_ActionsContainer_3,.Table_ActionsContainer_Top_3,.Table_ActionsContainer_Bottom_3,.Table_ActionsContainer_Left_3,.Table_ActionsContainer_Right_3,.Table_ActionsContainer_4,.Table_ActionsContainer_Top_4,.Table_ActionsContainer_Bottom_4,.Table_ActionsContainer_Left_4,.Table_ActionsContainer_Right_4,.Table_ActionsContainer_5,.Table_ActionsContainer_Top_5,.Table_ActionsContainer_Bottom_5,.Table_ActionsContainer_Left_5,.Table_ActionsContainer_Right_5,.Invisible,.Table_ActionsContainer_6,.Table_ActionsContainer_Top_6,.Table_ActionsContainer_Bottom_6,.Table_ActionsContainer_Left_6,.Table_ActionsContainer_Right_6,.Table_ActionsContainer_7,.Table_ActionsContainer_Top_7,.Table_ActionsContainer_Bottom_7,.Table_ActionsContainer_Left_7,.Table_ActionsContainer_Right_7,.Table_ActionsContainer_8,.Table_ActionsContainer_Top_8,.Table_ActionsContainer_Bottom_8,.Table_ActionsContainer_Left_8,.Table_ActionsContainer_Right_8,.TableMainSF,.TableContentSF,.TableMenuSF,.Table_Footer_SF,.TableTitleSF,.LevelTable,.BodyContainer,.HeaderContainer,.RecentLinksContainer,.FormContainer,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.AdvancedContainer,.AdvancedContainerVisible,.OrdersTable,.WWAdvancedContainer,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.PromptContainer,.PromptMainTable,.MainContainer,.GridTabMainTable,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.K2BHeader,.K2BToolsTable_FloatCenter,.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_PaginationContainer,.K2BToolsTable_SearchContainer,.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,.Table_ActionsContainer_9,.Table_ActionsContainer_Top_9,.Table_ActionsContainer_Bottom_9,.Table_ActionsContainer_Left_9,.Table_ActionsContainer_Right_9,.TablaTurnosWeb,.TablaTipoTurno,.100x100,.Barra,.BarraTitulo,.Borde azul,.casillero_ruleta,.Panel,.TableMenu,.TableMenu_2,.Panel100,.PanelVideoWall,.PanelVideoWallPie,.TableMenu_3,.TableMenu_4,.TableMenu_5,.TableTab,.TabStripL,.TabStripLS,.TabStripC,.TabStripCS,.TabStripR,.TabStripRS,.TableTabStripL,.TableTabStripLS,.TableTabStripC,.TableTabStripCS,.TableTabStripR,.TableTabStripRS,.TableTabStripL_2,.TableTabStripLS_2,.TableTabStripC_2,.TableTabStripCS_2,.TableTabStripR_2,.TableTabStripRS_2,.TableTopLineSlim,.ContentPlaceHolderMaster,.RecentLinksTableVideoWall,.MenuVideoWall,.TablaVideoWall,.TablaConSangria,.TablaBordeSimple,.TablaConMargenes1,.Table_ActionsContainer_10,.Table100Right,.TableUnSelectedTab_2,.TableUp4px,.TablaCentrada,.TableGris,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.Table_Summary,.Table_AttributeContainer,.Table_Title,.Table_TrnActionsContainer,.Table_DataAreaContainer,.Table_TransactionDataAreaContainer,.Table_ActionsContainer,.Table_ComboActionsContainer,.Table_ActionsContainer_Top,.Table_ActionsContainer_Bottom,.Table_ActionsContainer_Left,.Table_ActionsContainer_Right,.Table_TitleDsc,.Table_Basic,.Table_Basic_Widht100Percent,.Table_ConditionalConfirm,.TableWidth100,.Table_FormSectionContainer,.Table_TopActions,.TableMenuContainer,.Table_Scroll,.FilterContainerTable,.K2BToolsFSGAM_Table_Basic,.K2BToolsFSGAM_LoginTable,.Table_GlobalContainer,.TableTop,.RecentLinksTable,.DropDownMenu,.DropDownMenuLevel1,.DropDownMenuLevel2,.DropDownMenuLevel3,.DropDownMenuLevel3On,.DropDownMenuLevel3Selected,.Table_Menu,.NovedadesTitulo,.TreeView_off,.TreeView_on,.TreeView_sel,.Table_Content_Place_Holder,.TableSelectedTab,.TableUnselectedTab,.Table100x100,.TableBorder,.TableBorderRed,.TableBlock,.Table_NoSkipItems,.Table_NoSkipItemsUp,.TableAgrupamiento
{
	border-style: none;
	border-width: 0px;
	font-family: Tahoma;
	font-size: 8pt;
}
.TableGris
{
	background-color: #efefef;
	border-bottom-color: red;
	border-left-color: red;
	border-right-color: red;
	border-top-color: red;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	text-align: left;
}
.TableDragging
{
	background-color: transparent;
	color: #000;
}
.TableAcceptDrag
{
	background-color: transparent;
	color: #000;
}
.TableNoAcceptDrag
{
	background-color: transparent;
	color: #000;
}
.Table_Summary
{
	background-color: transparent;
	border-bottom-color: #305080;
	border-left-color: #305080;
	border-right-color: #305080;
	border-top-color: #305080;
	border-width: 1px;
	color: #000;
}
.Table_AttributeContainer
{
	background-color: transparent;
}
.Table_Title
{
	width: 1px;
}
.Table_TrnActionsContainer
{
	background-color: transparent;
	color: #000;
}
.Table_DataAreaContainer,.Table_TransactionDataAreaContainer
{
	width: 100%;
}
.Table_TitleDsc
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
.Table_Basic_Widht100Percent,.Table_ConditionalConfirm
{
	width: 100%;
	text-align: left;
}
.Table_ConditionalConfirm
{
	bottom: 0px;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
	 opacity: 1;
	background : none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	min-height: 0;
	    -moz-transition: all 0.3s ease 0s;
	 ;
}
.TableWidth100
{
	width: 100%;
	text-align: left;
}
.Table_FormSectionContainer
{
	width: 100%;
}
.Table_TopActions
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-color: transparent;
	color: #000;
	height: 20px;
	width: 100%;
}
.TableMenuContainer
{
	margin-top: 20px;
}
.Table_Scroll
{
	overflow: scroll;
	height: 10px;
	width: 10px;
}
.FilterContainerTable
{
	text-align: left;
}
.K2BToolsFSGAM_Table_Basic,.K2BToolsFSGAM_LoginTable
{
	width: 100%;
	text-align: center;
}
.K2BToolsFSGAM_LoginTable
{
	position: absolute;
	height: 100%;
}
.Table_GlobalContainer
{
	background-color: #d2dae5;
	border-bottom-color: #d8d8d8;
	border-left-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-top-color: #d8d8d8;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.TableTop
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	background-image: url(../ThemaSATSAID/HeaderBackground.gif);
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #fff;
	width: 100%;
	vertical-align: middle;
}
.RecentLinksTable
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-image: url(../ThemaSATSAID/RecientesBackground.gif);
	font-family: "Verdana";
	font-size: 7.8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	height: 36px;
	width: 100%;
	vertical-align: middle;
}
.DropDownMenu,.DropDownMenuLevel1,.DropDownMenuLevel2,.DropDownMenuLevel3,.DropDownMenuLevel3On,.DropDownMenuLevel3Selected
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #e0e0e0;
	text-align: left;
}
.DropDownMenuLevel1
{
	margin-bottom: 2px;
	background-color: #4376b7;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	font-weight: bold;
	color: white;
	height: 22px;
	width: 100%;
}
.DropDownMenuLevel2
{
	margin-bottom: 2px;
	background-color: #4e8fe5;
	font-weight: bold;
	color: white;
	height: 22px;
	width: 100%;
}
.DropDownMenuLevel3,.DropDownMenuLevel3On,.DropDownMenuLevel3Selected
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #404040;
	height: 18px;
	width: 100%;
}
.DropDownMenuLevel3On
{
	background-color: white;
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.DropDownMenuLevel3Selected
{
	background-color: white;
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.Table_Menu
{
	font-family: "Verdana";
	font-size: 8.25pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	height: 100%;
	vertical-align: top;
}
.NovedadesTitulo
{
	font-family: Tahoma, sans-serif;
	width: 100%;
}
.TreeView_off
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.TreeView_on
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: aliceblue;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.TreeView_sel
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #d8e7ff;
	border-width: 1px;
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.Table_Content_Place_Holder
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}
.TableSelectedTab
{
	box-sizing: border-box;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	display: block;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	background-image: url(../ThemaSATSAID/TabSelected.gif);
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	height: 25px;
	vertical-align: bottom;
}
.TableUnselectedTab
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 3pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	white-space: nowrap;
	background-image: url(../UnSelectedTab.gif);
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
}
.Table100x100,.TableBorder,.TableBorderRed
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.TableBorder,.TableBorderRed
{
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt;
	border-bottom-color: #747474;
	border-left-color: #747474;
	border-right-color: #747474;
	border-top-color: #747474;
	border-style: solid;
	border-width: 1px;
}
.TableBlock
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-color: whitesmoke;
	border-bottom-color: #747474;
	border-left-color: #747474;
	border-right-color: #747474;
	border-top-color: #747474;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.Table_NoSkipItems,.Table_NoSkipItemsUp
{
	border-spacing:4px;
}
.TableAgrupamiento
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-image: url(../ThemaSATSAID/DropDownMenuLevel2Bg.gif);
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #747474;
	width: 100%;
}
.TextBlock,.bullet,.subBullet,.TextTable,.TBTopMenu,.TBLeftMenu,.SmallText,.TextBlockHeader,.FieldSetTitle,.Separator,.Agrupamiento,.MenuReadOnlyAttibute,.TextBlockUnSelectedTab,.FixedDataText,.TextBlock_BackToWorkWith,.TextBlock_FilterMessage,.TextBlockAttributeTitle,.TextBlock_BoxTitle_2,.TextBlockAttributeBoxTitle,.Group_TransactionTabularTitle,.TextBlockUnSelectedTab_2,.TextBlockHeaderSF,.TextBlockHeaderURLSF,.TextBlockHeaderFechaSF,.TextBlockHeaderContactoSF,.TextBlockFooterSF,.TextBlockTitleSF,.TextBlock_Campo_Institucional_SF,.RecentLinkItem,.RecentsTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWOrderItemSelected,.FooterText,.BtnTextBlock,.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,.TextBlock_USMenuTreeView,.TextBlockUnSelectedTab_3,.HoverSelector,.InfoPanel,.MenuItem,.Observaciones,.OptionSelected,.OptionUnSelected,.ReservaNumero,.ReservaNumeroSelec,.ReservaNumerolibrenegro,.ReservaNumerolibrerojo,.TextBlockReservaNumeroSelec,.Tabla,.TabOn,.TabOff,.TopMenuText,.TopMenuMsg,.TopMenuMsgHidden,.UltimosLinks,.DatosObligatorios,.TextBlockUnSelectedTab_4,.TextBlockReservaNumeroSelec_2,.TextBlockUnSelectedTab_5,.TextBlockReservaNumeroSelec_3,.PagingText,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.TextBlock_Page,.TextBlock_AttDesc,.TextBlock_Parametrer_Desc,.TextBlock_AttDesc_Recuadro,.TextBlock_TrnAttDesc_Required,.TextBlock_AttDesc_Block,.TextBlock_TrnAttDesc,.TextBlock_TrnAttDesc_center,.TextBlock_TrnAttDesc_Right,.TextBlock_TrnAttDescRed,.TextBlock_TrnAttDescRedSinMargen,.TextBlock_TrnAttDescSinMargen,.TextBlock_TrnAttDescSinMargen2,.TextBlock_TrnAttDescGris,.Text,.TextBlock_TrnAttDesc_Block,.Textblock_RequiredSymbol,.TextBlock_OrderBy,.TextBlock_BoxTitle,.AttributeBoxTitle,.TextBlock_BoxTitle_Block,.TextBlock_RecentLink,.TextBlock_Title,.TextBlock_TitleWeb,.TextBlock_Options,.TextBlock_Subtitle,.TextBlock_Tabular,.TextBlock_FixedDataBottomDesc_2,.TextBlock_LineSeparator_2,.TextBlock_LineSeparatorFixedData_2,.TextBlock_LineSeparatorFilter_2,.TextBlock_LineSeparatorTrnTabular_2,.TextBlock_LineSeparatorTrnFreeStyle_2,.TextBlock_LineSeparatorAttributesSection_2,.TextBlock_LineSeparatorTrnSummary_2,.TextBlock_LineSeparatorHighlighted_2,.TextBlock_FilterDesc_2,.TextBlock_FixedDataBottomDesc_3,.TextBlock_LineSeparator_3,.TextBlock_LineSeparatorFixedData_3,.TextBlock_LineSeparatorFilter_3,.TextBlock_LineSeparatorTrnTabular_3,.TextBlock_LineSeparatorAttributesSection_3,.TextBlock_LineSeparatorTrnFreeStyle_3,.TextBlock_LineSeparatorTrnSummary_3,.TextBlock_FilterDesc_3,.TextBlock_FixedDataBottomDesc_4,.TextBlock_FixedDataBottomDesc_Block_2,.TextBlock_LineSeparator_4,.TextBlock_LineSeparatorMenu_2,.TextBlock_LineSeparatorMenuOpen_2,.TextBlock_LineSeparatorMenuClose_2,.TextBlock_LineSeparatorFixedData_4,.TextBlock_LineSeparatorFilter_4,.TextBlock_LineSeparatorTrnTabular_4,.TextBlock_LineSeparatorAttributesSection_4,.TextBlock_LineSeparatorTrnFreeStyle_4,.TextBlock_LineSeparatorTrnSummary_4,.TextBlock_LineSeparatorHighlighted_3,.TextBlock_FilterDesc_4,.TextBlock_FilterLeftText_2,.TextBlock_FilterDesc_Block_2,.TextBlock_FixedDataBottomDesc_5,.TextBlock_FixedDataBottomDesc_Block_3,.TextBlock_LineSeparator_5,.TextBlock_LineSeparatorMenu_3,.TextBlock_LineSeparatorMenuOpen_3,.TextBlock_LineSeparatorMenuClose_3,.TextBlock_LineSeparatorFixedData_5,.TextBlock_LineSeparatorFilter_5,.TextBlock_LineSeparatorTrnTabular_5,.TextBlock_LineSeparatorAttributesSection_5,.TextBlock_LineSeparatorTrnFreeStyle_5,.TextBlock_LineSeparatorTrnSummary_5,.TextBlock_LineSeparatorHighlighted_4,.TextBlock_FilterDesc_5,.TextBlock_FilterLeftText_3,.TextBlock_FilterDesc_Block_3,.TextBlock_FixedDataBottomDesc_6,.TextBlock_FixedDataBottomDesc_Block_4,.TextBlock_LineSeparator_6,.TextBlock_LineSeparatorMenu_4,.TextBlock_LineSeparatorMenuOpen_4,.TextBlock_LineSeparatorMenuClose_4,.TextBlock_LineSeparatorFixedData_6,.TextBlock_LineSeparatorFilter_6,.TextBlock_LineSeparatorTrnTabular_6,.TextBlock_LineSeparatorAttributesSection_6,.TextBlock_LineSeparatorTrnFreeStyle_6,.TextBlock_LineSeparatorTrnSummary_6,.TextBlock_LineSeparatorHighlighted_5,.TextBlock_FilterDesc_6,.TextBlock_FilterLeftText_4,.TextBlock_FilterDesc_Block_4,.TextBlock_FixedDataBottomDesc_7,.TextBlock_FixedDataBottomDesc_Block_5,.TextBlock_LineSeparator_7,.TextBlock_LineSeparatorMenu_5,.TextBlock_LineSeparatorMenuOpen_5,.TextBlock_LineSeparatorMenuClose_5,.TextBlock_LineSeparatorFixedData_7,.TextBlock_LineSeparatorFilter_7,.TextBlock_LineSeparatorTrnTabular_7,.TextBlock_LineSeparatorAttributesSection_7,.TextBlock_LineSeparatorTrnFreeStyle_7,.TextBlock_LineSeparatorTrnSummary_7,.TextBlock_LineSeparatorHighlighted_6,.TextBlock_FilterDesc_7,.TextBlock_FilterLeftText_5,.TextBlock_FilterDesc_Block_5,.TextBlock_FixedDataBottomDesc_8,.TextBlock_FixedDataBottomDesc_Block_6,.TextBlock_LineSeparator_8,.TextBlock_LineSeparatorMenu_6,.TextBlock_LineSeparatorMenuOpen_6,.TextBlock_LineSeparatorMenuClose_6,.TextBlock_LineSeparatorFixedData_8,.TextBlock_LineSeparatorFilter_8,.TextBlock_LineSeparatorTrnTabular_8,.TextBlock_LineSeparatorAttributesSection_8,.TextBlock_LineSeparatorTrnFreeStyle_8,.TextBlock_LineSeparatorTrnSummary_8,.TextBlock_LineSeparatorHighlighted_7,.TextBlock_FilterDesc_8,.TextBlock_FilterLeftText_6,.TextBlock_FilterDesc_Block_6,.TextBlock_LineSeparator_9,.TextBlock_LineSeparatorFixedData_9,.TextBlock_LineSeparatorFilter_9,.TextBlock_LineSeparatorTrnTabular_9,.TextBlock_LineSeparatorAttributesSection_9,.TextBlock_LineSeparatorTrnFreeStyle_9,.TextBlock_LineSeparatorTrnSummary_9,.TextBlock_LineSeparatorHighlighted_8,.TextBlock_FixedDataBottomDesc_9,.TextBlock_FilterDesc_9,.TextBlock_FixedDataBottomDesc_10,.TextBlock_LineSeparator_10,.TextBlock_LineSeparatorFixedData_10,.TextBlock_LineSeparatorFilter_10,.TextBlock_LineSeparatorTrnTabular_10,.TextBlock_LineSeparatorAttributesSection_10,.TextBlock_LineSeparatorTrnFreeStyle_10,.TextBlock_LineSeparatorTrnSummary_10,.TextBlock_FilterDesc_10,.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_LineSeparatorFilterColapse_2,.TextBlock_LineSeparatorFixedDataColapse_2,.TextBlock_LineSeparatorTrnTabularColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_2,.TextBlock_LineSeparatorTrnSummaryColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_3,.TextBlock_LineSeparatorFilterColapse_3,.TextBlock_LineSeparatorFixedDataColapse_3,.TextBlock_LineSeparatorTrnSummaryColapse_3,.TextBlock_LineSeparatorTrnTabularColapse_3,.TextBlock_LineSeparatorAttributesSectionColapse_4,.TextBlock_LineSeparatorFilterColapse_4,.TextBlock_LineSeparatorFixedDataColapse_4,.TextBlock_LineSeparatorTrnSummaryColapse_4,.TextBlock_LineSeparatorTrnTabularColapse_4,.TextBlock_LineSeparatorAttributesSectionColapse_5,.TextBlock_LineSeparatorFilterColapse_5,.TextBlock_LineSeparatorFixedDataColapse_5,.TextBlock_LineSeparatorTrnSummaryColapse_5,.TextBlock_LineSeparatorTrnTabularColapse_5,.TextBlock_LineSeparatorAttributesSectionColapse_6,.TextBlock_LineSeparatorFilterColapse_6,.TextBlock_LineSeparatorFixedDataColapse_6,.TextBlock_LineSeparatorTrnSummaryColapse_6,.TextBlock_LineSeparatorTrnTabularColapse_6,.TextBlock_LineSeparatorAttributesSectionColapse_7,.TextBlock_LineSeparatorFilterColapse_7,.TextBlock_LineSeparatorFixedDataColapse_7,.TextBlock_LineSeparatorTrnSummaryColapse_7,.TextBlock_LineSeparatorTrnTabularColapse_7,.TextBlock_LineSeparatorAttributesSectionColapse_8,.TextBlock_LineSeparatorFilterColapse_8,.TextBlock_LineSeparatorFixedDataColapse_8,.TextBlock_LineSeparatorTrnSummaryColapse_8,.TextBlock_LineSeparatorTrnTabularColapse_8,.TextBlock_LineSeparatorAttributesSectionColapse_9,.TextBlock_LineSeparatorFilterColapse_9,.TextBlock_LineSeparatorFixedDataColapse_9,.TextBlock_LineSeparatorTrnSummaryColapse_9,.TextBlock_LineSeparatorTrnTabularColapse_9,.TextBlock_LineSeparatorAttributesSectionColapse_10,.TextBlock_LineSeparatorFilterColapse_10,.TextBlock_LineSeparatorFixedDataColapse_10,.TextBlock_LineSeparatorTrnSummaryColapse_10,.TextBlock_LineSeparatorTrnTabularColapse_10,.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,.MenuLabel,.MenuReadOnlyAttribute,.Label,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.Title,.Title2,.TitleRed,.TitleSmall,.BigTitle,.SubTitle,.SubSubTitle,.SelectedTab,.UnSelectedTab,.ReadOnlyUnSelectedTab,.RecentLink
{
	display: block;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	color: #333;
}
.TextBlockDragging
{
	color: #000;
}
.TextBlockAcceptDrag
{
	color: #000;
}
.TextBlockNoAcceptDrag
{
	color: #000;
}
.TextBlock_Page
{
	float: left;
	margin-bottom: 0pt;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #0a134f;
}
.TextBlock_AttDesc,.TextBlock_Parametrer_Desc,.TextBlock_AttDesc_Recuadro,.TextBlock_TrnAttDesc_Required,.TextBlock_AttDesc_Block,.TextBlock_TrnAttDesc,.TextBlock_TrnAttDesc_center,.TextBlock_TrnAttDesc_Right,.TextBlock_TrnAttDescRed,.TextBlock_TrnAttDescRedSinMargen,.TextBlock_TrnAttDescSinMargen,.TextBlock_TrnAttDescSinMargen2,.TextBlock_TrnAttDescGris,.Text,.TextBlock_TrnAttDesc_Block,.Textblock_RequiredSymbol
{
	float: left;
	margin-bottom: 3px;
	text-decoration: none;
}
.TextBlock_TrnAttDesc_Required
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
.TextBlock_AttDesc_Block
{
	font-weight: bold;
}
.TextBlock_TrnAttDesc,.TextBlock_TrnAttDesc_center,.TextBlock_TrnAttDesc_Right,.TextBlock_TrnAttDescRed,.TextBlock_TrnAttDescRedSinMargen,.TextBlock_TrnAttDescSinMargen,.TextBlock_TrnAttDescSinMargen2,.TextBlock_TrnAttDescGris,.Text,.TextBlock_TrnAttDesc_Block,.Textblock_RequiredSymbol
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
.TextBlock_TrnAttDescRedSinMargen
{
	color: #f00;
}
.Text
{
	margin-right: 5px;
	color: #666;
}
.Textblock_RequiredSymbol
{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
.TextBlock_OrderBy
{
	margin-right: 4px;
	padding-left: 2pt;
	padding-right: 2pt;
	list-style-image: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #0a134f;
}
.TextBlock_BoxTitle,.AttributeBoxTitle,.TextBlock_BoxTitle_Block
{
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	background-color: #247380;
	font-weight: bold;
	color: #fff;
	height: 17px;
}
.AttributeBoxTitle
{
	margin-right: 5px;
}
.TextBlock_RecentLink
{
	color: #24828c;
}
.TextBlock_Title,.TextBlock_TitleWeb,.TextBlock_Options,.TextBlock_Subtitle
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: normal;
	color: #0a134f;
}
.TextBlock_TitleWeb
{
	display: inline-block;
}
.TextBlock_Options
{
	color: #f5821f;
}
.TextBlock_Subtitle
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #374e70;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	border-radius: 2px 2px 1px 1px;
}
.TextBlock_Tabular,.TextBlock_FixedDataBottomDesc_2,.TextBlock_LineSeparator_2,.TextBlock_LineSeparatorFixedData_2,.TextBlock_LineSeparatorFilter_2,.TextBlock_LineSeparatorTrnTabular_2,.TextBlock_LineSeparatorTrnFreeStyle_2,.TextBlock_LineSeparatorAttributesSection_2,.TextBlock_LineSeparatorTrnSummary_2,.TextBlock_LineSeparatorHighlighted_2,.TextBlock_FilterDesc_2,.TextBlock_FixedDataBottomDesc_3,.TextBlock_LineSeparator_3,.TextBlock_LineSeparatorFixedData_3,.TextBlock_LineSeparatorFilter_3,.TextBlock_LineSeparatorTrnTabular_3,.TextBlock_LineSeparatorAttributesSection_3,.TextBlock_LineSeparatorTrnFreeStyle_3,.TextBlock_LineSeparatorTrnSummary_3,.TextBlock_FilterDesc_3,.TextBlock_FixedDataBottomDesc_4,.TextBlock_FixedDataBottomDesc_Block_2,.TextBlock_LineSeparator_4,.TextBlock_LineSeparatorMenu_2,.TextBlock_LineSeparatorMenuOpen_2,.TextBlock_LineSeparatorMenuClose_2,.TextBlock_LineSeparatorFixedData_4,.TextBlock_LineSeparatorFilter_4,.TextBlock_LineSeparatorTrnTabular_4,.TextBlock_LineSeparatorAttributesSection_4,.TextBlock_LineSeparatorTrnFreeStyle_4,.TextBlock_LineSeparatorTrnSummary_4,.TextBlock_LineSeparatorHighlighted_3,.TextBlock_FilterDesc_4,.TextBlock_FilterLeftText_2,.TextBlock_FilterDesc_Block_2,.TextBlock_FixedDataBottomDesc_5,.TextBlock_FixedDataBottomDesc_Block_3,.TextBlock_LineSeparator_5,.TextBlock_LineSeparatorMenu_3,.TextBlock_LineSeparatorMenuOpen_3,.TextBlock_LineSeparatorMenuClose_3,.TextBlock_LineSeparatorFixedData_5,.TextBlock_LineSeparatorFilter_5,.TextBlock_LineSeparatorTrnTabular_5,.TextBlock_LineSeparatorAttributesSection_5,.TextBlock_LineSeparatorTrnFreeStyle_5,.TextBlock_LineSeparatorTrnSummary_5,.TextBlock_LineSeparatorHighlighted_4,.TextBlock_FilterDesc_5,.TextBlock_FilterLeftText_3,.TextBlock_FilterDesc_Block_3,.TextBlock_FixedDataBottomDesc_6,.TextBlock_FixedDataBottomDesc_Block_4,.TextBlock_LineSeparator_6,.TextBlock_LineSeparatorMenu_4,.TextBlock_LineSeparatorMenuOpen_4,.TextBlock_LineSeparatorMenuClose_4,.TextBlock_LineSeparatorFixedData_6,.TextBlock_LineSeparatorFilter_6,.TextBlock_LineSeparatorTrnTabular_6,.TextBlock_LineSeparatorAttributesSection_6,.TextBlock_LineSeparatorTrnFreeStyle_6,.TextBlock_LineSeparatorTrnSummary_6,.TextBlock_LineSeparatorHighlighted_5,.TextBlock_FilterDesc_6,.TextBlock_FilterLeftText_4,.TextBlock_FilterDesc_Block_4,.TextBlock_FixedDataBottomDesc_7,.TextBlock_FixedDataBottomDesc_Block_5,.TextBlock_LineSeparator_7,.TextBlock_LineSeparatorMenu_5,.TextBlock_LineSeparatorMenuOpen_5,.TextBlock_LineSeparatorMenuClose_5,.TextBlock_LineSeparatorFixedData_7,.TextBlock_LineSeparatorFilter_7,.TextBlock_LineSeparatorTrnTabular_7,.TextBlock_LineSeparatorAttributesSection_7,.TextBlock_LineSeparatorTrnFreeStyle_7,.TextBlock_LineSeparatorTrnSummary_7,.TextBlock_LineSeparatorHighlighted_6,.TextBlock_FilterDesc_7,.TextBlock_FilterLeftText_5,.TextBlock_FilterDesc_Block_5,.TextBlock_FixedDataBottomDesc_8,.TextBlock_FixedDataBottomDesc_Block_6,.TextBlock_LineSeparator_8,.TextBlock_LineSeparatorMenu_6,.TextBlock_LineSeparatorMenuOpen_6,.TextBlock_LineSeparatorMenuClose_6,.TextBlock_LineSeparatorFixedData_8,.TextBlock_LineSeparatorFilter_8,.TextBlock_LineSeparatorTrnTabular_8,.TextBlock_LineSeparatorAttributesSection_8,.TextBlock_LineSeparatorTrnFreeStyle_8,.TextBlock_LineSeparatorTrnSummary_8,.TextBlock_LineSeparatorHighlighted_7,.TextBlock_FilterDesc_8,.TextBlock_FilterLeftText_6,.TextBlock_FilterDesc_Block_6,.TextBlock_LineSeparator_9,.TextBlock_LineSeparatorFixedData_9,.TextBlock_LineSeparatorFilter_9,.TextBlock_LineSeparatorTrnTabular_9,.TextBlock_LineSeparatorAttributesSection_9,.TextBlock_LineSeparatorTrnFreeStyle_9,.TextBlock_LineSeparatorTrnSummary_9,.TextBlock_LineSeparatorHighlighted_8,.TextBlock_FixedDataBottomDesc_9,.TextBlock_FilterDesc_9,.TextBlock_FixedDataBottomDesc_10,.TextBlock_LineSeparator_10,.TextBlock_LineSeparatorFixedData_10,.TextBlock_LineSeparatorFilter_10,.TextBlock_LineSeparatorTrnTabular_10,.TextBlock_LineSeparatorAttributesSection_10,.TextBlock_LineSeparatorTrnFreeStyle_10,.TextBlock_LineSeparatorTrnSummary_10,.TextBlock_FilterDesc_10,.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_LineSeparatorFilterColapse_2,.TextBlock_LineSeparatorFixedDataColapse_2,.TextBlock_LineSeparatorTrnTabularColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_2,.TextBlock_LineSeparatorTrnSummaryColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_3,.TextBlock_LineSeparatorFilterColapse_3,.TextBlock_LineSeparatorFixedDataColapse_3,.TextBlock_LineSeparatorTrnSummaryColapse_3,.TextBlock_LineSeparatorTrnTabularColapse_3,.TextBlock_LineSeparatorAttributesSectionColapse_4,.TextBlock_LineSeparatorFilterColapse_4,.TextBlock_LineSeparatorFixedDataColapse_4,.TextBlock_LineSeparatorTrnSummaryColapse_4,.TextBlock_LineSeparatorTrnTabularColapse_4,.TextBlock_LineSeparatorAttributesSectionColapse_5,.TextBlock_LineSeparatorFilterColapse_5,.TextBlock_LineSeparatorFixedDataColapse_5,.TextBlock_LineSeparatorTrnSummaryColapse_5,.TextBlock_LineSeparatorTrnTabularColapse_5,.TextBlock_LineSeparatorAttributesSectionColapse_6,.TextBlock_LineSeparatorFilterColapse_6,.TextBlock_LineSeparatorFixedDataColapse_6,.TextBlock_LineSeparatorTrnSummaryColapse_6,.TextBlock_LineSeparatorTrnTabularColapse_6,.TextBlock_LineSeparatorAttributesSectionColapse_7,.TextBlock_LineSeparatorFilterColapse_7,.TextBlock_LineSeparatorFixedDataColapse_7,.TextBlock_LineSeparatorTrnSummaryColapse_7,.TextBlock_LineSeparatorTrnTabularColapse_7,.TextBlock_LineSeparatorAttributesSectionColapse_8,.TextBlock_LineSeparatorFilterColapse_8,.TextBlock_LineSeparatorFixedDataColapse_8,.TextBlock_LineSeparatorTrnSummaryColapse_8,.TextBlock_LineSeparatorTrnTabularColapse_8,.TextBlock_LineSeparatorAttributesSectionColapse_9,.TextBlock_LineSeparatorFilterColapse_9,.TextBlock_LineSeparatorFixedDataColapse_9,.TextBlock_LineSeparatorTrnSummaryColapse_9,.TextBlock_LineSeparatorTrnTabularColapse_9,.TextBlock_LineSeparatorAttributesSectionColapse_10,.TextBlock_LineSeparatorFilterColapse_10,.TextBlock_LineSeparatorFixedDataColapse_10,.TextBlock_LineSeparatorTrnSummaryColapse_10,.TextBlock_LineSeparatorTrnTabularColapse_10,.TextBlock_LineSeparatorAttributesSectionColapse,.TextBlock_LineSeparatorFilterColapse,.TextBlock_LineSeparatorFixedDataColapse,.TextBlock_LineSeparatorTrnFreeStyleColapse,.TextBlock_LineSeparatorTrnSummaryColapse,.TextBlock_LineSeparatorTrnTabularColapse,.TextBlock_LineSeparatorHighlightedColapse,.TextBlock_LineSeparatorClose,.TextBlock_LineSeparatorOpen
{
	color: #000;
}
.TextBlock_FixedDataBottomDesc,.TextBlock_FixedDataBottomDesc_Block
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
.TextBlock_FixedDataBottomDesc_Block
{
	color: #f58023;
}
.TextBlock_LineSeparator,.TextBlock_LineSeparatorFixedData,.TextBlock_LineSeparatorFilter,.TextBlock_LineSeparatorTrnTabular,.TextBlock_LineSeparatorAttributesSection,.TextBlock_LineSeparatorTrnFreeStyle,.TextBlock_LineSeparatorTrnSummary,.TextBlock_LineSeparatorHighlighted,.TextBlock_LineSeparatorMenu,.TextBlock_LineSeparatorMenuOpen,.TextBlock_LineSeparatorMenuClose
{
	background-repeat: no-repeat;
	float: left;
	padding-right: 4px;
	background-color: #fff;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #28808f;
}
.TextBlock_LineSeparatorAttributesSection
{
	background-color: #f7f7f7;
}
.TextBlock_LineSeparatorMenu,.TextBlock_LineSeparatorMenuOpen,.TextBlock_LineSeparatorMenuClose
{
	font-size: 16pt;
}
.TextBlock_FilterDesc,.TextBlock_FilterLeftText,.TextBlock_FilterDesc_Block
{
	float: left;
	margin-right: 5px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
.TextBlock_FilterLeftText
{
	color: midnightblue;
}
.TextBlock_FilterDesc_Block
{
	color: #000;
}
.TextBlock_FilterTitle,.TextBlock_FilterTitleED,.TextBlock_FilterTitleEDWPD,.TextBlock_FilterTitleBig
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	font-size: 9pt;
	font-weight: bold;
	color: #d33614;
}
.TextBlock_FilterTitleED,.TextBlock_FilterTitleEDWPD
{
	margin-top: -6px;
}
.TextBlock_FilterTitleEDWPD
{
	margin-top: -18px;
}
.TextBlock_FilterTitleBig
{
	font-size: 14pt;
}
.TextBlock_LineSeparatorColapse,.TextBlock_LineSeparatorFilterColapse_2,.TextBlock_LineSeparatorFixedDataColapse_2,.TextBlock_LineSeparatorTrnTabularColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_2,.TextBlock_LineSeparatorTrnSummaryColapse_2,.TextBlock_LineSeparatorAttributesSectionColapse_3,.TextBlock_LineSeparatorFilterColapse_3,.TextBlock_LineSeparatorFixedDataColapse_3,.TextBlock_LineSeparatorTrnSummaryColapse_3,.TextBlock_LineSeparatorTrnTabularColapse_3,.TextBlock_LineSeparatorAttributesSectionColapse_4,.TextBlock_LineSeparatorFilterColapse_4,.TextBlock_LineSeparatorFixedDataColapse_4,.TextBlock_LineSeparatorTrnSummaryColapse_4,.TextBlock_LineSeparatorTrnTabularColapse_4,.TextBlock_LineSeparatorAttributesSectionColapse_5,.TextBlock_LineSeparatorFilterColapse_5,.TextBlock_LineSeparatorFixedDataColapse_5,.TextBlock_LineSeparatorTrnSummaryColapse_5,.TextBlock_LineSeparatorTrnTabularColapse_5,.TextBlock_LineSeparatorAttributesSectionColapse_6,.TextBlock_LineSeparatorFilterColapse_6,.TextBlock_LineSeparatorFixedDataColapse_6,.TextBlock_LineSeparatorTrnSummaryColapse_6,.TextBlock_LineSeparatorTrnTabularColapse_6,.TextBlock_LineSeparatorAttributesSectionColapse_7,.TextBlock_LineSeparatorFilterColapse_7,.TextBlock_LineSeparatorFixedDataColapse_7,.TextBlock_LineSeparatorTrnSummaryColapse_7,.TextBlock_LineSeparatorTrnTabularColapse_7,.TextBlock_LineSeparatorAttributesSectionColapse_8,.TextBlock_LineSeparatorFilterColapse_8,.TextBlock_LineSeparatorFixedDataColapse_8,.TextBlock_LineSeparatorTrnSummaryColapse_8,.TextBlock_LineSeparatorTrnTabularColapse_8,.TextBlock_LineSeparatorAttributesSectionColapse_9,.TextBlock_LineSeparatorFilterColapse_9,.TextBlock_LineSeparatorFixedDataColapse_9,.TextBlock_LineSeparatorTrnSummaryColapse_9,.TextBlock_LineSeparatorTrnTabularColapse_9,.TextBlock_LineSeparatorAttributesSectionColapse_10,.TextBlock_LineSeparatorFilterColapse_10,.TextBlock_LineSeparatorFixedDataColapse_10,.TextBlock_LineSeparatorTrnSummaryColapse_10,.TextBlock_LineSeparatorTrnTabularColapse_10,.TextBlock_LineSeparatorAttributesSectionColapse,.TextBlock_LineSeparatorFilterColapse,.TextBlock_LineSeparatorFixedDataColapse,.TextBlock_LineSeparatorTrnFreeStyleColapse,.TextBlock_LineSeparatorTrnSummaryColapse,.TextBlock_LineSeparatorTrnTabularColapse,.TextBlock_LineSeparatorHighlightedColapse,.TextBlock_LineSeparatorClose,.TextBlock_LineSeparatorOpen
{
	float: left;
	margin-bottom: 0px;
	margin-left: 23px;
	margin-right: 13px;
	margin-top: -1px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #28808f;
}
.TextBlock_LineSeparatorAttributesSectionColapse
{
	background-color: #f7f7f7;
}
.TextBlock_LevelHeaderTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #404040;
}
.TextBlock_RightText
{
	float: left;
	font-size: 9pt;
	font-style: italic;
	color: #000;
}
.TextBlock_LeftText
{
	float: left;
	font-size: 9pt;
	font-style: italic;
	color: #000;
}
.TextBlock_MenuItem
{
	border-bottom-color: #000;
	font-size: 12pt;
	color: #666;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.TextBlock_User
{
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}
.TextBlock_MenuTitle
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #c0401d;
	border-bottom-color: #96462f;
	border-left-color: #96462f;
	border-right-color: #96462f;
	border-top-color: #96462f;
	border-style: solid;
	border-width: 2px;
	font-size: 12pt;
	color: white;
	border-radius: 10px 10px 0px 0px;
}
.TextBlock_Header_WelcomeMessage
{
	padding-right: 5px;
	padding-top: 38px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.TextBlock_AttDesc_Required
{
	float: left;
	text-decoration: none;
}
.MenuLabel
{
	padding-right: 3pt;
	font-family: Arial;
	font-size: 8pt;
	color: black;
}
.MenuReadOnlyAttribute
{
	padding-right: 3pt;
	font-family: Tahoma, sans-serif;
	font-size: 8.25pt;
	font-weight: bold;
	color: #e0e0e0;
}
.Label,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.gx-label.AttributeLabel,.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.AttLabelLabel,.gx-label.ReadonlyAttLabelLabel,.gx-label.BlobInputAttLabelLabel,.gx-label.BlobContentAttLabelLabel,.gx-label.ReadonlyBlobContentAttLabelLabel,.gx-label.AttCheckBoxLabel,.gx-label.ReadonlyAttCheckBoxLabel,.gx-label.BlobInputAttCheckBoxLabel,.gx-label.BlobContentAttCheckBoxLabel,.gx-label.ReadonlyBlobContentAttCheckBoxLabel,.gx-label.FreeStyleAttributeLabel,.gx-label.ReadonlyFreeStyleAttributeLabel,.gx-label.BlobInputFreeStyleAttributeLabel,.gx-label.BlobContentFreeStyleAttributeLabel,.gx-label.ReadonlyBlobContentFreeStyleAttributeLabel,.gx-label.FreeStyleSubtitleLabel,.gx-label.ReadonlyFreeStyleSubtitleLabel,.gx-label.BlobInputFreeStyleSubtitleLabel,.gx-label.BlobContentFreeStyleSubtitleLabel,.gx-label.ReadonlyBlobContentFreeStyleSubtitleLabel,.gx-label.FreeStyleTitleLabel,.gx-label.ReadonlyFreeStyleTitleLabel,.gx-label.BlobInputFreeStyleTitleLabel,.gx-label.BlobContentFreeStyleTitleLabel,.gx-label.ReadonlyBlobContentFreeStyleTitleLabel,.gx-label.PromptAttributeLabel,.gx-label.ViewAttributeLabel,.gx-label.ReadOnlyAttribute_2Label,.gx-label.Attribute_FixedData_2Label,.gx-label.AttributeMessageLabel,.gx-label.BlobContentAttributeMessageLabel,.gx-label.ReadonlyBlobContentAttributeMessageLabel,.gx-label.BlobInputAttributeMessageLabel,.gx-label.ReadonlyAttributeMessageLabel,.gx-label.AttributeMessageErrorLabel,.gx-label.BlobContentAttributeMessageErrorLabel,.gx-label.ReadonlyBlobContentAttributeMessageErrorLabel,.gx-label.BlobInputAttributeMessageErrorLabel,.gx-label.ReadonlyAttributeMessageErrorLabel,.gx-label.AttributeMessageWarningLabel,.gx-label.BlobContentAttributeMessageWarningLabel,.gx-label.ReadonlyBlobContentAttributeMessageWarningLabel,.gx-label.BlobInputAttributeMessageWarningLabel,.gx-label.ReadonlyAttributeMessageWarningLabel,.gx-label.AtributteCheckBoxLabel,.gx-label.BlobContentAtributteCheckBoxLabel,.gx-label.ReadonlyBlobContentAtributteCheckBoxLabel,.gx-label.BlobInputAtributteCheckBoxLabel,.gx-label.ReadonlyAtributteCheckBoxLabel,.gx-label.CheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.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_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_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.CheckBoxAtributteLabel,.gx-label.(nonte)Label,.gx-label.20Label,.gx-label.ReadonlyAttributeConBordeLabel,.gx-label.AttRefTextoLabel,.gx-label.BlobContentAttRefTextoLabel,.gx-label.ReadonlyBlobContentAttRefTextoLabel,.gx-label.BlobInputAttRefTextoLabel,.gx-label.ReadonlyAttRefTextoLabel,.gx-label.AttRefTexto2Label,.gx-label.BlobContentAttRefTexto2Label,.gx-label.ReadonlyBlobContentAttRefTexto2Label,.gx-label.BlobInputAttRefTexto2Label,.gx-label.ReadonlyAttRefTexto2Label,.gx-label.TituloLabel,.gx-label.BlobContentTituloLabel,.gx-label.ReadonlyBlobContentTituloLabel,.gx-label.BlobInputTituloLabel,.gx-label.ReadonlyTituloLabel,.gx-label.ErrorLabel,.gx-label.BlobContentErrorLabel,.gx-label.ReadonlyBlobContentErrorLabel,.gx-label.BlobInputErrorLabel,.gx-label.ReadonlyErrorLabel,.gx-label.PrgNombreLabel,.gx-label.ReadonlyPrgNombreLabel,.gx-label.PrgTituloLabel,.gx-label.ReadonlyPrgTituloLabel,.gx-label.ResaltadoLabel,.gx-label.ReadonlyResaltadoLabel,.gx-label.ReadonlyAttributeItalicLabel,.gx-label.ObligatorioLabel,.gx-label.BlobContentObligatorioLabel,.gx-label.ReadonlyBlobContentObligatorioLabel,.gx-label.BlobInputObligatorioLabel,.gx-label.ReadonlyObligatorioLabel,.gx-label.AttRadioButtonLabel,.gx-label.ReadonlyAttRadioButtonLabel,.gx-label.BlobInputAttRadioButtonLabel,.gx-label.BlobContentAttRadioButtonLabel,.gx-label.ReadonlyBlobContentAttRadioButtonLabel,.gx-label.AttYlwLabel,.gx-label.BlobContentAttYlwLabel,.gx-label.ReadonlyBlobContentAttYlwLabel,.gx-label.BlobInputAttYlwLabel,.gx-label.ReadonlyAttYlwLabel,.gx-label.AttGrnLabel,.gx-label.BlobContentAttGrnLabel,.gx-label.ReadonlyBlobContentAttGrnLabel,.gx-label.BlobInputAttGrnLabel,.gx-label.ReadonlyAttGrnLabel,.gx-label.AttRedLabel,.gx-label.BlobContentAttRedLabel,.gx-label.ReadonlyBlobContentAttRedLabel,.gx-label.BlobInputAttRedLabel,.gx-label.ReadonlyAttRedLabel,.gx-label.AttributeSinBordeLabel,.gx-label.BlobContentAttributeSinBordeLabel,.gx-label.ReadonlyBlobContentAttributeSinBordeLabel,.gx-label.BlobInputAttributeSinBordeLabel,.gx-label.ReadonlyAttributeSinBordeLabel,.gx-label.AttributeVideoWallLabel,.gx-label.BlobContentAttributeVideoWallLabel,.gx-label.ReadonlyBlobContentAttributeVideoWallLabel,.gx-label.BlobInputAttributeVideoWallLabel,.gx-label.ReadonlyAttributeVideoWallLabel,.gx-label.AttBusquedaCombinadaLabel,.gx-label.BlobContentAttBusquedaCombinadaLabel,.gx-label.ReadonlyBlobContentAttBusquedaCombinadaLabel,.gx-label.BlobInputAttBusquedaCombinadaLabel,.gx-label.ReadonlyAttBusquedaCombinadaLabel,.gx-label.ColumnaEpisodioLabel,.gx-label.BlobContentColumnaEpisodioLabel,.gx-label.ReadonlyBlobContentColumnaEpisodioLabel,.gx-label.BlobInputColumnaEpisodioLabel,.gx-label.ReadonlyColumnaEpisodioLabel,.gx-label.AttributeDisplayBlockLabel,.gx-label.BlobContentAttributeDisplayBlockLabel,.gx-label.ReadonlyBlobContentAttributeDisplayBlockLabel,.gx-label.BlobInputAttributeDisplayBlockLabel,.gx-label.ReadonlyAttributeDisplayBlockLabel,.gx-label.FixedAttributeLabel,.gx-label.ReadonlyFixedAttributeLabel,.gx-label.Novedades_SubTituloLabel,.gx-label.Attribute_GrdLabel,.gx-label.DinamicCombo_ErrLabel,.gx-label.ErrorAttLabel,.gx-label.Attribute_SeleccionadoLabel,.gx-label.BlobContentAttribute_SeleccionadoLabel,.gx-label.ReadonlyBlobContentAttribute_SeleccionadoLabel,.gx-label.ReadonlyAttribute_SeleccionadoLabel,.gx-label.BlobInputAttribute_SeleccionadoLabel,.gx-label.AttributeGridLabel,.gx-label.ReadonlyAttribute_TrnCustomLabel,.gx-label.ReadonlyAttribute_Trn1Label,.gx-label.Attribute_TrnWebLabel,.gx-label.ReadonlyAttribute_TrnBoldLabel,.gx-label.Attribute_HCLabel,.gx-label.BlobContentAttribute_HCLabel,.gx-label.ReadonlyBlobContentAttribute_HCLabel,.gx-label.BlobInputAttribute_HCLabel,.gx-label.ReadonlyAttribute_HCLabel,.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.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.UpdateAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.Attribute_TrnLabel,.gx-label.Attribute_TextoLargoLabel,.gx-label.BlobContentAttribute_TextoLargoLabel,.gx-label.ReadonlyBlobContentAttribute_TextoLargoLabel,.gx-label.BlobInputAttribute_TextoLargoLabel,.gx-label.ReadonlyAttribute_TextoLargoLabel,.gx-label.Attribute_TrnBackLabel,.gx-label.BlobContentAttribute_TrnBackLabel,.gx-label.ReadonlyBlobContentAttribute_TrnBackLabel,.gx-label.BlobInputAttribute_TrnBackLabel,.gx-label.ReadonlyAttribute_TrnBackLabel,.gx-label.Attribute_TrnErrorLabel,.gx-label.BlobContentAttribute_TrnErrorLabel,.gx-label.ReadonlyBlobContentAttribute_TrnErrorLabel,.gx-label.BlobInputAttribute_TrnErrorLabel,.gx-label.ReadonlyAttribute_TrnErrorLabel,.gx-label.Attribute_TrnOkLabel,.gx-label.BlobContentAttribute_TrnOkLabel,.gx-label.ReadonlyBlobContentAttribute_TrnOkLabel,.gx-label.BlobInputAttribute_TrnOkLabel,.gx-label.ReadonlyAttribute_TrnOkLabel,.gx-label.ReadonlyAttribute_Trn_NoBkgLabel,.gx-label.ReadonlyAttribute_Trn_SinPaddingTopLabel,.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.ReadonlyAttribute_TrnWebLabel,.gx-label.TrnAttributeLabel,.gx-label.BlobContentTrnAttributeLabel,.gx-label.ReadonlyBlobContentTrnAttributeLabel,.gx-label.BlobInputTrnAttributeLabel,.gx-label.ReadonlyTrnAttributeLabel,.gx-label.ReadonlyTrnAttributeRedLabel,.gx-label.BlobContentReadonlyTrnAttributeRedLabel,.gx-label.ReadonlyBlobContentReadonlyTrnAttributeRedLabel,.gx-label.ReadonlyReadonlyTrnAttributeRedLabel,.gx-label.BlobInputReadonlyTrnAttributeRedLabel,.gx-label.Attribute_ActionLabel,.gx-label.CheckBoxAttributeLabel,.gx-label.ReadOnlyCheckBoxAttributeLabel,.gx-label.ReadOnlyAttribute_ActionLabel,.gx-label.Attribute_FilterLabel,.gx-label.Attribute_FilterCheckLabel,.gx-label.BlobContentAttribute_FilterCheckLabel,.gx-label.ReadonlyBlobContentAttribute_FilterCheckLabel,.gx-label.BlobInputAttribute_FilterCheckLabel,.gx-label.ReadonlyAttribute_FilterCheckLabel,.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.Attribute_FormSection_2Label,.gx-label.BlobContentAttribute_FormSection_2Label,.gx-label.ReadonlyBlobContentAttribute_FormSection_2Label,.gx-label.BlobInputAttribute_FormSection_2Label,.gx-label.ReadonlyAttribute_FormSection_2Label,.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.Attribute_Combo_OrderBy_2Label,.gx-label.BlobContentAttribute_Combo_OrderBy_2Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_2Label,.gx-label.BlobInputAttribute_Combo_OrderBy_2Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_2Label,.gx-label.Attribute_Combo_OrderBy_3Label,.gx-label.BlobContentAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_3Label,.gx-label.BlobInputAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_3Label,.gx-label.Attribute_Combo_OrderBy_4Label,.gx-label.BlobContentAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_4Label,.gx-label.BlobInputAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_4Label,.gx-label.Attribute_Combo_OrderBy_5Label,.gx-label.BlobContentAttribute_Combo_OrderBy_5Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_5Label,.gx-label.BlobInputAttribute_Combo_OrderBy_5Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_5Label,.gx-label.Attribute_Combo_OrderBy_6Label,.gx-label.BlobContentAttribute_Combo_OrderBy_6Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_6Label,.gx-label.BlobInputAttribute_Combo_OrderBy_6Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_6Label,.gx-label.Attribute_Combo_OrderBy_7Label,.gx-label.BlobContentAttribute_Combo_OrderBy_7Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_7Label,.gx-label.BlobInputAttribute_Combo_OrderBy_7Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_7Label,.gx-label.Attribute_Combo_OrderBy_8Label,.gx-label.BlobContentAttribute_Combo_OrderBy_8Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_8Label,.gx-label.BlobInputAttribute_Combo_OrderBy_8Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_8Label,.gx-label.Attribute_Combo_OrderBy_9Label,.gx-label.BlobContentAttribute_Combo_OrderBy_9Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_9Label,.gx-label.BlobInputAttribute_Combo_OrderBy_9Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_9Label,.gx-label.Attribute_Combo_SinBordeLabel,.gx-label.BlobContentAttribute_Combo_SinBordeLabel,.gx-label.ReadonlyBlobContentAttribute_Combo_SinBordeLabel,.gx-label.BlobInputAttribute_Combo_SinBordeLabel,.gx-label.ReadonlyAttribute_Combo_SinBordeLabel,.gx-label.Attribute_Combo_OrderBy_10Label,.gx-label.BlobContentAttribute_Combo_OrderBy_10Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_10Label,.gx-label.BlobInputAttribute_Combo_OrderBy_10Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_10Label,.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.Attribute_SurLabel,.gx-label.BlobContentAttribute_SurLabel,.gx-label.ReadonlyBlobContentAttribute_SurLabel,.gx-label.BlobInputAttribute_SurLabel,.gx-label.ReadonlyAttribute_SurLabel,.gx-label.Attribute_Grid_NoWrapLabel,.gx-label.BlobContentAttribute_Grid_NoWrapLabel,.gx-label.ReadonlyBlobContentAttribute_Grid_NoWrapLabel,.gx-label.BlobInputAttribute_Grid_NoWrapLabel,.gx-label.ReadonlyAttribute_Grid_NoWrapLabel,.gx-label.Attribute_Grid_ScrollLabel,.gx-label.BlobContentAttribute_Grid_ScrollLabel,.gx-label.ReadonlyBlobContentAttribute_Grid_ScrollLabel,.gx-label.BlobInputAttribute_Grid_ScrollLabel,.gx-label.ReadonlyAttribute_Grid_ScrollLabel,.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_Grid_BajaLabel,.gx-label.BlobContentAttribute_Grid_BajaLabel,.gx-label.ReadonlyBlobContentAttribute_Grid_BajaLabel,.gx-label.BlobInputAttribute_Grid_BajaLabel,.gx-label.ReadonlyAttribute_Grid_BajaLabel,.gx-label.Attribute_Grid_SuspendidoLabel,.gx-label.BlobContentAttribute_Grid_SuspendidoLabel,.gx-label.ReadonlyBlobContentAttribute_Grid_SuspendidoLabel,.gx-label.BlobInputAttribute_Grid_SuspendidoLabel,.gx-label.ReadonlyAttribute_Grid_SuspendidoLabel,.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.ReadonlyAttribute_ColorRedLabel,.gx-label.BlobContentReadonlyAttribute_ColorRedLabel,.gx-label.ReadonlyBlobContentReadonlyAttribute_ColorRedLabel,.gx-label.ReadonlyReadonlyAttribute_ColorRedLabel,.gx-label.BlobInputReadonlyAttribute_ColorRedLabel,.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.ErrorAttribute_TrnDateLabel,.gx-label.BlobContentErrorAttribute_TrnDateLabel,.gx-label.ReadonlyBlobContentErrorAttribute_TrnDateLabel,.gx-label.BlobInputErrorAttribute_TrnDateLabel,.gx-label.ReadonlyErrorAttribute_TrnDateLabel,.gx-label.BlobContentErrorAttribute_TrnLabel,.gx-label.ReadonlyBlobContentErrorAttribute_TrnLabel,.gx-label.BlobInputErrorAttribute_TrnLabel,.gx-label.ReadonlyErrorAttribute_TrnLabel,.gx-label.MenuAttributeLabel,.gx-label.ReadonlyMenuAttributeLabel,.gx-label.BlobInputMenuAttributeLabel,.gx-label.BlobContentMenuAttributeLabel,.gx-label.ReadonlyBlobContentMenuAttributeLabel,.gx-label.Attribute_LoginLabel,.gx-label.BlobContentAttribute_LoginLabel,.gx-label.ReadonlyBlobContentAttribute_LoginLabel,.gx-label.BlobInputAttribute_LoginLabel,.gx-label.ReadonlyAttribute_LoginLabel,.gx-label.Attribute_NovedadesLabel,.gx-label.BlobContentAttribute_NovedadesLabel,.gx-label.ReadonlyBlobContentAttribute_NovedadesLabel,.gx-label.BlobInputAttribute_NovedadesLabel,.gx-label.ReadonlyAttribute_NovedadesLabel,.gx-label.Attribute_Novedades_TituloLabel,.gx-label.BlobContentAttribute_Novedades_TituloLabel,.gx-label.ReadonlyBlobContentAttribute_Novedades_TituloLabel,.gx-label.BlobInputAttribute_Novedades_TituloLabel,.gx-label.ReadonlyAttribute_Novedades_TituloLabel,.gx-label.Attribute_Novedades_SubTituloLabel,.gx-label.BlobContentAttribute_Novedades_SubTituloLabel,.gx-label.ReadonlyBlobContentAttribute_Novedades_SubTituloLabel,.gx-label.BlobInputAttribute_Novedades_SubTituloLabel,.gx-label.ReadonlyAttribute_Novedades_SubTituloLabel,.gx-label.Attribute_Novedades_TextoLabel,.gx-label.BlobContentAttribute_Novedades_TextoLabel,.gx-label.ReadonlyBlobContentAttribute_Novedades_TextoLabel,.gx-label.BlobInputAttribute_Novedades_TextoLabel,.gx-label.ReadonlyAttribute_Novedades_TextoLabel,.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
{
	padding-right: 3pt;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #666;
}
.Title,.Title2,.TitleRed,.TitleSmall,.BigTitle,.SubTitle,.SubSubTitle
{
	padding-right: 3pt;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #404040;
}
.SubTitle,.SubSubTitle
{
	box-sizing: border-box;
	padding-top: 5pt;
	-moz-box-sizing: border-box;
	font-size: 10pt;
	height: 30px;
}
.SelectedTab
{
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	-moz-box-sizing: border-box;
	background-image: url(../ThemaSATSAID/selectedTab.gif);
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
	height: 25px;
	vertical-align: middle;
}
.UnSelectedTab,.ReadOnlyUnSelectedTab
{
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	-moz-box-sizing: border-box;
	background-color: white;
	background-image: url(../UnSelectedTab.gif);
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #404040;
	height: 25px;
	vertical-align: middle;
}
.RecentLink
{
	color: white;
}
.ErrorViewer,.ErrorViewerNew,.K2BError,.K2BMessage,.K2BConfirmation,.K2BWarning,.ErrorViewerHeader
{
	list-style-image: none;
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #d33614;
}
.K2BMessage,.K2BConfirmation
{
	color: green;
}
.K2BWarning
{
	color: #ff8000;
}
.ErrorViewerHeader
{
	white-space: nowrap;
	font-family: "Microsoft Sans Serif";
	font-size: 9pt;
	font-variant: normal;
	font-weight: normal;
	color: #e0e0e0;
}
.FreeStyleGrid,.VerticalTabGrid,.FreeStyleGridReport,.TrnSublevelGrid,.RecentLinksGrid,.NovedadesLista,.IrAPagina,.LinksRecientes,.FreeStyleGridTabContainer,.FreeStyleCompacta,.FreeStyle_RecentLinks,.FreeStyleGrid_Transaction,.K2BFreeStyle,.FreeStyleGrid_WPB,.FreeStyleGrid_WPB100,.FreeStyleGrid_Menu,.FreeStyleGrid_SearchResult
{
	background-image: none;
	border-style: none;
	border-width: 0px;
}

.FreeStyleGridUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.VerticalTabGridUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.VerticalTabGridOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.VerticalTabGridEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridReportUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridReportOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridReportEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.TrnSublevelGridUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.TrnSublevelGridOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.TrnSublevelGridEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.RecentLinksGridUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.RecentLinksGridOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.RecentLinksGridEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.NovedadesListaUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.NovedadesListaOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.NovedadesListaEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.IrAPaginaUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.IrAPaginaOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.IrAPaginaEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.LinksRecientesUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.LinksRecientesOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.LinksRecientesEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridTabContainerUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridTabContainerOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGridTabContainerEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleCompactaUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleCompactaOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleCompactaEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyle_RecentLinksUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyle_RecentLinksOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyle_RecentLinksEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_Transaction,.K2BFreeStyle
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	width: 100%;
}

.FreeStyleGrid_TransactionUniform
{
	background-color: #f7f7f7;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_TransactionOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #fbfae0;
}

.FreeStyleGrid_TransactionEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #fdfdef;
}

.FreeStyleGrid_TransactionUniformTitle
{
	background-color: #f7f7f7;
}

.K2BFreeStyleUniform
{
	background-color: #f7f7f7;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.K2BFreeStyleOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #fbfae0;
}

.K2BFreeStyleEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #fdfdef;
}

.K2BFreeStyleUniformTitle
{
	background-color: #f7f7f7;
}

.FreeStyleGrid_WPBUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_WPBOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_WPBEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_WPB100
{
	width: 100%;
}

.FreeStyleGrid_WPB100Uniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_WPB100Odd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_WPB100Even
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_Menu
{
	background-color: white;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.FreeStyleGrid_MenuUniform
{
	background-color: #808285;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

.FreeStyleGrid_MenuOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #808285;
}

.FreeStyleGrid_MenuEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	background-color: #808285;
}

.FreeStyleGrid_MenuUniformTitle
{
	background-color: #808285;
}

.FreeStyleGrid_SearchResult
{
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultUniform
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultOdd
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultEven
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultUniformTitle
{
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultTitle
{
	table-layout: fixed;
}

.FreeStyleGrid_SearchResultFooter
{
	table-layout: fixed;
}

.Hyperlink,.K2BHyperLink,.link,.linkmenu,.linktabs
{
	border-style: none;
	border-width: 0px;
	font-family: Tahoma;
	color: #374e70;
}
.Messages,.ErrorMessages,.WarningMessages
{
	background-color: #ffffe1;
	border-bottom-color: #716f64;
	border-left-color: #716f64;
	border-right-color: #716f64;
	border-top-color: #716f64;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-family: Baskerville, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.ErrorMessages
{
	background-color: #d84a38;
	border-bottom-color: #d84a38;
	border-left-color: #d84a38;
	border-right-color: #d84a38;
	border-top-color: #d84a38;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: "Verdana";
	font-size: 12px;
	color: #fff;
}
.WarningMessages
{
	background-color: #f58026;
	border-bottom-color: #f58026;
	border-left-color: #f58026;
	border-right-color: #f58026;
	border-top-color: #f58026;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: "Verdana";
	font-size: 12px;
	color: #fff;
}
.Section,.TabContainer,.Section_Basic_DisplayNone_2,.Section_GridPagingOrderBy,.Section_FormSectionLeftContainer_2,.Section_FormSectionRightContainer_2,.Section_ContextHelpMargin_2,.Section_ContextHelpMargin_3,.Section_ContextHelpMargin_4,.Section_ContextHelpMargin_5,.Section_ContextHelpMargin_6,.Section_ContextHelpMargin_7,.Content_Center_SF,.Header_SF,.HeaderTopSF,.TopTramitesTituloSF,.Content_Tramites_Gray_SF,.Top_Tramites_Opinion_SF,.Organismo_SF,.Campo_Texto_Titulo_SF,.Footer_SF,.Menu_1024_SF,.Header_URL_SF,.header-mid_SF,.header-top_SF,.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.WWFiltersCell,.OrdersCell,.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell,.PromptAdvancedBarCellCompact,.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced,.ToggleCell,.VerticalCenteredCell,.WhiteBackground,.K2BToolsTable_GridSettingsContainer,.K2BToolsTable_MyAccountContainer,.K2BContextHelp,.K2BToolsTable_AttributeContainer,.Section_MenuTreeView,.Section_ContextHelpMargin_8,.SeccionBordeRedondeado,.InfoBlock,.SeccionConRecuadro,.Section_ContextHelpMargin_9,.Section_Basic,.Section_Basic_FloatRight,.Section_Basic_Padding_10px,.Section_Basic_FloatLeft,.Section_Basic_Margin_Left_10px,.Section_Basic_FloatNone,.Section_Basic_ClearLeft,.Section_Basic_ClearRight,.Section_Basic_ClearBoth,.Section_Basic_FloatLeft_ClearLeft,.Section_Basic_Margin_10px,.Section_Basic_Margin_Left_Right_Bottom,.Section_Basic_Marging_Top,.Section_Basic_Marging_TopContainer,.Section_Basic_Marging_Top_Padding_L_R,.Section_Basic_Margin_Bottom,.Section_Basic_Margin_Right,.Section_Basic_DisplayNone,.Section_LineSeparatorContentClose,.Section_Basic_Composer_Rounded,.Section_Basic_Composer_Rounded_tr,.Section_Basic_Composer_Rounded_bl,.Section_Basic_Composer_Rounded_br,.Section_Basic_Margin_Left_Right,.Section_Basic_Margin_Left_Right_Top,.Section_Basic_TextAlign_Right,.Section_Basic_Border_M_Left_Right_Top,.Section_Basic_Padding_Left_Right,.Section_Basic_Padding_3px,.Section_Basic_Width100,.Section_HeaderActions,.Section_WelcomeMessage,.Background_Header,.Section_repeatX,.Section_repeatX_RedLine21px,.Section_RecentLink,.Section_repeatX_BGTitle,.Section_FixedDataTitle,.Section_LineSeparator,.Section_LineSeparatorFixedData,.Section_LineSeparatorFilter,.Section_LineSeparatorTrnTabular,.Section_LineSeparatorAttributesSection,.Section_LineSeparatorTrnFreeStyle,.Section_LineSeparatorTrnSummary,.Section_LineSeparatorHighlighted,.Section_LineSeparatorContent,.Section_Actions,.Section_ActionsTopRight,.Section_ActionsTop,.Section_Filters,.Section_FiltersHeader,.Section_FiltersHeaderClose,.Section_TabHeader,.Section_TabTitle,.Section_TabbedView,.Section_TabbedViewSearch,.Section_TrnMain,.Section_TrnLevelContainer,.Section_TrnFreeStyleContainer,.Section_TrnGridContainer,.Section_DataAreaContainer,.Section_ErrorViewer,.Section_ActionsBottomTrn,.Section_LevelHeader,.Section_LevelHeaderColapse,.Section_FreeStyleLevelHeaderColapse,.Section_GridLevelHeaderColapse,.Section_LevelHeaderOpen,.Section_FreeStyleLevelHeaderOpen,.Section_GridLevelHeaderOpen,.Section_LevelContent,.Section_FreeStyleLevelContent,.Section_GridLevelContent,.Section_Colapse,.Section_FreeStyleLevelContentColapse_2,.Section_GridLevelContentColapse_2,.Section_FreeStyleLevelContentColapse_3,.Section_GridLevelContentColapse_3,.Section_FreeStyleLevelContentColapse_4,.Section_GridLevelContentColapse_4,.Section_FreeStyleLevelContentColapse_5,.Section_GridLevelContentColapse_5,.Section_FreeStyleLevelContentColapse_6,.Section_GridLevelContentColapse_6,.Section_FreeStyleLevelContentColapse_7,.Section_GridLevelContentColapse_7,.Section_FreeStyleLevelContentColapse_8,.Section_GridLevelContentColapse_8,.Section_FreeStyleLevelContentColapse_9,.Section_GridLevelContentColapse_9,.Section_FreeStyleLevelContentColapse_10,.Section_GridLevelContentColapse_10,.Section_FreeStyleLevelContentColapse,.Section_GridLevelContentColapse,.Section_ContextHelp,.Section_ContextHelpMargin,.Section_LineSeparatorColapse,.Section_LineSeparatorColapseClose,.Section_LineSeparatorFilterColapseClose_2,.Section_LineSeparatorFixedDataColapseClose_2,.Section_LineSeparatorTrnTabularColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_2,.Section_LineSeparatorTrnSummaryColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_3,.Section_LineSeparatorFilterColapseClose_3,.Section_LineSeparatorFixedDataColapseClose_3,.Section_LineSeparatorTrnTabularColapseClose_3,.Section_LineSeparatorTrnSummaryColapseClose_3,.Section_LineSeparatorAttributesSectionColapseClose_4,.Section_LineSeparatorFilterColapseClose_4,.Section_LineSeparatorFixedDataColapseClose_4,.Section_LineSeparatorTrnTabularColapseClose_4,.Section_LineSeparatorTrnSummaryColapseClose_4,.Section_LineSeparatorAttributesSectionColapseClose_5,.Section_LineSeparatorFilterColapseClose_5,.Section_LineSeparatorFixedDataColapseClose_5,.Section_LineSeparatorTrnTabularColapseClose_5,.Section_LineSeparatorTrnSummaryColapseClose_5,.Section_LineSeparatorAttributesSectionColapseClose_6,.Section_LineSeparatorFilterColapseClose_6,.Section_LineSeparatorFixedDataColapseClose_6,.Section_LineSeparatorTrnTabularColapseClose_6,.Section_LineSeparatorTrnSummaryColapseClose_6,.Section_LineSeparatorAttributesSectionColapseClose_7,.Section_LineSeparatorFilterColapseClose_7,.Section_LineSeparatorFixedDataColapseClose_7,.Section_LineSeparatorTrnTabularColapseClose_7,.Section_LineSeparatorTrnSummaryColapseClose_7,.Section_LineSeparatorAttributesSectionColapseClose_8,.Section_LineSeparatorFilterColapseClose_8,.Section_LineSeparatorFixedDataColapseClose_8,.Section_LineSeparatorTrnTabularColapseClose_8,.Section_LineSeparatorTrnSummaryColapseClose_8,.Section_LineSeparatorAttributesSectionColapseClose_9,.Section_LineSeparatorFilterColapseClose_9,.Section_LineSeparatorFixedDataColapseClose_9,.Section_LineSeparatorTrnTabularColapseClose_9,.Section_LineSeparatorTrnSummaryColapseClose_9,.Section_LineSeparatorAttributesSectionColapseClose_10,.Section_LineSeparatorFilterColapseClose_10,.Section_LineSeparatorFixedDataColapseClose_10,.Section_LineSeparatorTrnTabularColapseClose_10,.Section_LineSeparatorTrnSummaryColapseClose_10,.Section_LineSeparatorAttributesSectionColapseClose,.Section_LineSeparatorFilterColapseClose,.Section_LineSeparatorFixedDataColapseClose,.Section_LineSeparatorTrnFreeStyleColapseClose,.Section_LineSeparatorTrnTabularColapseClose,.Section_LineSeparatorTrnSummaryColapseClose,.Section_LineSeparatorHighlightedColapseClose,.Section_LineSeparatorClose,.Section_LineSeparatorColapseOpen,.Section_LineSeparatorFilterColapseOpen_2,.Section_LineSeparatorFixedDataColapseOpen_2,.Section_LineSeparatorTrnTabularColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_2,.Section_LineSeparatorTrnSummaryColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_3,.Section_LineSeparatorFilterColapseOpen_3,.Section_LineSeparatorFixedDataColapseOpen_3,.Section_LineSeparatorTrnTabularColapseOpen_3,.Section_LineSeparatorTrnSummaryColapseOpen_3,.Section_LineSeparatorAttributesSectionColapseOpen_4,.Section_LineSeparatorFilterColapseOpen_4,.Section_LineSeparatorFixedDataColapseOpen_4,.Section_LineSeparatorTrnTabularColapseOpen_4,.Section_LineSeparatorTrnSummaryColapseOpen_4,.Section_LineSeparatorAttributesSectionColapseOpen_5,.Section_LineSeparatorFilterColapseOpen_5,.Section_LineSeparatorFixedDataColapseOpen_5,.Section_LineSeparatorTrnTabularColapseOpen_5,.Section_LineSeparatorTrnSummaryColapseOpen_5,.Section_LineSeparatorAttributesSectionColapseOpen_6,.Section_LineSeparatorFilterColapseOpen_6,.Section_LineSeparatorFixedDataColapseOpen_6,.Section_LineSeparatorTrnTabularColapseOpen_6,.Section_LineSeparatorTrnSummaryColapseOpen_6,.Section_LineSeparatorAttributesSectionColapseOpen_7,.Section_LineSeparatorFilterColapseOpen_7,.Section_LineSeparatorFixedDataColapseOpen_7,.Section_LineSeparatorTrnTabularColapseOpen_7,.Section_LineSeparatorTrnSummaryColapseOpen_7,.Section_LineSeparatorAttributesSectionColapseOpen_8,.Section_LineSeparatorFilterColapseOpen_8,.Section_LineSeparatorFixedDataColapseOpen_8,.Section_LineSeparatorTrnTabularColapseOpen_8,.Section_LineSeparatorTrnSummaryColapseOpen_8,.Section_LineSeparatorAttributesSectionColapseOpen_9,.Section_LineSeparatorFilterColapseOpen_9,.Section_LineSeparatorFixedDataColapseOpen_9,.Section_LineSeparatorTrnTabularColapseOpen_9,.Section_LineSeparatorTrnSummaryColapseOpen_9,.Section_LineSeparatorAttributesSectionColapseOpen_10,.Section_LineSeparatorFilterColapseOpen_10,.Section_LineSeparatorFixedDataColapseOpen_10,.Section_LineSeparatorTrnTabularColapseOpen_10,.Section_LineSeparatorTrnSummaryColapseOpen_10,.Section_LineSeparatorAttributesSectionColapseOpen,.Section_LineSeparatorFilterColapseOpen,.Section_LineSeparatorFixedDataColapseOpen,.Section_LineSeparatorTrnFreeStyleColapseOpen,.Section_LineSeparatorTrnTabularColapseOpen,.Section_LineSeparatorTrnSummaryColapseOpen,.Section_LineSeparatorHighlightedColapseOpen,.Section_LineSeparatorOpen,.Section_FormSectionContainer,.Section_FormSectionRightContainer,.Section_FormSectionLeftContainer,.Section_FormSectionTopContainer,.Section_FormSectionBottomContainer,.Section_PagingGridOrderedby,.Section_Scroll,.Section_Header,.Section_Login,.Section_Center,.DashBoardItem,.DashBoardItemLast,.Spacer,.Section_Invisible,.Section_CondConf_Buttons,.Section_CondConf_Dialog,.Section_CondConf_DialogInner,.DashBoardContent,.Section_Nodisplay,.MapContainer,.Map,.MapVariable,.Section_PageBackground,.Section_AlignLeft,.Section_UserRegionEdit,.Section_USWMenuToolbar,.Section_USWMenuToolbar_Close,.Section_FloatLeft,.Section_FloatRigth,.Section_Menu,.Section_Menu_Content,.Section_Menu_Content_Off,.Section_Menu_Header,.Section_Menu_Header_Off,.Section_Menu_Row,.Section_Menu_Tools,.Section_ContentPlaceHolder,.Section_Grid,.Section_Menu_JSCook,.Section_K2BSearchResultNoItems,.Section_Card,.Section_SearchContainer,.Section_SearchResultImage,.selected,.tab_desc,.tabs_container,.tabs_control
{
	border-style: none;
	border-width: 0px;
	font-family: Tahoma;
	font-size: 8pt;
}
.Section_Basic_FloatRight
{
	float: right;
	height: 100%;
}
.Section_Basic_Padding_10px
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.Section_Basic_FloatLeft
{
	float: left;
}
.Section_Basic_Margin_Left_10px
{
	margin-left: 10px;
}
.Section_Basic_FloatNone
{
	float: none;
}
.Section_Basic_ClearLeft
{
	clear: left;
}
.Section_Basic_ClearRight
{
	clear: right;
}
.Section_Basic_ClearBoth
{
	clear: both;
}
.Section_Basic_FloatLeft_ClearLeft
{
	clear: left;
	float: left;
}
.Section_Basic_Margin_10px
{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.Section_Basic_Margin_Left_Right_Bottom
{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
.Section_Basic_Marging_Top,.Section_Basic_Marging_TopContainer,.Section_Basic_Marging_Top_Padding_L_R
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
.Section_Basic_Marging_Top_Padding_L_R
{
	padding-left: 10px;
	padding-right: 10px;
}
.Section_Basic_Margin_Bottom
{
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.Section_Basic_Margin_Right
{
	margin-right: 10px;
}
.Section_Basic_DisplayNone,.Section_LineSeparatorContentClose
{
	display: none;
}
.Section_Basic_Composer_Rounded,.Section_Basic_Composer_Rounded_tr,.Section_Basic_Composer_Rounded_bl,.Section_Basic_Composer_Rounded_br
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../ThemaSATSAID/K2B_Composer_Well.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.Section_Basic_Composer_Rounded_tr
{
	background-position: right top;
}
.Section_Basic_Composer_Rounded_bl
{
	background-position: left bottom;
}
.Section_Basic_Composer_Rounded_br
{
	background-position: right bottom;
}
.Section_Basic_Margin_Left_Right
{
	margin-left: 10px;
	margin-right: 10px;
}
.Section_Basic_Margin_Left_Right_Top
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.Section_Basic_TextAlign_Right
{
	text-align: right;
}
.Section_Basic_Padding_Left_Right
{
	padding-left: 10px;
	padding-right: 10px;
}
.Section_Basic_Padding_3px
{
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.Section_Basic_Width100
{
	width: 100%;
}
.Section_HeaderActions
{
	float: right;
	padding-right: 9px;
	padding-top: 9px;
}
.Section_WelcomeMessage
{
	float: right;
	padding-right: 5px;
	padding-top: 20px;
	height: 100%;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.Background_Header
{
	background-attachment: fixed;
	background-color: transparent;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-color: #2c3a43;
	border-left-color: #2c3a43;
	border-right-color: #2c3a43;
	border-top-color: #2c3a43;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 60px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.Section_repeatX,.Section_repeatX_RedLine21px,.Section_RecentLink,.Section_repeatX_BGTitle,.Section_FixedDataTitle
{
	background-repeat: repeat-x;
}
.Section_repeatX_RedLine21px,.Section_RecentLink
{
	background-image: url(../ThemaSATSAID/K2BHeaderBGPath.gif);
	height: 21px;
}
.Section_RecentLink
{
	background-color: #2d313d;
	background-image: none;
}
.Section_repeatX_BGTitle,.Section_FixedDataTitle
{
	background-image: url(../ThemaSATSAID/K2BBGTitle.gif);
	background-position: center top;
}
.Section_FixedDataTitle
{
	background-image: none;
	margin-bottom: 10px;
	height: 29px;
}
.Section_LineSeparator,.Section_LineSeparatorFixedData,.Section_LineSeparatorFilter,.Section_LineSeparatorTrnTabular,.Section_LineSeparatorAttributesSection,.Section_LineSeparatorTrnFreeStyle,.Section_LineSeparatorTrnSummary,.Section_LineSeparatorHighlighted,.Section_LineSeparatorContent
{
	background-repeat: no-repeat;
	border-bottom: 1px;
	border-bottom-color: #404040;
	border-style: solid;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 8px;
	height: 23px;
}
.Section_LineSeparatorFixedData
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorFilter
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorTrnTabular
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorAttributesSection
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorTrnFreeStyle
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorTrnSummary
{
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorHighlighted
{
	background-image: none;
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorContent
{
	border-bottom-color: #a9a9a9;
}
.Section_Actions,.Section_ActionsTopRight,.Section_ActionsTop
{
	background-color: #ececec;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.Section_ActionsTop
{
	background-color: #d2dae5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.Section_Filters
{
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.Section_FiltersHeader,.Section_FiltersHeaderClose
{
	font-weight: bold;
}
.Section_TabTitle
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.Section_TabbedView,.Section_TabbedViewSearch
{
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.Section_TabbedViewSearch
{
	background-color: #eee;
}
.Section_TrnMain,.Section_TrnLevelContainer,.Section_TrnFreeStyleContainer,.Section_TrnGridContainer,.Section_DataAreaContainer
{
	background-image: none;
}
.Section_ErrorViewer
{
	text-align: left;
}
.Section_ActionsBottomTrn
{
	margin-top: 10px;
}
.Section_LevelHeader,.Section_LevelHeaderColapse,.Section_FreeStyleLevelHeaderColapse,.Section_GridLevelHeaderColapse,.Section_LevelHeaderOpen,.Section_FreeStyleLevelHeaderOpen,.Section_GridLevelHeaderOpen
{
	background-image: none;
	margin-top: 10px;
	padding-left: 5px;
	height: 23px;
	cursor: pointer;
	color: #28808f;
	text-align: left;
	vertical-align: middle;
}
.Section_LevelHeaderColapse,.Section_FreeStyleLevelHeaderColapse,.Section_GridLevelHeaderColapse
{
	background-color: #fff;
	background-image: url(../ThemaSATSAID/K2B_Colapse_LineSeparator.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px;
	border-bottom-color: #28808f;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	margin-bottom: 3px;
	padding-left: 25px;
}
.Section_LevelHeaderOpen,.Section_FreeStyleLevelHeaderOpen,.Section_GridLevelHeaderOpen
{
	background-color: #fff;
	background-image: url(../ThemaSATSAID/K2B_Open_LineSeparator.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px;
	border-bottom-color: #28808f;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-bottom: 3px;
	padding-left: 25px;
}
.Section_Colapse,.Section_FreeStyleLevelContentColapse_2,.Section_GridLevelContentColapse_2,.Section_FreeStyleLevelContentColapse_3,.Section_GridLevelContentColapse_3,.Section_FreeStyleLevelContentColapse_4,.Section_GridLevelContentColapse_4,.Section_FreeStyleLevelContentColapse_5,.Section_GridLevelContentColapse_5,.Section_FreeStyleLevelContentColapse_6,.Section_GridLevelContentColapse_6,.Section_FreeStyleLevelContentColapse_7,.Section_GridLevelContentColapse_7,.Section_FreeStyleLevelContentColapse_8,.Section_GridLevelContentColapse_8,.Section_FreeStyleLevelContentColapse_9,.Section_GridLevelContentColapse_9,.Section_FreeStyleLevelContentColapse_10,.Section_GridLevelContentColapse_10,.Section_FreeStyleLevelContentColapse,.Section_GridLevelContentColapse
{
	display: none;
}
.Section_ContextHelp
{
	background-color: #a3a3a3;
	border-bottom-color: #a3a3a3;
	border-left-color: #a3a3a3;
	border-right-color: #a3a3a3;
	border-top-color: #a3a3a3;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(50,50,50,0.5);
	margin-right: 7px;
	margin-top: -4px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.Section_ContextHelpMargin
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.Section_LineSeparatorColapse,.Section_LineSeparatorColapseClose,.Section_LineSeparatorFilterColapseClose_2,.Section_LineSeparatorFixedDataColapseClose_2,.Section_LineSeparatorTrnTabularColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_2,.Section_LineSeparatorTrnSummaryColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_3,.Section_LineSeparatorFilterColapseClose_3,.Section_LineSeparatorFixedDataColapseClose_3,.Section_LineSeparatorTrnTabularColapseClose_3,.Section_LineSeparatorTrnSummaryColapseClose_3,.Section_LineSeparatorAttributesSectionColapseClose_4,.Section_LineSeparatorFilterColapseClose_4,.Section_LineSeparatorFixedDataColapseClose_4,.Section_LineSeparatorTrnTabularColapseClose_4,.Section_LineSeparatorTrnSummaryColapseClose_4,.Section_LineSeparatorAttributesSectionColapseClose_5,.Section_LineSeparatorFilterColapseClose_5,.Section_LineSeparatorFixedDataColapseClose_5,.Section_LineSeparatorTrnTabularColapseClose_5,.Section_LineSeparatorTrnSummaryColapseClose_5,.Section_LineSeparatorAttributesSectionColapseClose_6,.Section_LineSeparatorFilterColapseClose_6,.Section_LineSeparatorFixedDataColapseClose_6,.Section_LineSeparatorTrnTabularColapseClose_6,.Section_LineSeparatorTrnSummaryColapseClose_6,.Section_LineSeparatorAttributesSectionColapseClose_7,.Section_LineSeparatorFilterColapseClose_7,.Section_LineSeparatorFixedDataColapseClose_7,.Section_LineSeparatorTrnTabularColapseClose_7,.Section_LineSeparatorTrnSummaryColapseClose_7,.Section_LineSeparatorAttributesSectionColapseClose_8,.Section_LineSeparatorFilterColapseClose_8,.Section_LineSeparatorFixedDataColapseClose_8,.Section_LineSeparatorTrnTabularColapseClose_8,.Section_LineSeparatorTrnSummaryColapseClose_8,.Section_LineSeparatorAttributesSectionColapseClose_9,.Section_LineSeparatorFilterColapseClose_9,.Section_LineSeparatorFixedDataColapseClose_9,.Section_LineSeparatorTrnTabularColapseClose_9,.Section_LineSeparatorTrnSummaryColapseClose_9,.Section_LineSeparatorAttributesSectionColapseClose_10,.Section_LineSeparatorFilterColapseClose_10,.Section_LineSeparatorFixedDataColapseClose_10,.Section_LineSeparatorTrnTabularColapseClose_10,.Section_LineSeparatorTrnSummaryColapseClose_10,.Section_LineSeparatorAttributesSectionColapseClose,.Section_LineSeparatorFilterColapseClose,.Section_LineSeparatorFixedDataColapseClose,.Section_LineSeparatorTrnFreeStyleColapseClose,.Section_LineSeparatorTrnTabularColapseClose,.Section_LineSeparatorTrnSummaryColapseClose,.Section_LineSeparatorHighlightedColapseClose,.Section_LineSeparatorClose,.Section_LineSeparatorColapseOpen,.Section_LineSeparatorFilterColapseOpen_2,.Section_LineSeparatorFixedDataColapseOpen_2,.Section_LineSeparatorTrnTabularColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_2,.Section_LineSeparatorTrnSummaryColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_3,.Section_LineSeparatorFilterColapseOpen_3,.Section_LineSeparatorFixedDataColapseOpen_3,.Section_LineSeparatorTrnTabularColapseOpen_3,.Section_LineSeparatorTrnSummaryColapseOpen_3,.Section_LineSeparatorAttributesSectionColapseOpen_4,.Section_LineSeparatorFilterColapseOpen_4,.Section_LineSeparatorFixedDataColapseOpen_4,.Section_LineSeparatorTrnTabularColapseOpen_4,.Section_LineSeparatorTrnSummaryColapseOpen_4,.Section_LineSeparatorAttributesSectionColapseOpen_5,.Section_LineSeparatorFilterColapseOpen_5,.Section_LineSeparatorFixedDataColapseOpen_5,.Section_LineSeparatorTrnTabularColapseOpen_5,.Section_LineSeparatorTrnSummaryColapseOpen_5,.Section_LineSeparatorAttributesSectionColapseOpen_6,.Section_LineSeparatorFilterColapseOpen_6,.Section_LineSeparatorFixedDataColapseOpen_6,.Section_LineSeparatorTrnTabularColapseOpen_6,.Section_LineSeparatorTrnSummaryColapseOpen_6,.Section_LineSeparatorAttributesSectionColapseOpen_7,.Section_LineSeparatorFilterColapseOpen_7,.Section_LineSeparatorFixedDataColapseOpen_7,.Section_LineSeparatorTrnTabularColapseOpen_7,.Section_LineSeparatorTrnSummaryColapseOpen_7,.Section_LineSeparatorAttributesSectionColapseOpen_8,.Section_LineSeparatorFilterColapseOpen_8,.Section_LineSeparatorFixedDataColapseOpen_8,.Section_LineSeparatorTrnTabularColapseOpen_8,.Section_LineSeparatorTrnSummaryColapseOpen_8,.Section_LineSeparatorAttributesSectionColapseOpen_9,.Section_LineSeparatorFilterColapseOpen_9,.Section_LineSeparatorFixedDataColapseOpen_9,.Section_LineSeparatorTrnTabularColapseOpen_9,.Section_LineSeparatorTrnSummaryColapseOpen_9,.Section_LineSeparatorAttributesSectionColapseOpen_10,.Section_LineSeparatorFilterColapseOpen_10,.Section_LineSeparatorFixedDataColapseOpen_10,.Section_LineSeparatorTrnTabularColapseOpen_10,.Section_LineSeparatorTrnSummaryColapseOpen_10,.Section_LineSeparatorAttributesSectionColapseOpen,.Section_LineSeparatorFilterColapseOpen,.Section_LineSeparatorFixedDataColapseOpen,.Section_LineSeparatorTrnFreeStyleColapseOpen,.Section_LineSeparatorTrnTabularColapseOpen,.Section_LineSeparatorTrnSummaryColapseOpen,.Section_LineSeparatorHighlightedColapseOpen,.Section_LineSeparatorOpen
{
	background-repeat: no-repeat;
	border-bottom: 1px;
	border-bottom-color: #28808f;
	border-style: solid;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 8px;
	height: 23px;
	cursor: pointer;
}
.Section_LineSeparatorColapseClose,.Section_LineSeparatorFilterColapseClose_2,.Section_LineSeparatorFixedDataColapseClose_2,.Section_LineSeparatorTrnTabularColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_2,.Section_LineSeparatorTrnSummaryColapseClose_2,.Section_LineSeparatorAttributesSectionColapseClose_3,.Section_LineSeparatorFilterColapseClose_3,.Section_LineSeparatorFixedDataColapseClose_3,.Section_LineSeparatorTrnTabularColapseClose_3,.Section_LineSeparatorTrnSummaryColapseClose_3,.Section_LineSeparatorAttributesSectionColapseClose_4,.Section_LineSeparatorFilterColapseClose_4,.Section_LineSeparatorFixedDataColapseClose_4,.Section_LineSeparatorTrnTabularColapseClose_4,.Section_LineSeparatorTrnSummaryColapseClose_4,.Section_LineSeparatorAttributesSectionColapseClose_5,.Section_LineSeparatorFilterColapseClose_5,.Section_LineSeparatorFixedDataColapseClose_5,.Section_LineSeparatorTrnTabularColapseClose_5,.Section_LineSeparatorTrnSummaryColapseClose_5,.Section_LineSeparatorAttributesSectionColapseClose_6,.Section_LineSeparatorFilterColapseClose_6,.Section_LineSeparatorFixedDataColapseClose_6,.Section_LineSeparatorTrnTabularColapseClose_6,.Section_LineSeparatorTrnSummaryColapseClose_6,.Section_LineSeparatorAttributesSectionColapseClose_7,.Section_LineSeparatorFilterColapseClose_7,.Section_LineSeparatorFixedDataColapseClose_7,.Section_LineSeparatorTrnTabularColapseClose_7,.Section_LineSeparatorTrnSummaryColapseClose_7,.Section_LineSeparatorAttributesSectionColapseClose_8,.Section_LineSeparatorFilterColapseClose_8,.Section_LineSeparatorFixedDataColapseClose_8,.Section_LineSeparatorTrnTabularColapseClose_8,.Section_LineSeparatorTrnSummaryColapseClose_8,.Section_LineSeparatorAttributesSectionColapseClose_9,.Section_LineSeparatorFilterColapseClose_9,.Section_LineSeparatorFixedDataColapseClose_9,.Section_LineSeparatorTrnTabularColapseClose_9,.Section_LineSeparatorTrnSummaryColapseClose_9,.Section_LineSeparatorAttributesSectionColapseClose_10,.Section_LineSeparatorFilterColapseClose_10,.Section_LineSeparatorFixedDataColapseClose_10,.Section_LineSeparatorTrnTabularColapseClose_10,.Section_LineSeparatorTrnSummaryColapseClose_10,.Section_LineSeparatorAttributesSectionColapseClose,.Section_LineSeparatorFilterColapseClose,.Section_LineSeparatorFixedDataColapseClose,.Section_LineSeparatorTrnFreeStyleColapseClose,.Section_LineSeparatorTrnTabularColapseClose,.Section_LineSeparatorTrnSummaryColapseClose,.Section_LineSeparatorHighlightedColapseClose,.Section_LineSeparatorClose
{
	background-image: url(../ThemaSATSAID/K2B_Colapse_LineSeparator.gif);
	border-bottom-color: #a9a9a9;
}
.Section_LineSeparatorColapseOpen,.Section_LineSeparatorFilterColapseOpen_2,.Section_LineSeparatorFixedDataColapseOpen_2,.Section_LineSeparatorTrnTabularColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_2,.Section_LineSeparatorTrnSummaryColapseOpen_2,.Section_LineSeparatorAttributesSectionColapseOpen_3,.Section_LineSeparatorFilterColapseOpen_3,.Section_LineSeparatorFixedDataColapseOpen_3,.Section_LineSeparatorTrnTabularColapseOpen_3,.Section_LineSeparatorTrnSummaryColapseOpen_3,.Section_LineSeparatorAttributesSectionColapseOpen_4,.Section_LineSeparatorFilterColapseOpen_4,.Section_LineSeparatorFixedDataColapseOpen_4,.Section_LineSeparatorTrnTabularColapseOpen_4,.Section_LineSeparatorTrnSummaryColapseOpen_4,.Section_LineSeparatorAttributesSectionColapseOpen_5,.Section_LineSeparatorFilterColapseOpen_5,.Section_LineSeparatorFixedDataColapseOpen_5,.Section_LineSeparatorTrnTabularColapseOpen_5,.Section_LineSeparatorTrnSummaryColapseOpen_5,.Section_LineSeparatorAttributesSectionColapseOpen_6,.Section_LineSeparatorFilterColapseOpen_6,.Section_LineSeparatorFixedDataColapseOpen_6,.Section_LineSeparatorTrnTabularColapseOpen_6,.Section_LineSeparatorTrnSummaryColapseOpen_6,.Section_LineSeparatorAttributesSectionColapseOpen_7,.Section_LineSeparatorFilterColapseOpen_7,.Section_LineSeparatorFixedDataColapseOpen_7,.Section_LineSeparatorTrnTabularColapseOpen_7,.Section_LineSeparatorTrnSummaryColapseOpen_7,.Section_LineSeparatorAttributesSectionColapseOpen_8,.Section_LineSeparatorFilterColapseOpen_8,.Section_LineSeparatorFixedDataColapseOpen_8,.Section_LineSeparatorTrnTabularColapseOpen_8,.Section_LineSeparatorTrnSummaryColapseOpen_8,.Section_LineSeparatorAttributesSectionColapseOpen_9,.Section_LineSeparatorFilterColapseOpen_9,.Section_LineSeparatorFixedDataColapseOpen_9,.Section_LineSeparatorTrnTabularColapseOpen_9,.Section_LineSeparatorTrnSummaryColapseOpen_9,.Section_LineSeparatorAttributesSectionColapseOpen_10,.Section_LineSeparatorFilterColapseOpen_10,.Section_LineSeparatorFixedDataColapseOpen_10,.Section_LineSeparatorTrnTabularColapseOpen_10,.Section_LineSeparatorTrnSummaryColapseOpen_10,.Section_LineSeparatorAttributesSectionColapseOpen,.Section_LineSeparatorFilterColapseOpen,.Section_LineSeparatorFixedDataColapseOpen,.Section_LineSeparatorTrnFreeStyleColapseOpen,.Section_LineSeparatorTrnTabularColapseOpen,.Section_LineSeparatorTrnSummaryColapseOpen,.Section_LineSeparatorHighlightedColapseOpen,.Section_LineSeparatorOpen
{
	background-image: url(../ThemaSATSAID/K2B_Open_LineSeparator.gif);
	border-bottom-color: #a9a9a9;
}
.Section_FormSectionContainer,.Section_FormSectionRightContainer,.Section_FormSectionLeftContainer,.Section_FormSectionTopContainer,.Section_FormSectionBottomContainer
{
	background-color: #f7f7f7;
}
.Section_FormSectionRightContainer
{
	margin-left: 10px;
	margin-top: 10px;
}
.Section_FormSectionLeftContainer
{
	margin-right: 10px;
	margin-top: 10px;
}
.Section_FormSectionTopContainer
{
	margin-top: 10px;
}
.Section_FormSectionBottomContainer
{
	margin-top: 10px;
}
.Section_PagingGridOrderedby
{
	margin-top: 10px;
}
.Section_Scroll
{
	overflow: auto;
}
.Section_Login
{
	background-color: #eee;
	background-image: none;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.Section_Center
{
	text-align: center;
}
.Section_Invisible
{
	visibility: hidden;
}
.Section_CondConf_Buttons
{
	margin: 10px 0 5px;
}
.Section_CondConf_Dialog
{
	background-color: #fff;
	left: 50%;
	margin-left: -155px;
	margin-top: -57px;
	position: absolute;
	top: 50%;
	height: auto;
	width: 310px;
	border-radius: 15px 15px 15px 15px;
}
.Section_CondConf_DialogInner
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.DashBoardContent
{
	background-color: #fff;
	float: left;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	width: 710px;
}
.Section_Nodisplay
{
	display: none;
}
.MapContainer
{
	position: relative;
}
.Map
{
	position: relative;
	z-index: 5;
}
.MapVariable
{
	position: absolute;
	top: 0px;
	z-index: 2;
}
.Section_PageBackground
{
	background-color: #d2dae5;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	height: 100%;
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.Section_AlignLeft
{
	text-align: left;
}
.Section_UserRegionEdit
{
	background-image: url(../K2BUserRegion.ico);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-color: red;
	border-left-color: red;
	border-right-color: red;
	border-top-color: red;
	border-style: solid;
	border-width: 2px;
	height: 100px;
	width: 100px;
}
.Section_USWMenuToolbar,.Section_USWMenuToolbar_Close
{
	float: left;
	font-family: Tahoma, sans-serif;
}
.Section_USWMenuToolbar_Close
{
	float: right;
}
.Section_FloatLeft
{
	float: left;
	font-family: Tahoma, sans-serif;
}
.Section_FloatRigth
{
	float: right;
	font-family: Tahoma, sans-serif;
}
.Section_Menu,.Section_Menu_Content,.Section_Menu_Content_Off,.Section_Menu_Header,.Section_Menu_Header_Off,.Section_Menu_Row
{
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.Section_Menu_Content,.Section_Menu_Content_Off
{
	background-image: url(../ThemaSATSAID/IMG_Menu_bg.gif);
	background-repeat: repeat-x;
	border-top: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: 10px;
	min-height: 500px;
}
.Section_Menu_Content_Off
{
	padding-left: 0px;
	padding-right: 0px;
	width: 25px;
}
.Section_Menu_Header,.Section_Menu_Header_Off
{
	background-attachment: scroll;
	background-color: #4376b7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 10px;
	padding-top: 2px;
	height: 18px;
}
.Section_Menu_Header_Off
{
	padding-left: 0px;
	padding-right: 0px;
	width: 25px;
}
.Section_Menu_Row
{
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}
.Section_Menu_Tools
{
	background-color: #4376b7;
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 36px;
}
.Section_ContentPlaceHolder
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.Section_Menu_JSCook
{
	background-color: #b2b2b2;
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 36px;
}
.Section_K2BSearchResultNoItems
{
	text-align: center;
	 width:30%;
	 background-color: #FFFFFF;
	border: 1px solid #cccccc;
	 border-radius: 3px;
	 margin:0 auto;
	 padding:60px 0px 60px 0px;
}
.Section_Card
{
	background-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	height: 110px;
}
.Section_SearchContainer
{
	float: left;
}
.Section_SearchResultImage
{
	float: left;
	overflow: hidden;
	height: 110px;
	width: 150px;
	text-align: center;
}
.selected
{
	    background-image: linear-gradient(to bottom, #2E62A5 0%, #FFFFFF 20%);
}
BODY
{
	background-color: #efefef;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 100%;
}
HTML
{
	height: 100%;
}
.Calendar 
{
	background-color: Window;
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	position: relative;
	display: none;
	cursor: default;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: WindowText;
}
.Calendar  .button 
{
	background-color: ButtonFace;
	border-bottom-color: ButtonShadow;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  .nav 
{
	background-color: ButtonFace;
	background-image: none;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.Calendar  .CalendarButton 
{
	background-color: ButtonFace;
	border-bottom-color: ButtonShadow;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  TABLE
{
	background-color: Window;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: WindowText;
}
.Calendar  TABLE .wn 
{
	background-color: ButtonFace;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 2px;
	color: ButtonText;
}
.Calendar  THEAD .name 
{
	background-color: ButtonFace;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	color: ButtonText;
	text-align: center;
}
.Calendar  THEAD .weekend 
{
	color: #f00;
}
.Calendar  THEAD .hilite 
{
	border-bottom-color: ButtonShadow;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.Calendar  THEAD .active 
{
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
}
.Calendar  THEAD .title 
{
	background-color: ActiveCaption;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-weight: bold;
	color: CaptionText;
	text-align: center;
}
.Calendar  THEAD .CalendarTitle 
{
	background-color: ActiveCaption;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-weight: bold;
	color: CaptionText;
	text-align: center;
}
.Calendar  TBODY .day 
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	width: 2em;
	text-align: right;
}
.Calendar  TBODY .rowhilite  TD
{
	background-color: Highlight;
	color: HighlightText;
}
.Calendar  TBODY .emptyrow 
{
	display: none;
}
.Calendar  TBODY .emptycell 
{
	visibility: hidden;
}
.Calendar  TBODY TD .time 
{
	background-color: ButtonFace;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  TBODY TD .time  .hour 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  .minute 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  .ampm 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
.Calendar  TBODY TD .time  .colon 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  SPAN .hilite 
{
	background-color: Highlight;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: HighlightText;
}
.Calendar  TBODY TD .time  SPAN .active 
{
	background-color: #000;
	border-bottom-color: #f00;
	border-left-color: #f00;
	border-right-color: #f00;
	border-top-color: #f00;
	color: #0f0;
}
.Calendar  TBODY TD .hilite 
{
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 1px;
}
.Calendar  TBODY TD .active 
{
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.Calendar  TBODY TD .selected 
{
	background-color: ButtonFace;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: bold;
}
.Calendar  TBODY TD .weekend 
{
	color: #f00;
}
.Calendar  TBODY TD .today 
{
	font-weight: bold;
	color: #00f;
}
.Calendar  TBODY TD .disabled 
{
	color: GrayText;
}
.Calendar  TBODY TD.hilite
{
	border-bottom-color: #fff;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 1px;
}
.Calendar  TBODY TD.active
{
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.Calendar  TBODY TD.selected
{
	background-color: ButtonFace;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: bold;
	color: ButtonText;
}
.Calendar  TBODY TD.weekend
{
	color: #f00;
}
.Calendar  TBODY TD.today
{
	font-weight: bold;
	color: #00f;
}
.Calendar  TBODY TD.disabled
{
	color: GrayText;
}
.Calendar  TFOOT .ttip 
{
	background-color: ButtonFace;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonShadow;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonShadow;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	color: ButtonText;
	text-align: center;
}
.Calendar  TFOOT .hilite 
{
	background-color: #e4e0d8;
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.Calendar  TFOOT .active 
{
	border-bottom-color: #fff;
	border-left-color: #000;
	border-right-color: #fff;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
}
.Calendar  TD .time 
{
	background-color: ButtonFace;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  TD .time  .hour 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD .time  .minute 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD .time  .ampm 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
.Calendar  TD .time  .colon 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD .time  SPAN .hilite 
{
	background-color: Highlight;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: HighlightText;
}
.Calendar  TD .time  SPAN .active 
{
	background-color: #f00;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: #0f0;
}
.Calendar  TD.time
{
	background-color: ButtonFace;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  TD.time .hour 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD.time .minute 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD.time .ampm 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
.Calendar  TD.time .colon 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TD.time SPAN.hilite
{
	background-color: Highlight;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: HighlightText;
}
.Calendar  TD.time SPAN.active
{
	background-color: #000;
	border-bottom-color: #f00;
	border-left-color: #f00;
	border-right-color: #f00;
	border-top-color: #f00;
	color: #0f0;
}
.CalendarCombo 
{
	background-color: Menu;
	border-bottom-color: ButtonShadow;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	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: Highlight;
	color: HighlightText;
}
DIV.suggestions
{
	background-color: white;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV.suggestions DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV.suggestions DIV.current
{
	background-color: #b0c4de;
	font-family: Arial, Verdana;
	font-size: 9px;
	color: white;
}
.ErrorViewerBullet div 
{
	margin-left: 5px;
	display: list-item;
	list-style-position: inside;
}
.GeoLocOption 
{
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: 2px;
	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: 5px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.PopupHeader 
{
	background-color: transparent;
	background-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: right;
	margin-top: -20px;
	padding-right: 20px;
	z-index: 1;
	width: 100%;
	cursor: move;
	font-family: "trebuchet ms",arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-indent: 3px;
	vertical-align: bottom;
	width:100% !important;
	 top:0px !important;
	 left:0px !important;
	height: 60px !important;
}
.PopupHeader  .PopupTitle 
{
	margin-top: 30px;
}
.PopupHeaderButton 
{
	background-image: url(../ThemaSATSAID/ClosePrompt.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	height: 36px;
	width: 36px;
	cursor: pointer;
	text-align: right;
}
.PopupContent 
{
	background-color: #555;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-left: -2px;
	margin-top: -24px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding: 40px 20px 20px 20px !important;
}
.PopupContent  IFRAME
{
	border-width: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.RowDeleted 
{
	text-decoration: line-through;
}
.dp_container 
{
	float: left;
	margin-right: 2px;
	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
{
	background-color: #eee;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	position: relative;
	top: 1px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.35, #EFEFEF));
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #EFEFEF 35%);
}
UL.Tabs LI.Tab A
{
	display: block;
	text-decoration: none;
	color: #222;
}
UL.Tabs LI.Tab A.TabFirst
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.Tabs LI.Tab A.TabLeft
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
}
UL.Tabs LI.Tab SPAN.TabLast
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.Tabs LI.Tab SPAN.TabRight
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.Tabs LI.Tab SPAN.TabText
{
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #2b3a42;
}
UL.Tabs LI.TabSelected
{
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #0a134f;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-top: 4px;
	position: relative;
	top: 1px;
	list-style-image: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-image: -ms-linear-gradient(top, #0A134F 0%, #FFFFFF 20%);
	background-image: -moz-linear-gradient(top, #0A134F 0%, #FFFFFF 20%);
	background-image: -o-linear-gradient(top, #0A134F 0%, #FFFFFF 20%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A134F), color-stop(0.2, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #0A134F 0%, #FFFFFF 20%);
	background-image: linear-gradient(to bottom, #0A134F 0%, #FFFFFF 20%);
}
UL.Tabs LI.TabSelected A
{
	float: left;
	position: relative;
	color: #222;
}
UL.Tabs LI.TabSelected A.TabFirst
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.Tabs LI.TabSelected A.TabLeft
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.Tabs LI.TabSelected SPAN
{
	float: left;
	position: relative;
}
UL.Tabs LI.TabSelected SPAN.TabBackground
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
UL.Tabs LI.TabSelected SPAN.TabLast
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.Tabs LI.TabSelected SPAN.TabRight
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.Tabs LI.TabSelected SPAN.TabText
{
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #2b3a42;
}
UL.Tabs LI.TabDisabled
{
	color: #c3c3c3;
}
UL.Tabs LI.TabDisabled SPAN.TabText
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #c3c3c3;
}
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: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 5px;
	padding-top: 10px;
	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-size: 11px;
	color: white;
	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-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 4px;
	right: 20px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 9px;
	right: 20px;
}
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
{
	float: none;
	margin-top: 10px;
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: inline;
}
DIV.gx-multimedia-upload LABEL.option
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 150px;
	display: inline;
	cursor: pointer;
	font-size: 11px;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	display: inline;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
	max-width:124px;
	max-height:68px;
}
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-video-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	opacity:.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: black;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	animation: entermask 0s;
	-webkit-animation: entermask 0s;
	-ms-filter:"alpha(opacity=10)";
	opacity:.10;
}
DIV.gx-unmask
{
	background-color: transparent;
	animation: leavemask 0s;
	-webkit-animation: leavemask 0s;
}
BODY.gx-masked DIV.gx-mask
{
	background-color: #bebebe;
	background-image: url(../indicator.gif);
	background-position: 50% 10px;
	background-repeat: no-repeat;
	bottom: 0px;
	position: fixed;
	transition: all cubic-bezier(0, 1, 1, 0.69) 0s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) 0s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) 0s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) 0s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) 0s;
	-ms-filter:"alpha(opacity=50)";
	opacity:.50;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.TextBlock_RecentLink 
{
	color: #24828c;
}
.TextBlock_RecentLink  A
{
	color: #24828c;
}
.TextBlock_RecentLink  A:ACTIVE
{
	color: #24828c;
}
.TextBlock_RecentLink  A:HOVER
{
	color: #24828c;
}
.TextBlock_BackToWorkWith 
{
	margin-right: 10px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #666;
}
.TextBlock_BackToWorkWith  A
{
	color: #666;
}
.TextBlock_BackToWorkWith  A:ACTIVE
{
	color: #666;
}
.TextBlock_BackToWorkWith  A:HOVER
{
	color: #666;
}
.ReadOnlyViewFixedDataBottomAttribute  A
{
	color: #cecdc0;
}
.FixedDataBottomAttribute  A:hover
{
	color: #cecdc0;
}
.Grid_SubWorkWithTitle 
{
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
.Grid_SubWorkWithTitle  SPAN
{
	padding-left: 5px;
}
.Grid_PromptTitle 
{
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
.Grid_PromptTitle  SPAN
{
	padding-left: 5px;
}
.Grid_TransactionTitle 
{
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
.Grid_TransactionTitle  A
{
	color: #fff;
}
.Grid_TransactionTitle  A:hover
{
	color: #fff;
}
.Grid_TransactionTitle  SPAN
{
	padding-left: 5px;
}
.Grid_MultipleSelectionTitle 
{
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
.Grid_MultipleSelectionTitle  SPAN
{
	padding-left: 5px;
}
.Grid_WorkWithTitle 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	height: 20px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-image:-webkit-linear-gradient(bottom,#0A134F,#124282);
	background-image:-moz-linear-gradient(bottom,#0A134F,#124282);
	background-image:-o-linear-gradient(bottom,#0A134F,#124282);
	background-image:linear-gradient(bottom,#0A134F,#124282);
	 border-right: 1px solid #FFFFFF;
	 -webkit-border-bottom:1px solid #0A134F;
}
.ImageTabPaging  A
{
	background-color: transparent;
	color: transparent;
}
.ImageTabPaging  A:active
{
	background-color: transparent;
	color: transparent;
}
.ImageTabPaging  A:hover
{
	background-color: transparent;
	color: transparent;
}
.ImageTabPaging  A:link
{
	background-color: transparent;
	color: transparent;
}
.TextBlock_MenuItem  A
{
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	color: white;
}
.TextBlock_MenuItem  A:hover
{
	background-color: #d8471e;
	color: white;
}
.TextBlock_MenuItem  A:visited
{
	color: black;
}
.TextBlock_Options  A
{
	color: #f5821f;
}
.show 
{
	display: block;
}
.hide 
{
	display: none;
}
.Grid_TransactionFooter  A
{
	color: white;
}
.Grid_TransactionFooter  A:active
{
	color: white;
}
.Grid_TransactionFooter  A:hover
{
	color: white;
}
.Header_Right_Menu 
{
	clear: both;
	float: right;
}
.Header_Right_Menu  LI
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 1em;
	 border-right: 1px solid #000000;
}
.Header_Right_Menu  LI A
{
	color: #000000;
	text-decoration: none;
}
.Header_Right_Menu  LI.last
{
	border: 0 none;
}
.Grid_WorkWithOdd 
{
	border-bottom-color: #ededed;
	border-left-color: #fafafa;
	border-right-color: #fafafa;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.Grid_WorkWithEven 
{
	border-bottom-color: #ededed;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.K2BActionGridImage:hover 
{
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
.Grid_WorkWith  IMG
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.Grid_WorkWith  IMG:hover
{
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
.Grid_WorkWith  INPUT
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.Grid_WorkWith  INPUT:hover
{
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
.PopupBorder 
{
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right:40px !important;
	padding-bottom:20px !important;
}
.PopupBorder  IMG
{
	margin-left: -2px;
	margin-top: -6px;
}
.PopupShadow 
{
	background-color: #404040;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity:.4;
}
.Cell_BorderBottom 
{
	border-bottom: 1px;
	border-bottom-color: #d7d7d7;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
}
.Background_Header:after 
{
	content:"";
	position:absolute;
	 z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.Background_Header:before 
{
	content:"";
	position:absolute;
	 z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.Cell_BorderTop 
{
	border-bottom: 0px;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #d7d7d7;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 1px;
	padding-right: 5px;
	padding-top: 5px;
	border-top: 1px solid #D7d7d7;
}
.Grid_WorkWithTitle:first-child 
{
	background-image:-webkit-linear-gradient(bottom,#0A134F,#124282);
	background-image:-moz-linear-gradient(bottom,#0A134F,#124282);
	background-image:-o-linear-gradient(bottom,#0A134F,#124282);
	background-image:linear-gradient(bottom,#0A134F,#124282);
	 border-radius:8px 0px 0px 0px;
}
.Grid_WorkWithTitle:last-child 
{
	background-image:-webkit-linear-gradient(bottom,#0A134F,#124282);
	background-image:-moz-linear-gradient(bottom,#0A134F,#0A134F);
	background-image:-o-linear-gradient(bottom,#0A134F,#124282);
	background-image:linear-gradient(bottom,#0A134F,#124282);
	 border-radius:0px 8px 0px 0px;
}
.Cell_MainContent 
{
	padding-bottom: 5px;
}
.Image_Action:hover 
{
	background: #2E62A5;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2E62A5 0%, #2E62A5 50%, #1C94CC 50%, #1C94CC 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E62A5), color-stop(50%,#2E62A5), color-stop(50%,#1C94CC), color-stop(100%,#1C94CC));
	 background: -webkit-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	background: -o-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: -ms-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: linear-gradient(to bottom, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A5', endColorstr='#1C94CC',GradientType=0 );
}
.Image_Paging:hover 
{
	background: #2E62A5;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2E62A5 0%, #2E62A5 50%, #1C94CC 50%, #1C94CC 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E62A5), color-stop(50%,#2E62A5), color-stop(50%,#1C94CC), color-stop(100%,#1C94CC));
	 background: -webkit-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	background: -o-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: -ms-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: linear-gradient(to bottom, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A5', endColorstr='#1C94CC',GradientType=0 );
}
.Button_Standard:hover 
{
	cursor: pointer;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
	background: #2E62A5;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2E62A5 0%, #2E62A5 50%, #1C94CC 50%, #1C94CC 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E62A5), color-stop(50%,#2E62A5), color-stop(50%,#1C94CC), color-stop(100%,#1C94CC));
	 background: -webkit-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	background: -o-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: -ms-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: linear-gradient(to bottom, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A5', endColorstr='#1C94CC',GradientType=0 );
	border:1px solid #1E3239;
}
.Image_PagingLefts:hover 
{
	background: #2E62A5;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#2E62A5 0%,#2E62A5 50%, #1C94CC 50%, #1C94CC 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E62A5 ), color-stop(50%,#2E62A5 ), color-stop(50%,#1C94CC), color-stop(100%,#1C94CC));
	 background: -webkit-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	background: -o-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: -ms-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: linear-gradient(to bottom, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A5 ', endColorstr='#1C94CC',GradientType=0 );
}
.Image_PagingRights:hover 
{
	background: #2E62A5;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhNTM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiM2E0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjNhNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2E62A5 0%, #2E62A5 50%, #1C94CC 50%, #1C94CC 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E62A5), color-stop(50%,#2E62A5), color-stop(50%,#1C94CC), color-stop(100%,#1C94CC));
	 background: -webkit-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	background: -o-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: -ms-linear-gradient(top, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	 background: linear-gradient(to bottom, #2E62A5 0%,#2E62A5 50%,#1C94CC 50%,#1C94CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E62A5', endColorstr='#1C94CC',GradientType=0 );
}
.K2BToolsSearchResultHighlight 
{
	background-color: gainsboro;
}
.ReadonlyAttribute  A
{
	font-size: 14pt;
}
.WorkWithTitle:first-child 
{
	background-image:-webkit-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-moz-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-o-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:linear-gradient(bottom,#4376B7,#4E8FE5);
	 border-radius:8px 0px 0px 0px;
}
.WorkWithTitle:last-child 
{
	background-image:-webkit-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-moz-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-o-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:linear-gradient(bottom,#4376B7,#4E8FE5);
	 border-radius:0px 8px 0px 0px;
}
.WorkWithEven 
{
	border-bottom-color: #ededed;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.WorkWith  IMG
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.WorkWith  IMG:hover
{
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
DIV .suggestions 
{
	background-color: white;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV .suggestions  DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV .suggestions  DIV .current 
{
	background-color: #b0c4de;
	font-family: Arial, Verdana;
	font-size: 9px;
	color: white;
}
DIV DIV.DashBoardItem
{
	background-image: url(../K2BDashBoardBG.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 24px;
	margin-top: 0px;
	width: 209px;
	padding:10px 12px 0px;
}
DIV DIV.DashBoardItem H1
{
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	height: 48px;
	font-size: 1.64em;
	font-weight: normal;
	text-align: center;
	font-size: 1.64em;
	line-height: 1.4em;
}
DIV DIV.DashBoardItem 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;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	vertical-align: baseline;
	background:none repeat scroll 0 0 transparent;
	 border:0 none;
	 outline: 0 none;
}
DIV DIV.DashBoardItem DIV.DashBoardItemLast
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
DIV DIV.DashBoardItemLast
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
DIV DIV.Spacer
{
	float: left;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	height: 1px;
	width: 710px;
	line-height: 1px;
	font-size: 1px;
}
A
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
	color: gray;
}
DIV.suggestions
{
	background-color: white;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
}
DIV.suggestions DIV
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333;
}
DIV.suggestions DIV.current
{
	background-color: #d3d4d3;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333;
}
UL
{
	list-style-type: none;
}
UL .Ul_Tabs 
{
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 100%;
}
UL LI.Li_Selected
{
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: -1px;
	margin-right: 2px;
	margin-top: -2px;
	overflow: hidden;
	position: relative;
	display: list-item;
	list-style-type: none;
}
UL LI.Li_Selected A.A_TabLink
{
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	display: block;
	list-style-type: none;
	white-space: nowrap;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
UL LI.Li_UnSelected
{
	background-attachment: scroll;
	background-color: #ccc;
	background-repeat: no-repeat;
	float: left;
	margin-right: 2px;
	overflow: hidden;
	position: relative;
	display: list-item;
	list-style-type: none;
}
UL LI.Li_UnSelected A.A_TabLink
{
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	display: block;
	list-style-type: none;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
UL LI.Li_UnSelected A.A_TabLink:hover
{
	background-color: #374e70;
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
UL LI.Li_UnSelectedDisable
{
	background-attachment: scroll;
	background-color: #ccc;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	position: relative;
	display: list-item;
	list-style-type: none;
}
UL LI.Li_UnSelectedDisable A.A_TabLink
{
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	display: block;
	list-style-type: none;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
DIV.tabs_control
{
	margin-bottom: 3px;
	margin-top: 3px;
}
DIV.tabs_control DIV.tabs_container
{
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	clear: both;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
}
DIV.tabs_control DIV.tabs_container DIV.tab_content
{
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:auto;
}
DIV.tabs_control DIV.selected
{
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #fac398;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 11px;
	position: relative;
	top: 1px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-image: -ms-linear-gradient(top, #2E62A5 0%, #1C94CC 20%);
	background-image: -moz-linear-gradient(top, #2E62A5 0%, #1C94CC 20%);
	background-image: -o-linear-gradient(top, #2E62A5 0%, #1C94CC 20%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2E62A5), color-stop(0.2, #1C94CC));
	background-image: -webkit-linear-gradient(top, #2E62A5 0%, #1C94CC 20%);
	background-image: linear-gradient(to bottom, #2E62A5 0%, #1C94CC 20%);
}
DIV.tabs_control DIV.selected SPAN
{
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
DIV.tabs_control DIV.tab_desc
{
	background-color: #eee;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-top-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 11px;
	position: relative;
	top: 1px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.35, #EFEFEF));
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #EFEFEF 35%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #EFEFEF 35%);
}
DIV.tabs_control DIV.tab_desc SPAN
{
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2b3a42;
}
DIV#RightOptions UL
{
	clear: both;
	float: right;
	padding-right: 10px;
}
DIV#RightOptions UL LI
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 1em;
}
DIV#RightOptions UL LI A
{
	color: #000000;
	text-decoration: none;
}
DIV#RightOptions UL LI.last
{
	margin-right: 0px;
	padding-right: 0px;
	border: 0 none;
}
UL#menu
{
	background-color: transparent;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: none;
	border-width: 1px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	width: 145px;
	vertical-align: baseline;
}
UL#menu LI
{
	float: left;
	width: 145px;
	text-align: left;
}
UL#menu LI A
{
	background-color: #eee;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	height: 30 px;
	display: block;
	font-family: Arial;
	font-size: 9pt;
	color: #000;
	line-height: 2.1em;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
UL#menu LI A:hover
{
	background-color: #9b9b9b;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	color: #ffffff;
}
UL#menu LI.header
{
	background-color: #247380;
	background-image: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	height: 29px;
	width: 125px;
	font-family: Arial;
	font-size: 1.09em;
	font-weight: bold;
	color: white;
	border: 0;
	 line-height: 2.6em;
	 background-image:-webkit-linear-gradient(bottom,#1E616C,#247380);
	background-image:-moz-linear-gradient(bottom,#1E616C,#247380);
	background-image:-o-linear-gradient(bottom,#1E616C,#247380);
	background-image:linear-gradient(bottom,#1E616C,#247380);
}
HTML>BODY DIV DIV.DashBoardItem
{
	background-image: url(../K2BDashBoardBG.jpg);
	width: 185px;
}
DIV#menucontentbg
{
	float: left;
}
SPAN.Attribute
{
	border-style: none;
}
UL.SearchTabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.SearchTabs LI.Tab
{
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: solid;
	border-width: 3px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	top: 1px;
}
UL.SearchTabs LI.Tab A
{
	display: block;
	text-decoration: none;
	color: #222;
}
UL.SearchTabs LI.Tab A.TabFirst
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.SearchTabs LI.Tab A.TabLeft
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.SearchTabs LI.Tab SPAN
{
	display: block;
}
UL.SearchTabs LI.Tab SPAN.TabBackground
{
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
}
UL.SearchTabs LI.Tab SPAN.TabLast
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.SearchTabs LI.Tab SPAN.TabRight
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.SearchTabs LI.Tab SPAN.TabText
{
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #2b3a42;
}
UL.SearchTabs LI.TabDisabled
{
	color: #c3c3c3;
}
UL.SearchTabs LI.TabDisabled SPAN.TabText
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #c3c3c3;
}
UL.SearchTabs LI.TabSelected
{
	background-color: #fff;
	border-bottom-color: #0a134f;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: solid;
	border-width: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	padding-top: 4px;
	top: 1px;
	list-style-image: none;
}
UL.SearchTabs LI.TabSelected A
{
	float: left;
	position: relative;
	color: #222;
}
UL.SearchTabs LI.TabSelected A.TabFirst
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.SearchTabs LI.TabSelected A.TabLeft
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 9px;
}
UL.SearchTabs LI.TabSelected SPAN
{
	float: left;
	position: relative;
}
UL.SearchTabs LI.TabSelected SPAN.TabBackground
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
UL.SearchTabs LI.TabSelected SPAN.TabLast
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.SearchTabs LI.TabSelected SPAN.TabRight
{
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right: 9px;
}
UL.SearchTabs LI.TabSelected SPAN.TabText
{
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #2b3a42;
}
A.gx_newrow
{
	color: white;
}
.Grid  IMG
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.Grid  IMG:hover
{
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}
.GridEven 
{
	border-bottom-color: #ededed;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.GridOdd 
{
	border-bottom-color: #ededed;
	border-left-color: #fafafa;
	border-right-color: #fafafa;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.GridTitle 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	height: 20px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-image:-webkit-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-moz-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-o-linear-gradient(bottom,#9B301C,#B73922);
	background-image:linear-gradient(bottom,#9B301C,#B73922);
	 border-right: 1px solid #FFFFFF;
	 -webkit-border-bottom:1px solid #9B301C;
}
.GridTitle:first-child 
{
	background-image:-webkit-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-moz-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-o-linear-gradient(bottom,#9B301C,#B73922);
	background-image:linear-gradient(bottom,#9B301C,#B73922);
	 border-radius:8px 0px 0px 0px;
}
.GridTitle:last-child 
{
	background-image:-webkit-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-moz-linear-gradient(bottom,#9B301C,#B73922);
	background-image:-o-linear-gradient(bottom,#9B301C,#B73922);
	background-image:linear-gradient(bottom,#9B301C,#B73922);
	 border-radius:0px 8px 0px 0px;
}
.WorkWithOdd 
{
	border-bottom-color: #ededed;
	border-left-color: #fafafa;
	border-right-color: #fafafa;
	border-top-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
.WorkWithTitle 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	height: 20px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-image:-webkit-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-moz-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:-o-linear-gradient(bottom,#4376B7,#4E8FE5);
	background-image:linear-gradient(bottom,#4376B7,#4E8FE5);
	 border-right: 1px solid #FFFFFF;
	 -webkit-border-bottom:1px solid #4376B7;
}
.RecentLink  A
{
	color: white;
}
.dummy,td[style*='-khtml-center'] 
{
	text-align:-webkit-center;
}
.dummy,td[style*='-khtml-left'] 
{
	text-align:-webkit-left;
}
.ColorCeldaHeader 
{
	background-color: #8cc63f;
}
.Grid_WorkWithFooter 
{
	background-image:-webkit-linear-gradient(bottom,#0A134F,#124282);
	background-image:-moz-linear-gradient(bottom,#0A134F,#124282);
	background-image:-o-linear-gradient(bottom,#0A134F,#124282);
	background-image:linear-gradient(bottom,#0A134F,#124282);
	 border-radius:0px 0px 8px 8px;
}
.ColorCeldaNoDisponible 
{
	background-color: #87cefa;
}
.ColorCeldaDisponible 
{
	background-color: #1e90ff;
}
.ColorCelda 
{
	background-color: lightskyblue;
}
.CeldaColorSeleccionado 
{
	background-color: #000;
}
.ColorSeparador 
{
	background-color: lightskyblue;
}
