/* CheckBox */
.dxICBFocused_Visualsoft 
{
    outline: 1px dotted #00aeef;
}
.dxICheckBox_Visualsoft 
{
}
/* -- ASPxCloudControl -- */
.dxccControl_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #00aeef;
	background-color: #FFFFFF;
}
.dxccControl_Visualsoft a
{
	text-decoration: none!important;
	color: #00aeef;
}
.dxccControl_Visualsoft a:hover
{
	text-decoration: underline!important;
}
.dxccControl_Visualsoft .dxccValue
{
    color: silver;
}
/* Disabled */
.dxccDisabled_Visualsoft,
.dxccDisabled_Visualsoft span.dxccValue,
.dxccDisabled_Visualsoft span.dxccBEText
{
	color: #b8b8b8;
	cursor: default;
}

/* -- ASPxDataView -- */
.dxdvControl_Visualsoft 
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxdvControl_Visualsoft td.dxdvCtrl_Visualsoft
{
	padding: 12px 40px;
}
.dxdvContent_Visualsoft
{
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
}
.dxdvItem_Visualsoft,
.dxdvFlowItem_Visualsoft
{
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvFlowItem_Visualsoft
{
	float: left;
	overflow: hidden;
}
.dxdvFlowItemsContainer_Visualsoft 
{
}
.dxdvEmptyItem_Visualsoft
{
	text-align: left;
	vertical-align: top;
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvPagerPanel_Visualsoft
{
}
.dxdvEmptyData_Visualsoft
{
	color: Gray;
}
.dxdvPagerShowMoreItemsContainer_Visualsoft
{
    height: 50px;
	text-align: center;
}
.dxdvPagerShowMoreItemsContainer_Visualsoft a
{
	display: block;
	padding-top: 16px;
	color: #00aeef;
}
/* Disabled */
.dxdvDisabled_Visualsoft
{
	color: #b8b8b8;
	cursor: default;
}
/* -- ASPxHeadline -- */
.dxhlControl_Visualsoft 
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: black;
}
.dxhlControl_Visualsoft a
{
	color: #00aeef;
}
.dxhlContent_Visualsoft
{
} 
.dxhlContent_Visualsoft img
{
	display: none!important;
}
.dxhlDate_Visualsoft
{
	white-space: nowrap;
	color: silver;
}
.dxhlHeader_Visualsoft
{
	font-size: 2em;
	color: #00aeef;
	vertical-align: top;
}
.dxhlDateHeader_Visualsoft
{
	color: white;
	background-color: Silver;
	padding: 0 4px;
	margin: 4px 0;
}
.dxhlLeftPanel_Visualsoft,
.dxhlRightPanel_Visualsoft
{
	padding: 2px 0;
}
.dxhlDateLeftPanel_Visualsoft,
.dxhlDateRightPanel_Visualsoft
{
    padding: 12px 0 0;
	white-space: nowrap;
}
.dxhlTailDiv_Visualsoft,
.dxhlTailDiv_Visualsoft a
{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
.dxhlTailDiv_Visualsoft
{
	padding: 8px 0;
}
.dxhlTailDiv_Visualsoft img
{
	vertical-align: middle;
	margin-top: -2px;
}
/* Disabled */
.dxhlDisabled_Visualsoft
{
	color: #b8b8b8;
	cursor: default;
}

/* -- ASPxLoadingPanel -- */
.dxlpLoadingPanel_Visualsoft,
.dxlpLoadingPanelWithContent_Visualsoft
{
	border: 1px solid #C3C3C3;
	background-color: white;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxlpLoadingPanel_Visualsoft td.dx,
.dxlpLoadingPanelWithContent_Visualsoft td.dx
{
	font-size: 1.17em;
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxlpLoadingPanel_Visualsoft .dxlp-loadingImage,
.dxlpLoadingPanelWithContent_Visualsoft .dxlp-loadingImage {
	background-image: url('Loading.gif');
	height: 32px;
	width: 32px;
}
.dxlpControl_Visualsoft.dxlpLoadingDiv_Visualsoft
{
	background-color: white;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}

/* -- ASPxMenu Lite -- */
.dxmLite_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
.dxmLite_Visualsoft .dxm-main 
{
	background-color: #f0f0f0;
	padding: 0;
}

.dxmLite_Visualsoft .dxm-vertical 
{
	width: 150px;
}

.dxmLite_Visualsoft .dxm-popup 
{
	color: #333333;
	background-color: white;
	border: 1px solid #c0c0c0;
	padding: 1px;
}

.dxmBrdCor_Visualsoft 
{
	background-color: white;
}

.dxmLite_Visualsoft .dxm-item
{
	cursor: default;
    text-align: left;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-item
{
	text-align: right;
}
.dxmLite_Visualsoft .dxm-image-t .dxm-item,
.dxmLite_Visualsoft .dxm-image-b .dxm-item
{
	text-align: center;
}

.dxmLite_Visualsoft .dxm-content 
{
    display: block;
	white-space: nowrap;
}

.dxmLite_Visualsoft,
.dxmLite_Visualsoft .dxm-item a.dx 
{
	color: #333333;
}
.dxmLite_Visualsoft .dxm-disabled,
.dxmLite_Visualsoft .dxm-disabled a.dx 
{
	color: #b8b8b8;
}
.dxmLite_Visualsoft .dxm-item a.dx 
{
	text-decoration: none;
}

.dxmLite_Visualsoft .dxm-item 
{
	border: 0px;
}
.dxmLite_Visualsoft .dxm-popOut
{
    border: solid 1px transparent;
}

/* Checked, Selected, Hovered */
.dxmLite_Visualsoft .dxm-dropDownMode.dxm-checked .dxm-popOut,
.dxmLite_Visualsoft .dxm-dropDownMode.dxm-selected .dxm-popOut,
.dxmLite_Visualsoft .dxm-dropDownMode.dxm-hovered .dxm-popOut 
{
    border-left-color: white;
}
.dxmLite_Visualsoft .dxm-image-r .dxm-dropDownMode.dxm-checked .dxm-popOut,
.dxmLite_Visualsoft .dxm-image-r .dxm-dropDownMode.dxm-selected .dxm-popOut,
.dxmLite_Visualsoft .dxm-image-r .dxm-dropDownMode.dxm-hovered .dxm-popOut, 
.dxmLite_Visualsoft.dxm-rtl .dxm-dropDownMode.dxm-checked .dxm-popOut,
.dxmLite_Visualsoft.dxm-rtl .dxm-dropDownMode.dxm-selected .dxm-popOut,
.dxmLite_Visualsoft.dxm-rtl .dxm-dropDownMode.dxm-hovered .dxm-popOut 
{
    border-right-color: white;
}
.dxmLite_Visualsoft .dxm-main .dxm-checked,
.dxmLite_Visualsoft .dxm-main .dxm-selected 
{
    background-color: #00aeef;
}
.dxmLite_Visualsoft .dxm-popup .dxm-checked .dxm-image
{	
    border: 1px solid #FFFFFF;
    outline: 1px solid #FF0000;
    background-color: transparent;
}
.dxmLite_Visualsoft .dxm-popup .dxm-checked .dxm-image.dxWeb_mSubMenuItemChecked_Visualsoft
{	
    border: none;
    outline: none;
    background-color: transparent;
}
.dxmLite_Visualsoft .dxm-main .dxm-hovered
{
	background-color: #00aeef;
	color: #FFFFFF;
}
.dxmLite_Visualsoft .dxm-main .dxm-hovered a.dx
{
	color: #FFFFFF;
}
.dxmLite_Visualsoft .dxm-popup .dxm-selected 
{
	background-color: #00aeef;
    color: #FFFFFF;
}
.dxmLite_Visualsoft .dxm-popup .dxm-hovered
{
	background-color: #00aeef;
	color: #FFFFFF;
}
.dxmLite_Visualsoft .dxm-popup .dxm-hovered a.dx
{
	color: #FFFFFF;
}

/* Content */
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-content 
{
	padding: 3px 7px 4px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-content 
{
	padding: 3px 11px 4px 10px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
	padding: 4px 11px 5px 10px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content 
{
	padding-right: 3px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content 
{
	padding-right: 4px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content 
{
	padding-left: 3px;
	padding-right: 5px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-left: 4px;
	padding-right: 5px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content 
{
	padding-right: 8px;
}

.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-content,
.dxmLite_Visualsoft .dxm-popup .dxm-content 
{
	padding: 3px 18px 3px 3px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite_Visualsoft.dxm-rtl .dxm-vertical .dxm-image-r .dxm-content,
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-content 
{
	padding: 3px 3px 3px 18px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-noSubMenu .dxm-content,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-right: 5px;
	padding-left: 14px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-content,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-content 
{
	padding: 5px 10px 6px;
}

/* Image */
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-hasText .dxm-image
{
	margin-right: 5px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-hasText .dxm-image
{
	margin-left: 5px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-hasText .dxm-image 
{
	margin-bottom: 4px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-hasText .dxm-image 
{
	margin-top: 4px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-image 
{
	margin-right: 7px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-image 
{
	margin-left: 7px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-image 
{
	margin-right: 12px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-image 
{
	margin-left: 12px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-checked .dxm-image 
{
    margin: -1px 11px -1px -1px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-checked .dxm-image 
{
	margin: -1px -1px -1px 11px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-image.dxWeb_mSubMenuItem_Visualsoft 
{
	margin-right: 12px;
    margin-left: 2px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-image.dxWeb_mSubMenuItem_Visualsoft 
{
	margin-left: 12px;
    margin-right: 2px;
}

/* Image replacement */
.dxmLite_Visualsoft.dxm-ltr .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxmLite_Visualsoft.dxm-ltr .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-left: 7px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxmLite_Visualsoft.dxm-rtl .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-right: 7px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-noImage 
{
	padding-left: 23px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-noImage 
{
	padding-right: 23px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-noImage 
{
	padding-left: 28px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-noImage 
{
	padding-right: 28px;
}

/* PopOut */
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 9px;
	padding-bottom: 9px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-top: 18px;
	padding-bottom: 19px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-right: 5px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-image-r .dxm-popOut 
{
	padding-left: 7px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-dropDownMode .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite_Visualsoft .dxm-popup .dxm-popOut 
{
	padding-top: 6px;
	padding-bottom: 6px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 8px;
	padding-bottom: 9px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-popOut 
{
	padding-top: 18px;
	padding-bottom: 19px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-popOut,
.dxmLite_Visualsoft .dxm-popup .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

/* PopOut replacement */
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-noSubMenu 
{
	padding-right: 13px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-noSubMenu 
{
	padding-left: 13px;
}

/* Spacings, Separator */
.dxmLite_Visualsoft .dxm-horizontal .dxm-spacing 
{
	width: 2px;
    min-width: 2px;
	height: 1px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-spacing,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-spacing,
.dxmLite_Visualsoft .dxm-popup .dxm-spacing 
{
	height: 1px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-spacing,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-spacing 
{
	height: 2px;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-separator 
{
	padding: 0px 2px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-l .dxm-separator,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-r .dxm-separator,
.dxmLite_Visualsoft .dxm-popup .dxm-separator 
{
	padding: 1px 0px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-image-t .dxm-separator,
.dxmLite_Visualsoft .dxm-vertical .dxm-image-b .dxm-separator 
{
	padding: 2px 0px;
}
.dxmLite_Visualsoft .dxm-separator b
{
	background-color: #FFFFFF;
}
.dxmLite_Visualsoft .dxm-popup .dxm-separator b
{
	background-color: #C0C0C0;
}
.dxmLite_Visualsoft .dxm-horizontal .dxm-separator b 
{
	height: 100%;
	width: 1px;
}
.dxmLite_Visualsoft .dxm-vertical .dxm-separator b,
.dxmLite_Visualsoft .dxm-popup .dxm-separator b 
{
	height: 1px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-separator
{
	padding-left: 29px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-separator
{
	padding-right: 29px;
}
.dxmLite_Visualsoft.dxm-ltr .dxm-popup .dxm-noImages .dxm-separator
{
	padding-left: 0;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup .dxm-noImages .dxm-separator
{
	padding-left: 0;
}
/* Scroll elements */
.dxmLite_Visualsoft .dxm-scrollUpBtn, 
.dxmLite_Visualsoft .dxm-scrollDownBtn
{
	background-color: white;
	padding: 1px;
	text-align: center;
}
.dxmLite_Visualsoft .dxm-scrollUpBtn
{
	margin-bottom: 1px;
}
.dxmLite_Visualsoft .dxm-scrollDownBtn
{
	margin-top: 1px;
}
.dxmLite_Visualsoft .dxm-scrollBtnHovered
{
	background-color: #FF0000;
}
.dxmLite_Visualsoft .dxm-scrollBtnPressed
{
	background-color: #f0f0f0;
}
.dxmLite_Visualsoft .dxm-scrollBtnDisabled
{
	cursor: default;
}
.dxmLite_Visualsoft .dxm-scrollArea
{
	overflow: hidden;
	position: relative;
}

/* -- ASPxMenu Lite Toolbar mode -- */
.dxmLite_Visualsoft .dxm-main.dxmtb {
	padding: 2px;
}
/* has image */
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-subMenu .dxm-content
{
	padding: 4px;
}
/* no image */
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-noImage .dxm-content
{
	padding: 4px 4px 5px;
}
/* dd has image */
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-dropDownMode .dxm-content 
{
	padding: 4px 5px 4px 4px;
}
/* dd no image */
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content, 
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-t .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-image-b .dxm-dropDownMode.dxm-noImage .dxm-content 
{
	padding: 4px;
}

.dxmLite_Visualsoft .dxm-popup.dxmtb .dxm-image 
{
	margin-right: 10px;
	margin-top: -1px;
}
.dxmLite_Visualsoft.dxm-rtl .dxm-popup.dxmtb .dxm-image 
{
	margin-right: 0px;
}

.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-popOut,
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-dropDownMode .dxm-popOut 
{
	padding: 9px 3px;
}
.dxmLite_Visualsoft .dxmtb .dxtb-comboBoxMenuItem 
{
	padding: 2px 2px 1px;
}
.dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxtb-labelMenuItem 
{
	padding: 7px 2px 0!important;
}
.dxIE.dxBrowserVersion-8 .dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxtb-labelMenuItem
{
	padding: 6px 2px 0!important;
}

.dxFirefox .dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxtb-labelMenuItem 
{
	padding: 6px 2px 0!important;
}
/* -- ASPxNavBar Lite -- */
.dxnbLite_Visualsoft 
{
	color: #333333;
	background-color: white;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	list-style: none none outside;
	margin: 0;
	padding: 0px;
	float: left;
	width: 200px;
}
.dxnbLite_Visualsoft a
{
	color: black;
	text-decoration: none;
}
.dxnbLite_Visualsoft .dxnb-gr 
{
	margin-bottom: 13px;
}
.dxnbLite_Visualsoft .dxnb-header,
.dxnbLite_Visualsoft .dxnb-headerCollapsed 
{
	background-color: #f0f0f0;
	padding: 9px 10px 6px;
	color: #666666;
	font-weight: bold;
    white-space: nowrap;
}
.dxnbLite_Visualsoft .dxnb-header a,
.dxnbLite_Visualsoft .dxnb-headerCollapsed a
{
	color: #666666;
	text-decoration: underline;
}
.dxnbLite_Visualsoft .dxnb-content 
{
	list-style: none none outside;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}
.dxnbLite_Visualsoft.dxnb-noHeads .dxnb-content
{
	border-top-width: 1px;
}
.dxnbLite_Visualsoft .dxnb-item,
.dxnbLite_Visualsoft .dxnb-large,
.dxnbLite_Visualsoft .dxnb-bullet 
{
	color: black;
	clear: both;
	overflow: hidden;
	cursor: default;
}
.dxnbLite_Visualsoft .dxnb-item,
.dxnbLite_Visualsoft .dxnb-large,
.dxnbLite_Visualsoft .dxnb-tmpl
{
	margin-bottom: 1px;
}
.dxnbLite_Visualsoft .dxnb-item.dxnb-link,
.dxnbLite_Visualsoft .dxnb-item .dxnb-link
{
	padding: 3px 4px 4px;
    white-space: nowrap;
}
.dxnbLite_Visualsoft .dxnb-large.dxnb-link,
.dxnbLite_Visualsoft .dxnb-large .dxnb-link
{
	padding: 6px 12px 7px;
    white-space: nowrap;
}
.dxnbLite_Visualsoft .dxnb-bullet,
.dxnbLite_Visualsoft .dxnb-bulletHover,
.dxnbLite_Visualsoft .dxnb-bulletSelected 
{
	padding: 0 5px;
	overflow: visible;
	margin-bottom: 6px;
}
.dxnbLite_Visualsoft .dxnb-itemSelected,
.dxnbLite_Visualsoft .dxnb-largeSelected
{
    background-color: #00aeef;
    color: #FFFFFF;
}
.dxnbLite_Visualsoft .dxnb-itemHover,
.dxnbLite_Visualsoft .dxnb-itemHover a,
.dxnbLite_Visualsoft .dxnb-largeHover,
.dxnbLite_Visualsoft .dxnb-largeHover a
{
	background-color: #00aeef;
	color: #FFFFFF;
}
.dxnbLite_Visualsoft .dxnb-header,
.dxnbLite_Visualsoft .dxnb-headerCollapsed, 
.dxnbLite_Visualsoft .dxnb-item,
.dxnbLite_Visualsoft .dxnb-itemHover,
.dxnbLite_Visualsoft .dxnb-itemSelected,
.dxnbLite_Visualsoft .dxnb-bullet,
.dxnbLite_Visualsoft .dxnb-bulletHover,
.dxnbLite_Visualsoft .dxnb-bulletSelected
{
	text-align: left;
}
.dxnbLite_Visualsoft .dxnb-large,
.dxnbLite_Visualsoft .dxnb-largeHover,
.dxnbLite_Visualsoft .dxnb-largeSelected
{
	text-align: center;
}
.dxnbLite_Visualsoft .dxnb-headerHover
{
}
.dxnbLite_Visualsoft .dxnb-headerCollapsedHover
{
}
.dxnbLite_Visualsoft .dxnb-last
{
	margin-bottom: 0;
}
.dxnbLite_Visualsoft .dxnb-btn,
.dxnbLite_Visualsoft .dxnb-btnLeft,
.dxnbLite_Visualsoft .dxnb-img
{
	border-width: 0;
}

.dxnbLite_Visualsoft .dxnb-btn
{
	float: right;
	margin: 0 0 0 4px;
}
.dxnbLite_Visualsoft .dxnb-btnLeft,
.dxnbLite_Visualsoft .dxnb-rtlHeader .dxnb-btn 
{
	float: left;
	margin: 0 4px 0 0;
}
.dxnbLite_Visualsoft .dxnb-img
{
	margin: 0 4px 0 0;
}
.dxnbLite_Visualsoft .dxnb-right .dxnb-item .dxnb-img,
.dxnbLite_Visualsoft .dxnb-rtlHeader .dxnb-img
{
	margin: 0 0 0 4px;
}
.dxnbLite_Visualsoft .dxnb-header.dxnb-header-left,
.dxnbLite_Visualsoft .dxnb-headerCollapsed.dxnb-header-left,
.dxnbLite_Visualsoft .dxnb-rtlHeader
{
	text-align: right;
}
.dxnbLite_Visualsoft .dxnb-top .dxnb-large .dxnb-img
{
	margin-bottom: 3px;
}
.dxnbLite_Visualsoft .dxnb-bottom .dxnb-large .dxnb-img
{
	margin-top: 3px;
}
.dxnbLite_Visualsoft .dxnb-large .dxnb-img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.dxnbLiteDisabled_Visualsoft,
.dxnbLite_Visualsoft .dxnbLiteDisabled_Visualsoft,
.dxnbLiteDisabled_Visualsoft a,
.dxnbLiteDisabled_Visualsoft .dxnb-item,
.dxnbLiteDisabled_Visualsoft .dxnb-large,
.dxnbLiteDisabled_Visualsoft .dxnb-bullet,
.dxnbLiteDisabled_Visualsoft .dxnb-header,
.dxnbLiteDisabled_Visualsoft .dxnb-headerCollapsed 
{
	color: #b8b8b8;
	cursor: default;
}

/* -- ASPxNewsControl -- */
.dxncControl_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
	background-color: White;
}
.dxncControl_Visualsoft a
{
	color: #00aeef;
}
.dxncControl_Visualsoft td.dxncCtrl_Visualsoft
{
	padding: 18px;
}
.dxncContent_Visualsoft
{
}
.dxncPagerPanel_Visualsoft
{
	padding: 0px 3px;
}
.dxncItem_Visualsoft
{
	vertical-align: top;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding: 12px 8px;
}
.dxncEmptyItem_Visualsoft
{
	vertical-align: top;
	padding: 12px 12px 12px 14px;
}
.dxncBackToTop_Visualsoft
{
	padding: 12px 0;
	margin-top: -40px!important;
}
.dxncBackToTop_Visualsoft,
.dxncBackToTop_Visualsoft a
{
	color: #999999;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}
.dxncBackToTop_Visualsoft img
{
	float: right;
	margin-left: 4px;
	margin-top: -4px;
	vertical-align: middle;
}
.dxncPagerShowMoreItemsContainer_Visualsoft
{
    height: 50px;
	text-align: center;
}
.dxncPagerShowMoreItemsContainer_Visualsoft a
{
	display: block;
	padding-top: 16px;
	color: #FF0000;
}
.dxncItem_Visualsoft > table:not(:last-child) .dxhlContent_Visualsoft:last-child
{
	margin-bottom: 40px!important;
} 
.dxncControl_Visualsoft .dxhlTailDiv_Visualsoft a
{
    color: #999999;
}
.dxncEmptyData_Visualsoft
{
	color: Gray;
}
/* Disabled */
.dxncDisabled_Visualsoft
{
	color: #b8b8b8;
	cursor: default;
}

/* -- ASPxPager Lite -- */
.dxpLite_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
	float: left;
	padding: 2px 8px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dxpLite_Visualsoft .dxp-summary,
.dxpLite_Visualsoft .dxp-sep,
.dxpLite_Visualsoft .dxp-button,
.dxpLite_Visualsoft .dxp-pageSizeItem,
.dxpLite_Visualsoft .dxp-num,
.dxpLite_Visualsoft .dxp-current,
.dxpLite_Visualsoft .dxp-ellip
{
	margin-left: 4px;
	font-weight: normal;
}
.dxpLite_Visualsoft .dxp-lead
{
	margin-left: 0!important;
}

.dxpLite_Visualsoft a
{
	color: #333333;
	text-decoration: underline;
}

.dxpLite_Visualsoft .dxp-button
{
	white-space: nowrap;
	text-align: center;
	padding: 6px 14px;
	text-decoration: none;
}
.dxpLite_Visualsoft .dxp-button img
{
	border: none;
	text-decoration: none;
}
.dxpLite_Visualsoft .dxp-button span
{
	text-decoration: none;
}
.dxpLite_Visualsoft .dxp-button.dxp-bi 
{
	padding: 0 3px;
}
.dxpLite_Visualsoft .dxp-button.dxp-bti 
{
	padding: 0 14px;
}
.dxpLite_Visualsoft .dxp-disabledButton
{
	text-decoration: none;
	color: #acacac;
}
.dxpLite_Visualsoft .dxp-pageSizeItem
{
    padding: 1px 4px 0 16px;
    white-space: nowrap;
}
.dxFirefox .dxpLite_Visualsoft .dxp-pageSizeItem
{
    padding: 2px 4px 0 16px;
}
.dxpLite_Visualsoft .dxp-pageSizeItem .dx
{
    display: block;
    float: left;
    margin-top: 3px;
    white-space: nowrap;
}
*[dir="rtl"].dxpLite_Visualsoft .dxp-pageSizeItem .dx 
{
    float: right;
}
.dxpLite_Visualsoft .dxp-comboBox
{
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    margin: -2px 0px;
}
.dxpLite_Visualsoft .dxp-comboBox input
{
    margin: 4px 1px 4px 3px;
}
*[dir="rtl"].dxpLite_Visualsoft .dxp-comboBox input
{
    float: right;
}
.dxpLite_Visualsoft .dxp-hoverComboBox
{
}
.dxpLite_Visualsoft .dxp-pressedComboBox
{
}
.dxpLite_Visualsoft .dxp-dropDownButton
{
    padding: 10px 5px 9px;
	background-color: White;
}
.dxpLite_Visualsoft .dxp-hoverDropDownButton
{
	background-color: #FF0000;
}
.dxpLite_Visualsoft .dxp-pressedDropDownButton
{
	background-color: Silver;
}
.dxpLite_Visualsoft .dxp-num
{
	color: #333333;
	text-decoration: none;
	padding: 3px 14px;
    margin-top: 3px;
}

.dxpLite_Visualsoft .dxp-current
{
	background-color: #00aeef;
	color: #FFFFFF;
	text-decoration: none;
}

.dxpLite_Visualsoft .dxp-summary,
.dxpLite_Visualsoft .dxp-ellip
{
	white-space: nowrap;
	padding: 6px 16px;
}

.dxpLite_Visualsoft .dxp-sep
{
	background-color: #cccccc;
	width: 1px;
	height: 15px;
	margin-top: 5px;
}

.dxpLiteDisabled_Visualsoft,
.dxpLiteDisabled_Visualsoft a,
.dxpLiteDisabled_Visualsoft .dxp-summary,
.dxpLiteDisabled_Visualsoft .dxp-sep, 
.dxpLiteDisabled_Visualsoft .dxp-button,
.dxpLiteDisabled_Visualsoft .dxp-num,
.dxpLiteDisabled_Visualsoft .dxp-current,
.dxpLiteDisabled_Visualsoft .dxp-ellip
{
	color: #acacac;
	border-color: #808080;
	cursor: default;
}

.dxpLite_Visualsoft .dxp-disabledComboBox
{
    border: 1px solid #9F9F9F;
}

.dxpLite_Visualsoft .dxp-disabledComboBox input
{
    color: #acacac;
}

.dxpLite_Visualsoft .dxp-disabledDropDownButton
{
    border-color: #C3C3C3;
    cursor: default;
}

/* -- ASPxPopupControl Lite -- */
.dxpcLite_Visualsoft,
.dxdpLite_Visualsoft {
    width: 250px;
    left: 0;
    top: 0;
    position: absolute;
    border-spacing: 0;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: black;
   
}
.dxdpLite_Visualsoft {
	display: none;
	visibility: hidden;
}

.dxpcLite_Visualsoft .dxpc-mainDiv,
.dxpcLite_Visualsoft.dxpc-mainDiv,
.dxdpLite_Visualsoft .dxpc-mainDiv,
.dxdpLite_Visualsoft.dxpc-mainDiv  
{
	top: 0;
	left: 0;
	background-color: white;
	border: 1px solid silver;
}

.dxpcLite_Visualsoft a.dxpc-link,
.dxdpLite_Visualsoft a.dxpc-link
{
	color: #FF0000;
}
.dxpcLite_Visualsoft a.dxpc-link *,
.dxdpLite_Visualsoft a.dxpc-link *
{
	text-decoration: underline;
	cursor: pointer;
}

.dxpcLite_Visualsoft .dxpc-closeBtn,
.dxpcLite_Visualsoft .dxpc-pinBtn,
.dxpcLite_Visualsoft .dxpc-refreshBtn,
.dxpcLite_Visualsoft .dxpc-collapseBtn,
.dxpcLite_Visualsoft .dxpc-maximizeBtn,
.dxdpLite_Visualsoft .dxpc-closeBtn,
.dxdpLite_Visualsoft .dxpc-pinBtn,
.dxdpLite_Visualsoft .dxpc-refreshBtn,
.dxdpLite_Visualsoft .dxpc-collapseBtn,
.dxdpLite_Visualsoft .dxpc-maximizeBtn
{
	padding: 6px;
	float: right;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-closeBtn,
.dxpcLite_Visualsoft.dxRtl .dxpc-pinBtn,
.dxpcLite_Visualsoft.dxRtl .dxpc-refreshBtn,
.dxpcLite_Visualsoft.dxRtl .dxpc-collapseBtn,
.dxpcLite_Visualsoft.dxRtl .dxpc-maximizeBtn,
.dxdpLite_Visualsoft.dxRtl .dxpc-closeBtn,
.dxdpLite_Visualsoft.dxRtl .dxpc-pinBtn,
.dxdpLite_Visualsoft.dxRtl .dxpc-refreshBtn,
.dxdpLite_Visualsoft.dxRtl .dxpc-collapseBtn,
.dxdpLite_Visualsoft.dxRtl .dxpc-maximizeBtn
{
	float: left;
}

.dxpcLite_Visualsoft .dxpc-closeBtnHover,
.dxpcLite_Visualsoft .dxpc-pinBtnHover,
.dxpcLite_Visualsoft .dxpc-refreshBtnHover,
.dxpcLite_Visualsoft .dxpc-collapseBtnHover,
.dxpcLite_Visualsoft .dxpc-maximizeBtnHover,
.dxdpLite_Visualsoft .dxpc-closeBtnHover,
.dxdpLite_Visualsoft .dxpc-pinBtnHover,
.dxdpLite_Visualsoft .dxpc-refreshBtnHover,
.dxdpLite_Visualsoft .dxpc-collapseBtnHover,
.dxdpLite_Visualsoft .dxpc-maximizeBtnHover
{
}

.dxpcLite_Visualsoft .dxpc-header,
.dxdpLite_Visualsoft .dxpc-header 
{
	color: #00aeef;
	font-size: 1.66em;
	padding: 7px 2px 7px 12px;
	white-space: nowrap;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-header,
.dxdpLite_Visualsoft.dxRtl .dxpc-header  
{
	padding: 7px 12px 7px 2px;
}

.dxpcLite_Visualsoft .dxpc-headerText,
.dxdpLite_Visualsoft .dxpc-headerText
{
	white-space: nowrap;
	margin-top: -2px;
}

.dxpcLite_Visualsoft .dxpc-headerImg,
.dxdpLite_Visualsoft .dxpc-headerImg
{
	margin: 0 16px 0 0;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-headerImg,
.dxdpLite_Visualsoft.dxRtl .dxpc-headerImg
{
	margin: 0 0 0 16px;
}

.dxpcLite_Visualsoft .dxpc-expandableDiv,
.dxdpLite_Visualsoft .dxpc-expandableDiv 
{
	float: left;
	overflow: hidden;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-expandableDiv,
.dxdpLite_Visualsoft.dxRtl .dxpc-expandableDiv 
{
	float: right;
}

.dxpcLite_Visualsoft .dxpc-content,
.dxdpLite_Visualsoft .dxpc-content
{
	white-space: normal;
	padding: 9px 12px;
}

.dxpcLite_Visualsoft.dxpc-hierarchycal .dxpc-content {
	padding-right: 30px;
}

.dxpcLite_Visualsoft .dxpc-footer,
.dxdpLite_Visualsoft .dxpc-footer
{
	color: #c0c0c0;
}

.dxpcLite_Visualsoft .dxpc-footerContent,
.dxdpLite_Visualsoft .dxpc-footerContent
{
	padding: 6px 20px 8px 12px;
	min-height: 8px;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-footerContent,
.dxdpLite_Visualsoft.dxRtl .dxpc-footerContent
{
	padding: 6px 12px 8px 20px;
}

.dxpcLite_Visualsoft .dxpc-footerText,
.dxdpLite_Visualsoft .dxpc-footerText
{
	white-space: nowrap;
}

.dxpcLite_Visualsoft .dxpc-footerImg,
.dxdpLite_Visualsoft .dxpc-footerImg
{
	margin: 0 8px 0 0;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-footerImg,
.dxdpLite_Visualsoft.dxRtl .dxpc-footerImg
{
	margin: 0 0 0 8px;
}

.dxpcLite_Visualsoft .dxpc-sizeGrip,
.dxdpLite_Visualsoft .dxpc-sizeGrip
{
	float: right;
}

.dxpcLite_Visualsoft.dxRtl .dxpc-sizeGrip,
.dxdpLite_Visualsoft.dxRtl .dxpc-sizeGrip
{
	float: left;
}

.dxpcModalBackLite_Visualsoft,
.dxdpModalBackLite_Visualsoft
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
}
.dxpcLiteDisabled_Visualsoft,
.dxdpLiteDisabled_Visualsoft
{
	color: #b8b8b8;
	cursor: default;
}
/* -- ASPxPanel -- */
.dxpnlControl_Visualsoft
{
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border: 0px solid #c0c0c0;
}
.dxpnlControl_Visualsoft.dxpnl-edge,
.dxpnlControl_Visualsoft.dxpnl-edge.dxpnl-bar
{
    background-color: white;
}
.dxpnlControl_Visualsoft.dxpnl-edge,
.dxpnlControl_Visualsoft.dxpnl-edge .dxpnl-scc,
.dxpnlControl_Visualsoft.dxpnl-bar
{
    padding: 8px;
}
.dxpnlControl_Visualsoft .dxpnl-btn
{
}
.dxpnlControl_Visualsoft .dxpnl-btnHover
{
}
.dxpnlControl_Visualsoft .dxpnl-btnPressed
{
}
.dxpnlControl_Visualsoft .dxpnl-btnSelected
{
}
.dxpnlDisabled_Visualsoft
{
	color: #acacac;
	cursor: default;
}
/* -- ASPxRoundPanel -- */
.dxrpControl_Visualsoft,
.dxrpControlGB_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxrpControl_Visualsoft .dxrpCI
{
	display:block;
}
/* Header */
.dxrpControl_Visualsoft td.dxrpHeader_Visualsoft
{
	color: #00aeef;
	font-size: 1.66em;
}
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft span.dx-vam,
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft span.dx-vat,
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft span.dx-vab,
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft a.dx-vam,
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft a.dx-vat,
*+html .dxrpControl_Visualsoft .dxrpHeader_Visualsoft a.dx-vab 
{
	padding-bottom:12px;
}
.dxrpControlGB_Visualsoft span.dxrpHeader_Visualsoft
{
	font-weight: bold;
	color: Silver;
}
.dxrpControl_Visualsoft  > tbody > tr > .dxrpHeader_Visualsoft > a,
.dxrpControl_Visualsoft  > tbody > tr > .dxrpHeader_Visualsoft > a > span.dxrpHT,
.dxrpControlGB_Visualsoft span.dxrpHeader_Visualsoft a
{
    color: #1E3695;
}
.dxrpControl_Visualsoft td.dxrpHeader_Visualsoft
{
	line-height: 100%;
	white-space: nowrap;
}
/* Header image */
.dxrpControl_Visualsoft .dxrpHI
{
	margin-right: 4px;
}
.dxrpControl_Visualsoft .dxrpHIR
{
	margin-left: 4px;
}
/* Content */
.dxrpControl_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent,
.dxrpControlGB_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent
{
	vertical-align: top;
}
.dxrpControlGB_Visualsoft 
{
	border: 1px solid Silver;
}
.dxrpControl_Visualsoft
{
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
}
.dxrpControlGB_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent,
.dxrpControlGB_Visualsoft span.dxrpHeader_Visualsoft
{
    background: white none;
}
/* Paddings */
.dxrpControl_Visualsoft td.dxrpHeader_Visualsoft 
{
	padding: 7px 15px 8px 10px;
}
.dxrpControlGB_Visualsoft span.dxrpHeader_Visualsoft 
{
	padding: 0px 3px 0px 3px;
}
.dxrpControl_Visualsoft.dxrp-noCollapsing > tbody > tr.dxrpCR > .dxrpcontent,
.dxrpControl_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent > .dxrpAW > .dxrpCW, .dxrpControl_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent >  .dxrpCW
{
	padding: 9px 10px 10px 10px;
}
.dxrpControlGB_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent
{
	padding: 6px 10px 10px 10px;
}
/* GroupboxCaptionOffset */
.dxrpControlGB_Visualsoft > tbody > tr.dxrpCR > .dxrpcontent > div:first-child
{
	top: -13px;
	left: -6px;
	margin-bottom: -7px;
}
.dxrpControlGB_Visualsoft {
	margin-top: 6px;
}
/* Disabled */
.dxrpDisabled_Visualsoft,
.dxrpDisabled_Visualsoft td.dxrp
{
	color: #b8b8b8;
	cursor: default;
}
.dxrpDisabled_Visualsoft.dxrpCollapsed > tbody > tr > td.dxrpHeader_Visualsoft
{
    border-radius: 0px;
    border: 0px none #FF0000;
}

/* -- ASPxSiteMapControl -- */
.dxsmControl_Visualsoft 
{
	color: #333333;
	background-color: white;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
.dxsmControl_Visualsoft a:hover
{
	text-decoration: none!important;
}
.dxsmControl_Visualsoft a:visited
{
	color: #996085!important;
}
/* - Category Level - */
.dxsmCategoryLevel_Visualsoft,
.dxsmCategoryLevel_Visualsoft a
{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.dxsmCategoryLevel_Visualsoft
{
    font-size: 1.5em;
	white-space: nowrap;
	padding: 0px 0px 5px;
}
.dxsmCategoryLevel_Visualsoft
{
	border-bottom: 1px solid #B8B8B8;
}
 /*flow layout*/
.dxsmLevelCategoryFlow_Visualsoft,
.dxsmLevelCategoryFlow_Visualsoft a
{
	color: #1E3695;
    font-weight: bold;
	text-decoration: underline;
}
.dxsmLevelCategoryFlow_Visualsoft
{
	font-size: 1.5em;
}
/* - Level 0 - */
.dxsmLevel0_Visualsoft,
.dxsmLevel0_Visualsoft a,
.dxsmLevel0Categorized_Visualsoft a,
.dxsmLevel0Categorized_Visualsoft
{
	color: #999999;
	text-decoration: none;
}
.dxsmLevel0_Visualsoft,
.dxsmLevel0Categorized_Visualsoft
{
    font-size: 1.5em;
	white-space: nowrap;
	padding: 0px 0px 2px;
}
.dxsmLevel0_Visualsoft
{
	padding: 0px 0px 5px;
}
 /*flow layout*/
.dxsmLevel0Flow_Visualsoft,
.dxsmLevel0Flow_Visualsoft a,
.dxsmLevel0CategorizedFlow_Visualsoft a,
.dxsmLevel0CategorizedFlow_Visualsoft
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.dxsmLevel0Flow_Visualsoft
{
	padding: 0px;
}
.dxsmLevel0Flow_Visualsoft
{
	text-decoration: none;
}

/* - Level 1 - */
.dxsmLevel1_Visualsoft,
.dxsmLevel1_Visualsoft a,
.dxsmLevel1Categorized_Visualsoft a,
.dxsmLevel1Categorized_Visualsoft
{
	color: #00aeef;
	text-decoration: none;
}
.dxsmLevel1_Visualsoft,
.dxsmLevel1Categorized_Visualsoft
{
	white-space: nowrap;
	padding: 0px;
}
.dxsmLevel1_Visualsoft ul,
.dxsmLevel1Categorized_Visualsoft ul
{
	list-style-type: none!important;
}

/*flow layout*/
.dxsmLevel1Flow_Visualsoft,
.dxsmLevel1Flow_Visualsoft a,
.dxsmLevel1CategorizedFlow_Visualsoft,
.dxsmLevel1CategorizedFlow_Visualsoft a
{
	color: #FF0000;
	text-decoration: underline;
}
.dxsmLevel1Flow_Visualsoft
{
	text-decoration: none;
	padding: 0px;
}

/* - Level 2 - */
.dxsmLevel2_Visualsoft,
.dxsmLevel2_Visualsoft a,
.dxsmLevel2Categorized_Visualsoft a,
.dxsmLevel2Categorized_Visualsoft
{
	color: #FF0000;
	text-decoration: none;
}
.dxsmLevel2_Visualsoft,
.dxsmLevel2Categorized_Visualsoft
{
    font-size: 0.91em;
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel2Flow_Visualsoft,
.dxsmLevel2Flow_Visualsoft a
{
	color: #5078DC;
	text-decoration: underline;
}
.dxsmLevel2Flow_Visualsoft
{
    font-size: 0.91em;
	padding: 0px;
}
/* - Level 3 - */
.dxsmLevel3_Visualsoft,
.dxsmLevel3_Visualsoft a
{
	color: #FF0000;
	text-decoration: none;
}
.dxsmLevel3_Visualsoft
{
    font-size: 0.75em;
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel3Flow_Visualsoft,
.dxsmLevel3Flow_Visualsoft a
{
	color: #999999;
	text-decoration: underline;
}
.dxsmLevel3Flow_Visualsoft
{
	font-size: 0.75em;
}
/* - Level 4 - */
.dxsmLevel4_Visualsoft,
.dxsmLevel4_Visualsoft a
{
	color: #FF0000;
	text-decoration: none;
}
.dxsmLevel4_Visualsoft
{
    font-size: 0.66em;
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel4Flow_Visualsoft,
.dxsmLevel4Flow_Visualsoft a
{
	color: #A8A8A8;
	text-decoration: underline;
}
.dxsmLevel4Flow_Visualsoft
{
    font-size: 0.66em;
	padding: 0px;
}
/* - Other Levels - */
.dxsmLevelOther_Visualsoft,
.dxsmLevelOther_Visualsoft a
{
	color: #FF0000;
	text-decoration: none;
}
.dxsmLevelOther_Visualsoft
{
    font-size: 0.75em;
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevelOtherFlow_Visualsoft,
.dxsmLevelOtherFlow_Visualsoft a
{
	color: #A8A8A8;
	text-decoration: underline;
}
/* Disabled */
.dxsmDisabled_Visualsoft
{
	color: #b8b8b8;
	cursor: default;
}

/* -- ASPxTabControl Lite -- */
.dxtcLite_Visualsoft
{
	overflow: hidden;
	color: #666666;
	float: left;
	font: 12px 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-strip
{
	list-style: none outside none;
	float: left;
	padding: 0;
	margin: 0;
}
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer
{
	padding-top: 3px;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbSpacer
{
	display: block;
	margin: 0;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-lineBreak
{
	float: none;
	display: block;
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.dxtcLite_Visualsoft.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab
{
	border-left-style: none;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-activeTab
{
	float: left;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tab
{
	background: #E0E0E0 url('tcTabBack.gif') repeat-x bottom;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-activeTab a
{
	background-color: #00aeef;
	color: #FFFFFF;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tab a 
{
	color: #666666;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tabHover,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tabHover a
{
	color: #FFFFFF;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-tabHover
{
    background: #00aeef url('tcTabBack.gif') repeat-x bottom;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbSpacer
{
	float: left;
	border-right-width: 0;
	border-left-width: 0;
	overflow: hidden;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-spacer
{
	width: 1px;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-rightIndent
{
	width: 5px;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-link
{
	padding: 4px 36px;
	display: block;
	height: 100%;
}

.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-link,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-rightIndent
{
	text-decoration: none;
	white-space: nowrap;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-img
{
	border-style: none;
	margin: 0 3px 0 0;
} 
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-img
{
	margin: 0 0 0 3px;
}
.dxtcLite_Visualsoft > .dxtc-content 
{
	background-color: #FFFFFF;
	float: left;
	clear: left;
	border: 1px none #A8A8A8!important;
	overflow: hidden;
	padding: 11px;
}
.dxtcLite_Visualsoft.dxtc-top > .dxtc-content 
{
	border-top-style: none!important;
}
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-top > .dxtc-stripContainer .dxtc-sbSpacer
{
    border-bottom: 4px solid #00aeef;
}
/* Rtl */
.dxtcLite_Visualsoft.dxtc-rtl,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-content,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-strip,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-sbSpacer,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-rtl > .dxtc-stripContainer .dxtc-activeTab
{
	float: right;
/*width: inherit;*/
}
.dxtcLite_Visualsoft.dxtc-top.dxtc-rtl > .dxtc-content,
.dxtcLite_Visualsoft.dxtc-bottom.dxtc-rtl > .dxtc-stripContainer,
.dxtcLite_Visualsoft.dxtc-bottom.dxtc-rtl > .dxtc-stripContainer .dxtc-strip
{
	clear: right!important;
}
.dxtcLite_Visualsoft.dxtc-left.dxtc-rtl > .dxtc-strip,
.dxtcLite_Visualsoft.dxtc-left.dxtc-rtl > .dxtc-stripContainer .dxtc-strip
{
	float: left;
}
/* Scrolling */
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sb          
{
	margin-top: 0;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbHover
{
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbPressed
{
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbDisabled
{
	cursor: default;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sb img 
{
	border: none;
	border-style: none;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbIndent
{
	width: 5px;
}
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtc-sbSpacer
{
	width: 1px;
}
/* Multi-row */
.dxtcLiteDisabled_Visualsoft,
.dxtcLiteDisabled_Visualsoft > .dxtc-stripContainer .dxtcLiteDisabled_Visualsoft.dxtc-activeTab,
.dxtcLiteDisabled_Visualsoft > .dxtc-stripContainer .dxtc-link,
.dxtcLiteDisabled_Visualsoft > .dxtc-stripContainer .dxtc-activeTab .dxtc-link,
.dxtcLiteDisabled_Visualsoft > .dxtc-content,
.dxtcLite_Visualsoft > .dxtc-stripContainer .dxtcLiteDisabled_Visualsoft .dxtc-link
{
	color: #acacac;
	cursor: default;
}
/* bottom  */
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer
{
	padding-bottom: 3px;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-strip
{
	clear: left;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbSpacer
{
	border-bottom: 1px solid transparent;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-tab
{
	background: #E0E0E0 url('tcTabBack.gif') repeat-x top;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-tabHover
{
	background: #00aeef url('tcTabBack.gif') repeat-x top;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-stripContainer .dxtc-sbSpacer
{
    border-top: 4px solid #00aeef;
}
.dxtcLite_Visualsoft.dxtc-bottom > .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-bottom-width: 1px;
	border-bottom-style: none!important;
}
/* left */
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer
{
	padding-left: 3px;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent
{
	float: none;
	clear: none;
	width: auto;
	height: auto;
}

.dxtcLite_Visualsoft.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-left.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab
{
	border-top-style: none;
	border-bottom-style: none;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-link
{
	padding: 3px 15px 4px;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-tab
{
    background: #E0E0E0 url('tcTabBack.gif') repeat-y right;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-tabHover
{
	background: #FF0000 url('tcTabBack.gif') repeat-y right;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-activeTab
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent
{
	border: none;
	border-left: 1px solid transparent;
	width: auto;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-sbSpacer
{
    border-right: 4px solid #FF0000;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent
{
	height: 5px;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-stripContainer .dxtc-spacer
{
	height: 1px;
}
.dxtcLite_Visualsoft.dxtc-left > .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left-color: #A8A8A8;
	border-left-width: 1px;
	border-left-style: none!important;
	float: left;
	clear: none;
}
/* right */
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer
{
	padding-right: 3px;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent
{
	float: none;
	clear: none;
	width: auto;
	height: auto;
}

.dxtcLite_Visualsoft.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-right.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab
{
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-link
{
	padding: 3px 15px 4px;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-tab
{
    background: #E0E0E0 url('tcTabBack.gif') repeat-y left;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-tabHover
{
	background: #FF0000 url('tcTabBack.gif') repeat-y left;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-activeTab
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent
{
	border: none;
	border-right: 1px solid transparent;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-tab,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-spacer,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-sbWrapper,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-sbIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-sbSpacer
{
    border-left: 4px solid #FF0000;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-leftIndent,
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-rightIndent
{
	height: 5px;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-stripContainer .dxtc-spacer
{
	height: 1px;
}
.dxtcLite_Visualsoft.dxtc-right > .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right-color: #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right-width: 1px;
	border-right-style: none!important;
	float: left;
	clear: none;
}

/* -- ASPxTitleIndex -- */
.dxtiControl_Visualsoft 
{
	color: #FF0000;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
.dxtiControl_Visualsoft a
{
	color: #FF0000;
}
.dxtiItem_Visualsoft
{
	white-space: nowrap;
}
.dxtiGroupHeader_Visualsoft,
.dxtiGroupHeaderCategorized_Visualsoft
{
	font-size: 1.5em;
	text-decoration: none;
}
.dxtiGroupHeader_Visualsoft,
.dxtiGroupHeaderCategorized_Visualsoft
{
	white-space: nowrap;
	padding: 0px 0px 8px;
}
.dxtiGroupHeaderCategorized_Visualsoft
{
	border-bottom: 1px Solid #C0C0C0;
}
/* - GroupHeaderText - */
.dxtiGroupHeaderText_Visualsoft
{
	background-color: #00aeef;
	color: #FFFFFF;
}
.dxtiGroupHeaderText_Visualsoft
{
	padding: 0px 8px 3px;
}
.dxtiGroupHeaderTextCategorized_Visualsoft
{
	color: #FFFFFF;
	background-color: #FF0000;
}
.dxtiGroupHeaderTextCategorized_Visualsoft
{
	padding: 1px 8px;
}
/* - FilterBox - */
.dxtiFilterBoxInfoText_Visualsoft
{
	font-size: 0.75em;
    font-weight: normal;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 4px;
}
.dxtiFilterBoxEdit_Visualsoft
{
	border: 1px Solid silver;
}
.dxtiFilterBox_Visualsoft,
.dxtiFilterBox_Visualsoft table
{
	color: #333333;
}
.dxtiFilterBox_Visualsoft
{
	padding: 15px;
	background-color: #FAFAFA;
}
/* - IndexPanel - */
.dxtiIndexPanel_Visualsoft
{
    font-size: 1.33em;
	padding: 10px 0;
	text-decoration: none;
}
.dxtiIndexPanelItem_Visualsoft,
.dxtiCurrentIndexPanelItem_Visualsoft
{
	text-decoration: none;
}
.dxtiIndexPanelItem_Visualsoft,
.dxtiCurrentIndexPanelItem_Visualsoft
{
	padding: 0px 6px 3px;
}
.dxtiCurrentIndexPanelItem_Visualsoft
{
	color: #FFFFFF;
	background-color: #00aeef;
}
/* - BackToTop - */
.dxtiBackToTop_Visualsoft,
.dxtiBackToTop_Visualsoft a
{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
.dxtiBackToTop_Visualsoft
{
	border-top: 1px solid silver;
	padding: 8px 0px;
	text-align: right!important;
}
.dxtiBackToTopRtl_Visualsoft
{
padding: 8px 0px;
}
.dxtiBackToTop_Visualsoft img
{
	float: right;
	margin-top: -4px;
	margin-left: 4px;
}
/* Disabled */
.dxtiDisabled_Visualsoft,
.dxtiDisabled_Visualsoft a
{
	color: #b8b8b8;
	cursor: default!important;
}
/* -- ASPxUploadControl -- */
.dxucControl_Visualsoft,
.dxucEditArea_Visualsoft,
input[type="text"].dxucEditArea_Visualsoft /*Bootstrap correction*/
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;	
}
.dxucControl_Visualsoft,
.dxucEditArea_Visualsoft,
body input.dxucEditArea_Visualsoft /*Bootstrap correction*/
{
	color: #333333;
}
.dxucEditArea_Visualsoft,
input[type="text"].dxucEditArea_Visualsoft /*Bootstrap correction*/
{
    padding: 1px;
}
.dxucControl_Visualsoft .dxucInputs_Visualsoft
{
    border-collapse: separate;
    border-width: 0;
}
.dxucTextBox_Visualsoft
{
	background-color: white;
	border: 1px solid #c0c0c0;
	padding: 1px 2px;
}
.dxucTextBox_Visualsoft .dxucEditArea_Visualsoft
{
	margin: 0px;
	background-color: white;
}
.dxucNullText_Visualsoft .dxucEditArea_Visualsoft
{
    color: #818181;
}
.dxucErrorCell_Visualsoft
{
	color: Red;
	text-align: left;
}
.dxucButton_Visualsoft,
.dxucButton_Visualsoft a
{
	color: #00aeef;
	white-space: nowrap;
}
.dxucBrowseButton_Visualsoft,
.dxucBrowseButton_Visualsoft a
{
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
.dxucControl_Visualsoft .dxucBrowseButton_Visualsoft a
{
	color: #000000;
}
.dxucControl_Visualsoft a[unselectable="on"]
{
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.dxucBrowseButton_Visualsoft
{
	border: 1px solid Silver;
	padding: 3px 8px 4px;
	background-color: White;
}
.dxucBrowseButton_Visualsoft.dxbf
{
    padding: 3px 7px 4px;
}
.dxucBrowseButton_Visualsoft.dxbf a
{
    border: 1px dotted black;
}
.dxucBrowseButtonHover_Visualsoft
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.dxucBrowseButtonPressed_Visualsoft
{
	background-color: Silver;
	color: #FFFFFF;
}
/* ProgressBar */
.dxucProgressBar_Visualsoft
{
	background-color: #E0E0E0;
    height: 23px;
}
.dxucProgressBar_Visualsoft,
.dxucProgressBar_Visualsoft td.dx
{
	color: #333333;
}
.dxucProgressBar_Visualsoft .dxPBMainCell,
.dxucProgressBar_Visualsoft td.dx
{
	padding: 0;
}
.dxucProgressBarIndicator_Visualsoft 
{
	background-color: #FF0000;
}
/* Silverlight Plugin Link */
.dxucSilverlightPluginLinkPanel_Visualsoft {
	font-size: 0.75em;
	color: #7d7d7d;
	text-align: left;
}
.dxucSilverlightPluginLinkPanel_Visualsoft td {
	padding: 0px 3px;
	vertical-align: middle;
}
.dxucSilverlightPluginLinkPanel_Visualsoft a {
	color: #0D45B7;
}
/* Disabled */
.dxucDisabled_Visualsoft,
.dxucDisabled_Visualsoft a
{
	cursor: default;
	color: #B8B8B8;
}
.dxucTextBoxDisabled_Visualsoft
{
	border-color: #C3C3C3;
}
.dxucButtonDisabled_Visualsoft,
.dxucButtonDisabled_Visualsoft a
{
	text-decoration: none;
}
.dxucBrowseButtonDisabled_Visualsoft
{
	cursor: default;
}
.dxucControl_Visualsoft .dxucBrowseButtonDisabled_Visualsoft a
{
    color: #b8b8b8;
}

/* -- ASPxSplitter -- */
.dxsplControl_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
.dxsplControl_Visualsoft,
.dxsplVSeparator_Visualsoft,
.dxsplHSeparator_Visualsoft
{
	background-color: White;
}
.dxsplVSeparator_Visualsoft,
.dxsplHSeparator_Visualsoft
{
	font-size: 0;
	padding: 0 1px 1px 0;
}
.dxsplControl_Visualsoft,
.dxsplVSeparator_Visualsoft,
.dxsplHSeparator_Visualsoft,
.dxsplPane_Visualsoft,
.dxsplPaneCollapsed_Visualsoft,
.dxsplVSeparator_Visualsoft,
.dxsplHSeparator_Visualsoft,
.dxsplVSeparatorCollapsed_Visualsoft,
.dxsplHSeparatorCollapsed_Visualsoft
{
}
.dxsplPane_Visualsoft,
.dxsplPaneCollapsed_Visualsoft
{
	background-color: white;
}
.dxsplPaneCollapsed_Visualsoft
{
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.dxsplVSeparatorHover_Visualsoft
{
	cursor: w-resize;
}
.dxsplHSeparatorHover_Visualsoft
{
	cursor: n-resize;
}
.dxsplVSeparatorCollapsed_Visualsoft
{
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.dxsplHSeparatorCollapsed_Visualsoft
{
	border-left-width: 1px;
	border-right-width: 1px;
}
.dxsplVSeparatorCollapsed_Visualsoft,
.dxsplHSeparatorCollapsed_Visualsoft
{
	cursor: default!important;
}
.dxsplVSeparatorButton_Visualsoft
{
	cursor: pointer;
	padding: 5px 3px 5px 2px;
}
.dxsplHSeparatorButton_Visualsoft
{
	cursor: pointer;
	padding: 2px 5px 3px;
}
.dxsplDisabled_Visualsoft .dxsplVSeparatorButton_Visualsoft,
.dxsplDisabled_Visualsoft .dxsplHSeparatorButton_Visualsoft
{
	cursor: default;
}
.dxsplVSeparatorHover_Visualsoft,
.dxsplHSeparatorHover_Visualsoft,
.dxsplVSeparatorButtonHover_Visualsoft,
.dxsplHSeparatorButtonHover_Visualsoft
{
	background-color: #00aeef;
}
.dxsplResizingPointer_Visualsoft
{
	background: url('splResizingPointer.gif') repeat;
	font-size: 0;
	line-height: 0px;
}
.dxsplControl_Visualsoft .dxsplLCC
{
	padding: 8px;
}

/* -- ASPxTreeView -- */
.dxtvControl_Visualsoft
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
	float: left;
}
.dxtvControl_Visualsoft li 
{
	overflow-y: hidden;
}
.dxtvControl_Visualsoft ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.dxtvControl_Visualsoft a 
{
	color: #333333;
	text-decoration: none;
}

.dxtvControl_Visualsoft .dxtv-ln
{
	vertical-align: top;
}

.dxtvControl_Visualsoft .dxtv-nd
{
	margin-top: 1px;
	float: left;
	padding: 3px 5px 4px;
	display: block;
	text-decoration: none;
	outline: 0 none;
}

.dxtvControl_Visualsoft .dxtv-elbNoLn,
.dxtvControl_Visualsoft .dxtv-elb
{
	width: 26px;
	height: 21px;
	vertical-align: top;
	float: left;
}

.dxtvControl_Visualsoft .dxtv-elb
{
}

.dxtvControl_Visualsoft .dxtv-elbHide 
{
	display: none;
}

.dxtvControl_Visualsoft .dxtv-btn 
{
	margin-left: 10px;
	margin-top: 5px;
}

.dxtvControl_Visualsoft .dxtv-subnd 
{
	margin-left: 22px;
}

.dxtvControl_Visualsoft .dxtv-ndImg 
{
	margin:  0 4px 0 2px;
}

.dxtvControl_Visualsoft .dxtv-ndTxt 
{
	white-space: nowrap;
}

.dxtvControl_Visualsoft .dxtv-ndChk
{
	margin:  0 6px 0 2px;
}
  
.dxtvControl_Visualsoft .dxtv-ndTmpl
{
	float: left;
	white-space: nowrap;
}

.dxtvControl_Visualsoft .dxtv-ndSel
{
	background-color: #f0f0f0;
	cursor: default;
}

.dxtvControl_Visualsoft .dxtv-ndHov
{
	background-color: #FF0000;
	color: #FFFFFF;
}

.dxtvControl_Visualsoft.dxtvRtl,
.dxtvControl_Visualsoft.dxtvRtl .dxtv-nd, 
.dxtvControl_Visualsoft.dxtvRtl .dxtv-elbNoLn,
.dxtvControl_Visualsoft.dxtvRtl .dxtv-elb,
.dxtvControl_Visualsoft.dxtvRtl .dxtv-ndTmpl
{
	float: right;
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-elb,
.dxtvControl_Visualsoft.dxtvRtl .dxtv-ln 
{
	background-position: right top;
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-elb
{
	background-image: url('tvElbowRtl.gif');
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-btn 
{
	margin: 5px 10px 0 0;
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-subnd 
{
	margin: 0 22px 0 0;
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-ndImg 
{
    margin: 0 2px 0 4px;
}

.dxtvControl_Visualsoft.dxtvRtl.OperaRtlFix .dxtv-btn
{
	margin: 5px 10px 0 0;
}

.dxtvControl_Visualsoft.dxtvRtl .dxtv-ndChk
{
	margin: 0 2px 0 6px;
}

.dxtvControl_Visualsoft.dxtvRtl.OperaRtlFix .dxtv-subnd 
{
	overflow-x: hidden;
}

.dxtvDisabled_Visualsoft,
.dxtvControl_Visualsoft .dxtvDisabled_Visualsoft,
.dxtvDisabled_Visualsoft a,
.dxtvDisabled_Visualsoft .dxtv-btn,
.dxtvDisabled_Visualsoft .dxtv-nd
{
	color: #b8b8b8;
	cursor: default;
}

/* ASPxFileManager */
.dxfmControl_Visualsoft,
.dxfmControl_Visualsoft .dxfm-rInput
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	outline: 0px;
	color: #333333;
}
.dxfmDisabled_Visualsoft
{
	color: #b8b8b8;
}

/* FileManager - Splitter */
.dxfmControl_Visualsoft .dxsplControl_Visualsoft
{
	border: 1px solid silver;
}
.dxfmControl_Visualsoft .dxsplPane_Visualsoft
{
	border-width: 0px;
	background-color: White;
}
.dxfmControl_Visualsoft .dxsplLCC {
	outline-width: 0px;
	padding: 4px;
}
.dxfmControl_Visualsoft.dxfm-dst .dxsplVSeparator_Visualsoft
{
	width: 3px;
	background: url('fmSplitterSeparator.gif') repeat-y right;
	border-width: 0px;
}
.dxfmControl_Visualsoft.dxfm-dst.dxfm-rtl .dxsplVSeparator_Visualsoft
{
	background-position-x: left;
}
.dxfmControl_Visualsoft.dxfm-tch .dxsplVSeparator_Visualsoft
{
	border-width: 0 1px;
	border-color: #E0E0E0;
}
.dxfmControl_Visualsoft .dxsplHSeparator_Visualsoft
{
	border-width: 0px;
	background-color: #E0E0E0;
}
.dxfmControl_Visualsoft .dxfm-filePane .dxsplLCC
{
    padding: 0;
}

/* FileManager - TreeView */
.dxfmControl_Visualsoft .dxtvControl_Visualsoft 
{
	margin-left: -5px;
}
.dxfmControl_Visualsoft .dxtvControl_Visualsoft .dxtv-nd.dxfm-folderSI
{
	border: 1px dotted #888888;
	padding: 2px 4px 3px;
}

/* FileManager - File */
.dxfmControl_Visualsoft div.dxfm-file 
{
	float: left;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px;
	margin: 4px;
}
.dxfmControl_Visualsoft.dxfm-rtl div.dxfm-file 
{
	float: right;
}
.dxfmDisabled_Visualsoft .dxfm-file
{
	cursor: default;
}
.dxfmControl_Visualsoft div.dxfm-fileSI
{
	border: 1px dotted #888888;
}
.dxfmControl_Visualsoft div.dxfm-fileSA
{
	background-color: #e0e0e0;
}
.dxfmControl_Visualsoft div.dxfm-fileH,
.dxfmControl_Visualsoft div.dxfm-fileF
{
	background-color: #FF0000;
	color: #FFFFFF;
}
.dxfmControl_Visualsoft td.dxgv .dxfm-fileName
{
    padding: 2px 0;
}
.dxfmControl_Visualsoft .dxfm-file .dxfm-highlight
{
	background-color: #CFCFCF;
	background-repeat: repeat;
	color: #333333;
	font-weight: bold;
}
.dxfmControl_Visualsoft .fileContainer
{
    margin: 4px;
}
.dxfmControl_Visualsoft .dxfm-fileContainer .dxfm-file.dxfm-fileSI > .dxichSys
{
	top: 0;
	right: 0;
}
.dxfmControl_Visualsoft .dxfm-fileContainer .dxfm-file > .dxichSys,
.dxfmControl_Visualsoft .dxfm-fileContainer .dxfm-file.dxfm-fileSA > .dxichSys,
.dxfmControl_Visualsoft .dxfm-fileContainer .dxfm-file.dxfm-fileF > .dxichSys
{
    top: 1px;
    right: 1px;
}
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-fileContainer .dxfm-file > .dxichSys,
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-fileContainer .dxfm-file.dxfm-fileSA > .dxichSys,
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-fileContainer .dxfm-file.dxfm-fileF > .dxichSys
{
    right: initial;
	left: 1px;
}


/* FileManager - GridView */
.dxfmControl_Visualsoft .dxgvControl_Visualsoft
{
    outline: none;
}
.dxfmControl_Visualsoft .dxgvTable_Visualsoft td.dxgv 
{
    border-bottom-width: 0px;
}
.dxfmControl_Visualsoft .dxgvTable_Visualsoft tr.dxfm-fileSA
{
    background-color: #FF0000;
    color: White;
}     
.dxfmControl_Visualsoft .dxgvTable_Visualsoft tr.dxfm-fileSI
{
    background-color: #999999;
    color: White;
}
.dxfmControl_Visualsoft .dxfm-fileF.dxgvFocusedRow_Visualsoft
{
    background-color: #FF0000;
    color: White;
}
.dxfmControl_Visualsoft .dxgvTable_Visualsoft tr.dxfm-fileH
{
    background-color: #E3E3E3;
    color: Black;
}
.dxfmControl_Visualsoft tr.dxgvFocusedRow_Visualsoft
{
    background: White;
    color: Black;
}
.dxfm-file .dxgv.dxgvCommandColumn_Visualsoft
{
	text-overflow: clip;
}

/* FileManager - Toolbar */
.dxfmControl_Visualsoft .dxfm-toolbar
{
	background-color: #FAFAFA;
}
.dxfmControl_Visualsoft .dxfm-toolbar.dxsplPane_Visualsoft table.dxfm
{
	width: 100%;
}
.dxfmControl_Visualsoft .dxfm-toolbar.dxsplPane_Visualsoft .dxfm-filter
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-toolbar.dxsplPane_Visualsoft .dxfm-filter 
{
	text-align: left;
}
.dxfmControl_Visualsoft .dxfm-toolbar.dxsplPane_Visualsoft .dxfm-filter input,
.dxfmControl_Visualsoft .dxfm-toolbar.dxsplPane_Visualsoft .dxfm-path input
{
	border: 1px solid silver;
}

.dxgvHeader_Visualsoft.dxfmGridHeader
{
	background: White;
}

/* FileManager - Toolbar - Light */
.dxfmControl_Visualsoft .dxfm-toolbar .dxsplLCC 
{
	padding: 5px;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxm-main
{
	margin-top: 0px;
	border-width: 0px;
	background: transparent none;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-separator 
{
	padding: 0px 11px;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxm-horizontal.dxmtb .dxm-separator b
{
	background-color: #e0e0e0;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxfm-path 
{
	padding-left: 1px;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxfm-path input
{
	margin: 3px 8px 0px 4px;
}
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-toolbar .dxmLite_Visualsoft .dxfm-path input 
{
	margin: 3px 4px 0px 8px;
}
.dxfmControl_Visualsoft .dxfm-toolbar .dxmLite_Visualsoft .dxm-item .dxm-content 
{
	padding-top: 4px;
}

/* FileManager - BreadCrumbs */
.dxfmControl_Visualsoft .dxfm-breadCrumbs .dxfm-bcItem.dxfm-bcItemH,
.dxfmControl_Visualsoft .dxfm-bcPopup .dxfm-bcItem.dxfm-bcItemH
{
    background-color: #FF0000;
	color: white;
}
.dxfmControl_Visualsoft .dxfm-breadCrumbs .dxfm-bcLineSeparator
{
    border-color: #E0E0E0;
}

/* FileManager - Upload Progress Popup*/
.dxfmControl_Visualsoft .dxfm-upPopup.dxpc-mainDiv .dxeProgressBarIndicator_Visualsoft
{
    background: #4FC3FF;
}

/* FileManager - UploadPanel */
.dxfmControl_Visualsoft .dxfm-uploadPanel
{
	background-color: #FAFAFA;
	text-align: right;
}
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-uploadPanel
{
	text-align: left;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable
{
	display: inline-block;
	margin-right: 5px;
	margin-top: 1px;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable .dxucControl_Visualsoft 
{
	margin-top: 4px;
	margin-right: 10px;
}
.dxfmControl_Visualsoft.dxfm-rtl .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable .dxucControl_Visualsoft 
{
	margin-right: 0px;
	margin-left: 10px;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell
{
    padding: 7px 0 0;
    vertical-align: top;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a 
{
	color: #FF0000;
	text-decoration: underline;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a.dxfm-uploadDisable
{
	color: #777777;
	text-decoration: none;
	cursor: default;
}

.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft .dxucTextBox_Visualsoft {
	padding: 0px 2px;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft .dxucBrowseButton_Visualsoft {
	padding: 2px 8px 3px;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft .dxucBrowseButton_Visualsoft.dxbf {
    padding: 2px 7px 3px;
}
.dxfmControl_Visualsoft .dxfm-uploadPanel.dxsplPane_Visualsoft .dxucSilverlightPluginLinkPanel_Visualsoft {
	margin-top: -8px;
}

/* FileManager - Create, Rename input */
.dxfmControl_Visualsoft .dxfm-cInput,
.dxfmControl_Visualsoft .dxfm-rInput
{
	border: 1px solid silver;
}
.dxfmControl_Visualsoft input[type="text"].dxfm-cInput, 
.dxfmControl_Visualsoft input[type="text"].dxfm-rInput
{
	color: #333333;
}

/* FileManager - item mask */
.dxfmControl_Visualsoft .dxfm-itemMask
{
	background-color: #e0e0e0;
}

/* FileManager - Move PopupControl */
.dxfmControl_Visualsoft .dxpc-content 
{
	padding: 5px 0px 0px;
	background-color: White;
}
.dxfmControl_Visualsoft .dxpc-content .dxfm-mpFoldersC 
{
	overflow: auto;
	padding: 0px 0px 20px 5px;
}
.dxfmControl_Visualsoft .dxpc-content .dxfm-mpButtonC
{
	margin-top: 5px;
	background-color: #F3F3F3;
	border-top: 1px solid #E0E0E0;
	text-align: right;
	padding: 10px 15px 10px 10px;
}
.dxfmControl_Visualsoft .dxpc-content .dxfm-mpButtonC a 
{
	margin-left: 12px;
	color: #FF0000;
}

/* ASPxImageSlider */
.dxisControl_Visualsoft
{
    width: 660px;
    height: 505px;
    outline: 0;
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;

    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
.dxisControl_Visualsoft .dxis-playPauseBtnWrapper
{
    top: 0;
    right: 0;
    padding: 6px 12px 6px 14px;
    position: absolute;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
*[dir="rtl"].dxisControl_Visualsoft .dxis-playPauseBtnWrapper {
    right: auto;
    left: 0;
}
.dxisControl_Visualsoft > .dxis-passePartout
{
    position: relative;
    background-color: #000000;
    width: 100%;
    height:100%;
}
.dxisControl_Visualsoft .dxis-imageArea
{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.dxisControl_Visualsoft .dxis-slidePanel,
.dxisControl_Visualsoft .dxis-nbSlidePanel,
.dxisControl_Visualsoft .dxis-nbSlidePanelWrapper
{
    position: absolute;
}
.dxisControl_Visualsoft .dxis-nbSlidePanelWrapper
{
    overflow: hidden;
}
.dxisControl_Visualsoft .dxis-nbTop,
.dxisControl_Visualsoft .dxis-nbBottom,
.dxisControl_Visualsoft .dxis-nbLeft,
.dxisControl_Visualsoft .dxis-nbRight,
.dxisControl_Visualsoft .dxis-nbDotsBottom,
.dxisControl_Visualsoft .dxis-nbDotsTop,
.dxisControl_Visualsoft .dxis-nbDotsLeft,
.dxisControl_Visualsoft .dxis-nbDotsRight
{
    position: relative;
}
.dxisControl_Visualsoft .dxis-nbTop
{
    padding-bottom: 5px;
}
.dxisControl_Visualsoft .dxis-nbBottom
{
    padding-top: 5px;
}
.dxisControl_Visualsoft .dxis-nbLeft
{
    padding-right: 5px;
}
.dxisControl_Visualsoft .dxis-nbRight
{
    padding-left: 5px;
}
.dxisControl_Visualsoft .dxis-nbDotsBottom,
.dxisControl_Visualsoft .dxis-nbDotsTop
{
    padding: 20px 0;
}
.dxisControl_Visualsoft .dxis-nbDotsLeft
{
    padding-right: 20px;
}
.dxisControl_Visualsoft .dxis-nbDotsRight
{
    padding-left: 20px;
}
.dxisControl_Visualsoft .dxis-nbLeft,
.dxisControl_Visualsoft .dxis-nbRight,
.dxisControl_Visualsoft .dxis-nbDotsLeft,
.dxisControl_Visualsoft .dxis-nbDotsRight
{
    float: left;
}
.dxisControl_Visualsoft .dxis-item,
.dxisControl_Visualsoft .dxis-nbItem
{
    background-image: url('isLoading.gif');
    background-repeat: no-repeat;
    background-position:center center;
}
.dxisControl_Visualsoft .dxis-nbItem .dxis-nbHoverItem
{
    display: none;
    position: absolute;
    border: 2px solid #9f9f9f;
}
.dxisControl_Visualsoft .dxis-nbItem .dxis-nbHoverItem > div
{
    border: 2px solid #ffffff;
}
.dxisControl_Visualsoft .dxis-nbItem.dxis-hover .dxis-nbHoverItem
{
    display: block;
}
.dxisControl_Visualsoft .dxis-item,
.dxisControl_Visualsoft .dxis-nbItem,
.dxisControl_Visualsoft .dxis-nbDotItem
{
    position: absolute;
    overflow: hidden;
}
.dxisControl_Visualsoft .dxis-nbItem,
.dxisControl_Visualsoft .dxis-nbDotItem
{
    cursor: pointer;
}
.dxisControl_Visualsoft .dxis-nbDotItemSelected,
.dxisControl_Visualsoft .dxis-nbDotItemDisabled
{
    cursor: default;
}
.dxisControl_Visualsoft .dxis-nbItem
{
    width: 90px;
    height: 60px;
    background-color: black;
}
.dxisControl_Visualsoft .dxis-itemTextArea
{
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    cursor: default;
    padding: 22px;
    color: white;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dxisControl_Visualsoft .dxis-nbSelectedItem
{
    z-index: 1;
    cursor: default;
    position: absolute;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.00);
}
.dxisControl_Visualsoft .dxis-nbSelectedItem > div
{
    border: 2px solid White;
}
.dxisControl_Visualsoft .dxis-prevBtnVertWrapper,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapper,
.dxisControl_Visualsoft .dxis-nextBtnVertWrapper,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapper,
.dxisControl_Visualsoft .dxis-prevBtnHorWrapper,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapper,
.dxisControl_Visualsoft .dxis-nextBtnHorWrapper,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapper
{
    cursor: pointer;
    z-index: 1;
    position: absolute;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
}
.dxisControl_Visualsoft .dxis-prevBtnHorWrapperDisabled,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapperDisabled,
.dxisControl_Visualsoft .dxis-nextBtnHorWrapperDisabled,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapperDisabled,
.dxisControl_Visualsoft .dxis-prevBtnVertWrapperDisabled,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapperDisabled,
.dxisControl_Visualsoft .dxis-nextBtnVertWrapperDisabled,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapperDisabled
{
    cursor: default;
}
.dxisControl_Visualsoft .dxis-prevBtnHorWrapper,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapper
{
    left: 0px;
}
.dxisControl_Visualsoft .dxis-nextBtnHorWrapper,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapper
{
    right: 0px;
}
.dxisControl_Visualsoft .dxis-prevBtnVertWrapper,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapper
{
    top: 0px;
}
.dxisControl_Visualsoft .dxis-nextBtnVertWrapper,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapper
{
    bottom: 0px;
}
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-prevBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-prevBtnHorOutsideWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-nextBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-nextBtnHorOutsideWrapper
{
    top: 50%;
    margin-top: -32px;
}
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-prevBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-prevBtnVertOutsideWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-nextBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-passePartout > .dxis-nextBtnVertOutsideWrapper
{
    left: 50%;
    margin-left: -30px;
}
.dxisControl_Visualsoft .dxis-prevBtnHor
{
    margin: 16px 12px 16px 8px;
}
.dxisControl_Visualsoft .dxis-nextBtnHor
{
    margin: 16px 8px 16px 12px;
}
.dxisControl_Visualsoft .dxis-prevBtnVert
{
    margin: 8px 16px 12px 16px;
}
.dxisControl_Visualsoft .dxis-nextBtnVert
{
    margin: 12px 16px 8px 16px;
}
.dxisControl_Visualsoft > .dxis-nbBottom > .dxis-prevBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-nbBottom > .dxis-prevBtnHorOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbBottom > .dxis-nextBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-nbBottom > .dxis-nextBtnHorOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbTop > .dxis-prevBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-nbTop > .dxis-prevBtnHorOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbTop > .dxis-nextBtnHorWrapper,
.dxisControl_Visualsoft > .dxis-nbTop > .dxis-nextBtnHorOutsideWrapper
{
    height: inherit;
}
.dxisControl_Visualsoft > .dxis-nbLeft > .dxis-prevBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-nbLeft > .dxis-prevBtnVertOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbLeft > .dxis-nextBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-nbLeft > .dxis-nextBtnVertOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbRight > .dxis-prevBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-nbRight > .dxis-prevBtnVertOutsideWrapper,
.dxisControl_Visualsoft > .dxis-nbRight > .dxis-nextBtnVertWrapper,
.dxisControl_Visualsoft > .dxis-nbRight > .dxis-nextBtnVertOutsideWrapper
{
    width: inherit;
}
.dxisControl_Visualsoft .dxis-prevPageBtnHor,
.dxisControl_Visualsoft .dxis-prevPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-nextPageBtnHor,
.dxisControl_Visualsoft .dxis-nextPageBtnHorOutside
{
    top: 50%;
    position: relative;
    margin: -11px 7px 0 7px;
}
.dxisControl_Visualsoft .dxis-prevPageBtnVert,
.dxisControl_Visualsoft .dxis-prevPageBtnVertOutside,
.dxisControl_Visualsoft .dxis-nextPageBtnVert,
.dxisControl_Visualsoft .dxis-nextPageBtnVertOutside
{
    margin: 7px auto 6px;
}
.dxisControl_Visualsoft .dxis-prevBtnHorWrapperPressed > .dxis-prevBtnHor,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapperPressed > .dxis-prevBtnHor,
.dxisControl_Visualsoft .dxis-nextBtnHorWrapperPressed > .dxis-nextBtnHor,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapperPressed > .dxis-nextBtnHor,
.dxisControl_Visualsoft .dxis-prevBtnHorWrapperPressed > .dxis-prevPageBtnHor,
.dxisControl_Visualsoft .dxis-prevBtnHorWrapperPressed > .dxis-prevPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapperPressed > .dxis-prevPageBtnHor,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapperPressed > .dxis-prevPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-nextBtnHorWrapperPressed > .dxis-nextPageBtnHor,
.dxisControl_Visualsoft .dxis-nextBtnHorWrapperPressed > .dxis-nextPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapperPressed > .dxis-nextPageBtnHor,
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapperPressed > .dxis-nextPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-prevBtnVertWrapperPressed > .dxis-prevBtnVert,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapperPressed > .dxis-prevBtnVert,
.dxisControl_Visualsoft .dxis-nextBtnVertWrapperPressed > .dxis-nextBtnVert,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapperPressed > .dxis-nextBtnVert,
.dxisControl_Visualsoft .dxis-prevBtnVertWrapperPressed > .dxis-prevPageBtnVert,
.dxisControl_Visualsoft .dxis-prevBtnVertWrapperPressed > .dxis-prevPageBtnVertOutside,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapperPressed > .dxis-prevPageBtnVert,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapperPressed > .dxis-prevPageBtnVertOutside,
.dxisControl_Visualsoft .dxis-nextBtnVertWrapperPressed > .dxis-nextPageBtnVert,
.dxisControl_Visualsoft .dxis-nextBtnVertWrapperPressed > .dxis-nextPageBtnVertOutside,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapperPressed > .dxis-nextPageBtnVert,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapperPressed > .dxis-nextPageBtnVertOutside,
.dxisControl_Visualsoft .dxis-prevBtnVertPressed,
.dxisControl_Visualsoft .dxis-nextBtnVertPressed,
.dxisControl_Visualsoft .dxis-nextBtnHorPressed,
.dxisControl_Visualsoft .dxis-prevBtnHorPressed,
.dxisControl_Visualsoft .dxis-prevPageBtnVertPressed,
.dxisControl_Visualsoft .dxis-prevPageBtnVertOutsidePressed,
.dxisControl_Visualsoft .dxis-nextPageBtnVertPressed,
.dxisControl_Visualsoft .dxis-nextPageBtnVertOutsidePressed,
.dxisControl_Visualsoft .dxis-prevPageBtnHorPressed,
.dxisControl_Visualsoft .dxis-prevPageBtnHorOutsidePressed,
.dxisControl_Visualsoft .dxis-nextPageBtnHorPressed,
.dxisControl_Visualsoft .dxis-nextPageBtnHorOutsidePressed,
.dxisControl_Visualsoft .dxis-prevBtnVertDisabled,
.dxisControl_Visualsoft .dxis-nextBtnVertDisabled,
.dxisControl_Visualsoft .dxis-nextBtnHorDisabled,
.dxisControl_Visualsoft .dxis-prevBtnHorDisabled,
.dxisControl_Visualsoft .dxis-prevPageBtnVertDisabled,
.dxisControl_Visualsoft .dxis-prevPageBtnVertOutsideDisabled,
.dxisControl_Visualsoft .dxis-nextPageBtnVertDisabled,
.dxisControl_Visualsoft .dxis-nextPageBtnVertOutsideDisabled,
.dxisControl_Visualsoft .dxis-prevPageBtnHorDisabled,
.dxisControl_Visualsoft .dxis-prevPageBtnHorOutsideDisabled,
.dxisControl_Visualsoft .dxis-nextPageBtnHorDisabled,
.dxisControl_Visualsoft .dxis-nextPageBtnHorOutsideDisabled
{
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=25);
}
.dxisControl_Visualsoft .dxis-nextBtnHorOutsideWrapper,
.dxisControl_Visualsoft .dxis-prevBtnHorOutsideWrapper,
.dxisControl_Visualsoft .dxis-nextBtnVertOutsideWrapper,
.dxisControl_Visualsoft .dxis-prevBtnVertOutsideWrapper {
	background-color: transparent;
}
.dxisControl_Visualsoft .dxis-nextPageBtnHorOutside,
.dxisControl_Visualsoft .dxis-prevPageBtnHorOutside {
	margin-top: -14px;
}
/* ASPxImageGallery */
.dxigControl_Visualsoft
{
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxigControl_Visualsoft td.dxigCtrl
{
	padding: 12px 40px;
}
.dxigContent_Visualsoft
{
    border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
    padding: 6px 0;
}
.dxigEmptyData_Visualsoft
{
    color: Gray;
}
.dxigEmptyItem_Visualsoft
{
	text-align: left;
	vertical-align: top;
}
.dxigFlowItem_Visualsoft
{
    float: left;
}
.dxigItem_Visualsoft
{
    background-repeat: no-repeat;
    background-position:center center;
    background-image: url('igLoading.gif');
}
.dxigItem_Visualsoft a
{
    outline: 0;
}
.dxigItem_Visualsoft a > img
{
    display: block;
}
.dxigItem_Visualsoft .dxig-thumbnailBorder
{
    top: 0;
    display: none;
    position: absolute;
    border: 1px solid gray;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.dxigItem_Visualsoft .dxig-thumbnailWrapper,
.dxigFlowItem_Visualsoft
{
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}
.dxigControl_Visualsoft .dxig-thumbnailTextArea
{
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}
.dxigControl_Visualsoft .dxpcLite_Visualsoft .dxpc-mainDiv,
.dxigControl_Visualsoft .dxpcLite_Visualsoft .dxpc-contentWrapper
{
    border: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.dxigControl_Visualsoft .dxpcLite_Visualsoft .dxpc-content
{
    padding: 0;
    background-color: transparent;
}
.dxigControl_Visualsoft .dxig-imageSliderWrapper
{
    overflow: hidden;
    padding: 50px 65px;
}
.dxigControl_Visualsoft.dxTouchUI .dxig-imageSliderWrapper
{
    padding: 0;
}
.dxigControl_Visualsoft .dxig-imageSliderWrapper .dxisControl_Visualsoft .dxis-item > img
{
    box-shadow: 0 0 50px rgb(0,0,0);
    -moz-box-shadow: 0 0 50px rgb(0,0,0);
    -webkit-box-shadow: 0 0 50px rgb(0,0,0);
}
.dxigControl_Visualsoft .dxig-bottomPanel
{
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.dxigControl_Visualsoft .dxig-bottomPanel > .dxig-overflowPanel
{
    overflow: hidden;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxisControl_Visualsoft
{
    position: relative;
}
.dxigControl_Visualsoft .dxisControl_Visualsoft > .dxis-passePartout
{
    background-color: transparent;
}
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbBottom
{
    padding: 4px 4px 0 4px;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper,
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper
{
    width: 43px;
    background: url('igNavBtnsBack.png') repeat-y;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper
{
    background-position: 0 0;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper
{
    background-position: -39px 0;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapperDisabled,
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapperDisabled
{
    display: none;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper .dxis-prevPageBtnHor,
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper .dxis-nextPageBtnHor
{
    position: absolute;
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-prevBtnHorWrapper .dxis-prevPageBtnHor
{
}
.dxigControl_Visualsoft .dxig-bottomPanel .dxis-nbBottom > .dxis-nextBtnHorWrapper .dxis-nextPageBtnHor
{
    right: 0;
}
.dxigControl_Visualsoft .dxig-fullscreenViewerTextArea
{
    z-index: 1;
    padding: 10px;
    text-align: center;
    color: white;
}
.dxigControl_Visualsoft .dxig-prevButtonArea,
.dxigControl_Visualsoft .dxig-nextButtonArea
{
    top: 0;
    position: absolute;
}
.dxigControl_Visualsoft .dxig-prevButtonArea
{
    left: 0;
}
.dxigControl_Visualsoft .dxig-nextButtonArea
{
    right: 0;
}
.dxigControl_Visualsoft .dxig-prevButton,
.dxigControl_Visualsoft .dxig-nextButton
{
    top: 50%;
    cursor: pointer;
    position: relative;
    margin: -32px 11px 0;
}
.dxigControl_Visualsoft .dxig-prevButtonDisabled,
.dxigControl_Visualsoft .dxig-nextButtonDisabled
{
    cursor: auto;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
}
.dxigControl_Visualsoft .dxig-closeButtonWrapper,
.dxigControl_Visualsoft .dxig-playPauseButtonWrapper
{
    padding: 15px;
    cursor: pointer;
    position: absolute;
}
.dxigControl_Visualsoft .dxig-closeButtonWrapper
{
    top: 4px;
    right: 7px;
}
.dxigControl_Visualsoft .dxig-closeButtonWrapper > .dxig-closeButton
{
    z-index: 1;
}
.dxigControl_Visualsoft .dxig-playPauseButtonWrapper
{
    top: 2px;
    right: 48px;
}
*[dir="rtl"].dxigControl_Visualsoft .dxig-closeButtonWrapper {
    left: 7px;
    right: auto;
}
*[dir="rtl"].dxigControl_Visualsoft .dxig-playPauseButtonWrapper {
    left: 48px;
    right: auto;
}
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbBottom,
.dxigControl_Visualsoft .dxig-fullscreenViewerTextArea
{
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.dxigControl_Visualsoft .dxig-overflowPanel .dxig-navigationBarMarker
{
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    position: absolute;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbSelectedItem
{
    border: 2px solid #fff;
}
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbHoverItem
{
    border: 2px solid #9F9F9F
}
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbSelectedItem > div,
.dxigControl_Visualsoft .dxisControl_Visualsoft .dxis-nbHoverItem > div
{
    border: 2px solid #000;
}
.dxigPagerShowMoreItemsContainer_Visualsoft
{
    height: 50px;
	text-align: center;
}
.dxigPagerShowMoreItemsContainer_Visualsoft a
{
	display: block;
	padding-top: 16px;
	color: #FF0000;
}

/* Removes flicking in iOS Safari*/
.dxfmControl_Visualsoft,
.dxnbGroupHeader_Visualsoft,
.dxnbGroupHeaderCollapsed_Visualsoft,
.dxnbGroupContent_Visualsoft > TABLE > TBODY > TR,
.dxtcTab_Visualsoft,
.dxtcActiveTab_Visualsoft,
.dxtvControl_Visualsoft .dxtv-nd
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Form Layout */
.dxflFormLayout_Visualsoft{
    display: table;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: inherit;
	color: #333;
}

.dxflButtonItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 5px; }
.dxflButtonItemSys .dxflVAMSys.dxflCaptionCell_Visualsoft{ padding-bottom: 1px; }
.dxflTextItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 0px; }
.dxflTextEditItemSys .dxflVATSys.dxflCaptionCell_Visualsoft,
.dxflViewFormLayoutSys .dxflItemSys .dxflVATSys.dxflCaptionCell_Visualsoft,
.dxflViewFormLayoutSys .dxflItemSys .dxflNestedControlCell_Visualsoft {
     padding-top: 2px;
}
.dxflViewFormLayoutSys .dxflItemSys.dxflEditFormItemSys .dxflNestedControlCell_Visualsoft {
     padding-top: 0;
}
.dxflCheckBoxItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 3px; }
.dxflRadioButtonItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 4px; }
.dxflCheckBoxListItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 11px; }
.dxflRadioButtonListItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 12px; }
.dxflListBoxItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 5px; }
.dxflTrackBarItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 2px; }
.dxflProgressBarItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 3px; }
.dxflMemoItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 4px; }
.dxflCustomItemSys .dxflVATSys.dxflCaptionCell_Visualsoft{ padding-top: 2px; }

.dxflTextEditItemSys.dxflSafariItemSys .dxflVATSys.dxflCaptionCell_Visualsoft {   /*Safari*/
    padding-top: 2px;
}

noindex:-o-prefocus, body:first-of-type .dxflTextEditItemSys .dxflVATSys.dxflCaptionCell_Visualsoft,
noindex:-o-prefocus, body:first-of-type .dxflViewFormLayoutSys .dxflItemSys .dxflVATSys.dxflCaptionCell_Visualsoft,
noindex:-o-prefocus, body:first-of-type .dxflViewFormLayoutSys .dxflItemSys .dxflNestedControlCell_Visualsoft {   /*Opera*/
    padding-top: 3px;
}
noindex:-o-prefocus, body:first-of-type .dxflViewFormLayoutSys .dxflItemSys.dxflEditFormItemSys .dxflNestedControlCell_Visualsoft {   /*Opera*/
    padding-top: 0;
}

html[xmlns*=""] .dxflMemoItemSys .dxflVATSys.dxflCaptionCell_Visualsoft {   /*IE 8*/
    padding-top: 3px;
}

.dxFirefox .dxflMemoItemSys .dxflVATSys.dxflCaptionCell_Visualsoft {
    padding-top: 3px;
}

.dxflCLTSys .dxflCaptionCell_Visualsoft,
.dxflCLBSys .dxflCaptionCell_Visualsoft{
    padding: 3px 0;
}

.dxflCLLSys .dxflCaptionCell_Visualsoft,
*[dir="rtl"].dxflFormLayout_Visualsoft .dxflCLRSys .dxflCaptionCell_Visualsoft{
    padding-left: 0px;
    padding-right: 6px;
}
.dxflCLRSys .dxflCaptionCell_Visualsoft,
*[dir="rtl"].dxflFormLayout_Visualsoft .dxflCLLSys .dxflCaptionCell_Visualsoft{
    padding-right: 0px;
    padding-left: 6px;
}
.dxflCaptionCell_Visualsoft{
    white-space: nowrap;
    line-height: 16px;
    height: 100%;
}
div.dxflTextItemSys .dxflNestedControlCell_Visualsoft {
    line-height: 16px;
}
.dxflCaptionCell_Visualsoft{
    width: 1%;
}
td.dxflNestedControlCell_Visualsoft{
    height: 0;
}

.dxflCheckBoxItemSys.dxflItem_Visualsoft .dxichCellSys.dxeBase_Visualsoft
{
    padding-left: 0px;
}
*[dir="rtl"] .dxflCheckBoxItemSys.dxflItem_Visualsoft .dxichCellSys.dxeBase_Visualsoft
{
    padding-right: 0px;
}

.dxflEmptyItem_Visualsoft{
    height: 21px;
}

.dxflItem_Visualsoft{ width: 100%; }
.dxflItem_Visualsoft,
.dxflViewFormLayoutSys .dxflEditFormItemSys.dxflItem_Visualsoft {
     padding: 2px 0;
}
.dxflViewFormLayoutSys .dxflItem_Visualsoft {
     padding-bottom: 5px;
}
.dxflItem_Visualsoft > table.dxflItemTable_Visualsoft { width: 100%; }
.dxflGroup_Visualsoft{ padding: 6px 5px; width: 100%;}
.dxflGroup_Visualsoft > table.dxflGroupTable_Visualsoft { width: 100%; }
.dxflGroupCell_Visualsoft{ padding: 0 8px; }

.dxflGroupBox_Visualsoft {
    display: table;
    border-collapse: separate;
    width: 100%;
    border: 1px Solid #C0C0C0;
    padding: 0 0 12px;
    margin: 10px 0; 
}
.dxflGroupBox_Visualsoft.dxflHeadingLineGroupBoxSys {
    border-width: 1px 0 0;
}
.dxflGroupBox_Visualsoft.dxflHeadingLineGroupBoxSys.dxflWithCaptionSys {
    margin-top: 22px!important;
}
.dxflHeadingLineGroupBoxSys > .dxflGroup_Visualsoft{
    margin-top: -6px;
}

.dxflGroupCell_Visualsoft> .dxtcControl_Visualsoft{ margin: 0px; }

.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft{ margin-top: -9px; padding: 0 4px; }

.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft tr:first-child > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft,
.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft {
    /*padding-top: 9px;*/
}

.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft tr:first-child > .dxflGroupCell_Visualsoft> .dxtcControl_Visualsoft,
.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft> .dxtcControl_Visualsoft {
    margin-top: 10px;
}

.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft tr:last-child > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft,
.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft > .dxflChildInLastRowSys > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft {
    padding-bottom: 0px;
}

.dxflGroup_Visualsoft tr:first-child > .dxflGroupCell_Visualsoft> .dxflGroupBox_Visualsoft,
.dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft> .dxflGroupBox_Visualsoft {
    margin-top: 13px;
}

.dxflGroup_Visualsoft tr:last-child > .dxflGroupCell_Visualsoft> .dxflGroupBox_Visualsoft,
.dxflGroup_Visualsoft > .dxflChildInLastRowSys > .dxflGroupCell_Visualsoft> .dxflGroupBox_Visualsoft {
    margin-bottom: 0px;
}

.dxtcPageContent_Visualsoft> div > .dxflGroup_Visualsoft{ padding-top: 0px; padding-bottom: 0px; }

.dxtcPageContent_Visualsoft> div > .dxflGroup_Visualsoft tr:first-child > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft,
.dxtcPageContent_Visualsoft> div > .dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft {
    padding-top: 12px;
}

.dxtcPageContent_Visualsoft> div > .dxflGroup_Visualsoft tr:last-child > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft,
.dxtcPageContent_Visualsoft> div > .dxflGroup_Visualsoft > .dxflChildInLastRowSys > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft {
    padding-bottom: 12px;
}

.dxflGroupBoxCaption_Visualsoft{
    background-color: White;
    color: #B2B2B2;
    font-weight: bold;
    display: inline-block;  
    left: 9px;
    margin-right: 18px;
    line-height: 16px;
    padding: 0px 3px 0px 3px;  
    position: relative;
    top: -9px;
}

*[dir="rtl"].dxflFormLayout_Visualsoft .dxflGroupBoxCaption_Visualsoft {
    padding: 0px 3px 0px 7px;
    left: 0px;
    right: 9px;
    margin-left: 18px;
    margin-right: 0;
}

.dxflGroupBox_Visualsoft > div.dxflGroup_Visualsoft:first-child,
.dxflGroupBox_Visualsoft > table.dxflGroup_Visualsoft:first-child {
    margin-top: 0px;
    padding-top: 7px;
}

.dxflHeadingLineGroupBoxSys > .dxflGroupBoxCaption_Visualsoft{
    top: -19px;
}

.dxflOptional_Visualsoft{
	color: gray;
	font-style: normal;
}
.dxflRequired_Visualsoft{
	color: green;
	font-style: normal;
}
.dxflInternalEditorTable_Visualsoft {
    width: 100%;
}
.dxflHelpText_Visualsoft {
    color: #9F9F9F;
    font-size: 0.91em;
}
.dxflHelpText_Visualsoft.dxflLHelpTextSys,
.dxflHelpText_Visualsoft.dxflRHelpTextSys {
    padding: 0 6px;
}
.dxflHelpText_Visualsoft.dxflTHelpTextSys {
    padding: 6px 0 2px;
}
.dxflHelpText_Visualsoft.dxflBHelpTextSys {
    padding: 2px 0 6px;
}

/* Ribbon */
.dxrControl_Visualsoft {
    font: 12px 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
}
.dxrControl_Visualsoft .dxr-tabContent {
    border: 1px solid #c0c0c0;
    border-top-width: 0px;
    height: 95px;
    background: #ffffff;
}
.dxrControl_Visualsoft.dxr-oneLineMode .dxr-tabContent,
.dxrControl_Visualsoft.dxr-grLabelsHidden.dxr-oneLineMode .dxr-tabContent {
    height: 31px;
}
.dxrControl_Visualsoft.dxr-grLabelsHidden .dxr-tabContent {
    height: 81px;
}
.dxrControl_Visualsoft.dxr-tabsHidden .dxr-tabContent {
    border-top-width: 1px;
}
.dxrControl_Visualsoft, 
.dxrControl_Visualsoft a {
    color: #201f35;
}
.dxrControl_Visualsoft .dxr-itemDisabled.dxr-item,
.dxrControl_Visualsoft .dxr-groupLabelDisabled.dxr-groupLabel,
.dxrControl_Visualsoft .dxr-grExpBtnDisabled.dxr-grExpBtn,
.dxrControl_Visualsoft .dxr-grExpBtnDisabled.dxr-grExpBtn .dxr-img32,
.dxrControl_Visualsoft .dxr-minBtn.dxr-minBtnDisabled,
.dxrControl_Visualsoft .dxr-itemDisabled a,
.dxrControl_Visualsoft .dxr-olmGrExpBtn.dxr-olmGrExpBtnDisabled {
    cursor: default;
    color: #c0c0c0;
}
.dxrControl_Visualsoft .dxtc-tab.dxtc-tabHover .dxr-contextTabColor {
    margin-left: 0px;
    padding-right: 0px;
}
.dxrControl_Visualsoft .dxr-contextTab.dxtc-tabHover .dxr-contextTabBodyColor {
    opacity: 0.35;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=35);
}
.dxrControl_Visualsoft .dxtc-tab.dxtc-tabHover.dxr-contextTab .dxr-contextTabColor {
    margin-bottom: 0px;
    padding-top: 1px;
}


/* Ribbon Popup */
.dxrControl_Visualsoft .dxr-minPopupWindow {
    padding: 0;
}
.dxrControl_Visualsoft .dxr-minPopup.dxpc-mainDiv {
    border: 0;
}
.dxrControl_Visualsoft .dxr-groupPopup .dxpc-mainDiv {
    border: 1px solid #c0c0c0;
}

/* Ribbon Group List */
.dxrControl_Visualsoft .dxr-groupList {
    padding: 0;
    margin: 0;
    height: 100%;
}

.dxrControl_Visualsoft .dxr-groupList .dxr-groupSep {
    height: 100%;
    list-style: none;
}

.dxrControl_Visualsoft .dxr-groupList .dxr-groupSep b {
    display: block;
    width: 1px;
    height: 100%;
    background: #c0c0c0;
}

/* Ribbon Groups */
.dxrControl_Visualsoft .dxr-groupList .dxr-group {
    margin: 3px 3px 0 3px;
    text-align: center;
}
.dxrControl_Visualsoft .dxr-groupContent {
    height: 75px;
}
.dxrControl_Visualsoft.dxr-oneLineMode .dxr-groupContent {
    height: 31px;
}
.dxrControl_Visualsoft .dxr-groupLabel {
    text-align: center;
    color: #333333;
    line-height: 16px;
    padding: 0px 5px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dxrControl_Visualsoft .dxr-grDialogBoxLauncher {
	float: right;
	margin: 2px -4px 0 5px;
	cursor: pointer;
}
.dxrControl_Visualsoft .dxr-grExpBtn,
.dxrControl_Visualsoft .dxr-grExpBtn .dxr-img32 {
    cursor: pointer;
}
.dxrControl_Visualsoft .dxr-grExpBtn {
    height: 89px;
    text-align: center;
}
.dxrControl_Visualsoft .dxr-groupPopupWindow {
    padding: 2px 3px;
}
.dxrControl_Visualsoft .dxr-olmGrExpBtn {
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 3px;
    height: 23px;
    white-space: nowrap;
}
.dxrControl_Visualsoft .dxr-groupContent .dxr-olmGrExpBtn .dxr-label {
    padding-left: 3px;
    padding-right: 3px;
}
.dxrControl_Visualsoft .dxr-olmGrExpBtn .dxr-popOut {
    padding: 7px 3px;
    font-size: 0;
}

/* Ribbon Item Separator */
.dxrControl_Visualsoft .dxr-blRegItems .dxr-itemSep,
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-itemSep {
    width: 3px;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-itemSep b,
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-itemSep b {
    background: #c0c0c0;
    display: block;
    width: 1px;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-itemSep b {
    margin: 3px auto;
    height: 19px;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-itemSep b {
    margin: 4px auto;
    height: 67px;
}

/* Ribbon Item */
.dxrControl_Visualsoft .dxr-item {
    border: none;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-item,
.dxrControl_Visualsoft .dxr-blSepItems .dxr-item,
.dxrControl_Visualsoft.dxr-grLabelsHidden .dxr-grExpBtn {
    text-align: center;
    height: 75px;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-item,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item {
    height: 25px;
    white-space: nowrap;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-item {
    margin-left: 2px;
    margin-right: 2px;
}
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item {
    margin: 0 3px;
}
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-lblText {
    padding-left: 2px;
    padding-right: 3px;
}
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-popOut {
    height: 100%;
    margin-left: 1px;
}

/* Ribbon Item Label */
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-item .dxr-label {
    border-top: 1px solid transparent;
    width: 100%;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-item .dxr-label .dxr-lblContent,
.dxrControl_Visualsoft .dxr-grExpBtn .dxr-lblContent {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label {
    border-top: 1px solid #FFFFFF;
}
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-label,
.dxrControl_Visualsoft .dxr-olmGrExpBtn .dxr-label {
    margin: 4px 0;
    line-height: 100% !important;
    padding: 2px 0;
    line-height: 100%;    
    text-decoration: inherit;
    vertical-align: middle;
    display: inline-block !important;
}

/* Ribbon Item Label PopOut */
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-item .dxr-label .dxr-popOut,
.dxrControl_Visualsoft .dxr-grExpBtn .dxr-popOut {
    margin: -1px 3px 1px;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-item .dxr-popOut,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-popOut {
    padding: 11px 3px;
    margin: -8px 0 -6px;
    border-left: 1px solid transparent;
    font-size: 0;
}
.dxSafari .dxrControl_Visualsoft .dxr-blRegItems .dxr-item .dxr-popOut,
.dxSafari .dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-popOut    
{
	margin: -9px 0 -6px;
}
noindex:-o-prefocus, 
.dxrControl_Visualsoft .dxr-blRegItems .dxr-item .dxr-popOut,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item .dxr-popOut    
{
    margin: -7px 0 -8px;
}
.dxrControl_Visualsoft .dxr-itemHover a {
    color: #FFFFFF;
}
.dxrControl_Visualsoft .dxr-blRegItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label .dxr-popOut,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-item.dxr-itemHover.dxr-ddMode .dxr-label .dxr-popOut {
    border-left: 1px solid #FFFFFF;
}

/* Ribbon Editors Item */
.dxrControl_Visualsoft .dxr-item.dxr-edtItem {
    border: 0;
    padding: 1px 0 0;
    height: 24px;
}
.dxrControl_Visualsoft .dxr-item.dxr-edtItem .dxr-label {
    padding: 1px 3px 0 0;
}

/* Ribbon Item Types */
.dxrControl_Visualsoft .dxr-buttonItem {
    cursor: pointer;
    text-decoration: none;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-buttonItem,
.dxrControl_Visualsoft .dxr-grExpBtn {
    min-width: 42px;
}
.dxrControl_Visualsoft .dxr-buttonItem.dxr-itemChecked {
    background: #D0D0D0;
}
.dxrControl_Visualsoft .dxr-buttonItem.dxr-itemPressed,
.dxrControl_Visualsoft .dxr-olmGrExpBtn.dxr-itemPressed {
    background: #D0D0D0;
}
.dxrControl_Visualsoft .dxr-buttonItem.dxr-itemHover,
.dxrControl_Visualsoft .dxr-grExpBtn.dxr-grExpBtnHover,
.dxrControl_Visualsoft .dxr-olmGrExpBtn.dxr-itemHover {
    background: #FF0000;
	color: #FFFFFF;
}
.dxrControl_Visualsoft .dxr-img32,
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 {
    width: 32px;
    height: 32px;
    margin: 2px auto 1px auto;
}
.dxrControl_Visualsoft .dxr-img16,
.dxrControl_Visualsoft .dxr-blRegItems .dxr-colorBtn .dxr-colorBtnNoImg16,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-colorBtn .dxr-colorBtnNoImg16 {
    width: 16px;
    height: 16px;
    margin: 4px;
}
.dxrControl_Visualsoft .dxr-ddImageContainer {
    display: inline-block;
}
.dxrControl_Visualsoft .dxr-blLrgItems .dxr-ddImageContainer {
    width: 100%;
}

/* Ribbon Color Button */
.dxrControl_Visualsoft .dxr-colorBtn .dxr-colorDiv {
    height: 4px;
    width: 16px;
    display: block;
    margin: -6px 0 2px 4px;
    position: relative;
}

.dxrControl_Visualsoft .dxr-blLrgItems .dxr-colorBtn .dxr-colorDiv {
    width: 32px;
    margin: -5px auto 1px;
}

.dxrControl_Visualsoft .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 {
    display: block;
    margin-bottom: 4px;
}

.dxrControl_Visualsoft .dxr-blLrgItems .dxr-colorBtn .dxr-colorBtnNoImg32 .dxr-colorDiv,
.dxrControl_Visualsoft .dxr-blRegItems .dxr-colorBtn .dxr-colorBtnNoImg16 .dxr-colorDiv,
.dxrControl_Visualsoft .dxr-blHorItems .dxr-colorBtn .dxr-colorBtnNoImg16 .dxr-colorDiv {
    height: 100%;
    width: 100%;
    margin: 0px;
}

.dxrControl_Visualsoft .dxpc-content.dxr-itemDDPopup {
    padding: 0;
}

.dxrControl_Visualsoft .dxeColorTable_Visualsoft {
    border: none;
}

.dxrControl_Visualsoft .dxr-minBtn {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    text-align:center;
    vertical-align: middle;
    line-height: 14px;
}
.dxrControl_Visualsoft .dxr-minBtn img {
    vertical-align: middle;
}

/* Ribbon TabControl */
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tab.dxr-fileTab .dxtc-link {
    color: #FFFFFF;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tab.dxr-fileTab {
    background: #bfbfbf;
    border-color: #bfbfbf;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tabHover.dxr-fileTab {
    background: #FF0000;
    border-color: #FF0000;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxr-fileTabPressed.dxr-fileTab {
    background: #bfbfbf;
    border-color: #bfbfbf;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-leftIndent, 
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-spacer, 
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-rightIndent, 
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-sbWrapper, 
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-sbIndent, 
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-sbSpacer
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-spacer.dxr-fileTabSpacing {
    border-bottom: 1px solid #c0c0c0;
}

.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tab .dxtc-link,
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab .dxtc-link {
    padding-top: 3px;
    padding-bottom: 3px;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tab {
    border-top: 1px solid transparent;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: 1px solid #c0c0c0;
    background: #FFFFFF;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab {
    border: 1px solid #c0c0c0;
    border-bottom-width: 0;
    padding-bottom: 1px;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab,
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab a {
    background: #ffffff;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab .dxtc-link {
    color: #00aeef;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtcLiteDisabled_Visualsoft .dxtc-link {
    color: #ACACAC;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-activeTab .dxtc-link {
    padding: 3px 35px;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tab .dxtc-link {
    padding: 3px 36px;
}
.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-tabHover .dxtc-link {
    color: #FF0000;
}

.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-leftIndent {
    width: 0px;
}

.dxrControl_Visualsoft .dxtcLite_Visualsoft.dxtc-top .dxtc-rightIndent {
    text-align: right;
}

/*Ribbon Gallery Control*/
.dxrControl_Visualsoft .dxr-item.dxr-glrBarItem
{
    border: 1px solid #c0c0c0;
    background-color: white;
}

.dxrControl_Visualsoft .dxr-glrBarContainer
{
    margin-right: 14px;
    height: 73px;
}

.dxrControl_Visualsoft .dxr-glrItem.dxr-itemDisabled
{
    cursor: default;
}

.dxrControl_Visualsoft .dxr-glrBtnHover,
.dxrControl_Visualsoft .dxr-glrItem.dxr-itemHover
{
    background-color: #FF0000;
    color: #FFFFFF;
}

.dxrControl_Visualsoft .dxr-glrItem.dxr-itemChecked
{
    background-color: #e0e0e0;
    color: #201f35;
}

.dxrControl_Visualsoft .dxr-glrBtnPressed,
.dxrControl_Visualsoft .dxr-glrItem.dxr-itemPressed
{
    background: #D0D0D0;
}

.dxrControl_Visualsoft .dxr-glrItemContent
{
    margin: 0 auto;
    padding: 2px;
}

.dxrControl_Visualsoft .dxr-glrImgBottom .dxr-glrItemContent,
.dxrControl_Visualsoft .dxr-glrImgTop .dxr-glrItemContent
{
    text-align: center;
}

.dxrControl_Visualsoft .dxr-glrImgRight .dxr-glrItemContent img
{
    vertical-align: middle;
}

.dxrControl_Visualsoft .dxr-glrImgLeft .dxr-glrItemContent img
{
    vertical-align: middle;
}

.dxrControl_Visualsoft .dxr-glrNoText .dxr-glrItemContent img
{
    display: block;
}

.dxrControl_Visualsoft .dxr-glrItemText
{
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px;
}

.dxrControl_Visualsoft .dxr-glrImgLeft .dxr-glrItemText,
.dxrControl_Visualsoft .dxr-glrImgRight .dxr-glrItemText
{
    display: inline-block;
    vertical-align: middle;
}

.dxrControl_Visualsoft .dxr-glrGroup
{
    background-color: #eeeeee;
    font-weight: bold;
    color: #777777;
    padding: 3px;
}

.dxrControl_Visualsoft .dxr-glrMainDiv
{
    text-align: left;
    font-size: 0px;
}

.dxrControl_Visualsoft .dxr-glrMainDiv > div
{
    font-size: 12px;
}

.dxrControl_Visualsoft .dxr-glrBarItem .dxr-glrButtons
{
    float: right;
    height: 100%;
}

.dxrControl_Visualsoft .dxr-glrBarItem .dxr-glrButtons div
{
    cursor: pointer;
    height: 25px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0px;
}

.dxrControl_Visualsoft .dxr-glrBarItem .dxr-glrButtons img
{
    position: relative;
    top: 50%;
    margin-top: -2px;
    margin-bottom: 3px;
}

.dxrControl_Visualsoft .dxr-glrBarItem .dxr-glrButtons .dxr-itemDisabled
{
    cursor: default;
}

/* DocumentViewer Ribbon */
.dxrControl_Visualsoft .dxr-tmplItem .dxxrdvrCurrentPageLabel {
    padding: 0 0 2px 0;
    display: block;
}
.dxrControl_Visualsoft .dxr-tmplItem .dxxrdvrPageCountLabel {
    padding: 1px 0 0 0;
    display: block;
}
.dxrControl_Visualsoft .dxr-tmplItem .dxxrdvrPageNumberComboBox {
    width: 100px;
}
.dxrControl_Visualsoft.dxr-oneLineMode .dxr-tmplItem .dxxrdvrPageNumberComboBox {
    float: left;
    width: 70px;
    padding: 0;
    margin-top: 2px;
}
.dxrControl_Visualsoft.dxr-oneLineMode .dxr-tmplItem .dxxrdvrCurrentPageLabel {
    float: left;
    padding: 4px 4px 0 2px;
}
.dxrControl_Visualsoft.dxr-oneLineMode .dxr-tmplItem .dxxrdvrPageCountLabel {
    float: left;
    padding: 4px 2px 0 4px;
}

/* ASPxImageZoom */
.dxizControl_Visualsoft {
    border: 1px solid #d8d8d8;
}
.dxizControl_Visualsoft .dxiz-hint {
    padding: 3px;
    top: 0;
    position: absolute;
}
.dxizControl_Visualsoft .dxiz-hint > span {
    margin-left: 3px;
    color: gray;
	vertical-align: top;
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxizControl_Visualsoft .dxiz-EWCloseButton {
	top: 0;
	right: 1px;
	cursor: pointer;
	position: absolute;
}
.dxizControl_Visualsoft .dxiz-expandWindow .dxpc-content {
    height: inherit;
}
.dxizControl_Visualsoft .dxiz-wrapper {
    position: relative;
}
.dxizControl_Visualsoft .dxiz-wrapper > img,
.dxizControl_Visualsoft .dxiz-clipPanel > img,
.dxizControl_Visualsoft .dxiz-expandWindow .dxpc-content > img {
    display: block;
}
.dxizControl_Visualsoft .dxiz-clipPanel > img {
    position: absolute;
}
.dxizControl_Visualsoft .dxiz-clipPanel {
    overflow: hidden;
    position: relative;
}
.dxizControl_Visualsoft .dxiz-clipPanel.dxiz-inside {
    top: 0;
    position: absolute;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=0);
}
.dxizControl_Visualsoft .dxpcLite .dxpc-content {
    padding: 0;
}

.dxizControl_Visualsoft .dxiz-lens {
    overflow: hidden;
    top: 0;
    position: absolute;
}
.dxizControl_Visualsoft .dxiz-lens > .dxiz-pc {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=0);
	z-index: 1;
    position: absolute;
}
.dxizControl_Visualsoft .dxiz-lens .dxiz-llp,
.dxizControl_Visualsoft .dxiz-lens .dxiz-lrp,
.dxizControl_Visualsoft .dxiz-lens .dxiz-ltp,
.dxizControl_Visualsoft .dxiz-lens .dxiz-lbp,
.dxizControl_Visualsoft .dxiz-lens .dxiz-lcp {
    position: absolute;
}
.dxizControl_Visualsoft .dxiz-lens .dxiz-lcp {
	background: white;
	outline: 1px solid #969292;
    outline: 1px solid rgba(128,128,128,0.5);
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
	background: rgba(255,255,255,0.5);
}
.dxizControl_Visualsoft .dxiz-lens.outside .dxiz-lcp {
    background: transparent;
	outline: 1px solid black;
    outline: 1px solid rgba(0,0,0,0.5);
}
.dxizControl_Visualsoft .dxiz-lens.outside .dxiz-llp,
.dxizControl_Visualsoft .dxiz-lens.outside .dxiz-lrp,
.dxizControl_Visualsoft .dxiz-lens.outside .dxiz-ltp,
.dxizControl_Visualsoft .dxiz-lens.outside .dxiz-lbp {
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=25);
    background-color: #000;
}
.dxizControl_Visualsoft .dxizLoadingPanel_Visualsoft {
    position: absolute;
}

.dxisControl_Visualsoft.dxis-zoomNavigator .dxis-nbItem {
	width: 75px;
    height: 75px;
}

/* OfficeControls */
.dxitcControl_Visualsoft
{
    padding-bottom: 2px;
    border: 1px solid #C0C0C0;
}
.dxitcControl_Visualsoft > div:first-child
{
    padding: 1px;
}
.dxitcControl_Visualsoft .dxitcItem
{
    width: 12px;
    height: 12px;
    margin: 1px;
    border: 1px solid #C0C0C0;
    background-color: white;
}
.dxitcControl_Visualsoft .dxitcItemHover
{
    margin: 0px;
    border: 2px solid #FF0000;
}
.dxitcCaption_Visualsoft
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    margin: 2px 2px 0px 2px;
}

