﻿.dxeLoadingDiv_Public
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_Public
{
	font: 9pt Tahoma;
	color: #303030;
}
.dxeLoadingPanel_Public td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxbControl_Public
{
	font: 9pt Tahoma;
	background-color: #C0C0C0;
	cursor: pointer;
}
.dxeBase_Public
{
    font-family: Tahoma;
    font-size: 9pt;    
}
/* -- ErrorFrame -- */
.dxeErrorCell_Public, .dxeErrorCell_Public td
{
    font-family: Tahoma;
	font-size: 9pt;
	color: red;
}
.dxeErrorCell_Public
{
	color: #a91123;
	padding-left: 4px;	
}
.dxeErrorFrame_Public
{
}
.dxeEditArea_Public
{
	font-family: Tahoma;
	font-size: 9pt;
	border: 1px solid #A0A0A0;
}
/* -- Buttons -- */
.dxeButtonEdit_Public 
{
	background-color: white;
	width: 170px;
}
.dxeButtonEdit_Public .dxeEditArea_Public, .dxeButtonEdit_Public td.dxic
{
	width: 100%;
}

.dxeButtonEditButton_Public, .dxeCalendarButton_Public,
.dxeSpinIncButton_Public, .dxeSpinDecButton_Public,
.dxeSpinLargeIncButton_Public, .dxeSpinLargeDecButton_Public
{	
	background-color: #f0f0f0;	
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_Public, .dxeCalendarButton_Public, 
.dxeButtonEditButton_Public td.dx, .dxeCalendarButton_Public td.dx,
.dxeSpinIncButton_Public, .dxeSpinDecButton_Public,
.dxeSpinLargeIncButton_Public, .dxeSpinLargeDecButton_Public,
.dxeSpinIncButton_Public td.dx, .dxeSpinDecButton_Public td.dx,
.dxeSpinLargeIncButton_Public td.dx, .dxeSpinLargeDecButton_Public td.dx
{	
    font-family: Tahoma;
    font-size: 9pt;  
    font-weight: normal;
	text-align: center;
} 
.dxeButtonEditButton_Public
{
	background-image: url('edtButtonBack_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
	border: solid 1px Black;    
	background-color: #303030;	
	padding: 4px 1px;
}
.dxeSpinIncButton_Public, .dxeSpinDecButton_Public,
.dxeSpinLargeIncButton_Public, .dxeSpinLargeDecButton_Public
{
	padding: 0px;
}
.dxeSpinIncButton_Public, .dxeSpinDecButton_Public
{
    border-style: none;
}

.dxeButtonEditButton_Public table.dxbebt 
{
	width: 12px;
}
.dxeSpinLargeIncButton_Public
{
    padding-left: 1px;
}

.dxeSpinIncButton_Public
{
	background: url('edtSpinIncBtnBack.gif') no-repeat top left #363636;
	border-bottom: Solid 1px #FFFFFF;
}
.dxeSpinDecButton_Public
{
	background: url('edtSpinDecBtnBack.gif') no-repeat top left #959595;   
    border-bottom-style: none;
}
.dxeSpinLargeIncButton_Public, .dxeSpinLargeDecButton_Public
{
   	background: url('edtSpinLargeIncBtnBack.gif') repeat-x top left #959595;
   	border: Soid 1px #000000;
}

.dxeCalendarButton_Public
{
	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_Public table.dxbebt
{
	color: White;
    width: 30px;
}
/* SpinButtons */
.dxeSpinIncButton_Public table.dxbebt, .dxeSpinDecButton_Public table.dxbebt
{
	width: 15px;
}
.dxeSpinLargeDecButton_Public table.dxbebt
{
	width: 14px;
}
.dxeSpinLargeIncButton_Public table.dxbebt
{
	width: 13px;    
}

.dxeCalendarButton_Public td.dx
{
	text-align: center;
	white-space: nowrap;
}

/* -- Hover -- */
.dxeButtonHover_Public         /* inherits dxeButton */
{
	background-color: #E6E3D6;
}
.dxeCalendarButtonHover_Public
{
	background-image: url('edtCalendarFootBtnH.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black; 
  	background-color: #82b3ce;   
}
.dxeButtonEditButtonHover_Public
{
	background-image: url('edtButtonBackH_16.gif');	
    background-repeat:repeat-x;
    background-position:top;	    
    border: Solid 1px Black;    
	background-color: #86bad6;    
}
/* SpinButtons */
.dxeSpinIncButtonHover_Public, .dxeSpinDecButtonHover_Public
{
    border-style: none;    
}
.dxeSpinLargeIncButtonHover_Public, .dxeSpinLargeDecButtonHover_Public
{
    border: Solid 1px #000000;    	
}

.dxeSpinIncButtonHover_Public
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonHover_Public
{
	background: url('edtSpinIncBtnHBack.gif') no-repeat top left #536b78;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonHover_Public
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}
.dxeSpinLargeDecButtonHover_Public
{
	background: url('edtSpinLargeIncBtnHBack.gif') repeat-x top left #86bad6;
}

/* -- Pressed -- */
.dxeButtonPressed_Public       /* inherits dxeButton */
{    
	background-color: #D4D1C3;
}
.dxeCalendarButtonPressed_Public
{
	background-image: url('edtCalendarFootBtnP.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;
  	background-color: #cbcbcb;
}
.dxeButtonEditButtonPressed_Public
{
	background-image: url('edtButtonBackC_16.gif');	
    background-repeat:repeat-x;
    background-position:top;
    border: Solid 1px Black;    
	background-color: #bdbdbd;        
}
/* SpinButtons */
.dxeSpinIncButtonPressed_Public, .dxeSpinDecButtonPressed_Public
{
    border-style: none;    
}
.dxeSpinIncButtonPressed_Public
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #363636;
    border-bottom: Solid 1px #FFFFFF;    
}
.dxeSpinDecButtonPressed_Public
{
	background: url('edtSpinIncBtnPBack.gif') no-repeat top left #959595;
    border-bottom-style: none;
}
.dxeSpinLargeIncButtonPressed_Public
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}
.dxeSpinLargeDecButtonPressed_Public
{
	background: url('edtSpinLargeIncBtnPBack.gif') repeat-x top left #b7b7b7;
}

.dxeButtonEdit_Public
{
    border: solid 1px #9F9F9F;
}
.dxeButtonEdit_Public td.dxic
{
	padding: 0px 2px 0px 1px;
}
.dxeTextBox_Public, .dxeMemo_Public
{
	background-color: white;
    /*border: Solid 1px #9F9F9F;*/
    border: Solid 1px #b3b4ae;
    color: #454444;
}
.dxeTextBox_Public td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_Public td.dxic
{
	width: 100%;
}
.dxeRadioButtonList_Public, .dxeRadioButtonList_Public table {
    font-family: Tahoma;
    font-size: 9pt;    
}
.dxeRadioButtonList_Public {
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_Public td.dxe {
    padding: 6px 11px;
}

/* -- Memo -- */
.dxeMemo_Public
{
    padding-left: 3px;
}
.dxeMemoEditArea_Public
{
	font-family: Tahoma;
	font-size: 9pt;
}
.dxeMemo_Public td
{
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_Public
{
    font-family: Tahoma;
    font-size: 9pt; 
	font-weight: normal;
    color: #3e6b96;    
}
a.dxeHyperlink_Public
{
    color: #3e6b96;
}
a:hover.dxeHyperlink_Public
{
    color: #FF9600;
}
a:visited.dxeHyperlink_Public
{
	color: #800080;
}

/* -- ListBox -- */
.dxeListBox_Public
{
    background-color: white;
    border: solid 1px #A0A0A0;
    font-family: Tahoma;
    font-size: 9pt;
    height: 107px;
    width: 70px;
}

.dxeListBox_Public div.dxlbd 
{
	height: 107px;
}

.dxeListBoxItem_Public
{    
    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_Public        /* inherits dxeListBoxItem */
{
    background-color: #C1CED9;
}
.dxeListBoxItemSelected_Public     /* inherits dxeListBoxItem */
{    
    background-color: #93A7BA;
    color: White;
}
.dxeListBox_Public td.dxeI 
{
    padding-right: 0px!important;
    border-right-width: 0px!important;
}
.dxeListBox_Public td.dxeT
{
    width: 100%;    
    border-left-width: 0px!important;    
}

/* -- Calendar -- */
.dxeCalendar_Public
{
	color: black;
    border: solid 1px #A0A0A0;
	background-color: White;    
	font-weight: normal;
}
.dxeCalendar_Public td.dxMonthGrid, .dxeCalendar_Public td.dxMonthGridWithWeekNumbers
{
    padding: 8px 20px 8px 8px;
    cursor: default;
}
.dxeCalendar_Public td.dxMonthGrid
{
    padding-left: 20px;
}
.dxeCalendarDayHeader_Public
{
    font-family: Tahoma;
    font-size: 9pt;
    padding: 4px;
    color: Black;
    border-bottom: solid 1px #cfcfcf;
}
.dxeCalendarWeekNumber_Public
{    
    font-family: Tahoma;
    font-size: 8pt;    
    text-align: right;
    color: #86b4d8;    	
    padding: 6px 8px 2px 4px;    
}
.dxeCalendarDay_Public
{    
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px;
    color:Black;
	background-color: White;
    text-align: center;
}
.dxeCalendarWeekend_Public       	/* inherits dxeCalendarDay */
{
    color: #fe3c00;
}
.dxeCalendarOtherMonth_Public    	 /* inherits dxeCalendarDay */
{
    color: #acacac;
}
.dxeCalendarOutOfRange_Public        /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarSelected_Public       	/* inherits dxeCalendarDay */
{
    background-color: #93a7ba;
    color: white;
}
.dxeCalendarToday_Public       	        /* inherits dxeCalendarDay */
{
    border: solid 1px #ff5c20;
    padding: 2px;
}
.dxeCalendarHeader_Public
{
    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_Public td.dxe
{
    font-family: Tahoma;
    font-size: 9pt;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFooter_Public
{
    background-color: #e4edef;
    padding: 6px 0px;
    border-top: solid 1px #a0a0a0;
}
.dxeCalendarFastNav_Public
{
    background: white;
    border: solid 1px #a0a0a0;
    border-bottom: 0px;
    padding: 8px;
}
.dxeCalendarFastNavFooter_Public
{
    background: #e4edef;
    padding: 6px 0px;
    border: solid 1px #a0a0a0;    
}
.dxeCalendarFastNavMonth_Public, .dxeCalendarFastNavYear_Public
{
    font: 9pt Tahoma;
    color: Black;
    padding: 4px 6px;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFastNavMonthSelected_Public, .dxeCalendarFastNavYearSelected_Public
{
    background: #93a7ba;
}
.dxeCalendarFastNavMonthHover_Public, .dxeCalendarFastNavYearHover_Public
{        
    background: #c1ced9;
}
/* Disabled */
.dxeDisabled_Public, .dxeDisabled_Public td.dxe
{
	color: #bebebe;
	cursor: default;
}
a.dxeDisabled_Public, a.dxeDisabled_Public:hover
{
    color: #9f9f9f;
}
.dxeButtonDisabled_Public, .dxeButtonDisabled_Public td.dxe
{
	color: #808080;
	background: #b6b6b6 url('edtButtonBackDis_16.gif') repeat-x top left;
	border-color: #a5a5a5;
	cursor: default;
}
/* -- Button -- */
.dxbButton_Public
{	
    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_Public 
{
  	color: #FFFFFF;   
	background: #759DB3 url('edtButtonHoverBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButtonChecked_Public 
{
    color: #FFFFFF;
	background: #3D677F url('edtButtonCheckedBack.gif') top;
    background-repeat: repeat-x;	
}
.dxbButtonPressed_Public 
{
  	color: #FFFFFF;        
	background: #AEAEAE url('edtButtonPressedBack.gif') top;
    background-repeat: repeat-x;
}
.dxbButton_Public div.dxb
{    
    padding: 2px 12px 3px 12px;
	border: 0px;
}
.dxbButton_Public div.dxbf
{     
    padding: 1px 11px 2px 11px;
	border: dotted 1px #C2E4F6;		
}
.dxbButton_Public div.dxb table
{    
    color: #FFFFFF;   
    font-size: 9pt;
    font-family: Tahoma;				    
	font-weight:normal;
}
.dxbButton_Public div.dxb td.dxb
{    
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
/* Disabled */
.dxbDisabled_Public
{
    background: #a1a1a1 url(edtButtonBackDis.gif) repeat-x top;
    border-color: #a5a5a5;
	color: #ffffff;
	cursor: default;
}
