
/* 

DayPilot Month Theme 
http://themes.daypilot.org/month/theme/bshqh7

Compatibility:

DayPilot Pro for JavaScript 8.0
http://javascript.daypilot.org/

DayPilot Pro for ASP.NET WebForms 8.0
http://www.daypilot.org/

DayPilot Pro for ASP.NET MVC 8.0
http://mvc.daypilot.org/

DayPilot Pro for Java 8.0
http://java.daypilot.org/

*/

.asw_main 
{
	border: 1px solid #cccccc;
}

.asw_main, .asw_main td 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.asw_event { 
	
}

.asw_event_inner { 
	position: absolute;
	
	margin: 0px;
	text-align: left;

	color: #ffffff;
	background-color: #47afff;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	
	padding: 3px;
	
	
	
	
	
	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);
	
	
}

.asw_header_inner
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 2px;

	color: #666666;
	background: #eeeeee;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e2e2e2));
	background: -webkit-linear-gradient(top, #fafafa 0%, #e2e2e2);
	background: -moz-linear-gradient(top, #fafafa 0%, #e2e2e2);
	background: -ms-linear-gradient(top, #fafafa 0%, #e2e2e2);
	background: -o-linear-gradient(top, #fafafa 0%, #e2e2e2);
	background: linear-gradient(top, #fafafa 0%, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fafafa", endColorStr="#e2e2e2");
	
}

.asw_cell 
{
	background-color: #ffffff;
}

.asw_cell.asw_cell_business
{
	background-color: #ffffff;
}

.asw_cell_inner 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;	
}

.asw_cell_header 
{
	text-align: right;
	padding-right: 2px;
}

.asw_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	color: #ffffff;
	background: #777777;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#838383), to(#6b6b6b));
	background: -webkit-linear-gradient(top, #838383 0%, #6b6b6b);
	background: -moz-linear-gradient(top, #838383 0%, #6b6b6b);
	background: -ms-linear-gradient(top, #838383 0%, #6b6b6b);
	background: -o-linear-gradient(top, #838383 0%, #6b6b6b);
	background: linear-gradient(top, #838383 0%, #6b6b6b);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#838383", endColorStr="#6b6b6b");
	
}

.asw_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;
}

.asw_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;
}

.asw_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}

.hidden {
    display: none;
}