#calendar {
	cursor: default;
	background-color: #edebe9;
	color: #534462;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: normal;
	z-index: 2147483647;
	width: 243px;
	line-height: 20px;
	font-size: 15px;
}
	#calendar textarea {
		width: 218px; height: 64px;
		margin: 0 0 6px 0;
		border: 1px solid #534462;
		resize: none;
		outline: none;
		font: inherit;
		font-style: italic;
		padding: 10px;
		color: #534462;
	}
	#calendar input {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
	#calendar .button-delete {
		float: left;
	}
#powerTip {
	cursor: default;
	background-color: #f0f0f0;
	color: #534462;
	display: none;
	padding: 10px 15px;
	position: absolute;
	white-space: normal;
	z-index: 2147483647;
	width: 280px;
	line-height: 20px;
	font-size: 15px;
	
	/*-webkit-box-shadow: 4px 4px 4px #000;
	 -moz-drop-shadow: (0 4px 4px rgba(0,0,0,0.3));*/
	 
	  -webkit-filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.4));
}
#powerTip:before {
	content: "";
	position: absolute;
}
#calendar:before {
	content: "";
	position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#calendar.n:before, #calendar.s:before {
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	left: 50%;
	margin-left: -8px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#calendar.n:before {
	border-top: 35px solid #edebe9;
	bottom: -35px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 35px solid #f0f0f0;
	bottom: -35px;
	border-right: 15px solid transparent;
	left: 0;
	-moz-drop-shadow: (0 4px 4px rgba(0,0,0,0.3));
}


#calendar.nw-alt:before, #calendar.ne-alt:before,
#calendar.sw-alt:before, #calendar.se-alt:before {
	border-top: 35px solid #edebe9;
	bottom: -35px;
	border-right: 15px solid transparent;
	left: 0;
}

#powerTip.ne-alt:before {
	left: auto;
	right: 0;
	border-left: 15px solid transparent;
	border-right: 0;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 35px solid #f0f0f0;
	border-left: 15px;
	bottom: auto;
	top: -35px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

.sw-alt {
	box-shadow: 1px 1px 1px #534462;
}
