.dxscControl_HOAServices
{    
    background: #4986a2;
    border: solid 1px #4986a2;
    font: 12px Tahoma, Geneva, sans-serif;
}
.dxscLoadingPanel_HOAServices
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #303030;
	border: 1px solid #7EACB1;
	background-color: White;
}
.dxscLoadingPanel_HOAServices td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxscLoadingPanel_HOAServices .dxlp-loadingImage
{
	background-image: url('../Web/Loading.gif');
	height: 27px;
	width: 27px;
}

/* Headers */
.dxscDateHeader_HOAServices, 
.dxscAlternateDateHeader_HOAServices,
.dxscDayHeader_HOAServices,
.dxscDateCellHeader_HOAServices,
.dxscTodayCellHeader_HOAServices,
.dxscTimelineDateHeader_HOAServices,
.dxscHorizontalResourceHeader_HOAServices,
.dxscVerticalResourceHeader_HOAServices
{    
    color: white;
    background: url('CssImages/HeaderBack.gif') repeat-x left top #5d99b2;
    border: solid 1px #296e8e;
    border-width: 0 1px 1px 0;
    padding: 4px;
    text-align: center;
    vertical-align: top;    
    cursor: default;
    overflow: hidden;
    white-space: nowrap;	
}

.dxscAlternateTimelineDateHeader_HOAServices,
.dxscAlternateDateHeader_HOAServices
{    
    background: url('CssImages/HeaderAltBack.gif') repeat-x left top #8ce2db;
    color: black;
}
.dxscDayHeader_HOAServices
{
    border-width: 1px 1px 0 0;
}
.dxscDateCellHeader_HOAServices
{
    border-width: 1px;
}
.dxscTodayCellHeader_HOAServices
{    
    border-top-width: 1px;
    background: url('CssImages/HeaderAltBack.gif') repeat-x left top #8ce2db;
    color: black;
}
.dxscTimelineDateHeader_HOAServices
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader_HOAServices
{
    border-width: 1px 1px 1px 0;
    background: url('CssImages/ResHeaderBack.gif') repeat-x #559ab7;    
}
.dxscVerticalResourceHeader_HOAServices
{
    border-width: 1px 1px 0 0;
    background: url('CssImages/ResHeaderBack.gif') repeat-x #559ab7;    
    white-space: normal;
}
.dxscSelectionBar_HOAServices 
{	
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 30px;
}

/* Corners */
.dxscLeftTopCorner_HOAServices, 
.dxscRightTopCorner_HOAServices
{
    background: url('CssImages/AdaBack.gif') repeat-x left bottom #f8fbfd;
    width: 1px;
    border-style: solid;
    border-color: #93c3d3;	
    border-width: 0 0 1px;
}
.dxscLeftTopCorner_HOAServices
{    
    border-width: 1px 1px 1px 0;
    font-size: 0.91em;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical_HOAServices, 
.dxscGroupSeparatorHorizontal_HOAServices
{
    background: white;
    border: solid 1px #90b5c9;
}

.dxscGroupSeparatorVertical_HOAServices
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal_HOAServices
{
    height: 1px;
    border-width: 1px 0 0;
    font-size: 0;
}

/* Apts Area */
.dxscAllDayArea_HOAServices
{
    background: url('CssImages/AdaBack.gif') repeat-x left bottom #f8fbfd;
    border: solid 1px #93c3d3;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody_HOAServices 
{
    height: 100px;
    border: solid 1px;
    border-width: 0 1px 0 0;
}
.dxscTimeCellBody_HOAServices
{
    border: solid 1px;
}
.dxscTimelineCellBody_HOAServices
{
    height: 300px;
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.dxscAppointment_HOAServices
{
    color: black;
    font-size: 0.91em;
    border: solid 1px #7f9db9;
    padding: 0;
    margin: 0;
    cursor: default;		
    width: 100%;
    height: 100%;
    overflow: hidden;	
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}

.dxscAppointmentInnerBorders_HOAServices
{	
    border: solid 1px #7f9db9;
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator_HOAServices
{
    height: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.dxscMoreButton_HOAServices
{
    font-size: 0.91em;
    color: black;
    text-decoration: underline;
    padding: 0;
}

/* Rulers */
.dxscTimeRulerHoursItem_HOAServices, .dxscTimeRulerMinuteItem_HOAServices
{
    color: #5d5d5d;
    background: #edf3f4;
    border: solid 1px #93c3d3;
    border-width: 0px 1px 1px 0;
    vertical-align: top;
    white-space: nowrap;
} 
.dxscTimeRulerHoursItem_HOAServices
{
    border-right-width: 0;
    border-left-color: #4986a2;
    font-size: 1.42em;
    text-align: right;
    width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem_HOAServices
{
    border-left-width: 0px;
    text-align: center;
    width: 18px;
    font-size: 0.91em;
    padding: 4px 1px 4px 1px;
}

.dxscTimeRulerHeaderHourItem_HOAServices
{
    width: 55px;
}
.dxscTimeRulerHeaderMinuteItem_HOAServices
{
    width: 16px;
}
.dxscScrollHeaderItem_HOAServices 
{
    width: 16px;
}
/* Control elements */
.dxscToolbarContainer_HOAServices 
{
    background: url('CssImages/ToolbarBack.gif') repeat-x #b7dded;
}
.dxscToolbar_HOAServices,
.dxscViewSelector_HOAServices 
{    
    padding: 9px 6px;    
}
.dxscResourceNavigator_HOAServices 
{    
    background: #dbeff7;
    padding: 7px;
    border: solid 1px #4986a2;
}
.dxscViewVisibleInterval_HOAServices
{
    color: black;
    white-space: nowrap;
}
.dxscInplaceEditor_HOAServices
{
    background: #edf3f4;
    border: solid 1px #4986a2;
    padding: 0;
    font-size: 0.91em;
    color: Black;
}
.dxscErrorInfo_HOAServices
{
    background: #f1abab;
    color: #853a3a;
    padding: 10px;
    border: solid 1px #4986a2;
    border-width: 1px 0;    
}

/* Buttons */
.dxscViewNavigatorButton_HOAServices,
.dxscViewNavigatorGotoDateButton_HOAServices
{    
    background: url('CssImages/ButtonBack.gif') repeat-x #5592ac;
    border: solid 1px #4986a2;
    color: white;
    line-height: 100%;
    padding: 4px 7px;    

    min-height: 1em;
    display: block!important;
}
.dxscViewNavigatorGotoDateButton_HOAServices
{
    padding: 4px 6px;
}
.dxscViewNavigatorButton_HOAServices.dxscViewNavigatorGotoTodayButton
{    
    padding: 2px 7px;
}
.dxscViewNavigatorButtonHover_HOAServices,
.dxscViewNavigatorGotoDateButtonHover_HOAServices 
{
    background: url('CssImages/ButtonHoverBack.gif') repeat-x #74bcdb;
    border: solid 1px #6bb3d5;
}
.dxscViewNavigatorButtonPressed_HOAServices,
.dxscViewNavigatorGotoDateButtonPressed_HOAServices 
{
    background: url('CssImages/ButtonPressedBack.gif') repeat-x #86b5c9;
    border: solid 1px #7dacc2;
}

.dxscViewSelectorButton_HOAServices 
{
    color: black;
    background: url('CssImages/ViewSelectorButtonBack.gif') repeat-x #ecf1f2;
    border: solid 1px #b2bcbe;		
    padding: 6px 8px;	
    margin-right: 3px;
}
.dxscViewSelectorButtonHover_HOAServices,
.dxscViewSelectorButtonChecked_HOAServices 
{
    background: url('CssImages/ViewSelectorButtonHoverBack.gif') repeat-x #b5d7db;
    border-color: #71acb4;
}
.dxscViewSelectorButtonPressed_HOAServices
{
    background: url('CssImages/ViewSelectorButtonPressedBack.gif') repeat-x #9abdc1;
    border-color: #71acb4;
}

.dxscResourceNavigatorButton_HOAServices
{    
    background: #5592ac;
    cursor: pointer;
}
.dxscResourceNavigatorButtonHover_HOAServices
{
    background: #74bcdb;
}
.dxscResourceNavigatorButtonPressed_HOAServices
{
    background: #86b5c9;
}


.dxscNavigationButton_HOAServices
{
    background: #e5eef1;
    cursor: pointer;
}
.dxscNavigationButtonHover_HOAServices
{
    background: #eff5f7;    
}

.dxscSmartTagButton_HOAServices 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
}

.dxscDVBottomMoreButton_HOAServices,
.dxscDVTopMoreButton_HOAServices
{
    background: url('CssImages/ButtonBack.gif') repeat-x #5592ac;
    border: solid 1px #4986a2;
    padding: 7px;
    cursor: pointer;
}
.dxscDVBottomMoreButtonHover_HOAServices,
.dxscDVTopMoreButtonHover_HOAServices
{
    background: url('CssImages/ButtonHoverBack.gif') repeat-x #74bcdb;
    border: solid 1px #6bb3d5;
}
.dxscDVBottomMoreButtonPressed_HOAServices,
.dxscDVTopMoreButtonPressed_HOAServices
{
    background: url('CssImages/ButtonPressedBack.gif') repeat-x #86b5c9;
    border: solid 1px #7dacc2;
}

.dxscNoBorderButton_HOAServices
{
    border: solid 1px #EDF3F4;
    cursor: pointer;
}
.dxscNoBorderButtonHover_HOAServices
{
    background: #d9eced;
    border: solid 1px #c0dde0;
}
.dxscNoBorderButtonPressed_HOAServices
{
    background: #bcd6d7;
    border-color: #c0dde0;
}
.dxscControlAreaForm_HOAServices
{
    font-size: 1.33em;
    color: #010000;
    white-space: normal;
    padding: 9px 12px 13px 12px;
    background-color: #EDF3F4;	
}
.dxscToolTipRoundedCornersTopBottomRow_HOAServices
{
    font-size: 0;
}
.dxscToolTipRoundedCornersTopSide_HOAServices
{
    border-top: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersLeftSide_HOAServices
{
    border-left: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersRightSide_HOAServices
{
    border-right: 1px black solid; 
    vertical-align:bottom; 
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersBottomSide_HOAServices
{
    border-bottom: 1px black solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:#fafad2;
}
.dxscToolTipRoundedCornersContent_HOAServices
{
    background-color:#fafad2;
    padding:0;
}
.dxscToolTipSquaredCorners_HOAServices
{
    background: #f9f9cd;
    padding: 0;
    font-size: 0;
    color: #303030;
    white-space: nowrap;
    border: solid 1px black;
}
.dxscTimeMarker_HOAServices
{
    top:-7px;
}
.dxscTimeMarkerLine_HOAServices
{
    top:-2px;
    height:3px;
    font-size: 0;
}
.dxscTimeMarkerLineV_HOAServices
{
    position:absolute;
    background-color:#296E8E;
    width:1px;
    font-size: 0;
    border:solid 1px white;
    border-top-width:0;
    border-bottom-width:0;
}
.dxscTimeMarkerLineH_HOAServices
{
    position:absolute;
    top:-2px;
    background-color:#296E8E;
    height:1px;
    font-size: 0;
    border:solid 1px white;
    border-left-width:0;
    border-right-width:0;
}
