﻿.dxeLoadingDiv_Presentation
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_Presentation
{
	font: 9pt Tahoma;
	color: #303030;
}
.dxeLoadingPanel_Presentation td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxbControl_Presentation
{
	font: 9pt Tahoma;
	background-color: #C0C0C0;
	cursor: pointer;
}
.dxeBase_Presentation
{
    font-family: Tahoma;
    font-size: 9pt;    
}
/* -- ErrorFrame -- */
.dxeErrorCell_Presentation, .dxeErrorCell_Presentation td
{
    font-family: Tahoma;
	font-size: 9pt;
	color: red;
}
.dxeErrorCell_Presentation
{
	color: #a91123;
	padding-left: 4px;	
}
.dxeErrorFrame_Presentation
{
}
.dxeEditArea_Presentation
{
	font-family: Tahoma;
	font-size: 9pt;
	border: 1px solid #A0A0A0;
}
/* -- Buttons -- */
.dxeButtonEdit_Presentation 
{
	background-color: white;
	width: 170px;
}
.dxeButtonEdit_Presentation .dxeEditArea_Presentation, .dxeButtonEdit_Presentation td.dxic
{
	width: 100%;
}

.dxeButtonEditButton_Presentation, .dxeCalendarButton_Presentation,
.dxeSpinIncButton_Presentation, .dxeSpinDecButton_Presentation,
.dxeSpinLargeIncButton_Presentation, .dxeSpinLargeDecButton_Presentation
{	
	background-color: #f0f0f0;	
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_Presentation, .dxeCalendarButton_Presentation, 
.dxeButtonEditButton_Presentation td.dx, .dxeCalendarButton_Presentation td.dx,
.dxeSpinIncButton_Presentation, .dxeSpinDecButton_Presentation,
.dxeSpinLargeIncButton_Presentation, .dxeSpinLargeDecButton_Presentation,
.dxeSpinIncButton_Presentation td.dx, .dxeSpinDecButton_Presentation td.dx,
.dxeSpinLargeIncButton_Presentation td.dx, .dxeSpinLargeDecButton_Presentation td.dx
{	
    font-family: Tahoma;
    font-size: 9pt;  
    font-weight: normal;
	text-align: center;
} 
.dxeButtonEditButton_Presentation
{
	background-image: url('edtButtonBack_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
	border: solid 1px Black;    
	background-color: #303030;	
	padding: 4px 1px;
}
.dxeSpinIncButton_Presentation, .dxeSpinDecButton_Presentation,
.dxeSpinLargeIncButton_Presentation, .dxeSpinLargeDecButton_Presentation
{
	padding: 0px;
}
.dxeSpinIncButton_Presentation, .dxeSpinDecButton_Presentation
{
    border-style: none;
}

.dxeButtonEditButton_Presentation table.dxbebt 
{
	width: 12px;
}
.dxeSpinLargeIncButton_Presentation
{
    padding-left: 1px;
}

.dxeSpinIncButton_Presentation
{
	background: url('edtSpinIncBtnBack.gif') no-repeat top left #363636;
	border-bottom: Solid 1px #FFFFFF;
}
.dxeSpinDecButton_Presentation
{
	background: url('edtSpinDecBtnBack.gif') no-repeat top left #959595;   
    border-bottom-style: none;
}
.dxeSpinLargeIncButton_Presentation, .dxeSpinLargeDecButton_Presentation
{
   	background: url('edtSpinLargeIncBtnBack.gif') repeat-x top left #959595;
   	border: Soid 1px #000000;
}

.dxeCalendarButton_Presentation
{
	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_Presentation table.dxbebt
{
	color: White;
    width: 30px;
}
/* SpinButtons */
.dxeSpinIncButton_Presentation table.dxbebt, .dxeSpinDecButton_Presentation table.dxbebt
{
	width: 15px;
}
.dxeSpinLargeDecButton_Presentation table.dxbebt
{
	width: 14px;
}
.dxeSpinLargeIncButton_Presentation table.dxbebt
{
	width: 13px;    
}

.dxeCalendarButton_Presentation td.dx
{
	text-align: center;
	white-space: nowrap;
}

/* -- Hover -- */
.dxeButtonHover_Presentation         /* inherits dxeButton */
{
	background-color: #E6E3D6;
}
.dxeCalendarButtonHover_Presentation
{
	background-image: url('edtCalendarFootBtnH.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black; 
  	background-color: #82b3ce;   
}
.dxeButtonEditButtonHover_Presentation
{
	background-image: url('edtButtonBackH_16.gif');	
    background-repeat:repeat-x;
    background-position:top;	    
    border: Solid 1px Black;    
	background-color: #86bad6;    
}
/* SpinButtons */
.dxeSpinIncButtonHover_Presentation, .dxeSpinDecButtonHover_Presentation
{
    border-style: none;    
}
.dxeSpinLargeIncButtonHover_Presentation, .dxeSpinLargeDecButtonHover_Presentation
{
    border: Solid 1px #000000;    	
}

.dxeSpinIncButtonHover_Presentation
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonHover_Presentation
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonHover_Presentation
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}
.dxeSpinLargeDecButtonHover_Presentation
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}

/* -- Pressed -- */
.dxeButtonPressed_Presentation       /* inherits dxeButton */
{    
	background-color: #D4D1C3;
}
.dxeCalendarButtonPressed_Presentation
{
	background-image: url('edtCalendarFootBtnP.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;
  	background-color: #cbcbcb;
}
.dxeButtonEditButtonPressed_Presentation
{
	background-image: url('edtButtonBackC_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;    
	background-color: #bdbdbd;        
}
/* SpinButtons */
.dxeSpinIncButtonPressed_Presentation, .dxeSpinDecButtonPressed_Presentation
{
    border-style: none;    
}
.dxeSpinIncButtonPressed_Presentation
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #363636;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonPressed_Presentation
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #959595;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonPressed_Presentation
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}
.dxeSpinLargeDecButtonPressed_Presentation
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}

.dxeButtonEdit_Presentation
{
    border: solid 1px #9F9F9F;
}
.dxeButtonEdit_Presentation td.dxic
{
	padding: 0px 2px 0px 1px;
}
.dxeTextBox_Presentation, .dxeMemo_Presentation
{
	background-color: white;
    /*border: Solid 1px #9F9F9F;*/
    border: Solid 1px #b3b4ae;
    color: #454444;
}
.dxeTextBox_Presentation td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_Presentation td.dxic
{
	width: 100%;
}
.dxeRadioButtonList_Presentation, .dxeRadioButtonList_Presentation table {
    font-family: Tahoma;
    font-size: 9pt;    
}
.dxeRadioButtonList_Presentation {
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_Presentation td.dxe {
    padding: 6px 11px;
}

/* -- Memo -- */
.dxeMemo_Presentation
{
    padding-left: 3px;
}
.dxeMemoEditArea_Presentation
{
	font-family: Tahoma;
	font-size: 9pt;
}
.dxeMemo_Presentation td
{
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_Presentation
{
    font-family: Tahoma;
    font-size: 9pt; 
	font-weight: normal;
    color: #3e6b96;    
}
a.dxeHyperlink_Presentation
{
    color: #3e6b96;
}
a:hover.dxeHyperlink_Presentation
{
    color: #FF9600;
}
a:visited.dxeHyperlink_Presentation
{
	color: #800080;
}

/* -- Hyperlink orange-- */
.dxeHyperlink_Presentation_Orange
{
    font-family: Tahoma;
    font-size: 8pt; 
	font-weight: bold;
	text-decoration: none;
    color: #595959;   
}
a.dxeHyperlink_Presentation_Orange
{
    color: #595959;
}
a:hover.dxeHyperlink_Presentation_Orange
{
	text-decoration: underline;
    color: #595959;
}
a:visited.dxeHyperlink_Presentation_Orange
{
	color: #595959;
}

/* -- ListBox -- */
.dxeListBox_Presentation
{
    background-color: white;
    border: solid 1px #A0A0A0;
    font-family: Tahoma;
    font-size: 9pt;
    height: 107px;
    width: 70px;
}

.dxeListBox_Presentation div.dxlbd 
{
	height: 107px;
}

.dxeListBoxItem_Presentation
{    
    border: solid 1px white;
    font-family: Tahoma;
    font-size: 9pt;        
    padding: 2px 2px 3px 3px;
    white-space: nowrap;
    text-align: left;
    cursor: default;
    color: Black;    
    font-weight: normal    
}
.dxeListBoxItemHover_Presentation        /* inherits dxeListBoxItem */
{
    background-color: #C1CED9;
}
.dxeListBoxItemSelected_Presentation     /* inherits dxeListBoxItem */
{    
    background-color: #93A7BA;
    color: White;
}
.dxeListBox_Presentation td.dxeI 
{
    padding-right: 0px!important;
    border-right-width: 0px!important;
}
.dxeListBox_Presentation td.dxeT
{
    width: 100%;    
    border-left-width: 0px!important;    
}

/* -- Calendar -- */
.dxeCalendar_Presentation
{
	color: black;
    border: solid 1px #A0A0A0;
	background-color: White;    
	font-weight: normal;
}
.dxeCalendar_Presentation td.dxMonthGrid, .dxeCalendar_Presentation td.dxMonthGridWithWeekNumbers
{
    padding: 8px 20px 8px 8px;
    cursor: default;
}
.dxeCalendar_Presentation td.dxMonthGrid
{
    padding-left: 20px;
}
.dxeCalendarDayHeader_Presentation
{
    font-family: Tahoma;
    font-size: 9pt;
    padding: 4px;
    color: Black;
    border-bottom: solid 1px #cfcfcf;
}
.dxeCalendarWeekNumber_Presentation
{    
    font-family: Tahoma;
    font-size: 8pt;    
    text-align: right;
    color: #86b4d8;    	
    padding: 6px 8px 2px 4px;    
}
.dxeCalendarDay_Presentation
{    
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px;
    color:Black;
	background-color: White;
    text-align: center;
}
.dxeCalendarWeekend_Presentation       	/* inherits dxeCalendarDay */
{
    color: #fe3c00;
}
.dxeCalendarOtherMonth_Presentation    	 /* inherits dxeCalendarDay */
{
    color: #acacac;
}
.dxeCalendarOutOfRange_Presentation        /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarSelected_Presentation       	/* inherits dxeCalendarDay */
{
    background-color: #93a7ba;
    color: white;
}
.dxeCalendarToday_Presentation       	        /* inherits dxeCalendarDay */
{
    border: solid 1px #ff5c20;
    padding: 2px;
}
.dxeCalendarHeader_Presentation
{
    font-family: Tahoma;
    font-size: 9pt;        
    background-color: #c5d6df;
    border: solid 1px #a0a0a0;
	border-width: 1px 0;
    text-align: center;
    padding: 1px;
	height: 18px;
}
.dxeCalendarHeader_Presentation td.dxe
{
    font-family: Tahoma;
    font-size: 9pt;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFooter_Presentation
{
    background-color: #e4edef;
    padding: 6px 0px;
    border-top: solid 1px #a0a0a0;
}
.dxeCalendarFastNav_Presentation
{
    background: white;
    border: solid 1px #a0a0a0;
    border-bottom: 0px;
    padding: 8px;
}
.dxeCalendarFastNavFooter_Presentation
{
    background: #e4edef;
    padding: 6px 0px;
    border: solid 1px #a0a0a0;    
}
.dxeCalendarFastNavMonth_Presentation, .dxeCalendarFastNavYear_Presentation
{
    font: 9pt Tahoma;
    color: Black;
    padding: 4px 6px;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFastNavMonthSelected_Presentation, .dxeCalendarFastNavYearSelected_Presentation
{
    background: #93a7ba;
}
.dxeCalendarFastNavMonthHover_Presentation, .dxeCalendarFastNavYearHover_Presentation
{        
    background: #c1ced9;
}
/* Disabled */
.dxeDisabled_Presentation, .dxeDisabled_Presentation td.dxe
{
	color: #bebebe;
	cursor: default;
}
a.dxeDisabled_Presentation, a.dxeDisabled_Presentation:hover
{
    color: #9f9f9f;
}
.dxeButtonDisabled_Presentation, .dxeButtonDisabled_Presentation td.dxe
{
	color: #808080;
	background: #b6b6b6 url('edtButtonBackDis_16.gif') repeat-x top left;
	border-color: #a5a5a5;
	cursor: default;
}
/* -- Button -- */
.dxbButton_Presentation
{	
    color: #FFFFFF;   
    font-size: 9pt;
    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_Presentation 
{
  	color: #FFFFFF;   
	background: #759DB3 url('edtButtonHoverBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButtonChecked_Presentation 
{
    color: #FFFFFF;
	background: #3D677F url('edtButtonCheckedBack.gif') top;
    background-repeat: repeat-x;	
}
.dxbButtonPressed_Presentation 
{
  	color: #FFFFFF;        
	background: #AEAEAE url('edtButtonPressedBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButton_Presentation div.dxb
{    
    padding: 2px 12px 3px 12px;
	border: 0px;
}
.dxbButton_Presentation div.dxbf
{     
    padding: 1px 11px 2px 11px;
	border: dotted 1px #C2E4F6;		
}
.dxbButton_Presentation div.dxb table
{    
    color: #FFFFFF;   
    font-size: 9pt;
    font-family: Tahoma;				    
	font-weight:normal;
}
.dxbButton_Presentation div.dxb td.dxb
{    
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
/* Disabled */
.dxbDisabled_Presentation
{
    background: #a1a1a1 url(edtButtonBackDis.gif) repeat-x top;
    border-color: #a5a5a5;
	color: #ffffff;
	cursor: default;
}
