.bluedaypilotcalendarmonth_main 
{
	border: 1px solid #5a75ad;
}
.bluedaypilotcalendarmonth_main, .bluedaypilotcalendarmonth_main td 
{
	font-family: Source Sans Pro, sans-serif;
	font-size: 12px;
}
.bluedaypilotcalendarmonth_event_inner { 
	position: absolute;
	overflow: hidden;
	margin: 1px;
	text-align: center;
	line-height: 1;
	font-size: 10px;
	color: #4d4d4d;
	background-color: #9d9d9d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#9d9d9d));  
	background: -webkit-linear-gradient(top, #FFF 0%, #9d9d9d);
	background: -moz-linear-gradient(top, #FFF 0%, #9d9d9d);
	background: -ms-linear-gradient(top, #FFF 0%, #9d9d9d);
	background: -o-linear-gradient(top, #FFF 0%, #9d9d9d);
	background: linear-gradient(top, #FFF 0%, #9d9d9d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFF", endColorStr="#9d9d9d");
	border: 1px solid #CCC;
	left: 0px;
	right: 2px;
	top: 0px;
	bottom: 3px;
	-moz-box-shadow:
		1px 2px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		1px 2px 3px rgba(000,000,000,0.3);
	box-shadow:
		1px 2px 3px rgba(000,000,000,0.3);
}
.bluedaypilotcalendarmonth_header_inner
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #5a75ad;
	border-bottom: 1px solid #5a75ad;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	color: #ffffff;
	background: #0f5cbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#126ee5), to(#0c4a99));
	background: -webkit-linear-gradient(top, #126ee5 0%, #0c4a99);
	background: -moz-linear-gradient(top, #126ee5 0%, #0c4a99);
	background: -ms-linear-gradient(top, #126ee5 0%, #0c4a99);
	background: -o-linear-gradient(top, #126ee5 0%, #0c4a99);
	background: linear-gradient(top, #126ee5 0%, #0c4a99);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#126ee5", endColorStr="#0c4a99");
}
.bluedaypilotcalendarmonth_cell 
{
	background-color: #c9c9c9;
	color: red;
}
.bluedaypilotcalendarmonth_cell.bluedaypilotcalendarmonth_cell_business
{
	background-color: #ffffff;
	color: #000;
}
.bluedaypilotcalendarmonth_cell_inner 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.bluedaypilotcalendarmonth_cell_header 
{
	text-align: right;
	padding-right: 2px;
}
.bluedaypilotcalendarmonth_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #ffffff;
	background: #19304f;
}
.bluedaypilotcalendarmonth_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;
}
.bluedaypilotcalendarmonth_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;
}
.bluedaypilotcalendarmonth_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}
.bluedaypilotcalendarmonth_event_timeleft { color: #ccc; font-size: 8pt }
.bluedaypilotcalendarmonth_event_timeright { color: #ccc; font-size: 8pt; text-align: right; }
.bluedaypilotcalendarmonth_loading { background-color: orange; color: white; padding: 2px; }
