
/* 

DayPilot Month Theme 
http://themes.daypilot.org/month/theme/n7lkbz

Compatibility:

DayPilot Pro for JavaScript 7.8
http://javascript.daypilot.org/

DayPilot Pro for ASP.NET WebForms 7.8
http://www.daypilot.org/

DayPilot Pro for ASP.NET MVC 7.8
http://mvc.daypilot.org/

DayPilot Pro for Java 7.6
http://java.daypilot.org/

*/

.atimemonth_main 
{
	border: 1px solid #ffffff;
}

.atimemonth_main, .atimemonth_main td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.atimemonth_event { 
	
}

.atimemonth_event_inner { 
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	margin: 1px;

	color: #666666;
	background-color: #ffffff;
	
	padding: 5px;
	border: 0px solid #c7bbc7;

}

.atimemonth_header_inner
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding: 2px;

	color: #d649a2;
	background: #ffffff;
	text-transform: uppercase;
	
}

.atimemonth_cell 
{
	background-color: #ffffff;
}

.atimemonth_cell.atimemonth_cell_business
{
	background-color: #ffffff;
}

.atimemonth_cell_inner 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;	
}

.atimemonth_cell_header 
{
	text-align: right;
	padding-right: 2px;
	text-transform: uppercase;
}

.atimemonth_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	color: #ffffff;
	background: #ffa216;
	
}

.atimemonth_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;
}

.atimemonth_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;
}

.atimemonth_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}
