/* TrackBar */
.dxeTrackBar_DXCustom
{
	border: 1px solid transparent;
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.dxeTrackBarFocused_DXCustom
{
}

.dxeTBHSys_DXCustom.dxeTrackBar_DXCustom
{
	width: 256px;
	height: 60px;
}
.dxeTBVSys_DXCustom.dxeTrackBar_DXCustom
{
	height: 256px;
	width: 60px;
}
.dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom.dxeTrackBar_DXCustom
{
	width: 80px;
	height: 256px;
}
.dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom.dxeTrackBar_DXCustom
{	
	height: 80px;
	width: 256px;
}

.dxeTBTrack_DXCustom 
{
	position: absolute;
}

.dxeTBHSys_DXCustom .dxeTBTrack_DXCustom
{
	background-image:  url('edtTrackBarTrackH.png');
}
.dxeTBVSys_DXCustom .dxeTBTrack_DXCustom
{
	background-image:  url('edtTrackBarTrackV.png');
}

.dxeTBHSys_DXCustom .dxeTBTrack_DXCustom
{
	height: 5px;
	left: 28px;
}
.dxeTBVSys_DXCustom .dxeTBTrack_DXCustom
{
	width: 5px;
	top: 28px;
}

.dxeTBHSys_DXCustom .dxeTBMainDH_DXCustom, .dxeTBHSys_DXCustom .dxeTBSecondaryDH_DXCustom
{	
	top: -5px;
}
.dxeTBVSys_DXCustom .dxeTBMainDH_DXCustom, .dxeTBVSys_DXCustom .dxeTBSecondaryDH_DXCustom
{
	left: -6px;
}
.dxeTBMainDH_DXCustom, .dxeTBSecondaryDH_DXCustom
{
	display: block;
	position: absolute;
}

.dxeTBVSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	left: 12px;
}
.dxeTBVSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	right: 12px;
}
.dxeTBHSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	bottom: 12px;
}
.dxeTBHSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	top: 12px;
}

.dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	top: 50%;
	margin-top: -3px;
}
.dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBTrack_DXCustom
{
	left: 50%;
	margin-left: -3px;
}

.dxeTBShutter_DXCustom
{
	left: 0px;
	top: 0px;
	position:absolute;
}

.dxeTBHSys_DXCustom .dxeTBShutter_DXCustom
{
	background-image:  url('edtTrackBarShutterH.png');
}
.dxeTBVSys_DXCustom .dxeTBShutter_DXCustom
{
	background-image:  url('edtTrackBarShutterV.png');
}

.dxeTBHSys_DXCustom .dxeTBShutter_DXCustom
{
	height: 5px;
}
.dxeTBVSys_DXCustom .dxeTBShutter_DXCustom
{
	width: 5px;
}

.dxeTBRBLabel_DXCustom, .dxeTBLTLabel_DXCustom
{
	position: absolute;
	font-size: 10px;
	text-align: center;
}

.dxeTBIncBtn_DXCustom, .dxeTBDecBtn_DXCustom
{
    display: block;
    padding: 5px;
	position:absolute;
}
.dxeTBShutterHover_DXCustom
{
}
.dxeTBShutterPressed_DXCustom
{
}
.dxeTBShutterHover_DXCustom, .dxeTBShutterPressed_DXCustom
{
	cursor: pointer;
}

.dxeTBVSys_DXCustom .dxeTBRBLabel_DXCustom, .dxeTBVSys_DXCustom .dxeTBLTLabel_DXCustom
{
	padding-top: 2px;
}
.dxeTBHSys_DXCustom .dxeTBLTLabel_DXCustom
{
	margin-left: -4px;
}
.dxeTBVSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBRBLabel_DXCustom, .dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBLTLabel_DXCustom
{
	right: 0px;
}
.dxeTBVSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBLTLabel_DXCustom, .dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBRBLabel_DXCustom
{
	left: 0px;
}
.dxeTBHSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBRBLabel_DXCustom, .dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBLTLabel_DXCustom
{
	bottom: 0px;
}
.dxeTBHSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBLTLabel_DXCustom, .dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBRBLabel_DXCustom
{
	top: 0px;
}

.dxeTBHSys_DXCustom .dxeTBScale_DXCustom
{
	left: 28px;
}
.dxeTBVSys_DXCustom .dxeTBScale_DXCustom
{
	top: 28px;
}

.dxeTBItem_DXCustom
{
	text-align: center;
}
.dxeTBSelectedItem_DXCustom, .dxeTBSelectedTick_DXCustom
{
	color: #6E96FF;
}

.dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: center left;
}
.dxeTBHSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: top left;
}
.dxeTBHSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: bottom left;
}

.dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: top center;
}
.dxeTBVSys_DXCustom.dxeTBRBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: top left;
}
.dxeTBVSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-position: top right;
}
.dxeTBHSys_DXCustom .dxeTBItem_DXCustom
{
	background-image:  url('edtTrackBarMinorTickH.png');
}
.dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-image:  url('edtTrackBarDoubleMinorTickH.png');
}
.dxeTBVSys_DXCustom .dxeTBItem_DXCustom 
{
	background-image:  url('edtTrackBarMinorTickV.png');
}
.dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBItem_DXCustom
{
	background-image:  url('edtTrackBarDoubleMinorTickV.png');
}

.dxeTBHSys_DXCustom .dxeTBMTick_DXCustom
{
	background-image:  url('edtTrackBarMajorTickH.png');
}
.dxeTBVSys_DXCustom .dxeTBMTick_DXCustom
{
	background-image: url('edtTrackBarMajorTickV.png');
}
.dxeTBHSys_DXCustom .dxeTBmTick_DXCustom
{
	background-image: url('edtTrackBarMinorTickH.png');
}
.dxeTBVSys_DXCustom .dxeTBmTick_DXCustom
{
	background-image: url('edtTrackBarMinorTickV.png');
}
.dxeTBHSys_DXCustom .dxeTBDMTick_DXCustom
{
	background-image: url('edtTrackBarDoubleMajorTickH.png');
}
.dxeTBVSys_DXCustom .dxeTBDMTick_DXCustom
{
	background-image: url('edtTrackBarDoubleMajorTickV.png');
}
.dxeTBHSys_DXCustom .dxeTBDmTick_DXCustom
{
	background-image: url('edtTrackBarDoubleMinorTickH.png');
}
.dxeTBVSys_DXCustom .dxeTBDmTick_DXCustom
{
	background-image: url('edtTrackBarDoubleMinorTickV.png');
}

.dxeTBVSys_DXCustom .dxeTBIncBtn_DXCustom
{
	bottom: 0px;
}
.dxeTBHSys_DXCustom .dxeTBDecBtn_DXCustom
{
	left: 0px;
}
.dxeTBHSys_DXCustom .dxeTBIncBtn_DXCustom
{
	right: 0px;
}

.dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBDecBtn_DXCustom, .dxeTBVSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBIncBtn_DXCustom
{ 
	left: 50%; margin-left: -15px;
}
.dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBDecBtn_DXCustom, .dxeTBHSys_DXCustom.dxeTBBScaleSys_DXCustom .dxeTBIncBtn_DXCustom
{ 
	top: 50%; margin-top: -15px;
}
.dxeTBVSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBDecBtn_DXCustom, .dxeTBVSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBIncBtn_DXCustom
{
	right: 0px;
}
.dxeTBHSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBDecBtn_DXCustom, .dxeTBHSys_DXCustom.dxeTBLTScaleSys_DXCustom .dxeTBIncBtn_DXCustom
{
	bottom: 0px;
}

.dxeTBValuelabel_DXCustom
{
	padding: 3px;
    display: inline;
    position:absolute;
    background: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    font: 12px/18px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
}

/* Loading */
.dxeLoadingDiv_DXCustom
{
	background: White none;
	opacity: 0.85;
	filter: alpha(opacity=85);
	cursor: wait;
}
.dxeLoadingDivWithContent_DXCustom
{
	background: White none;
	opacity: 0.01;
	filter: alpha(opacity=1);
}

.dxeLoadingPanel_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #303030;
}
.dxeLoadingPanelWithContent_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #303030;
	background: #FFFFFF none;
	border: 1px solid #D6D6D6;
}

.dxeLoadingPanel_DXCustom td.dx, 
.dxeLoadingPanelWithContent_DXCustom td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

.dxeReadOnly_DXCustom
{
}
.dxeBase_DXCustom
{
	font-size: 14px;
	font-family: 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	
}
td.dxic
{
	font-size: 0;
}
/* InternalCheckBox */
.dxeIRBFocused_DXCustom
{
	border: 1px dotted #ffb100;
	margin: 0px!important;
}
.dxeIRadioButton_DXCustom
{
	margin: 1px;
	display: inline-block;
	vertical-align: middle;
}
/* -- ErrorFrame -- */
.dxeErrorCell_DXCustom,
.dxeErrorCell_DXCustom td
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: Red;
}
.dxeErrorCell_DXCustom
{
	padding-left: 4px;
	padding-right: 5px;
}
.dxeErrorFrameWithoutError_DXCustom
{
}
.dxeErrorFrameWithoutError_DXCustom .dxeControlsCell_DXCustom
{
}

.dxeEditArea_DXCustom
{
	font: 14px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #3C5C90;
}
/* -- ValidationSummary -- */

.dxvsValidationSummary_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: Red;
}
.dxvsValidationSummary_DXCustom td.dxvsRC
{
	text-align: center;
}
.dxvsValidationSummary_DXCustom .dxvsE
{
	vertical-align: middle;
	cursor: pointer;
}

/* ValidationSummary - Header */

.dxvsValidationSummary_DXCustom table.dxvsHT
{
	width: 100%;
}
.dxvsValidationSummary_DXCustom td.dxvsH
{
	padding: 2px 0;
}

/* ValidationSummary - Hyperlink */

.dxvsValidationSummary_DXCustom a.dxvsHL,
.dxvsValidationSummary_DXCustom a.dxvsHL:visited
{
	color: red;
}
.dxvsValidationSummary_DXCustom a.dxvsHL
{
	text-decoration: none;
	border-bottom: 1px dashed #f70;
}
.dxvsValidationSummary_DXCustom a.dxvsHL:hover
{
	color: #f70;
}

/* ValidationSummary - Table Layout */

.dxvsValidationSummary_DXCustom table.dxvsT
{
}
.dxvsValidationSummary_DXCustom tr.dxvsE
{
}
.dxvsValidationSummary_DXCustom td.dxvsETC
{
	padding: 2px 0;
}

/* ValidationSummary - List Layout */

.dxvsValidationSummary_DXCustom ul.dxvsL
{
}
.dxvsValidationSummary_DXCustom ol.dxvsL
{
}
.dxvsValidationSummary_DXCustom li.dxvsE
{
	padding: 2px 0;
}

/* -- Buttons -- */
.dxeButtonEditButton_DXCustom,
.dxeCalendarButton_DXCustom,
.dxeSpinIncButton_DXCustom,
.dxeSpinDecButton_DXCustom,
.dxeSpinLargeIncButton_DXCustom,
.dxeSpinLargeDecButton_DXCustom
{
	vertical-align: middle;
	border: 1px solid Transparent;
	cursor: pointer;
	height: 26px;
} 
.dxeButtonEditButton_DXCustom,
.dxeCalendarButton_DXCustom,
.dxeButtonEditButton_DXCustom td.dx,
.dxeCalendarButton_DXCustom td.dx,
.dxeSpinIncButton_DXCustom,
.dxeSpinDecButton_DXCustom,
.dxeSpinLargeIncButton_DXCustom,
.dxeSpinLargeDecButton_DXCustom,
.dxeSpinIncButton_DXCustom td.dx,
.dxeSpinDecButton_DXCustom td.dx,
.dxeSpinLargeIncButton_DXCustom td.dx,
.dxeSpinLargeDecButton_DXCustom td.dx
{
	font: normal 11px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton_DXCustom,
.dxeSpinIncButton_DXCustom,
.dxeSpinDecButton_DXCustom,
.dxeSpinLargeIncButton_DXCustom,
.dxeSpinLargeDecButton_DXCustom
{
	padding: 0px 2px 0px 3px;
	background: repeat-x 50% top;
}
.dxeSpinIncButton_DXCustom
{
	background: #F0F0F0 url('edtSpinIncBtnBack.gif') repeat-x top;
}
.dxeSpinDecButton_DXCustom
{
	background: #E6E6E6 url('edtSpinDecBtnBack.gif') repeat-x top;
}

.dxeButtonEditButton_DXCustom table.dxbebt,
.dxeSpinIncButton_DXCustom table.dxbebt,
.dxeSpinDecButton_DXCustom table.dxbebt, 
.dxeSpinLargeIncButton_DXCustom table.dxbebt,
.dxeSpinLargeDecButton_DXCustom table.dxbebt
{
	/*width: 16px;*/
	margin-top: 1px;
}
.dxeCalendarButton_DXCustom
{
	font-size: 12px;
	background: #e5e5e5 url('edtCalendarButtonBack.gif') repeat-x top;
	padding: 3px 11px 4px;
	width: 32px;
}
.dxeCalendarButton_DXCustom td.dx
{
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
.dxeCalendarButton_DXCustom table.dxbebt
{
	width: 100%;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed_DXCustom,
.dxeButtonEditButtonPressed_DXCustom,
.dxeSpinIncButtonPressed_DXCustom,
.dxeSpinDecButtonPressed_DXCustom,
.dxeSpinLargeIncButtonPressed_DXCustom, 
.dxeSpinLargeDecButtonPressed_DXCustom
{
	background: url('edtDropDownButtonPressedBack.gif') repeat-x top;
	border: 1px Solid #888888;
}
/* -- Hover -- */
.dxeCalendarButtonHover_DXCustom,
.dxeButtonEditButtonHover_DXCustom,
.dxeSpinIncButtonHover_DXCustom,
.dxeSpinDecButtonHover_DXCustom,
.dxeSpinLargeIncButtonHover_DXCustom,
.dxeSpinLargeDecButtonHover_DXCustom
{
	background: url('edtDropDownButtonHoverBack.gif') repeat-x top;
	border: 1px Solid #888888;
}
.dxeButtonEditButtonHover_DXCustom, .dxeButtonEditButtonPressed_DXCustom
{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.dxeCalendarButtonHover_DXCustom
{
	background: url('edtCalendarButtonHBack.gif') repeat-x top;
}

.dxeButtonEdit_DXCustom
{
	background-color: white;
	border: 1px solid #9F9F9F;
	width: 170px;
	border-collapse: separate;
}
.dxeButtonEdit_DXCustom .dxeEditArea_DXCustom
{
	background-color: transparent;
}
.dxeButtonEdit_DXCustom .dxeEditArea_DXCustom,
.dxeButtonEdit_DXCustom td.dxic
{
	width: 100%;
}
.dxeButtonEdit_DXCustom td.dxic
{
	padding: 0.5px 3px 1.5px 5px !important;
}
.dxeButtonEdit_DXCustom td.dxic input
{
	margin: 0 !important;
}
.dxeButtonEdit_DXCustom .dxeIIC img
{
	padding-left: 3px;
	vertical-align: middle;
	margin-top: 1px;
}
.dxeTextBox_DXCustom,
.dxeButtonEdit_DXCustom,
.dxeMemo_DXCustom
{	
	background-color: white;
	border-top: 1px solid #adadad;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #bfbfbf;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;

    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) inset;
	
}
.dxeTextBox_DXCustom
{
	width: 234px;
	height: 32px;
}
.dxeTextBox_DXCustom td.dxic
{
	padding: 1.5px 3px 2.5px 6px !important;
}
.dxeTextBox_DXCustom td.dxic input
{
	margin: 0 !important;
}
.dxeTextBox_DXCustom .dxeEditArea_DXCustom
{
	background-color: transparent;
}
.dxeRadioButtonList_DXCustom
{
	border: 1px Solid #9F9F9F;
}
.dxeRadioButtonList_DXCustom,
.dxeRadioButtonList_DXCustom table
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
}
.dxeRadioButtonList_DXCustom td.dxe
{
	padding: 7px 5px 6px 11px;
}
.dxeRadioButtonList_DXCustom label
{
	margin-right: 6px;
}

/* -- Memo -- */
.dxeMemo_DXCustom
{
}
.dxeMemoEditArea_DXCustom
{
	background-color: white;
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	outline: none;
}
.dxeMemo_DXCustom td
{
	padding: 0 0 0 1px;
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_DXCustom
{
	font: normal 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #0d45b7;
}
a.dxeHyperlink_DXCustom:hover
{
	color: #5494ea;
}
a.dxeHyperlink_DXCustom:visited
{
	color: #ab59a6;
}

/* -- ListBox -- */
.dxeListBox_DXCustom
{
	background-color: white;
	border: 1px solid #AFAFAF;
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	width: 70px;
	height: 109px;
	border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    -khtml-border-radius: 3.5px;
    
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.15), -1px 0px 3px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.15), -1px 0px 3px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.15), -1px 0px 3px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.15), -1px 0px 3px rgba(0, 0, 0, 0.15), 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.dxeListBox_DXCustom div.dxlbd
{	
	height: 107px;
	padding: 1px !important;
}
.dxeListBoxItemRow_DXCustom
{
	cursor: default;
}
.dxeListBoxItem_DXCustom
{
	border: 1px solid Transparent;
	font: 14px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #3C5C90;
	padding: 3px 2px 4px 10px;
	white-space: nowrap;
	text-align: left;
}
.dxeListBoxItem_DXCustom img 
{
	vertical-align: middle;
	margin-top: 2px;
}
.dxeListBoxItem_DXCustom em
{
	background: #CFCFCF none repeat 0 0;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	border: 1px solid Transparent;
}

.dxeListBox_DXCustom td.dxeI,
.dxeListBox_DXCustom td.dxeIM,
.dxeListBox_DXCustom .dxeHIC, 
.dxeListBox_DXCustom td.dxeFTM,
.dxeListBox_DXCustom td.dxeTM,
.dxeListBox_DXCustom td.dxeC,
.dxeListBox_DXCustom td.dxeCM,
.dxeListBox_DXCustom td.dxeHCC,
.dxeListBox_DXCustom td.dxeMI,
.dxeListBox_DXCustom td.dxeMIM
{
	border-right-width: 0!important;
}

.dxeListBox_DXCustom td.dxeIR,
.dxeListBox_DXCustom td.dxeIMR,
.dxeListBox_DXCustom .dxeHICR, 
.dxeListBox_DXCustom td.dxeFTMR,
.dxeListBox_DXCustom td.dxeTMR,
.dxeListBox_DXCustom td.dxeCR,
.dxeListBox_DXCustom td.dxeCMR,
.dxeListBox_DXCustom td.dxeHCCR,
.dxeListBox_DXCustom td.dxeMIR,
.dxeListBox_DXCustom td.dxeMIMR
{
	border-left-width: 0!important;
}

.dxeListBox_DXCustom td.dxeCM,
.dxeListBox_DXCustom td.dxeHCC,
.dxeListBox_DXCustom td.dxeCMR,
.dxeListBox_DXCustom td.dxeHCCR
{
	width: 25px;
}

.dxeListBox_DXCustom td.dxeIM,
.dxeListBox_DXCustom td.dxeIMR
{
	width: 0;
}

.dxeListBox_DXCustom td.dxeT
{
	width: 100%;
	padding-left: 10px !important;
}

.dxeListBox_DXCustom td.dxeTR
{
	width: 100%;
	padding-right: 0!important;
}


.dxeListBox_DXCustom td.dxeT,
.dxeListBox_DXCustom td.dxeMI
{
	border-left-width: 0!important;
}

.dxeListBox_DXCustom td.dxeTR,
.dxeListBox_DXCustom td.dxeMIR
{
	border-right-width: 0!important;
}


.dxeListBox_DXCustom td.dxeFTM,
.dxeListBox_DXCustom td.dxeTM,
.dxeListBox_DXCustom td.dxeLTM, 
.dxeListBox_DXCustom .dxeHFC,
.dxeListBox_DXCustom .dxeHC,
.dxeListBox_DXCustom .dxeHLC,
.dxeListBox_DXCustom td.dxeFTMR,
.dxeListBox_DXCustom td.dxeTMR,
.dxeListBox_DXCustom td.dxeLTMR, 
.dxeListBox_DXCustom .dxeHFCR,
.dxeListBox_DXCustom .dxeHCR,
.dxeListBox_DXCustom .dxeHLCR
{
	overflow: hidden;
}

.dxeListBox_DXCustom td.dxeFTM,
.dxeListBox_DXCustom td.dxeTM, 
.dxeListBox_DXCustom .dxeHFC,
.dxeListBox_DXCustom .dxeHC
{
	padding-right: 6px!important;
}

.dxeListBox_DXCustom td.dxeFTMR,
.dxeListBox_DXCustom td.dxeTMR, 
.dxeListBox_DXCustom .dxeHFCR,
.dxeListBox_DXCustom .dxeHCR
{
	padding-left: 6px!important;
}


.dxeListBox_DXCustom td.dxeLTM,
.dxeListBox_DXCustom td.dxeTM, 
.dxeListBox_DXCustom .dxeHC,
.dxeListBox_DXCustom .dxeHLC
{
	padding-left: 6px!important;
}

.dxeListBox_DXCustom td.dxeLTMR,
.dxeListBox_DXCustom td.dxeTMR, 
.dxeListBox_DXCustom .dxeHCR,
.dxeListBox_DXCustom .dxeHLCR
{
	padding-right: 6px!important;
}

/*Grid lines*/

.dxeListBox_DXCustom td.dxeLTM,
.dxeListBox_DXCustom td.dxeTM,
.dxeListBox_DXCustom td.dxeMIM
{
	border-left: 1px solid #cfcfcf!important;
}

.dxeListBox_DXCustom td.dxeLTMR,
.dxeListBox_DXCustom td.dxeTMR,
.dxeListBox_DXCustom td.dxeMIMR
{
	border-right: 1px solid #cfcfcf!important;
}

.dxeListBox_DXCustom td.dxeIM,
.dxeListBox_DXCustom td.dxeFTM,
.dxeListBox_DXCustom td.dxeTM,
.dxeListBox_DXCustom td.dxeLTM,
.dxeListBox_DXCustom td.dxeCM,
.dxeListBox_DXCustom td.dxeMIM,
.dxeListBox_DXCustom td.dxeIMR,
.dxeListBox_DXCustom td.dxeFTMR,
.dxeListBox_DXCustom td.dxeTMR,
.dxeListBox_DXCustom td.dxeLTMR,
.dxeListBox_DXCustom td.dxeCMR,
.dxeListBox_DXCustom td.dxeMIMR
{
	border-bottom: 1px solid #cfcfcf;
}

.dxeListBoxItemSelected_DXCustom     /* inherits dxeListBoxItem */
{
}
.dxeListBoxItemHover_DXCustom        /* inherits dxeListBoxItem */
{
	background-color: #C1DCFD;
	border-color: #B1C4DB;
	border-width: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.dxeListBoxItemHover_DXCustom.dxeI
{
	border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -o-border-radius: 2px 0px 0px 2px;
    -khtml-border-radius: 2px 0px 0px 2px;
}
.dxeListBoxItemHover_DXCustom.dxeT
{
	border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    -o-border-radius: 0px 2px 2px 0px;
    -khtml-border-radius: 0px 2px 2px 0px;
}
.dxeListBoxItemHover_DXCustom em,
.dxeListBoxItemSelected_DXCustom em
{
	background-image: none;
}

/*Header*/

.dxeListBox_DXCustom .dxeHD
{
	background-color: #dcdcdc;
	border-bottom: 1px solid #A0A0A0;
}

.dxeListBox_DXCustom .dxeHC,
.dxeListBox_DXCustom .dxeHLC,
.dxeListBox_DXCustom td.dxeHMIC
{
	border-left: 1px solid #A0A0A0;
}

.dxeListBox_DXCustom .dxeHCR,
.dxeListBox_DXCustom .dxeHLCR,
.dxeListBox_DXCustom td.dxeHMICR
{
	border-right: 1px solid #A0A0A0;
	text-align: right;
}

.dxeListBox_DXCustom .dxeHIC,
.dxeListBox_DXCustom .dxeHFC,
.dxeListBox_DXCustom .dxeHCC
{
	border-left: 1px solid #dcdcdc;
}

.dxeListBox_DXCustom .dxeHICR,
.dxeListBox_DXCustom .dxeHFCR,
.dxeListBox_DXCustom .dxeHCCR
{
	border-right: 1px solid #dcdcdc;
	text-align: right;
}

.dxeListBox_DXCustom .dxeHFC,
.dxeListBox_DXCustom .dxeHC,
.dxeListBox_DXCustom .dxeHMIC
{
	border-right-width: 0;
}

.dxeListBox_DXCustom .dxeHFCR,
.dxeListBox_DXCustom .dxeHCR,
.dxeListBox_DXCustom .dxeHMICR
{
	border-left-width: 0;
	text-align: right;
}

.dxeListBox_DXCustom .dxeHLC
{
	border-right: 1px solid #dcdcdc;
}

.dxeListBox_DXCustom .dxeHLCR
{
	border-left: 1px solid #dcdcdc;
	text-align: right;
}

/* -- Calendar -- */
.dxeCalendar_DXCustom
{
	border: 1px solid #9f9f9f;
	background-color: White;
	color: Black;
	font-weight: normal;
	cursor: default;
}
.dxeCalendar_DXCustom td.dxMonthGrid_DXCustom
{
	padding: 8px 20px;
}
.dxeCalendar_DXCustom td.dxMonthGridWithWeekNumbers_DXCustom
{
	padding: 5px 20px 8px 8px;
}
.dxeCalendar_DXCustom td.dxMonthGridWithWeekNumbersRtl_DXCustom
{
	padding: 5px 8px 8px 20px;
}
.dxeCalendarDayHeader_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	padding: 2px 4px 5px;
	border-bottom: 1px solid #cfcfcf;
}
.dxeCalendarWeekNumber_DXCustom
{
	font: 9px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	text-align: right;
	padding: 6px 8px 6px 4px;
	color: #bfbfbf;
}
.dxeCalendarDay_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	padding: 4px 6px;
	text-align: center;
}
.dxeCalendarWeekend_DXCustom        /* inherits dxeCalendarDay */
{
	color: #c00000;
}
.dxeCalenICSMIStherMonth_DXCustom     /* inherits dxeCalendarDay */
{
	color: #888;
}
.dxeCalenICSMISutOfRange_DXCustom     /* inherits dxeCalendarDay */
{
	color: #d0d0d0;
}
.dxeCalendarSelected_DXCustom       /* inherits dxeCalendarDay */
{
	color: White;
	background-color: #8d8d8d;
}
.dxeCalendarToday_DXCustom         /* inherits dxeCalendarDay */
{
	padding: 3px 3px 2px;
	border: 1px solid #c00000;
}
.dxeCalendarHeader_DXCustom
{
	background-color: #dcdcdc;
	border-top: 1px solid #c9c9c9;
	border-right: 0 solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 0 solid #c9c9c9;
	padding: 4px 7px;
}
.dxeCalendarHeader_DXCustom td.dxe
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFooter_DXCustom
{
	background-color: #ededed;
	padding: 8px 0px;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNav_DXCustom
{
	color: Black;
	background: White none;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-bottom: 0px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea_DXCustom
{
	padding: 0px 9px;
}
.dxeCalendarFastNavYearArea_DXCustom
{
}
.dxeCalendarFastNavFooter_DXCustom
{
	color: Black;
	background-color: #ededed;
	padding: 8px 0px;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #d6d6d6;
}
.dxeCalendarFastNavMonth_DXCustom,
.dxeCalendarFastNavYear_DXCustom
{
	font: normal 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: Black;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;
}
.dxeCalendarFastNavMonth_DXCustom
{
	padding: 6px;
}
.dxeCalendarFastNavMonthSelected_DXCustom,
.dxeCalendarFastNavYearSelected_DXCustom
{
	color: White;
	background: #8d8d8d none;
}
.dxeCalendarFastNavMonthHover_DXCustom,
.dxeCalendarFastNavYearHover_DXCustom
{
	color: Black;
	background: #e5e5e5 none;
	padding: 2px 4px;
	border: 1px solid #d6d6d6;
}
.dxeCalendarFastNavMonthHover_DXCustom
{
	padding: 5px;
}
/* Disabled */
.dxeDisabled_DXCustom,
.dxeDisabled_DXCustom td.dxe
{
	color: #acacac;
	cursor: default;
}
a.dxeDisabled_DXCustom:hover
{
	color: #acacac;
}
.dxeButtonDisabled_DXCustom,
.dxeButtonDisabled_DXCustom td.dxe
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
/* -- Button -- */


/* Disabled */
.dxbDisabled_DXCustom
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
.dxbDisabled_DXCustom td.dxb
{
	color: #808080;
}
/* -- FilterControl -- */
.dxfcTable_DXCustom
{
	border-collapse: separate!important;
}
.dxfcTable_DXCustom td.dxfc
{
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: Black;
}
a.dxfcPropertyName_DXCustom
{
	white-space: nowrap!important;
	color: Blue!important;
}
a.dxfcGroupType_DXCustom
{
	white-space: nowrap!important;
	padding: 0px 3px!important;
	color: Red!important;
}
a.dxfcOperation_DXCustom
{
	white-space: nowrap!important;
	color: Green!important;
}
a.dxfcValue_DXCustom
{
	white-space: nowrap!important;
	color: Gray!important;
}

.dxfcLoadingDiv_DXCustom
{
	background: white none;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.dxfcLoadingPanel_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #303030;
	border: 1px solid #9F9F9F;
	background: white none;
}
.dxfcLoadingPanel_DXCustom td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

.dxeMaskHint_DXCustom
{
	background: #ffffe1 none;
	border: 1px solid black;
	padding: 2px 5px 3px;
	color: Black;
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
}

/* -- ProgressBar -- */
.dxeProgressBar_DXCustom
{
	border: 1px Solid #696969;
	background-color: #FFFFFF;
}
.dxeProgressBar_DXCustom,
.dxeProgressBar_DXCustom td.dxe
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: Black;
}
.dxeProgressBar_DXCustom .dxePBMainCell_DXCustom,
.dxeProgressBar_DXCustom td.dxe
{
	padding: 0;
}
.dxeProgressBarIndicator_DXCustom
{
	background-color: #E0DFDF;
}

/* -- DropDownWindow -- */
.dxeDropDownWindow_DXCustom
{
	background-color: white;
	border: 1px solid #9F9F9F;
}

/*----------------- ColorTable -----------------*/
.dxeColorIndicator_DXCustom
{
	border: 1px solid #9F9F9F;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.dxeColorTable_DXCustom,
.dxeItemPicker_DXCustom
{
	background-color: #ffffff;
	border: 1px solid #9F9F9F;
}
.dxeColorTable_DXCustom td.dx,
.dxeItemPicker_DXCustom td.dx
{
	padding: 4px;
}
.dxeColorTableCell_DXCustom,
.dxeItemPickerCell_DXCustom
{
	padding: 3px;
	cursor: pointer;
}
.dxeColorTableCellDiv_DXCustom
{
	border: 1px solid #808080;
	width: 12px;
	height: 12px;
	font-size: 0px;
}
.dxeColorTableCellSelected_DXCustom
{
	padding: 2px!important;
	background-color: #CBCBCB;
	border: 1px solid #888888;
}
.dxeColorTableCellHover_DXCustom,
.dxeItemPickerCellHover_DXCustom
{
	padding: 2px!important;
	background-color: #F2F2F2;
	border: 1px solid #888888;
}

/* -- Invalid Style -- */
.dxeInvalid_DXCustom
{	
	box-shadow: 1px 0px 2px #fec3c3 inset, -1px 0px 2px #fec3c3 inset, 0px -1px 2px 1px #fff2f2 inset, 0px 1px 1px #f98383 inset;
    -weblit-box-shadow: 1px 0px 2px #fec3c3 inset, -1px 0px 2px #fec3c3 inset, 0px -1px 2px 1px #fff2f2 inset, 0px 1px 1px #f98383 inset;
    -moz-box-shadow: 1px 0px 2px #fec3c3 inset, -1px 0px 2px #fec3c3 inset, 0px -1px 2px 1px #fff2f2 inset, 0px 1px 1px #f98383 inset;
    -o-box-shadow: 1px 0px 2px #fec3c3 inset, -1px 0px 2px #fec3c3 inset, 0px -1px 2px 1px #fff2f2 inset, 0px 1px 1px #f98383 inset;
}
.dxeInvalid_DXCustom .dxeEditArea_DXCustom,
.dxeInvalid_DXCustom .dxeMemoEditArea_DXCustom
{
	color: #ee1111;
}

/* -- Focused Style -- */
.dxeFocused_DXCustom
{
	border: 1px solid #3d3d3d;
}

/* -- Null Text Style -- */
.dxeNullText_DXCustom .dxeEditArea_DXCustom,
.dxeNullText_DXCustom .dxeMemoEditArea_DXCustom
{
	color: #818181;
}

/* -- Captcha -- */
.dxcaRefreshButton_DXCustom
{
	font: 13px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	text-decoration: none;
	color: #1e3695;
}

.dxcaDisabledRefreshButton_DXCustom
{
	color: #acacac;
}

.dxcaRefreshButtonCell_DXCustom
{
	padding-left: 4px;
}

.dxcaRefreshButtonText_DXCustom
{
}

.dxcaDisabledRefreshButtonText_DXCustom
{
}

.dxcaTextBoxCell_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
}

.dxcaTextBoxCell_DXCustom,
.dxcaTextBoxCellNoIndent_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
}

.dxcaTextBoxCell_DXCustom .dxeErrorCell_DXCustom
{
}

.dxcaTextBoxCellNoIndent_DXCustom .dxeErrorCell_DXCustom
{
	padding-left: 0px;
	padding-top: 4px;
	color: Red;
}

.dxcaTextBoxLabel_DXCustom
{
	padding-bottom: 4px;
	display: block;
}

.dxcaLoadingPanel_DXCustom
{
	font: 12px 'Visual Geez Unicode',Nyala,'Power Geez Unicode 1';
	color: #303030;
}

.dxcaLoadingPanel_DXCustom td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}



