﻿.dxeLoadingDiv_Webfit
{
	background: White;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: wait;
}
.dxeLoadingPanel_Webfit
{
	font: 9pt Tahoma;
	color: #303030;
}
.dxeLoadingPanel_Webfit td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}

.dxeReadOnly_Webfit 
{
    
}
.dxeBase_Webfit
{
    font-family: Tahoma;
    font-size: 9pt;
}
/* -- ErrorFrame -- */
.dxeErrorCell_Webfit, .dxeErrorCell_Webfit td
{
    font-family: Tahoma;
    font-size: 9pt;
	color: Red;
}
.dxeErrorCell_Webfit
{ 
	padding-left: 4px;
	padding-right:5px;		
}
.dxeErrorFrame_Webfit
{
	padding-right: 3px;
}
.dxeEditArea_Webfit 
{
	font-family: Tahoma;
	font-size: 9pt;
	border: 1px solid #A0A0A0;
}
/* -- Buttons -- */
.dxeButtonEditButton_Webfit, .dxeCalendarButton_Webfit,
.dxeSpinIncButton_Webfit, .dxeSpinDecButton_Webfit,
.dxeSpinLargeIncButton_Webfit, .dxeSpinLargeDecButton_Webfit
{	
	vertical-align: middle;
	border: solid 1px #7f7f7f;
	cursor: pointer;
	cursor: hand;
} 
.dxeButtonEditButton_Webfit, .dxeCalendarButton_Webfit, .dxeButtonEditButton_Webfit td.dx, .dxeCalendarButton_Webfit td.dx,
.dxeSpinIncButton_Webfit, .dxeSpinDecButton_Webfit, .dxeSpinLargeIncButton_Webfit, .dxeSpinLargeDecButton_Webfit,
.dxeSpinIncButton_Webfit td.dx, .dxeSpinDecButton_Webfit td.dx, .dxeSpinLargeIncButton_Webfit td.dx, .dxeSpinLargeDecButton_Webfit td.dx
{	
    font-family: Tahoma;
    font-size: 11px;        
    font-weight: normal;
	text-align: center;
	white-space: nowrap;
} 
.dxeButtonEditButton_Webfit,
.dxeSpinIncButton_Webfit, .dxeSpinDecButton_Webfit, .dxeSpinLargeIncButton_Webfit, .dxeSpinLargeDecButton_Webfit
{
    padding: 0px 2px 0px 3px;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e6e6e6;
}
.dxeSpinIncButton_Webfit
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinIncBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #F0F0F0;
}
.dxeSpinDecButton_Webfit
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtSpinDecBtnBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
	background-color: #E6E6E6;
}

.dxeButtonEditButton_Webfit table.dxbebt,
.dxeSpinIncButton_Webfit table.dxbebt, .dxeSpinDecButton_Webfit table.dxbebt, 
.dxeSpinLargeIncButton_Webfit table.dxbebt, .dxeSpinLargeDecButton_Webfit table.dxbebt
{
	width: 10px;
}
.dxeCalendarButton_Webfit      
{
	font-size: 9pt;
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #e5e5e5;
	padding: 4px 11px;
	padding-top: 3px;
	width: 32px;
}
.dxeCalendarButton_Webfit td.dx
{
	font-size: 9pt;    
	text-align: center;
	white-space: nowrap;
}
.dxeCalendarButton_Webfit table.dxbebt 
{
	width: 100%;
}

/* -- Pressed -- */
.dxeCalendarButtonPressed_Webfit, .dxeButtonEditButtonPressed_Webfit,
.dxeSpinIncButtonPressed_Webfit, .dxeSpinDecButtonPressed_Webfit, .dxeSpinLargeIncButtonPressed_Webfit, 
.dxeSpinLargeDecButtonPressed_Webfit
{
	background-image: none;
	background-color: #D5D5D5;
	border: Solid 1px #7F7F7F;	
}
/* -- Hover -- */
.dxeCalendarButtonHover_Webfit, .dxeButtonEditButtonHover_Webfit,
.dxeSpinIncButtonHover_Webfit, .dxeSpinDecButtonHover_Webfit, .dxeSpinLargeIncButtonHover_Webfit, .dxeSpinLargeDecButtonHover_Webfit
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtDropDownButtonHoverBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #F2F2F2;
	border: Solid 1px #606060;
}
.dxeCalendarButtonHover_Webfit
{
	background-image: url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtCalendarButtonHBack.gif")%>');
    background-repeat: repeat-x;
    background-position: top;    
}

.dxeButtonEdit_Webfit
{
    background-color: white;
    border: solid 1px #9F9F9F;
    width: 170px;
}
.dxeButtonEdit_Webfit .dxeEditArea_Webfit, .dxeButtonEdit_Webfit td.dxic
{
	width: 100%;
}
.dxeButtonEdit_Webfit td.dxic
{
    padding: 0px 2px 0px 1px;
}
.dxeTextBox_Webfit, .dxeMemo_Webfit
{
    background-color: white;
    border: solid 1px #9f9f9f;
}
.dxeTextBox_Webfit td.dxic
{
	padding: 1px 2px;
}
.dxeTextBox_Webfit td.dxic
{
	width: 100%;
}
.dxeRadioButtonList_Webfit
{
    border: Solid 1px #9F9F9F;
}
.dxeRadioButtonList_Webfit, .dxeRadioButtonList_Webfit table
{
    font-family: Tahoma;
    font-size: 9pt;    
}
.dxeRadioButtonList_Webfit td.dxe
{
    padding: 6px 11px;
    padding-top: 7px;
}

/* -- Memo -- */
.dxeMemo_Webfit
{
	padding-left: 3px;
}
.dxeMemoEditArea_Webfit 
{
	font-family: Tahoma;
	font-size: 9pt;
}
.dxeMemo_Webfit td
{
	width: 100%;
}

/* -- Hyperlink -- */
.dxeHyperlink_Webfit
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #0040c0;        
}
a:hover.dxeHyperlink_Webfit
{
    color: #ff0000;    
}
a:visited.dxeHyperlink_Webfit
{
    color: #0040c0;    
}

/* -- ListBox -- */
.dxeListBox_Webfit
{
	background-color: white;
	border: solid 1px #A0A0A0;
    font-family: Tahoma;
    font-size: 9pt;
    width: 70px;
    height: 109px;
}
.dxeListBox_Webfit div.dxlbd
{
	padding-top: 1px;    
    padding-bottom: 1px;
    height: 107px;
}
.dxeListBoxItem_Webfit
{
	border-left: solid 1px white;    
    border-right: solid 1px white;    
    font-family: Tahoma;
    font-size: 9pt;
    padding: 3px 2px 4px 3px;
    white-space: nowrap;
    text-align: left;
    cursor: default;
    color: Black;
    font-weight: normal;
}

.dxeListBox_Webfit td.dxeI 
{
    padding-right: 0px!important;
    border-right-width: 0px!important;
}
.dxeListBox_Webfit td.dxeT
{
    width: 100%;    
    border-left-width: 0px!important;    
}
.dxeListBoxItemHover_Webfit        /* inherits dxeListBoxItem */
{
    background-color: #cfcfcf;
}
.dxeListBoxItemSelected_Webfit     /* inherits dxeListBoxItem */
{    
    color: White;
    background-color: #8d8d8d;
}

/* -- Calendar -- */
.dxeCalendar_Webfit
{ 
    border: solid 1px #9f9f9f;
    background-color: White;
    color: Black;
    font-weight: normal;
    cursor: default;
}
.dxeCalendar_Webfit td.dxMonthGrid_Webfit 
{
    padding: 8px 20px;    
}
.dxeCalendar_Webfit td.dxMonthGridWithWeekNumbers_Webfit
{
    padding: 5px 20px 8px 8px;    
}
.dxeCalendarDayHeader_Webfit
{
    font-family: Tahoma;
    font-size: 9pt;        
    padding: 2px 4px 5px;
    border-bottom: solid 1px #cfcfcf;
}
.dxeCalendarWeekNumber_Webfit
{    
    font-family: Tahoma;
    font-size: 7pt;    
    text-align: right;    
    padding: 6px 8px 6px 4px;        
    color: #bfbfbf;
}
.dxeCalendarDay_Webfit
{    
    font-family: Tahoma;
    font-size: 9pt;
    padding: 4px 6px;
    text-align: center;    
}
.dxeCalendarWeekend_Webfit        /* inherits dxeCalendarDay */
{
    color: #c00000;
}
.dxeCalendarOtherMonth_Webfit     /* inherits dxeCalendarDay */
{
    color: #888;
}
.dxeCalendarOutOfRange_Webfit     /* inherits dxeCalendarDay */
{
    color: #d0d0d0;    
}
.dxeCalendarSelected_Webfit       /* inherits dxeCalendarDay */
{
    color: White;
    background-color: #8d8d8d;
}
.dxeCalendarToday_Webfit         /* inherits dxeCalendarDay */
{
    padding: 3px 3px 2px;
    border: solid 1px #c00000;    
}
.dxeCalendarHeader_Webfit
{
    background-color: #dcdcdc;
    border: solid 1px #c9c9c9;    
    border-width: 1px 0;
    padding: 4px 7px;
}
.dxeCalendarHeader_Webfit td.dxe
{
    font-family: Tahoma;
    font-size: 9pt;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFooter_Webfit 
{
    background-color: #ededed;
    padding: 8px 0px;    
    border-top: solid 1px #d6d6d6;
}
.dxeCalendarFastNav_Webfit
{
    color: Black;
    background: White;
    border: solid 1px #9f9f9f;
    border-bottom: 0px;
    padding: 12px 8px;
}
.dxeCalendarFastNavMonthArea_Webfit
{
    padding: 0px 9px;
}
.dxeCalendarFastNavYearArea_Webfit
{    
}
.dxeCalendarFastNavFooter_Webfit
{
    color: Black;
    background-color: #ededed;
    padding: 8px 0px;   
    border: solid 1px #9f9f9f;
    border-top: solid 1px #d6d6d6;
}
.dxeCalendarFastNavMonth_Webfit, .dxeCalendarFastNavYear_Webfit
{
    font: normal 9pt Tahoma;
    color: Black;
    padding: 3px 5px;
    text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dxeCalendarFastNavMonth_Webfit
{
	padding: 6px;
}
.dxeCalendarFastNavMonthSelected_Webfit, .dxeCalendarFastNavYearSelected_Webfit
{
    color: White;
    background: #8d8d8d;    
}
.dxeCalendarFastNavMonthHover_Webfit, .dxeCalendarFastNavYearHover_Webfit
{        
    color: Black;
    background: #e5e5e5;
    padding: 2px 4px;
    border: solid 1px #d6d6d6;
}
.dxeCalendarFastNavMonthHover_Webfit
{
	padding: 5px;
}
/* Disabled */
.dxeDisabled_Webfit, .dxeDisabled_Webfit td.dxe
{
	color: #acacac;
	cursor: default;
}
a.dxeDisabled_Webfit:hover
{
    color: #acacac;
}
.dxeButtonDisabled_Webfit, .dxeButtonDisabled_Webfit td.dxe
{
	border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
/* -- Button -- */
.dxbButton_Webfit
{	
  	color: #000000;    
  	font-weight:normal;
	font-size: 9pt;
	font-family: Tahoma;				    
	vertical-align: middle;	 		
	border: solid 1px #7F7F7F;	
	background: #E0DFDF url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonBack.gif")%>') top;
    background-repeat:repeat-x;
    padding: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}
.dxbButtonHover_Webfit 
{
  	color: #000000;        
	background: #F2F2F2 url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonHoverBack.gif")%>') top;
    background-repeat: repeat-x;
	border: solid 1px #606060;
}
.dxbButtonChecked_Webfit 
{
    color: #FFFFFF;
	background-image: none;
	background-color: #8D8D8D;
}
.dxbButtonPressed_Webfit 
{
  	color: #000000;        
	background-image: none;
	background-color: #D5D5D5;
}
.dxbButton_Webfit div.dxb
{    
    padding: 3px 8px 4px 8px;
	border: 0px;
}
.dxbButton_Webfit div.dxbf
{     
    padding: 2px 7px 3px 7px;
	border: dotted 1px black;		
}
.dxbButton_Webfit div.dxb table
{    
  	color: #000000;    
	font-size: 9pt;
	font-family: Tahoma;				    
}
.dxbButton_Webfit div.dxb td.dxb
{    
    background-color: transparent!important;
    background-image: url('')!important;
    border-width: 0px!important;
    padding: 0px!important;
}
/* Disabled */
.dxbDisabled_Webfit
{
    border-color: #c3c3c3;
	color: #808080;
	cursor: default;
}
