.dxscControl_Theme
{
    background: #CCCCCC;
	border: solid 1px #CCCCCC;
}
.dxscLoadingPanel_Theme
{
	font: 9pt Tahoma;
	color: black;
	background: #E8E8E8;
	border: solid 1px #CCCCCC;
}
.dxscLoadingPanel_Theme td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxscLoadingDiv_Theme
{
    cursor: wait;
	background-color: Gray;
	opacity: 0.01;
	filter:alpha(opacity=1);

}

/* Headers */
.dxscDateHeader_Theme, 
.dxscAlternateDateHeader_Theme,
.dxscDayHeader_Theme,
.dxscDateCellHeader_Theme,
.dxscTodayCellHeader_Theme,
.dxscTimelineDateHeader_Theme,
.dxscHorizontalResourceHeader_Theme,
.dxscVerticalResourceHeader_Theme
{    
    color: white;
    background: url(CssImages/HeaderBack.gif) repeat-x #415698;
    border: solid 1px #2C4182;
    border-width: 0 1px 1px 0;
    padding: 6px 4px;
	font: 9pt Tahoma;		
	text-align: center;
    vertical-align: top;
    cursor: default;
	overflow: hidden;
	white-space: nowrap;
}

.dxscAlternateTimelineDateHeader_Theme,
.dxscAlternateDateHeader_Theme ,
.dxscTodayCellHeader_Theme
{
	background: url(CssImages/HeaderAltBack.gif) repeat-x #657EBC;
}

.dxscDayHeader_Theme
{
	border-width: 1px 1px 0 0;
}
.dxscDateCellHeader_Theme
{
    border-width: 1px;
}
.dxscTodayCellHeader_Theme
{    
	border-top-width: 1px;
}
.dxscTimelineDateHeader_Theme
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader_Theme
{
    border-width: 1px 1px 1px 0;
    background: url(CssImages/ResHeaderBack.gif) repeat-x #304286;
	border-color: #2C4182;
}
.dxscVerticalResourceHeader_Theme
{
    border-width: 1px 1px 0 0;
    background: #304286;
    white-space: normal;
}
.dxscSelectionBar_Theme 
{	
    border-style: solid;
	border-width: 0 1px 0 0;
	height: 30px;
}

/* Corners */
.dxscLeftTopCorner_Theme, 
.dxscRightTopCorner_Theme
{
    background: #DEDEDE;
	width: 1px;
    border-style: solid;
    border-color: #CCCCCC;	
	border-width: 0 0 1px;
}
.dxscLeftTopCorner_Theme
{    
    border-width: 1px 1px 1px 0px;
    font: 8pt Tahoma;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical_Theme, 
.dxscGroupSeparatorHorizontal_Theme
{
    background: #FAFAFA;
    border: solid 1px #CCCCCC;
}

.dxscGroupSeparatorVertical_Theme
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal_Theme
{
	height: 1px;
    border-width: 1px 0 1px 0;
    font-size: 1px;
}

/* Apts Area */
.dxscAllDayArea_Theme
{
    background:#F0F0F0;
    border: solid 1px #CCCCCC;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody_Theme 
{
	height: 100px;
    border: solid 1px;
    border-width: 0 1px 0 0;
}
.dxscTimeCellBody_Theme
{
    border: solid 1px;
	font: 9pt Tahoma;
}
.dxscTimelineCellBody_Theme
{
	height: 300px;
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.dxscAppointment_Theme
{
    color: black;
    font: 8pt Tahoma;    
    border: solid 1px #8b8b8b;
    padding: 0;
	margin: 0;
	cursor: default;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
.dxscAppointmentInnerBorders_Theme
{	
    border: solid 1px #8b8b8b;
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator_Theme
{
	height: 1px;
	width: 100%;
	overflow: hidden;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
.dxscMoreButton_Theme
{
    font: 8pt Tahoma;
    color: #0000cc;    
    cursor: pointer;
    padding: 0;
}

/* Rulers */
.dxscTimeRulerHoursItem_Theme, .dxscTimeRulerMinuteItem_Theme
{
    color: #000000;
    background: #F0F0F0;
    border: solid 1px #D4D4D4;
    border-width: 0px 1px 1px 0;
	vertical-align: top;
	white-space: nowrap;
} 
.dxscTimeRulerHoursItem_Theme
{
    border-right-width: 0;
    font: 13pt Tahoma;
	text-align: right;
	width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem_Theme
{
    color: #7E7E7E;
	border-left-width: 0px;
	text-align: center;
	width: 13px;
	font: 8pt Tahoma;
    padding: 4px;
    padding-left: 1px;
}

.dxscTimeRulerHeaderHourItem_Theme
{
    width: 55px;
}	
.dxscTimeRulerHeaderMinuteItem_Theme
{
    width: 16px;
}
.dxscScrollHeaderItem_Theme
{
    width: 16px;
}


/* Control elements */
.dxscToolbar_Theme
{
    border: none;
    background: #F0F0F0;    
    padding: 4px 7px;    
}
.dxscErrorInfo_Theme
{
    color: #853a3a;
    border: solid 1px #CCCCCC;
	background: #f1abab;
	text-align: left;
	font: bold 8pt Tahoma;
    padding: 10px;
	border-width: 1px 0;    
}

.dxscResourceNavigator_Theme 
{    
    background: #DEDEDE;
    padding: 7px;
    border: solid 1px #CCCCCC;
}
.dxscViewVisibleInterval_Theme
{    
    color: #303030;
    font: 9pt Tahoma;
    white-space: nowrap;
}
.dxscTooltip_Theme 
{
    background: #f9f9cd;
    padding: 4px 10px;
    font: 8pt Tahoma;
    color: #303030;
    white-space: nowrap;
}
.dxscInplaceEditor_Theme
{
	background: #F0F0F0;
	border: solid 2px black;
	padding: 0;
	font: 9pt Tahoma;
	color: #303030;
}
.dxscControlAreaForm_Theme
{
	font: 12pt Tahoma;
	color: black;
	background-color: #f5f5f5;
	border: none;
	white-space: normal;
	padding: 9px 12px;
}

/* Buttons */
.dxscViewNavigatorButton_Theme 
{
	border: solid 1px #2C4182;
	background: url(CssImages/ViewNavigatorButtonBack.gif) repeat-x #44599B;
	height: 17px;
	font: 9pt Tahoma;
	color: White;
	padding: 0;
}
.dxscViewNavigatorButtonHover_Theme 
{
	background: url(CssImages/ViewNavigatorButtonBackHover.gif) repeat-x #6680C1;
} 
.dxscViewNavigatorButtonPressed_Theme 
{
	background: url(CssImages/ViewNavigatorButtonBackPressed.gif) repeat-x #2D4894;
} 
 
.dxscResourceNavigatorButton_Theme
{
	background: url(CssImages/ButtonBack.gif)  #F5F5F5;
	border: solid 1px #B8B8B8;
	padding-top: 1px;
	height: 50px;
	vertical-align: bottom;
}
.dxscResourceNavigatorButtonHover_Theme 
{
	background: url(CssImages/ButtonHoverBack.gif) #E9E9E9;
}
.dxscResourceNavigatorButtonPressed_Theme
{
	background: #DEDEDE;
}


.dxscNavigationButton_Theme,
.dxscDVTopMoreButton_Theme,
.dxscDVBottomMoreButton_Theme
{    
    border: solid 1px #B8B8B8;
    font: 8pt Tahoma;
    color: Black;
    background: url(CssImages/ButtonBack.gif) #F5F5F5;
    cursor: pointer;
    cursor: hand;
}
.dxscNavigationButtonHover_Theme,
.dxscDVTopMoreButtonHover_Theme,
.dxscDVBottomMoreButtonHover_Theme
{
    background: url(CssImages/ButtonHoverBack.gif) #E9E9E9;
}
.dxscNavigationButtonPressed_Theme,
.dxscDVTopMoreButtonPressed_Theme,
.dxscDVBottomMoreButtonPressed_Theme
{
    background: #DEDEDE;
    border-color: #B8B8B8;
}

.dxscNavigationButton_Theme,
.dxscNavigationButtonHover_Theme,
.dxscNavigationButtonPressed_Theme
{
	Width: 22px;
	Height: 20px;
}

.dxscViewNavigatorButton_Theme 
{
    height: 19px;
    padding: 0px 7px;
    cursor: pointer;
    cursor: hand;
}
.dxscResourceNavigatorButton_Theme
{
    padding: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    cursor: hand;
}


.dxscSmartTagButton_Theme 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
    cursor: hand;
}

.dxscViewSelectorButton_Theme 
{
    background: url(CssImages/ButtonBack.gif) #F5F5F5;
	border: solid 1px #CCCCCC;
	border-width: 0 0 0 1px;
	color: Black;
	padding: 10px 18px;
	font: 9pt Tahoma;
    cursor: pointer;
    cursor: hand;
}
.dxscViewSelectorButtonHover_Theme
{
    background: url(CssImages/ButtonHoverBack.gif) #E9E9E9;
}
.dxscViewSelectorButtonPressed_Theme
{
	background: #DEDEDE;
}
.dxscViewSelectorButtonChecked_Theme
{
	background: #DEDEDE;
}

.dxscNoBorderButton_Theme
{
	background: none;
    cursor: pointer;
    cursor: hand;
    border: solid 1px #F0F0F0;
}
.dxscNoBorderButtonHover_Theme
{
    border-color: #A8A8A8;
}
.dxscViewSelector_Theme 
{
	border-width: 0 0 0 0;
}
