
/* 

DayPilot Month Theme 
http://themes.daypilot.org/month/theme/enxtuz

Theme Designer Version: 2015.10.08.1339
*/
/* toolbar */
#toolbar { background-color:#ccc;height:25px;line-height:25px;border-left:1px solid #333;border-top:1px solid #333;border-right:1px solid #333;color:#333;}
#toolbar .right { float:right; text-align: right; padding-right: 5px; }
#toolbar a { color: #000; text-decoration:none; }
#toolbar a:hover {color: #666; }

.dbpcalendar_main 
{
	border: 1px solid #eceef0;
}

.dbpcalendar_main, .dbpcalendar_main td 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dbpcalendar_event { 
	
}

.dbpcalendar_event_inner { 
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	margin: 0px;
	text-align: left;

	color: #000000;
	background-color: #ffffff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));  
	background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa);
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa);
	background: -ms-linear-gradient(top, #ffffff 0%, #fafafa);
	background: -o-linear-gradient(top, #ffffff 0%, #fafafa);
	background: linear-gradient(top, #ffffff 0%, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffffff", endColorStr="#fafafa");
	padding: 0px;
	border: 1px solid #eceef0;
}

.dbpcalendar_header_inner
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #eceef0;
	border-bottom: 1px solid #eceef0;
	text-align: center;
	padding: 2px;

	color: #666666;
	background: #eeeeee;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #e9e9e9);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #e9e9e9);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e9e9e9);
	background: -o-linear-gradient(top, #f3f3f3 0%, #e9e9e9);
	background: linear-gradient(top, #f3f3f3 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#f3f3f3", endColorStr="#e9e9e9");
	
}

.dbpcalendar_colheader, .dbpcalendar_alldayheader { background-color: #eeeeee; border-right: 1px solid #eceef0; border-bottom: 1px solid #eceef0;text-align:center; }
.dbpcalendar_rowheader { background-color: #eeeeee; box-sizing: border-box; border-right: 1px solid #eceef0; border-bottom: 1px solid #eceef0;text-align:center; }
.dbpcalendar_cornerright {background-color: #ddd;margin-top:-1px;}
.dbpcalendar_corner {background-color: #ddd;}
.dbpcalendar_alldayevent_inner {padding:2px;text-align:center;color:#000;}

.dbpcalendar_cell 
{
	background-color: #f9f9f9;
}

.dbpcalendar_cell.dbpcalendar_cell_business
{
	background-color: #ffffff;
}

.dbpcalendar_cell_inner 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;	
}

.dbpcalendar_cell_header 
{
	text-align: right;
	padding-right: 2px;
}

.dbpcalendar_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	color: #ffffff;
	background: #ffa216;	
}

.dbpcalendar_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;
}

/*
.dbpcalendar_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;
}
*/

.dbpcalendar_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}

.dbpcalendar_event_timeleft { color: #ff9; font-size: 8pt }
.dbpcalendar_event_timeright { color: #ff9; font-size: 8pt; text-align: right; }