/* 
DayPilot Month Theme 
https://themes.daypilot.org/month/theme/vpxzxg
Theme Designer Version: 2019.08.13.78552
*/
.public_main 
{
	border: 1px solid #c0c0c0;
}
.public_main, .public_main td 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.public_event { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.public_event_inner { 
	position: absolute;
	overflow: hidden;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 1px;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#323232));  
	background: -webkit-linear-gradient(top, #343434 0%, #323232);
	background: -moz-linear-gradient(top, #343434 0%, #323232);
	background: -ms-linear-gradient(top, #343434 0%, #323232);
	background: -o-linear-gradient(top, #343434 0%, #323232);
	background: linear-gradient(top, #343434 0%, #323232);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#343434", endColorStr="#323232");
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	border: 1px solid #333333;
}
.public_header_inner
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	padding: 2px;
	overflow: hidden;
	color: #ffffff;
	background: #003366;
}
.public_cell 
{
	background-color: #ffffff;
}
.public_cell.public_cell_business
{
	background-color: #ffffff;
}
.public_cell_inner 
{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;	
}
.public_cell_header 
{
	text-align: right;
	padding-right: 2px;
}
.public_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #ffffff;
	background: #d1ab11;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6bc13), to(#bc9a0f));
	background: -webkit-linear-gradient(top, #e6bc13 0%, #bc9a0f);
	background: -moz-linear-gradient(top, #e6bc13 0%, #bc9a0f);
	background: -ms-linear-gradient(top, #e6bc13 0%, #bc9a0f);
	background: -o-linear-gradient(top, #e6bc13 0%, #bc9a0f);
	background: linear-gradient(top, #e6bc13 0%, #bc9a0f);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#e6bc13", endColorStr="#bc9a0f");
}
.public_shadow_inner 
{
	background-color: #666666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.public_event_delete {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAI5JREFUKFNtkLERgCAMRbmzdK8s4gAUlhYOYEHJEJYOYOEwDmGBPxC4kOPfvePy84MGR0RJ2N1A8H3N6DATwSQ57m2ql8NBG+AEM7D+UW+wjdfUPgerYNgB5gOLRHqhcasg84C2QxPMtrUhSqQIhg7ypy9VM2EUZPI/4rQ7rGxqo9sadTegw+UdjeDLAKUfhbaQUVPIfJYAAAAASUVORK5CYII=) center center no-repeat; 
	opacity: 0.6; 
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	cursor: pointer;
}
.public_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}
.public_event_timeleft { color: #ccc; font-size: 8pt }
.public_event_timeright { color: #ccc; font-size: 8pt; text-align: right; }
.public_loading { background-color: orange; color: white; padding: 2px; }
