.dxscNSR /* North-south resize adorner */
{    
	position: absolute;
	cursor: n-resize;
	height: 4px;
	background-color:White;
}
.dxscEWR /* East-west resize adorner */
{
	position: absolute;	
	cursor: e-resize;
	width: 4px;
	background-color:White;
}
.dxscSel /* Selection div*/
{
	position: absolute;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: Highlight;
}
.dxscAptSelDiv /* Selected appointment adorner div */
{
	position: absolute;
	display:none;
	padding: 0px;
	margin: 0px;	
	border: solid 2px Black;	
    -moz-box-sizing: content-box; 
    box-sizing: content-box;

}
.dxscDayScrollContainer /* Body cells scroll container div */
{
	position: relative;
	overflow: auto; /* Make scrolling work in Opera */
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.dxscDayScrollContent /* Body cells scroll content div */
{
	position: relative;
	width: 100%;
}

.dxscDayScrollContentIE /* Body cells scroll content div */
{
	position: relative;
	width: expression(offsetParent.clientWidth);
}

.dxscDayScrollBodyTable /* Body cells table inside scroll content */
{
	width: 100%;
	table-layout: fixed;
}
.dxscDayADAContainer /* AllDay area scroll container */
{
	position: absolute;
	overflow: hidden;
}
.dxscDayADAScrollContainer /* AllDay area scroll container */
{
	position: absolute;
	overflow: auto; /* Make scrolling work in Opera */
	overflow-x: hidden;
	overflow-y: scroll;
}
.dxscDayHdrsTbl
{
	width: 100%;
	table-layout: fixed;
}
.dxscDayHdrsContainer
{
	position: relative;
}
.dxscRendererTable
{
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-width: 0px;
	table-layout: fixed;
}
.dxscRangeControl .dxscRCEndByDateCell {
    width: 120px;
}
.dxscApt 
{
	display: none;
	position: absolute;
	overflow: hidden;		
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.dxscMoreButton
{    
	cursor: pointer;    
	position : absolute;
	white-space : nowrap;
	overflow: hidden;
}
.dxscViewNavigatorGotoTodayButton span.dx-vam,
.dxscVSHorz .dxbButtonSys span.dx-vam,
.dxscVSVert .dxbButtonSys span.dx-vam
{    
    vertical-align: baseline;
}
/* Appointment Form */
.dxscAppointmentForm .dxscSingleCell {
    width: 50%;
}
.dxscAppointmentForm .dxscDoubleCell {
    width: 100%;
}
.dxscAppointmentForm table.dxscLabelControlPair {
    width: 100%;
    height: 100%;
}
.dxscAppointmentForm table.dxscLabelControlPair .dxscLabelCell {
    width: 100px;
    height: 100%;
}
.dxscLabelCell {
	white-space: nowrap;	
}
.dxscAppointmentForm .dxscLabelControlPair .dxscControlCell {
    height: 100%;
}
.dxscAppointmentForm .dxscSingleCell, .dxscAppointmentForm .dxscDoubleCell {
    height: 26px;
}

.dxscSmartTagIndex 
{
	z-index:5;
}

.dxscSIImageCell 
{
	width: 54px;
	text-align: left;
}
.dxscSISubjectCell
{
	font-size: 11px;
}
.dxscSIDetailInfoLink
{		
	color: #853a3a;
	text-decoration: underline;
}
.dxscSIDetail
{
	font-size: 11px;
	padding-left: 54px;
}
.dxscRndTTR 
{
    font-size: 0;
    line-height: 0;    
}
.dxscCellWithPadding
{
    padding: 1px;
}
table.dxscBorderSpacing, table.dxscButtonTable, .dxsc-dialogButtonsContainer > .dxsc-dialogControlsWrapper
{
    border-collapse: separate;
    border-spacing: 2px;
}
.dxsc-dialogButtonsContainer > .dxsc-dialogControlsWrapper {
    margin: 0 auto;
}
.dxsc-editForm.dxsc-dialog 
{
    width: 700px !important;
}
.dxsc-unselectablePopup 
{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.dxsc-dialogButtonsContainer .dxbButtonSys {
    margin: 0 4px;
}
.dxsc-editForm .dxsc-tableMargin > table {
    margin-left: 10px;
}
.dxsc-recurrentChildGroupItem > table, .dxsc-recurrentChildGroupItem > span{
    display: inline-block;
}
.dxsc-recurrentChildGroupItem > table:not(:first-child) {
    margin-left: 8px;
}
.dxsc-dialogPreparing > div:first-child,
.dxsc-dialogPreparing > .dxsc-dialogLoadingPanel {
    display: table !important;
    margin: 0 auto;
    position: relative !important;
}
.dxsc-dialogPreparing > .dxsc-dialogWrapperPanel {
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
}
.dxsc-inplaceEditor .dxpc-contentWrapper .dxsc-inplaceEditorContent{
    padding: 2px;
}
.dxsc-inplaceEditorContent .dx-p2 > div {
    padding-left: 2px;
}
.dxsc-editdialog-ocurrenceGroup {
    min-width: 700px;
}
.dxsc-Confirmdialog-contentGroup {
    min-width: 300px;
}
.dxsc-appointment-manipulator {
    background-color: #F2FAFB;
    height: 14px;
    width: 14px;
    border: 1px double black;
    border-radius: 4px;
    position: absolute;
}
.dxsc-appointment-manipulator > .manipulatorHelper{
    background-color: transparent;
    height: 22px;
    width: 22px;
    left: -6px;
    top: -6px;
    position:relative;
}
.dxscControl_MetropolisBlue
{
    background: #c0c0c0;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxscLoadingPanel_MetropolisBlue
{
	border: 1px solid #C3C3C3;
	background-color: white;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #333333;
}
.dxscLoadingPanel_MetropolisBlue td.dx
{
	font-size: 1.17em;
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxscLoadingPanel_MetropolisBlue .dxlp-loadingImage
{
	background-image: url('/DXR.axd?r=0_1822-zCDVf');
	height: 32px;
	width: 32px;
}

/* Headers */
.dxscDateHeader_MetropolisBlue, 
.dxscAlternateDateHeader_MetropolisBlue,
.dxscDayHeader_MetropolisBlue,
.dxscDateCellHeader_MetropolisBlue,
.dxscTodayCellHeader_MetropolisBlue,
.dxscTimelineDateHeader_MetropolisBlue,
.dxscHorizontalResourceHeader_MetropolisBlue,
.dxscVerticalResourceHeader_MetropolisBlue
{    
    background: white;
    border: solid 1px #c0c0c0;
    border-width: 0 1px 1px 0;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
}

.dxscAlternateTimelineDateHeader_MetropolisBlue,
.dxscAlternateDateHeader_MetropolisBlue
{
    background: #ffd554;
}
.dxscDayHeader_MetropolisBlue
{
    border-width: 1px 1px 0 0;
}
.dxscDateCellHeader_MetropolisBlue
{
    border-width: 1px;
}
.dxscTodayCellHeader_MetropolisBlue
{    
    border-top-width: 1px;
    background: #ffd554;
}
.dxscTimelineDateHeader_MetropolisBlue
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader_MetropolisBlue
{
    border-width: 1px 1px 1px 0;
    background: white;
}
.dxscVerticalResourceHeader_MetropolisBlue
{
    border-width: 1px 1px 0 0;
    background: white;
    white-space: normal;
}
.dxscSelectionBar_MetropolisBlue 
{	
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 30px;
}

/* Corners */
.dxscLeftTopCorner_MetropolisBlue, 
.dxscRightTopCorner_MetropolisBlue
{
    background: white;
    width: 1px;
    border-style: solid;
    border-color: #c0c0c0;	
    border-width: 0 0 1px;
}
.dxscLeftTopCorner_MetropolisBlue
{    
    border-width: 1px 1px 1px 0;
    font-size: 0.91em;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical_MetropolisBlue, 
.dxscGroupSeparatorHorizontal_MetropolisBlue
{
    background: white;
    border: solid 1px #c0c0c0;
}

.dxscGroupSeparatorVertical_MetropolisBlue
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal_MetropolisBlue
{
    height: 1px;
    border-width: 1px 0 0;
    font-size: 0;
}

/* Apts Area */
.dxscAllDayArea_MetropolisBlue
{
    background: white;
    border: solid 1px #c0c0c0;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody_MetropolisBlue 
{
    	height: 100px;
    	border: solid 1px;
    	border-width: 0 1px 0 0;
}
.dxscTimeCellBody_MetropolisBlue
{
	border: 1px solid;
	background-color: White;
}
.dxscTimelineCellBody_MetropolisBlue
{
    	height: 300px;
    	border-style: solid;
    	border-width: 1px 1px 0 0;
}

.dxscAppointment_MetropolisBlue
{
    font-size: 0.91em;
    padding: 0;
    margin: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
    border: solid 1px #c0c0c0;
}
.dxscAppointmentInnerBorders_MetropolisBlue
{	
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator_MetropolisBlue 
{
    height: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.dxscMoreButton_MetropolisBlue
{
    font-size: 0.91em;
    color: #0072C6;    
    text-decoration: underline;	
    padding: 0;
}

/* Rulers */
.dxscTimeRulerHoursItem_MetropolisBlue, .dxscTimeRulerMinuteItem_MetropolisBlue
{
    color: #6f6f6f;
    background: white;
    border: solid 1px #c0c0c0;
    border-width: 0px 1px 1px 0;
    vertical-align: top;
    white-space: nowrap;
} 
.dxscTimeRulerHoursItem_MetropolisBlue
{
    border-right-width: 0;
    border-left-color: #c0c0c0;
    font-size: 1.42em;
    text-align: right;
    width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem_MetropolisBlue
{
    border-left-width: 0px;
    text-align: center;
    width: 18px;
    font-size: 0.91em;
    padding: 4px 1px 4px 1px;
}

.dxscTimeRulerHeaderHourItem_MetropolisBlue
{
    width: 55px;
}	
.dxscTimeRulerHeaderMinuteItem_MetropolisBlue
{
    width: 16px;
}
.dxscScrollHeaderItem_MetropolisBlue
{
    width: 16px;
}


/* Control elements */
.dxscToolbarContainer_MetropolisBlue
{
	padding: 8px 0;
	border: 0px none;
	background-color: White;
}
.dxscToolbar_MetropolisBlue
{
    border: none;
    padding: 4px 7px;    
}
.dxscToolbar_MetropolisBlue .dxeCalendar_MetropolisBlue,
.dxscToolbar_MetropolisBlue .dxeCalendar_MetropolisBlue.dxeFocused_MetropolisBlue
{
    border: 1px Solid Silver;
}
.dxscResourceNavigator_MetropolisBlue 
{    
    background: white;
    padding: 7px;
    border: solid 1px #c0c0c0;
}
.dxscViewVisibleInterval_MetropolisBlue
{    
	white-space: nowrap;
	font-size: 1.5em;
	color: #0072C6;
}
.dxscInplaceEditor_MetropolisBlue
{
    background: #fdfdfd;
    border: solid 2px #303030;
    padding: 0;
    color: #303030;
}
.dxscControlAreaForm_MetropolisBlue
{
    font-size: 1.33em;
    background-color: #efefef;
    border: none;
    white-space: normal;
    padding: 9px 12px;
}
.dxscErrorInfo_MetropolisBlue
{
    background: #f1abab;
    color: #853a3a;
    padding: 10px;
}

/* Buttons */
.dxscViewNavigatorButton_MetropolisBlue,
.dxscViewNavigatorGotoDateButton_MetropolisBlue
{    
	font-size: 1.17em;
    line-height: 100%;
	padding: 0 4px;

    min-height: 1em;
    display: block!important;
}
.dxscViewNavigatorGotoDateButton_MetropolisBlue 
{
	padding: 0 0 0 4px;
}
.dxscViewNavigatorButton_MetropolisBlue.dxscViewNavigatorGotoTodayButton
{    
    padding: 3px 4px;
}
.dxscViewNavigatorButtonHover_MetropolisBlue,
.dxscViewNavigatorGotoDateButtonHover_MetropolisBlue
{
}
.dxscViewNavigatorButtonHover_MetropolisBlue.dxscViewNavigatorGotoTodayButton
{    
    text-decoration: underline;
}
.dxscViewNavigatorButtonPressed_MetropolisBlue,
.dxscViewNavigatorGotoDateButtonPressed_MetropolisBlue
{
}

.dxscResourceNavigatorButton_MetropolisBlue,
.dxscNavigationButton_MetropolisBlue,
.dxscDVTopMoreButton_MetropolisBlue,
.dxscDVBottomMoreButton_MetropolisBlue
{
	cursor: pointer;
	padding: 2px;
}

.dxscResourceNavigator_MetropolisBlue table td:nth-child(6) table  td.dxscResourceNavigatorButton_MetropolisBlue
{
	padding: 2px 8px 2px 2px;
}

.dxscSmartTagButton_MetropolisBlue 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
}

.dxscViewSelectorButton_MetropolisBlue 
{
	padding: 6px 18px;
	border: 1px solid White;
}
.dxscViewSelectorButtonHover_MetropolisBlue
{
    	background-color: #0072C6;        
    	color: White;
}
.dxscViewSelectorButtonPressed_MetropolisBlue
{
	background-color: #C0C0C0;
    	color: White;
}
.dxscViewSelectorButtonChecked_MetropolisBlue
{
    	background: #0072C6;
    	color: White;
}

.dxscNoBorderButton_MetropolisBlue
{
    border: solid 1px #FDFDFD;
    background: none;
    cursor: pointer;
}
.dxscNoBorderButtonHover_MetropolisBlue
{
    border: solid 1px #A8A8A8;
}

.dxscToolTipRoundedCornersTopBottomRow_MetropolisBlue 
{
    font-size: 0;
}
.dxscToolTipRoundedCornersTopSide_MetropolisBlue 
{
    border-top: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersLeftSide_MetropolisBlue 
{
    border-left: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersRightSide_MetropolisBlue 
{
    border-right: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersBottomSide_MetropolisBlue 
{
    border-bottom: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersContent_MetropolisBlue 
{
    background-color:#fafad2;
    padding:0;
}
.dxscToolTipSquaredCorners_MetropolisBlue 
{
    background: #f9f9cd;
    padding: 1px 1px;
    font-size: 0;
    color: #303030;
    white-space: nowrap;
    border: solid 1px black;
}
.dxscTimeMarker_MetropolisBlue 
{
    top:-4px;
}
.dxscTimeMarkerLine_MetropolisBlue 
{
    top:-2px;
    background-color:Red;
    height:3px;
    font-size: 0;
    
}
.dxscTimeMarkerLineV_MetropolisBlue 
{
    position:absolute;
    
    background-color:#4E4E4E;
    width:1px;
    font-size: 0;
    border:solid 1px #FFC029;
    border-top-width:0;
    border-bottom-width:0;
}
.dxscTimeMarkerLineH_MetropolisBlue
{
    position:absolute;
    top:-2px;
    background-color:#4E4E4E;
    height:1px;
    font-size: 0;
    border:solid 1px #FFC029;
    border-left-width:0;
    border-right-width:0;
}


.dxscControl
{
    background: #9f9f9f;
    border: solid 1px #9f9f9f;
    font: 12px Tahoma, Geneva, sans-serif;
}
/* Headers */
.dxscDateHeader, 
.dxscAlternateDateHeader,
.dxscDayHeader,
.dxscDateCellHeader,
.dxscTodayCellHeader,
.dxscTimelineDateHeader,
.dxscHorizontalResourceHeader,
.dxscVerticalResourceHeader
{    
    color: black;
    background: #dcdcdc;
    border: solid 1px #9f9f9f;
    border-width: 0 1px 1px 0;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
}

.dxscAlternateTimelineDateHeader,
.dxscAlternateDateHeader
{
    background: #ffd554;
}
.dxscDayHeader
{
    border-width: 1px 1px 0 0;
}
.dxscDateCellHeader
{
    border-width: 1px;
}
.dxscTodayCellHeader
{    
    border-top-width: 1px;
    background: #ffd554;
}
.dxscTimelineDateHeader
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader
{
    border-width: 1px 1px 1px 0;
    background: #cdcdcd;
}
.dxscVerticalResourceHeader
{
    border-width: 1px 1px 0 0;
    background: #cdcdcd;
    white-space: normal;
}
.dxscSelectionBar 
{	
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 30px;
}

/* Corners */
.dxscLeftTopCorner, 
.dxscRightTopCorner
{
    background: #dcdcdc;
    width: 1px;
    border-style: solid;
    border-color: #9f9f9f;	
    border-width: 0 0 1px;
}
.dxscLeftTopCorner
{    
    border-width: 1px 1px 1px 0;
    font-size: 0.91em;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical, 
.dxscGroupSeparatorHorizontal
{
    background: #dcdcdc;
    border: solid 1px #9f9f9f;
}

.dxscGroupSeparatorVertical
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal
{
    height: 1px;
    border-width: 1px 0 0;
    font-size: 0;
}

/* Apts Area */
.dxscAllDayArea
{
    background: #ededed;
    border: solid 1px #9f9f9f;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody 
{
    height: 100px;
    border: solid 1px;
    border-width: 0 1px 0 0;
}
.dxscTimeCellBody
{
    border: solid 1px;
}
.dxscTimelineCellBody
{
    height: 300px;
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.dxscAppointment
{
    color: black;
    font-size: 0.91em;
    border: solid 1px #8b8b8b;
    padding: 0;
    margin: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.dxscAppointmentInnerBorders
{	
    border: solid 1px #8b8b8b;
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator 
{
    height: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.dxscMoreButton
{
    font-size: 0.91em;
    color: #0000cc;    
    text-decoration: underline;	
    padding: 0;
}

/* Rulers */
.dxscTimeRulerHoursItem, .dxscTimeRulerMinuteItem
{
    color: #6f6f6f;
    background: #ededed;
    border: solid 1px #9f9f9f;
    border-width: 0px 1px 1px 0;
    vertical-align: top;
    white-space: nowrap;
} 
.dxscTimeRulerHoursItem
{
    border-right-width: 0;
    border-left-color: #9f9f9f;
    font-size: 1.42em;
    text-align: right;
    width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem
{
    border-left-width: 0px;
    text-align: center;
    width: 18px;
    font-size: 0.91em;
    padding: 4px 1px 4px 1px;
}

.dxscTimeRulerHeaderHourItem
{
    width: 55px;
}	
.dxscTimeRulerHeaderMinuteItem
{
    width: 16px;
}
.dxscScrollHeaderItem
{
    width: 16px;
}


/* Control elements */
.dxscToolbarContainer 
{
    background: #e4e4e4;    
}
.dxscToolbar
{
    border: none;
    background: #e4e4e4;    
    padding: 4px 7px;    
}
.dxscResourceNavigator 
{    
    background: #c3c3c3;
    padding: 7px;
    border: solid 1px #9f9f9f;
}
.dxscViewVisibleInterval
{    
    color: #303030;
    white-space: nowrap;
}
.dxscInplaceEditor
{
    background: #fdfdfd;
    border: solid 2px black;
    padding: 0;
    color: #303030;
}
.dxscControlAreaForm
{
    font-size: 1.33em;
    color: black;
    background-color: #efefef;
    border: none;
    white-space: normal;
    padding: 9px 12px;
}
.dxscErrorInfo
{
    background: #f1abab;
    color: #853a3a;
    padding: 10px;
    border: solid 1px #9f9f9f;
    border-width: 1px 0;
}

/* Buttons */
.dxscViewNavigatorButton,
.dxscViewNavigatorGotoDateButton
{    
    border: solid 1px #7f7f7f;
    color: Black;
    background: url(/DXR.axd?r=8_3-zCDVf) repeat-x left top #e5e5e5;
    line-height: 100%;
    padding: 3px 7px;

    min-height: 1em;
    display: block!important;
}
.dxscViewNavigatorGotoDateButton 
{
    padding: 3px 5px;
}
.dxscViewNavigatorButton.dxscViewNavigatorGotoTodayButton
{    
    padding: 1px 7px;
}
.dxscViewNavigatorButtonHover,
.dxscViewNavigatorGotoDateButtonHover
{
    background: url(/DXR.axd?r=8_4-zCDVf) repeat-x left top #f2f2f2;
    border-color: #606060;
}
.dxscViewNavigatorButtonPressed,
.dxscViewNavigatorGotoDateButtonPressed
{
    background: #D5D5D5;
    border-color: #606060;
}

.dxscResourceNavigatorButton,
.dxscNavigationButton,
.dxscDVTopMoreButton,
.dxscDVBottomMoreButton
{
    cursor: pointer;
}

.dxscSmartTagButton 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
}

.dxscViewSelectorButton 
{
    background: url(/DXR.axd?r=8_5-zCDVf) repeat-x left top #e6e6e6;
    border: solid 1px #9f9f9f;
    border-width: 0 0 0 1px;
    padding: 10px 18px;
}
.dxscViewSelectorButtonHover
{
    background: url(/DXR.axd?r=8_6-zCDVf) repeat-x left top #f2f2f2;        
}
.dxscViewSelectorButtonPressed
{
    background: #b9b9b9;
    color: White;
}
.dxscViewSelectorButtonChecked
{
    background: #a4a4a4;
    color: White;
}

.dxscNoBorderButton
{
    border: solid 1px #FDFDFD;
    background: none;
    cursor: pointer;
}
.dxscNoBorderButtonHover
{
    border: solid 1px #A8A8A8;
}

.dxscToolTipRoundedCornersTopBottomRow 
{
    font-size:0;		
}
.dxscToolTipRoundedCornersTopSide 
{
    border-top: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersLeftSide 
{
    border-left: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersRightSide 
{
    border-right: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersBottomSide 
{
    border-bottom: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersContent 
{
    background-color:#fafad2;
    padding:0;
}
.dxscToolTipSquaredCorners 
{
    background: #f9f9cd;
    padding: 1px 1px;
    font-size: 0;
    color: #303030;
    white-space: nowrap;
    border: solid 1px black;
}
.dxscTimeMarker 
{
    top:-4px;
}
.dxscTimeMarkerLine 
{
    top:-2px;
    background-color:Red;
    height:3px;
    font-size: 0;
    
}
.dxscTimeMarkerLineV 
{
    position:absolute;
    background-color:#4E4E4E;
    width:1px;
    font-size: 0;
    border:solid 1px #FFC029;
    border-top-width:0;
    border-bottom-width:0;
}
.dxscTimeMarkerLineH
{
    position:absolute;
    top:-2px;
    background-color:#4E4E4E;
    height:1px;
    font-size: 0;
    border:solid 1px #FFC029;
    border-left-width:0;
    border-right-width:0;
}
/*Loading Panel*/
.dxscLoadingPanel
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	background-color: white;
	border: 1px solid #9F9F9F;
}
.dxscLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxscLoadingPanel .dxlp-loadingImage 
{
	background: url('/DXR.axd?r=8_7-zCDVf');
	height: 16px;
	width: 16px;
}

