DIV.SHCALENDAR_MAIN { 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:241px; 
	height:294px; 
	background:white;
	z-index:9999;
	border-radius:5px;
	padding:10px; 
	border:solid 2px var(--VICTORY_RED_1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
DIV.SHCALENDAR_HEADER_ROW { 
	height: 25px;
	background:#F0F0F0;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border:solid 1px #E0E0E0;
	border-bottom:solid 1px #D0D0D0;
}
DIV.SHCALENDAR_NAVIGATION { 
	position: absolute; 
	top:3px; 
	width: 20px;  
	font-size:16px; 
	text-align:center; 
	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
DIV.SHCALENDAR_LEFT  { left:0px; }
DIV.SHCALENDAR_RIGHT { left:220px; }
DIV.SHCALENDAR_TITLE { position: absolute; left:20px; top:3px; width: 201px; font-size:16px; text-align:center;}

DIV.SHCALENDAR_DAYS {
	width:241px;
	height:240px;
}
DIV.SHCALENDAR_DAYHEADER_ROW {
	background:#D0D0D0;
	width:240px;
	height:26px;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
}
DIV.SHCALENDAR_DAYHEADER_ITEM {
	display: inline-block;
	vertical-align:top;
	padding-top:4px;
	width:33px;
	height:22px;
	border-right: solid 1px #C0C0C0;
	text-align:center;
}
DIV.SHCALENDAR_SCHEDULE {
	width:240px;
	height:204px;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
}
DIV.SHCALENDAR_DAY {
	color: black;
	display: inline-block;
	vertical-align:top;
	padding-top:8px;
	width:33px;
	height:25px;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	text-align:center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
DIV.SHCALENDAR_DAY_INACTIVE {
	color: #C0C0C0;
}
DIV.SHCALENDAR_DAY_ACTIVE {
	color: black;
	cursor:pointer;
}
/*
DIV.SHCALENDAR_ACTION_ROW {
	width:240px;
	height:32px;
}
*/
DIV.SHCALENDAR_BUTTON_CANCEL { width:120px; text-align:left;margin-top:10px;}
BUTTON.SHCALENDAR_BUTTON_CANCEL {width:100px; border-radius:0; border: solid 2px var(--VICTORY_RED_1);background:transparent;font-family:victory_serif;}
DIV.SHCALENDAR_BUTTON_EMPTY { width:120px; text-align:right;margin-top:10px;}
BUTTON.SHCALENDAR_BUTTON_EMPTY {width:100px; border-radius:0; border: solid 2px var(--VICTORY_RED_1);background:transparent;font-family:victory_serif;}
