.dxeLoadingDiv_Black
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_Black
{
	color: White;
	font: 10pt Tahoma;
	border: solid 1px #757575;
	background-color: #1e1c1c;
	padding: 5px 10px 5px 5px;
}
.dxeLoadingPanel_Black td.dx
{
	white-space: nowrap;
	text-align: center;
}

.dxbControl_Black
{
	font: 10.5pt Tahoma;
	background-color: #C0C0C0;
	cursor: pointer;
}
.dxeBase_Black
{
    font-family: Tahoma;
    font-size: 10.5pt;    
}
/* -- ErrorFrame -- */
.dxeErrorCell_Black, .dxeErrorCell_Black td
{
    font-family: Tahoma;
	font-size: 10.5pt;
	color: red;
}
.dxeErrorCell_Black
{
	color: #a91123;
	padding-left: 4px;	
}
.dxeErrorFrame_Black
{
}
.dxeEditArea_Black
{
	font-family: Tahoma;
	font-size: 10.5pt;
	border: 1px solid #A0A0A0;
}
/* -- Buttons -- */
.dxeButtonEdit_Black 
{
	background-color: white;
	width: 170px;
}
.dxeButtonEdit_Black .dxeEditArea_Black, .dxeButtonEdit_Black td.dxic
{
	width: 100%;
}

.dxeButtonEditButton_Black, .dxeCalendarButton_Black,
.dxeSpinIncButton_Black, .dxeSpinDecButton_Black,
.dxeSpinLargeIncButton_Black, .dxeSpinLargeDecButton_Black
{	
	background-color: #f0f0f0;	
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_Black, .dxeCalendarButton_Black, 
.dxeButtonEditButton_Black td.dx, .dxeCalendarButton_Black td.dx,
.dxeSpinIncButton_Black, .dxeSpinDecButton_Black,
.dxeSpinLargeIncButton_Black, .dxeSpinLargeDecButton_Black,
.dxeSpinIncButton_Black td.dx, .dxeSpinDecButton_Black td.dx,
.dxeSpinLargeIncButton_Black td.dx, .dxeSpinLargeDecButton_Black td.dx
{	
    font-family: Tahoma;
    font-size: 10.5pt;  
    font-weight: normal;
	text-align: center;
} 
.dxeButtonEditButton_Black
{
	background-image: url('edtButtonBack_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
	border: solid 1px Black;    
	background-color: #303030;	
	padding: 4px 1px;
}
.dxeSpinIncButton_Black, .dxeSpinDecButton_Black,
.dxeSpinLargeIncButton_Black, .dxeSpinLargeDecButton_Black
{
	padding: 0px;
}
.dxeSpinIncButton_Black, .dxeSpinDecButton_Black
{
    border-style: none;
}

.dxeButtonEditButton_Black table.dxbebt 
{
	width: 12px;
}
.dxeSpinLargeIncButton_Black
{
    padding-left: 1px;
}

.dxeSpinIncButton_Black
{
	background: url('edtSpinIncBtnBack.gif') no-repeat top left #363636;
	border-bottom: Solid 1px #FFFFFF;
}
.dxeSpinDecButton_Black
{
	background: url('edtSpinDecBtnBack.gif') no-repeat top left #959595;   
    border-bottom-style: none;
}
.dxeSpinLargeIncButton_Black, .dxeSpinLargeDecButton_Black
{
   	background: url('edtSpinLargeIncBtnBack.gif') repeat-x top left #959595;
   	border: Soid 1px #000000;
}

.dxeCalendarButton_Black
{
	color: White;
	background-image: url('edtCalendarFootBtn.gif');	
    background-position:top;		    
	border: solid 1px Black;
	background-color: #444444;
	background-repeat:repeat-x;
	padding: 5px 10px;
}
.dxeCalendarButton_Black table.dxbebt
{
	color: White;
    width: 30px;
}
/* SpinButtons */
.dxeSpinIncButton_Black table.dxbebt, .dxeSpinDecButton_Black table.dxbebt
{
	width: 15px;
}
.dxeSpinLargeDecButton_Black table.dxbebt
{
	width: 14px;
}
.dxeSpinLargeIncButton_Black table.dxbebt
{
	width: 13px;    
}

.dxeCalendarButton_Black td.dx
{
	text-align: center;
	white-space: nowrap;
}

/* -- Hover -- */
.dxeButtonHover_Black         /* inherits dxeButton */
{
	background-color: #E6E3D6;
}
.dxeCalendarButtonHover_Black
{
	background-image: url('edtCalendarFootBtnH.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black; 
  	background-color: #82b3ce;   
}
.dxeButtonEditButtonHover_Black
{
	background-image: url('edtButtonBackH_16.gif');	
    background-repeat:repeat-x;
    background-position:top;	    
    border: Solid 1px Black;    
	background-color: #86bad6;    
}
/* SpinButtons */
.dxeSpinIncButtonHover_Black, .dxeSpinDecButtonHover_Black
{
    border-style: none;    
}
.dxeSpinLargeIncButtonHover_Black, .dxeSpinLargeDecButtonHover_Black
{
    border: Solid 1px #000000;    	
}

.dxeSpinIncButtonHover_Black
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonHover_Black
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonHover_Black
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}
.dxeSpinLargeDecButtonHover_Black
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}

/* -- Pressed -- */
.dxeButtonPressed_Black       /* inherits dxeButton */
{    
	background-color: #D4D1C3;
}
.dxeCalendarButtonPressed_Black
{
	background-image: url('edtCalendarFootBtnP.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;
  	background-color: #cbcbcb;
}
.dxeButtonEditButtonPressed_Black
{
	background-image: url('edtButtonBackC_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;    
	background-color: #bdbdbd;        
}
/* SpinButtons */
.dxeSpinIncButtonPressed_Black, .dxeSpinDecButtonPressed_Black
{
    border-style: none;    
}
.dxeSpinIncButtonPressed_Black
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #363636;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonPressed_Black
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #959595;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonPressed_Black
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}
.dxeSpinLargeDecButtonPressed_Black
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}

.dxeButtonEdit_Black
{
    border: solid 1px #9F9F9F;
}
.dxeButtonEdit_Black td.dxic
{
	padding: 0px 2px 0px 1px;
}
.dxeTextBox_Black, .dxeMemo_Black
{
	background-color: white;
    border: Solid 1px #9F9F9F;
}
.dxeTextBox_Black td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_Black td.dxic
{
	width: 100%;
}
.dxeRadioButtonList_Black, .dxeRadioButtonList_Black table {
    font-family: Tahoma;
    font-size: 10.5pt;    
}
.dxeRadioButtonList_Black {
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_Black td.dxe {
    padding: 6px 11px;
}

/* -- Memo -- */
.dxeMemo_Black
{
    padding-left: 3px;
}
.dxeMemoEditArea_Black
{
	font-family: Tahoma;
	font-size: 10.5pt;
}
.dxeMemo_Black td
{
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_Black
{
    font-family: Tahoma;
    font-size: 10.5pt; 
	font-weight: normal;
    color: #3094F3;  
}
a.dxeHyperlink_Black
{
    
}
a:hover.dxeHyperlink_Black
{
    color: #FF9600;
    text-decoration: underline;
}
a:visited.dxeHyperlink_Black
{
	
}

/* -- ListBox -- */
.dxeListBox_Black
{
    background-color: white;
    border: solid 1px #A0A0A0;
    font-family: Tahoma;
    font-size: 10.5pt;
    height: 107px;
    width: 70px;
}

.dxeListBox_Black div.dxlbd 
{
	height: 107px;
}

.dxeListBoxItem_Black
{    
    border: solid 1px white;
    font-family: Tahoma;
    font-size: 10.5pt;        
    padding: 2px 2px 3px 3px;
    white-space: nowrap;
    text-align: left;
    cursor: default;
    color: Black;    
    font-weight: normal    
}
.dxeListBoxItemHover_Black        /* inherits dxeListBoxItem */
{
    background-color: #C1CED9;
}
.dxeListBoxItemSelected_Black     /* inherits dxeListBoxItem */
{    
    background-color: #93A7BA;
    color: White;
}
.dxeListBox_Black td.dxeI 
{
    padding-right: 0px!important;
    border-right-width: 0px!important;
}
.dxeListBox_Black td.dxeT
{
    width: 100%;    
    border-left-width: 0px!important;    
}

/* -- Calendar -- */
.dxeCalendar_Black
{
	color: black;
    border: solid 1px #A0A0A0;
	background-color: White;    
	font-weight: normal;
}
.dxeCalendar_Black td.dxMonthGrid, .dxeCalendar_Black td.dxMonthGridWithWeekNumbers
{
    padding: 8px 20px 8px 8px;
    cursor: default;
}
.dxeCalendar_Black td.dxMonthGrid
{
    padding-left: 20px;
}
.dxeCalendarDayHeader_Black
{
    font-family: Tahoma;
    font-size: 10.5pt;
    padding: 4px;
    color: Black;
    border-bottom: solid 1px #cfcfcf;
}
.dxeCalendarWeekNumber_Black
{    
    font-family: Tahoma;
    font-size: 8pt;    
    text-align: right;
    color: #86b4d8;    	
    padding: 6px 8px 2px 4px;    
}
.dxeCalendarDay_Black
{    
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px;
    color:Black;
	background-color: White;
    text-align: center;
}
.dxeCalendarWeekend_Black       	/* inherits dxeCalendarDay */
{
    color: #fe3c00;
}
.dxeCalendarOtherMonth_Black    	 /* inherits dxeCalendarDay */
{
    color: #acacac;
}
.dxeCalendarOutOfRange_Black        /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarSelected_Black       	/* inherits dxeCalendarDay */
{
    background-color: #93a7ba;
    color: white;
}
.dxeCalendarToday_Black       	        /* inherits dxeCalendarDay */
{
    border: solid 1px #ff5c20;
    padding: 2px;
}
.dxeCalendarHeader_Black
{
    font-family: Tahoma;
    font-size: 10.5pt;        
    background-color: #c5d6df;
    border: solid 1px #a0a0a0;
	border-width: 1px 0;
    text-align: center;
    padding: 1px;
	height: 18px;
}
.dxeCalendarHeader_Black td.dxe
{
    font-family: Tahoma;
    font-size: 10.5pt;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFooter_Black
{
    background-color: #e4edef;
    padding: 6px 0px;
    border-top: solid 1px #a0a0a0;
}
.dxeCalendarFastNav_Black
{
    background: white;
    border: solid 1px #a0a0a0;
    border-bottom: 0px;
    padding: 8px;
}
.dxeCalendarFastNavFooter_Black
{
    background: #e4edef;
    padding: 6px 0px;
    border: solid 1px #a0a0a0;    
}
.dxeCalendarFastNavMonth_Black, .dxeCalendarFastNavYear_Black
{
    font: 10.5pt Tahoma;
    color: Black;
    padding: 4px 6px;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFastNavMonthSelected_Black, .dxeCalendarFastNavYearSelected_Black
{
    background: #93a7ba;
}
.dxeCalendarFastNavMonthHover_Black, .dxeCalendarFastNavYearHover_Black
{        
    background: #c1ced9;
}
/* Disabled */
.dxeDisabled_Black, .dxeDisabled_Black td.dxe
{
	color: #bebebe;
	cursor: default;
}
a.dxeDisabled_Black, a.dxeDisabled_Black:hover
{
    color: #9f9f9f;
}
.dxeButtonDisabled_Black, .dxeButtonDisabled_Black td.dxe
{
	color: #808080;
	background: #b6b6b6 url('edtButtonBackDis_16.gif') repeat-x top left;
	border-color: #a5a5a5;
	cursor: default;
}
/* -- Button -- */
.dxbButton_Black
{	
    color: #FFFFFF;   
    font-size: 10.5pt;
    font-family: Tahoma;				    
	font-weight:normal;
    vertical-align: middle;	 		
    border: solid 1px #000000;	
    background: #424242 url('edtButtonBack.gif') top;
    background-repeat:repeat-x;
    padding: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}
.dxbButtonHover_Black 
{
  	color: #FFFFFF;   
	background: #759DB3 url('edtButtonHoverBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButtonChecked_Black 
{
    color: #FFFFFF;
	background: #3D677F url('edtButtonCheckedBack.gif') top;
    background-repeat: repeat-x;	
}
.dxbButtonPressed_Black 
{
  	color: #FFFFFF;        
	background: #AEAEAE url('edtButtonPressedBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButton_Black div.dxb
{    
    padding: 2px 12px 3px 12px;
	border: 0px;
}
.dxbButton_Black div.dxbf
{     
    padding: 1px 11px 2px 11px;
	border: dotted 1px #C2E4F6;		
}
.dxbButton_Black div.dxb table
{    
    color: #FFFFFF;   
    font-size: 10.5pt;
    font-family: Tahoma;				    
	font-weight:normal;
}
.dxbButton_Black div.dxb td.dxb
{    
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
/* Disabled */
.dxbDisabled_Black
{
    background: #a1a1a1 url(edtButtonBackDis.gif) repeat-x top;
    border-color: #a5a5a5;
	color: #ffffff;
	cursor: default;
}
