/* [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
{
	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;
}
.Section,.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.WWFiltersCell,.OrdersCell,.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell,.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced,.ToggleCell,.VerticalCenteredCell,.TabContainer
{
	border-style: none;
	border-width: 0px;
}
.TabContainer
{
	background-image: none;
	border-bottom: 1px;
	border-bottom-color: #000;
	border-style: solid;
	float: left;
	width: 100%;
}
.ActionGroup
{
	border-style: none;
	border-width: 0px;
}
.Form,.FormBody
{
	margin-bottom: 0pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	height: inherit;
}

/* [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.FormBody-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx, body.FormBody-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.enter-fx-duration, body.FormBody-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.leave-fx-duration, body.FormBody-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.FormBody-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormBody-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.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,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.ReadonlyFilterAttribute,.BlobInputFilterAttribute,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.ReadonlyDescriptionAttribute,.BlobInputDescriptionAttribute,.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,.ErrorAttribute,.WarningAttribute,.ReadonlyAttribute,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.AttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.ReadonlyAttSubTitle,.BlobInputAttSubTitle,.CheckBox,.ReadonlyCheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox
{
	border-bottom-color: #d3d4d3;
	border-left-color: #d3d4d3;
	border-right-color: #d3d4d3;
	border-top-color: #d3d4d3;
	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: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333;
}
.ReadonlyImageAttribute
{
	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;
	max-width:124px;
	max-height:68px;
}
.ReadonlyVideoAttribute
{
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url(VideoDownload.png);
	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;
	height: 64px;
	width: 64px;
}
.ReadonlyAudioAttribute
{
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url(AudioDownload.png);
	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;
	height: 64px;
	width: 64px;
}
.ErrorAttribute
{
	border-bottom-color: #c60b44;
	border-left-color: #c60b44;
	border-right-color: #c60b44;
	border-top-color: #c60b44;
	border-style: dotted;
}
.WarningAttribute
{
	border-bottom-color: #ff8000;
	border-left-color: #ff8000;
	border-right-color: #ff8000;
	border-top-color: #ff8000;
	border-style: dotted;
}
.ReadonlyAttribute
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-style: none;
	color: #747474;
}
.AttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.ReadonlyAttSubTitle,.BlobInputAttSubTitle
{
	padding-top: 5pt;
	border-style: none;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	height: 30px;
}
.CheckBox,.ReadonlyCheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox
{
	border-width: 0px;
}
.Button,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.BigButton,.SpecialButtons,.BtnCheck,.BtnDelete,.BtnEnter,.BtnFirst,.BtnGet,.BtnHelp,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.BtnToggle,.BtnToggleActive,.BtnLong,.BtnCancel,.SpecialButtonsDisabled,.ActionButtons,.ButtonDisabled
{
	box-shadow: 0px 2px 4px #555;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	background-color: #c60b44;
	background-image: none;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	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;
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: white;
	cursor: pointer;
	text-indent: 0pt;
	vertical-align: top;
}

.ButtonDragging
{
	box-shadow: 0px 2px 4px #555;
}

.ButtonAcceptDrag
{
	box-shadow: 0px 2px 4px #555;
}

.ButtonNoAcceptDrag
{
	box-shadow: 0px 2px 4px #555;
}

.BigButton
{
	box-shadow: 0px 2px 4px #555;
}

.SpecialButtons,.BtnCheck,.BtnDelete,.BtnEnter,.BtnFirst,.BtnGet,.BtnHelp,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.BtnToggle,.BtnToggleActive,.BtnLong,.BtnCancel,.SpecialButtonsDisabled
{
	box-shadow: 0px 2px 4px #555;
}

.BtnCheck
{
	box-shadow: 0px 2px 4px #555;
}

.BtnDelete
{
	box-shadow: 0px 2px 4px #555;
}

.BtnEnter
{
	box-shadow: 0px 2px 4px #555;
}

.BtnFirst
{
	box-shadow: 0px 2px 4px #555;
}

.BtnGet
{
	box-shadow: 0px 2px 4px #555;
}

.BtnHelp
{
	box-shadow: 0px 2px 4px #555;
}

.BtnLast
{
	box-shadow: 0px 2px 4px #555;
}

.BtnNext
{
	box-shadow: 0px 2px 4px #555;
}

.BtnPrevious
{
	box-shadow: 0px 2px 4px #555;
}

.BtnRefresh
{
	box-shadow: 0px 2px 4px #555;
}

.BtnSelect
{
	box-shadow: 0px 2px 4px #555;
}

.BtnToggle,.BtnToggleActive
{
	box-shadow: 0px 2px 4px #555;
}

.BtnToggleActive
{
	box-shadow: 0px 2px 4px #555;
}

.BtnLong
{
	box-shadow: 0px 2px 4px #555;
}

.BtnCancel
{
	box-shadow: 0px 2px 4px #555;
	background-color: darkgray;
}

.SpecialButtonsDisabled
{
	box-shadow: 0px 2px 4px #555;
	background-color: white;
	border-bottom-color: darkgray;
	border-left-color: darkgray;
	border-right-color: darkgray;
	border-top-color: darkgray;
	border-width: 1px;
	color: #e0e0e0;
}

.ActionButtons
{
	box-shadow: 0px 2px 4px #555;
	background-color: #9f9f9f;
}

.ButtonDisabled
{
	box-shadow: 0px 2px 4px #555;
	background-color: white;
	border-bottom-color: darkgray;
	border-left-color: darkgray;
	border-right-color: darkgray;
	border-top-color: darkgray;
	border-width: 1px;
	color: #e0e0e0;
}

.Grid,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.WorkWith,.PromptGrid
{
	background-color: #c60b44;
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridUniform
{
	background-color: #e5e5e5;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridUniformTitle
{
	background-color: #e5e5e5;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDragging
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}

.GridDraggingUniform
{
	background-color: #d3d4d3;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingUniformTitle
{
	background-color: #d3d4d3;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridDraggingFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDrag
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}

.GridAcceptDragUniform
{
	background-color: #d3d4d3;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragUniformTitle
{
	background-color: #d3d4d3;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridAcceptDragFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDrag
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}

.GridNoAcceptDragUniform
{
	background-color: #d3d4d3;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragUniformTitle
{
	background-color: #d3d4d3;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.GridNoAcceptDragFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithUniform
{
	background-color: #e5e5e5;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithUniformTitle
{
	background-color: #e5e5e5;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.WorkWithFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridUniform
{
	background-color: #e5e5e5;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridOdd
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #fff;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridEven
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridUniformTitle
{
	background-color: #e5e5e5;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridTitle
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.PromptGridFooter
{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing:0;
	border-collapse:collapse;
}

.Group,.GroupTitle
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: none;
	border-top: 1px;
	border-width: 0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.GroupTitle
{
	font-size: 26px;
	color: #c60b44;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.GroupTitleTitle
{
	font-size: 26px;
	color: #c60b44;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.Image,.ImageDragging,.ImageAcceptDrag,.ImageNoAcceptDrag,.PoweredBy,.TabPaging,.TabPagingNext,.TabPagingPrevious,.ImageHeaderBackground,.HeaderImage1,.ImageTopHeader,.ResponsiveImage,.ImageInButton,.ImageTop,.ImageHandCenter,.ImageHandCenter:hover,.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}
.ImageTop
{
	background-color: white;
	height: 10px;
	width: 5px;
}
.ImageHandCenter,.ImageHandCenter:hover
{
	margin-left: 2px;
	margin-top: 2px;
	cursor: pointer;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-repeat: no-repeat;
	margin-left: 4px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	padding-left:0 !important;
	padding-bottom:0 !important;
}
.PagingButtonsFirst
{
	float: left;
	background-image: url(PageFirst.png);
	height: 16px;
	width: 16px;
}
.PagingButtonsLast
{
	float: left;
	background-image: url(PageLast.png);
	height: 16px;
	width: 16px;
}
.PagingButtonsNext
{
	float: left;
	background-image: url(PageNext.png);
	height: 16px;
	width: 16px;
}
.PagingButtonsPrevious
{
	float: left;
	background-image: url(PagePrevious.png);
	height: 16px;
	width: 16px;
}
.Table,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.LevelTable,.BodyContainer,.HeaderContainer,.RecentLinksContainer,.FormContainer,.Container,.ContainerFluid,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.AdvancedContainer,.AdvancedContainerVisible,.OrdersTable,.WWAdvancedContainer,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.PromptContainer,.PromptMainTable,.MainContainer,.GridTabMainTable,.TableLeftMenu,.TableTopMenu,.Table80,.VerticalTab,.TableMargin2,.TableGrid,.TableTop,.TableContent,.Table100x100,.ToolbarMain,.TableBorderBottom,.TableBorder,.ViewTable,.TableHorizontalLine,.header_pink_line,.HorizontalSpace,.TableBottom,.RecentLinksTable,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.Table95,.TableLogin
{
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-style: none;
	border-width: 0px;
	font-family: Verdana,Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: left;
}
.TableGrid
{
	background-color: #e4e5e6;
	border-bottom-color: #747474;
	border-left-color: #747474;
	border-right-color: #747474;
	border-top-color: #747474;
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
}
.TableTop
{
	background-repeat: repeat-x;
	list-style-image: none;
	background-color: white;
	background-image: none;
	height: 50px;
	width: 100%;
}
.TableContent
{
	padding-bottom: 10pt;
	padding-left: 10pt;
	padding-right: 10pt;
	padding-top: 10pt;
	color: #747474;
	vertical-align: top;
}
.Table100x100,.ToolbarMain,.TableBorderBottom,.TableBorder
{
	width: 100%;
	vertical-align: top;
}
.TableBorder
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt;
	border-bottom-color: #9d1f1f;
	border-left-color: #9d1f1f;
	border-right-color: #9d1f1f;
	width: 90%;
}
.ViewTable
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	background-color: white;
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-width: 1px;
	color: #404040;
	width: 100%;
}
.TableHorizontalLine,.header_pink_line
{
	background-color: #c60b44;
	height: 6px;
	width: 100%;
}
.header_pink_line
{
	width: 960px;
}
.HorizontalSpace
{
	background-color: #fff;
	height: 5px;
	width: 100%;
}
.TableBottom
{
	background-color: #e0e0e0;
	height: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.RecentLinksTable
{
	padding-left: 5pt;
	padding-right: 5pt;
	background-color: whitesmoke;
	border-bottom-color: #9d1f1f;
	height: 15px;
	width: 100%;
}
.Table960
{
	width: 960px;
}
.TableGreyFooter
{
	background-image: url(footer_body.png);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 32px;
	width: 100%;
}
.TableBlackFooter
{
	background-image: url(cabezal_cuerpo.png);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 36px;
	width: 100%;
}
.TableBlackHeader
{
	background-image: url(cabezal_cuerpo.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 36px;
	width: 100%;
}
.Table95
{
	width: 100%;
}
.TableLogin
{
	box-shadow: 2px 2px 4px #ccc;
	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: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 300px;
}
.TextBlock,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.RecentsTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWOrderItemSelected,.bullet,.subBullet,.TextTable,.TBTopMenu,.TBLeftMenu,.SelectedTab,.UnSelectedTab,.FieldSetTitle,.BtnTextBlock,.Title,.SubTitle,.Label,.LabelDragging,.LabelAcceptDrag,.LabelNoAcceptDrag,.SmallText,.TextBlockHeader,.RecentLink,.Separator,.FooterText,.RecentLinkItem,.VerticalMenuOption
{
	padding-right: 3pt;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
	vertical-align: middle;
}
.Title,.SubTitle
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1a1a1a;
}
.SubTitle
{
	clear: none;
	padding-left: 3px;
	padding-top: 5pt;
	display: block;
	-moz-box-sizing: border-box;
	background-image: none;
	font-size: 10pt;
	color: black;
	height: 20px;
	width: 100%;
}
.Label,.LabelDragging,.LabelAcceptDrag,.LabelNoAcceptDrag,.gx-label.AttributeLabel,.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.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.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.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.CheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel
{
	font-weight: bold;
}
.SmallText
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: gray;
	text-align: center;
}
.TextBlockHeader
{
	background-repeat: no-repeat;
	list-style-image: none;
	white-space: normal;
	background-image: none;
	font-size: 30pt;
	font-style: italic;
	font-weight: bold;
	color: #c60b44;
	text-shadow: 2px 2px 5px #888 ;
}
.RecentLink
{
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-size: 9pt;
	font-weight: bold;
	color: #494949;
	height: 20px;
	width: 5%;
	text-align: left;
}
.Separator
{
	box-sizing: border-box;
	display: block;
	-moz-box-sizing: border-box;
	color: white;
}
.FooterText
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #404040;
	text-align: center;
}
.RecentLinkItem
{
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	overflow: hidden;
	font-size: 9pt;
	font-weight: normal;
	color: #828282;
	height: 20px;
	width: auto;
	text-align: left;
	max-width:120px;
}
.VerticalMenuOption
{
	font-weight: bold;
	color: #404040;
}
.ErrorViewer
{
	border-style: none;
	border-width: 0px;
	font-family: "Microsoft Sans Serif";
	font-size: 8.25pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}
.FreeStyleGrid,.TrnSublevelGrid,.RecentLinksGrid,.FreeStyleGridDragging,.FreeStyleGridAcceptDrag,.FreeStyleGridNoAcceptDrag,.FreeStyleGridBottom,.FreeStyleGridRecent,.VerticalTabGrid
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-style: none;
	border-width: 0px;
}

.FreeStyleGridUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridUniformTitle
{
	background-color: #d3d4d3;
}

.TrnSublevelGridUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.TrnSublevelGridOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.TrnSublevelGridEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.TrnSublevelGridUniformTitle
{
	background-color: #d3d4d3;
}

.RecentLinksGridUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.RecentLinksGridOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.RecentLinksGridEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.RecentLinksGridUniformTitle
{
	background-color: #d3d4d3;
}

.FreeStyleGridDraggingUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridDraggingOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridDraggingEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridDraggingUniformTitle
{
	background-color: #d3d4d3;
}

.FreeStyleGridAcceptDragUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridAcceptDragOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridAcceptDragEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridAcceptDragUniformTitle
{
	background-color: #d3d4d3;
}

.FreeStyleGridNoAcceptDragUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridNoAcceptDragOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridNoAcceptDragEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridNoAcceptDragUniformTitle
{
	background-color: #d3d4d3;
}

.FreeStyleGridBottomUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridBottomOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridBottomEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridBottomUniformTitle
{
	background-color: #d3d4d3;
}

.FreeStyleGridRecentUniform
{
	background-color: #d3d4d3;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridRecentOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridRecentEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	background-color: #d3d4d3;
}

.FreeStyleGridRecentUniformTitle
{
	background-color: #d3d4d3;
}

.VerticalTabGridUniform
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.VerticalTabGridOdd
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

.VerticalTabGridEven
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #d3d4d3;
}

.Hyperlink
{
	border-style: none;
	border-width: 0px;
	font-family: "Verdana";
	font-size: 8.25pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.Messages,.ErrorMessages,.WarningMessages
{
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	position: relative;
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #c60b44;
}
.ErrorMessages
{
	background-color: rgba(255,255,255,0.6);
	background-image: url(ico_error.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	border-bottom-color: #c60b44;
	border-left-color: #c60b44;
	border-right-color: #c60b44;
	border-top-color: #c60b44;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 2px;
	padding-left: 20px;
	font-weight: bold;
}
.WarningMessages
{
	background-color: rgba(255,255,255,0.6);
	background-image: url(ico_warning.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	border-bottom-color: #c60b44;
	border-left-color: #c60b44;
	border-right-color: #c60b44;
	border-top-color: #c60b44;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 2px;
	padding-left: 20px;
	font-weight: bold;
}
BODY
{
	height: inherit;
}
HTML
{
	height: 100%;
}
.Calendar 
{
	background-color: #fff;
	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 ;
	font-style: normal;
	font-variant: normal;
	color: #7d7d7d;
}
.Calendar  .CalendarButton 
{
	background-color: #e4e5e6;
	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;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.Calendar  .nav 
{
	background-color: #e4e5e6;
	background-image: url(menuarrow.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.Calendar  TABLE
{
	background-color: #fff;
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.Calendar  TABLE .wn 
{
	background-color: #d3d4d3;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 2px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.Calendar  THEAD
{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}
.Calendar  THEAD .headrow 
{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.Calendar  THEAD .daynames 
{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #404040;
}
.Calendar  THEAD .name 
{
	background-color: #c00000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.Calendar  THEAD .weekend 
{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #d84523;
}
.Calendar  THEAD .hilite 
{
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.Calendar  THEAD .active 
{
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.Calendar  THEAD .CalendarTitle 
{
	background-color: #747474;
	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-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.Calendar  TBODY .day 
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	width: 2em;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.Calendar  TBODY .rowhilite  TD
{
	background-color: #e4e5e6;
	color: #333;
}
.Calendar  TBODY .emptyrow 
{
	display: none;
}
.Calendar  TBODY .emptycell 
{
	visibility: hidden;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.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: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	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: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	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  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  TFOOT .footrow 
{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: white;
}
.Calendar  TFOOT .ttip 
{
	background-color: #e4e5e6;
	border-bottom-color: #fff;
	border-left-color: #767676;
	border-right-color: #fff;
	border-top-color: #767676;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.Calendar  TFOOT .hilite 
{
	background-color: #d3d4d3;
	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;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}
.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;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.CalendarCombo 
{
	background-color: #fff;
	border-bottom-color: #000;
	border-left-color: #fff;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	left: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	position: absolute;
	top: 0px;
	width: 4em;
	display: none;
	cursor: default;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.CalendarCombo  .label 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 4em;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.CalendarCombo  .active 
{
	border-bottom-color: #969696;
	border-left-color: #969696;
	border-right-color: #969696;
	border-top-color: #969696;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.CalendarCombo  .hilite 
{
	background-color: #969696;
	border-bottom-color: #d3d4d3;
	border-left-color: #d3d4d3;
	border-right-color: #d3d4d3;
	border-top-color: #d3d4d3;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #fff;
}
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(ClosePrompt.png);
	background-position: center center;
	background-repeat: no-repeat;
	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;
}
.RowDeleted 
{
	text-decoration: line-through;
}
.dp_container 
{
	position: relative;
}
UL.Tabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.Tabs LI.Tab
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.Tabs LI.Tab A
{
	display: block;
	text-decoration: none;
}
UL.Tabs LI.Tab A.TabFirst
{
	background-image: none;
	padding-left: 11px;
}
UL.Tabs LI.Tab A.TabLeft
{
	background-image: none;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	background-color: #333;
	background-image: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: -1px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
}
UL.Tabs LI.Tab SPAN.TabLast
{
	background-image: none;
}
UL.Tabs LI.Tab SPAN.TabRight
{
	background-image: none;
}
UL.Tabs LI.Tab SPAN.TabText
{
	white-space: nowrap;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
}
UL.Tabs LI.TabSelected
{
	position: relative;
}
UL.Tabs LI.TabSelected A
{
	float: left;
	position: relative;
}
UL.Tabs LI.TabSelected A.TabFirst
{
	background-image: none;
}
UL.Tabs LI.TabSelected A.TabLeft
{
	background-image: none;
}
UL.Tabs LI.TabSelected SPAN
{
	float: left;
	position: relative;
}
UL.Tabs LI.TabSelected SPAN.TabBackground
{
	background-color: #fff;
	background-image: none;
	border-style: solid;
	border-width: 1px;
	margin-top: 0px;
	padding-top: 8px;
	border-bottom:0px;
}
UL.Tabs LI.TabSelected SPAN.TabLast
{
	background-image: none;
}
UL.Tabs LI.TabSelected SPAN.TabRight
{
	background-image: none;
	margin-right: 0px;
}
UL.Tabs LI.TabSelected SPAN.TabText
{
	color: #c60b44;
}
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 *
{
	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:first-child
{
	right: 20px;
}
DIV.gx-multimedia-upload INPUT.field
{
	float: none;
	margin-top: 10px;
	width: 300px;
	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 INPUT.BtnEnter
{
	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-image-placeholder
{
	background-image: url(PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #c60b44;
	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;
	line-height:15px;
	-moz-transition:opacity .3s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transition:opacity .3s ease-in-out;
	opacity:0;
	-webkit-transition:opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-image: url(MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 4px;
	right: 20px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-image: url(MultimediaClear.png);
	background-position: center center;;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 9px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload: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)";
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: black;
	background-image: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	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;
	-ms-filter:"alpha(opacity=20)";
	filter: alpha(opacity=20);
	opacity:.20;
}
DIV.gx-unmask
{
	background-color: transparent;
}
BODY.gx-masked DIV.gx-mask
{
	bottom: 0px;
	position: fixed;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	display: block;
}
.td5 
{
	width: 40px;
}
.td100 
{
	width: 100%;
}
.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;
	padding-bottom: 10px;
}
.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;
}
.HRDefault 
{
	background-color: transparent;
	border-width: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	height: 1px;
	color: transparent;
}
.NoLinkLabel 
{
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	font-size: 14px;
	color: #000;
	text-align: right;
}
.NoLinkLabel  A:active
{
	color: #000;
	text-decoration:none;
}
.NoLinkLabel  A:link
{
	color: #000;
	text-decoration:none;
}
.NoLinkLabel  A:visited
{
	text-decoration: none;
	color: #000;
}
.TDMiddle 
{
	vertical-align: middle;
}
.MenuOption 
{
	margin-right: 15px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.MenuOption  A:active
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.MenuOption  A:link
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.MenuOption  A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.MenuOption  A:hover
{
	text-decoration: underline;
	color: white;
}
.TextBlock 
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.TextBlock  A:active
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: black;
}
.TextBlock  A:link
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: black;
}
.TextBlock  A:visited
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: black;
}
.TextBlock  A:hover
{
	text-decoration: underline;
}
.TableTopMenu  SPAN.TextBlock
{
	color: white;
}
.Button:active, input[type='button']:active 
{
	box-shadow:none;
}
.gx_newrow 
{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.TextBlockHeader  A:active
{
	text-decoration: none;
	color: #c60b44;
}
.TextBlockHeader  A:hover
{
	text-decoration: none;
	color: #c60b44;
}
.TextBlockHeader  A:link
{
	text-decoration: none;
	color: #c60b44;
}
.TextBlockHeader  A:visited
{
	text-decoration: none;
	color: #c60b44;
}
.SmallText  A:active
{
	text-decoration: none;
	color: gray;
}
.SmallText  A:hover
{
	text-decoration: none;
	color: gray;
}
.SmallText  A:link
{
	text-decoration: none;
	color: gray;
}
.SmallText  A:visited
{
	text-decoration: none;
	color: gray;
}
.RecentLinkItem  A:active
{
	text-decoration: none;
	color: #828282;
}
.RecentLinkItem  A:hover
{
	text-decoration: none;
	color: #828282;
}
.RecentLinkItem  A:link
{
	text-decoration: none;
	color: #828282;
}
.RecentLinkItem  A:visited
{
	text-decoration: none;
	color: #828282;
}
.ReadonlyAttribute  A:active
{
	text-decoration: underline;
	color: #747474;
}
.ReadonlyAttribute  A:link
{
	text-decoration: underline;
	color: #747474;
}
.ReadonlyAttribute  A:visited
{
	text-decoration: underline;
	color: #747474;
}
.VerticalMenuOption  A:active
{
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}
.VerticalMenuOption  A:hover
{
	text-decoration: underline;
	color: #404040;
}
.VerticalMenuOption  A:link
{
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}
.VerticalMenuOption  A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}
.gx-ajax-error 
{
	background-color: #f2dede;
	border-bottom-color: #ebccd1;
	border-left-color: #ebccd1;
	border-right-color: #ebccd1;
	border-top-color: #ebccd1;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	padding-top: 15px;
	color: #a94442;
}
.gx-ajax-error  BUTTON.close
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	top: -2px;
	cursor: pointer;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
}
DIV.suggestions
{
	background-color: #fff;
	border-bottom-color: #969696;
	border-left-color: #969696;
	border-right-color: #969696;
	border-top-color: #969696;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
}
DIV.suggestions DIV
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
DIV.suggestions DIV.current
{
	background-color: #d3d4d3;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
DIV.dp_container IMG
{
	vertical-align: text-bottom;
}
TD.HeaderLogin
{
	background-image: url(LoginHeader.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 20px;
	height: 32px;
}
