.dxscControl_PlasticRed
{
    background: #CCCCCC;
    border: solid 1px #CCCCCC;
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxscLoadingPanel_PlasticRed
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxscLoadingPanel_PlasticRed td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxscLoadingPanel_PlasticRed .dxlp-loadingImage
{
	background-image: url('/DXR.axd?r=100_279-xcWpu');
	height: 20px;
	width: 19px;
}


/* Headers */
.dxscDateHeader_PlasticRed, 
.dxscAlternateDateHeader_PlasticRed,
.dxscDayHeader_PlasticRed,
.dxscDateCellHeader_PlasticRed,
.dxscTodayCellHeader_PlasticRed,
.dxscTimelineDateHeader_PlasticRed,
.dxscHorizontalResourceHeader_PlasticRed,
.dxscVerticalResourceHeader_PlasticRed
{
	color: white;
	background: #C00000 url('/DXR.axd?r=100_236-xcWpu') repeat-x;
	border: 0 solid #800000;
	padding: 6px 4px;
	font: 12px Tahoma,Geneva,sans-serif;
	text-align: center;
	vertical-align: top;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
}

.dxscAlternateTimelineDateHeader_PlasticRed,
.dxscAlternateDateHeader_PlasticRed ,
.dxscTodayCellHeader_PlasticRed
{
    background: url('/DXR.axd?r=100_226-xcWpu') repeat-x #657EBC;
}

.dxscDayHeader_PlasticRed
{
    border-width: 1px 1px 0 0;
}
.dxscDateCellHeader_PlasticRed
{
    border-width: 1px;
}
.dxscTodayCellHeader_PlasticRed
{    
    border-top-width: 1px;
}
.dxscTimelineDateHeader_PlasticRed
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader_PlasticRed
{
	background: #800000 url('/DXR.axd?r=100_237-xcWpu') repeat-x;
	border: 1px #C00000;
	border-left: 0 #C00000;
}
.dxscVerticalResourceHeader_PlasticRed
{
    border-width: 1px 1px 0 0;
    background: #304286;
    white-space: normal;
}
.dxscSelectionBar_PlasticRed 
{	
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 30px;
}

/* Corners */
.dxscLeftTopCorner_PlasticRed, 
.dxscRightTopCorner_PlasticRed
{
    background: #DEDEDE;
    width: 1px;
    border-style: solid;
    border-color: #CCCCCC;	
    border-width: 0 0 1px;
}
.dxscLeftTopCorner_PlasticRed
{    
    border-width: 1px 1px 1px 0px;
    font-size: 0.91em;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical_PlasticRed, 
.dxscGroupSeparatorHorizontal_PlasticRed
{
    background: #FAFAFA;
    border: solid 1px #CCCCCC;
}

.dxscGroupSeparatorVertical_PlasticRed
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal_PlasticRed
{
    height: 1px;
    border-width: 1px 0 1px 0;
    font-size: 0;
}

/* Apts Area */
.dxscAllDayArea_PlasticRed
{
    background:#F0F0F0;
    border: solid 1px #CCCCCC;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody_PlasticRed 
{
    height: 100px;
    border: solid 1px;
    border-width: 0 1px 0 0;
}
.dxscTimeCellBody_PlasticRed
{
    border: solid 1px;
}
.dxscTimelineCellBody_PlasticRed
{
    height: 300px;
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.dxscAppointment_PlasticRed
{
    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_PlasticRed
{	
    border: solid 1px #8b8b8b;
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator_PlasticRed
{
    height: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.dxscMoreButton_PlasticRed
{
    font-size: 0.91em;
    color: #0000cc;    
    cursor: pointer;
    padding: 0;
}

/* Rulers */
.dxscTimeRulerHoursItem_PlasticRed, .dxscTimeRulerMinuteItem_PlasticRed
{
    color: #000000;
    background: #F0F0F0;
    border: solid 1px #D4D4D4;
    border-width: 0px 1px 1px 0;
    vertical-align: top;
    white-space: nowrap;
} 
.dxscTimeRulerHoursItem_PlasticRed
{
    border-right-width: 0;
    font-size: 1.42em;
    text-align: right;
    width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem_PlasticRed
{
    color: #7E7E7E;
    border-left-width: 0px;
    text-align: center;
    width: 18px;
    font-size: 0.91em;
    padding: 4px 1px 4px 1px;
}

.dxscTimeRulerHeaderHourItem_PlasticRed
{
    width: 55px;
}	
.dxscTimeRulerHeaderMinuteItem_PlasticRed
{
    width: 16px;
}
.dxscScrollHeaderItem_PlasticRed
{
    width: 16px;
}


/* Control elements */
.dxscToolbarContainer_PlasticRed
{
    background: #F0F0F0;    
}
.dxscToolbar_PlasticRed
{
    border: none;
    padding: 4px 7px;    
}
.dxscErrorInfo_PlasticRed
{
    color: #853a3a;
    border: solid 1px #CCCCCC;
    background: #f1abab;
    text-align: left;
    font-size: 0.91em;
    font-weight: bold;
    padding: 10px;
    border-width: 1px 0;    
}

.dxscResourceNavigator_PlasticRed 
{    
    background: #DEDEDE;
    padding: 7px;
    border: solid 1px #CCCCCC;
}
.dxscViewVisibleInterval_PlasticRed
{    
    color: #303030;
    white-space: nowrap;
}
.dxscInplaceEditor_PlasticRed
{
    background: #F0F0F0;
    border: solid 2px black;
    padding: 0;
    color: #303030;
}
.dxscControlAreaForm_PlasticRed
{
    font-size: 1.33em;
    color: black;
    background-color: #f5f5f5;
    border: none;
    white-space: normal;
    padding: 9px 12px;
}

/* Buttons */
.dxscViewNavigatorButton_PlasticRed,
.dxscViewNavigatorGotoDateButton_PlasticRed
{
	border: 1px solid #800000;
	background: #C00000 url('/DXR.axd?r=100_242-xcWpu') repeat-x;
	color: White;
	line-height: 100%;
	padding: 3px 7px 4px;
	min-height: 1em;
	display: block!important;
}
.dxscViewNavigatorGotoDateButton_PlasticRed
{
    padding: 3px 6px 4px;
}
.dxscViewNavigatorButton_PlasticRed.dxscViewNavigatorGotoTodayButton
{    
    padding: 1px 7px 2px;
}
.dxscViewNavigatorButtonHover_PlasticRed, 
.dxscViewNavigatorGotoDateButtonHover_PlasticRed 
{
    background: url('/DXR.axd?r=100_234-xcWpu') repeat-x #6680C1;
} 
.dxscViewNavigatorButtonPressed_PlasticRed,
.dxscViewNavigatorGotoDateButtonPressed_PlasticRed 
{
    background: url('/DXR.axd?r=100_235-xcWpu') repeat-x #2D4894;
} 
 
.dxscResourceNavigatorButton_PlasticRed
{
    background: url('/DXR.axd?r=100_223-xcWpu')  #F5F5F5;
    border: solid 1px #B8B8B8;
    padding-top: 1px;
    height: 50px;
    vertical-align: bottom;
}
.dxscResourceNavigatorButtonHover_PlasticRed 
{
    background: url('/DXR.axd?r=100_224-xcWpu') #E9E9E9;
}
.dxscResourceNavigatorButtonPressed_PlasticRed
{
    background: #DEDEDE;
}


.dxscNavigationButton_PlasticRed,
.dxscDVTopMoreButton_PlasticRed,
.dxscDVBottomMoreButton_PlasticRed
{    
    border: solid 1px #B8B8B8;
    font-size: 0.91em;
    color: Black;
    background: url('/DXR.axd?r=100_223-xcWpu') #F5F5F5;
    cursor: pointer;
}
.dxscNavigationButtonHover_PlasticRed,
.dxscDVTopMoreButtonHover_PlasticRed,
.dxscDVBottomMoreButtonHover_PlasticRed
{
    background: url('/DXR.axd?r=100_224-xcWpu') #E9E9E9;
}
.dxscNavigationButtonPressed_PlasticRed,
.dxscDVTopMoreButtonPressed_PlasticRed,
.dxscDVBottomMoreButtonPressed_PlasticRed
{
    background: #DEDEDE;
    border-color: #B8B8B8;
}

.dxscNavigationButton_PlasticRed,
.dxscNavigationButtonHover_PlasticRed,
.dxscNavigationButtonPressed_PlasticRed
{
    Width: 22px;
    Height: 20px;
}

.dxscResourceNavigatorButton_PlasticRed
{
    padding: 0;
    height: 18px;
    cursor: pointer;
}


.dxscSmartTagButton_PlasticRed 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
}

.dxscViewSelectorButton_PlasticRed 
{
    background: url('/DXR.axd?r=100_223-xcWpu') #F5F5F5;
    border: solid 1px #CCCCCC;
    border-width: 0 0 0 1px;
    color: Black;
    padding: 10px 18px;
}
.dxscViewSelectorButtonHover_PlasticRed
{
    background: url('/DXR.axd?r=100_224-xcWpu') #E9E9E9;
}
.dxscViewSelectorButtonPressed_PlasticRed
{
    background: #DEDEDE;
}
.dxscViewSelectorButtonChecked_PlasticRed
{
    background: #DEDEDE;
}

.dxscNoBorderButton_PlasticRed
{
    background: none;
    cursor: pointer;
    border: solid 1px #F0F0F0;
}
.dxscNoBorderButtonHover_PlasticRed
{
    border-color: #A8A8A8;
}
.dxscViewSelector_PlasticRed 
{
    border-width: 0 0 0 0;
}
.dxscToolTipRoundedCornersTopBottomRow_PlasticRed
{
    font-size: 0;
}
.dxscToolTipRoundedCornersTopSide_PlasticRed
{
    border-top: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersLeftSide_PlasticRed
{
    border-left: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersRightSide_PlasticRed
{
    border-right: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersBottomSide_PlasticRed
{
    border-bottom: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersContent_PlasticRed
{
    background-color:#fafad2;
    padding:0;
}
.dxscToolTipSquaredCorners_PlasticRed
{
    background: #f9f9cd;
    padding: 0;
    font-size: 0;
    color: #303030;
    white-space: nowrap;
    border: solid 1px black;
}
.dxscTimeMarker_PlasticRed 
{
    top:-6px;
}
.dxscTimeMarkerLine_PlasticRed 
{
    top:-2px;
    height:3px;
    font-size: 0;
}
.dxscTimeMarkerLineV_PlasticRed 
{
    position:absolute;
    background-color:#6077B7;
    width:1px;
    font-size: 0;
    border:solid 1px white;
    border-top-width:0;
    border-bottom-width:0;
}
.dxscTimeMarkerLineH_PlasticRed
{
    position:absolute;
    top:-2px;
    background-color:#6077B7;
    height:1px;
    font-size: 0;
    border:solid 1px white;
    border-left-width:0;
    border-right-width:0;
}

