#DWebCMS-CalendarWrapper #slide{
	width:30%;
	background:#f5f5f5;
	height:auto;
	min-height:200px;
	float:right;
	margin-right:-34%;
	padding:1%;
	border:1px solid #cccccc;
	color:#555;
	line-height:22px;
}
#DWebCMS-CalendarWrapper .ui-tabs{
	width:770px;
	float:left;
	margin-left:20px;
}
#DWebCMS-CalendarWrapper .EventTitle { font-weight: bold; }
#DWebCMS-CalendarWrapper #date { font-size: 10px; }
#DWebCMS-CalendarWrapper #location { font-style: italic; }
#DWebCMS-CalendarWrapper #comments a { font-weight: bold; }

#DWebCMS-CalendarWrapper #calendarcontainer{
	width:auto;
	max-width:98%;
	padding:1%;
	overflow:hidden;
	margin-top:20px;
	height:auto;
}

#DWebCMS-CalendarWrapper #calendarholder{
	float:left;
	width:100%;
}
#DWebCMS-CalendarWrapper #calendar{
	width:100%;
}
#DWebCMS-CalendarWrapper .button{

	/*background:white;*/
	margin:5px;
	cursor:pointer;
	float:right;
	font-weight: 600;
}
#DWebCMS-CalendarWrapper .cancel{
	float: right;
	color:#a40c0c !important;
	margin-top: 4px;
}
#DWebCMS-CalendarWrapper .delete{
	float: left;
}
#DWebCMS-CalendarWrapper .delete .ui-button-text{
	text-transform: capitalize !important;
}
#DWebCMS-CalendarWrapper .button .ui-button-text{padding:1px 5px; margin:0;font-size:12px;}
#DWebCMS-CalendarWrapper .Recurrence {display: none;}
#DWebCMS-CalendarWrapper ul.token-input-list { max-width: 100%; width: 216px; }
#DWebCMS-CalendarWrapper div.token-input-dropdown { max-width: 100%; width: 206px; padding-left: 10px; padding-right: 0px; }
#DWebCMS-CalendarWrapper .error { color: red; } 

#DWebCMS-CalendarWrapper .agenda_wrapper {
	padding-bottom: 4px;
}

#DWebCMS-CalendarWrapper .agenda_title {
	font-size: small;
	padding:3px 3px 3px 6px;
	font-weight:bold;
}
#DWebCMS-CalendarWrapper .agenda_line {
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#DWebCMS-CalendarWrapper .agenda_item {
	font-size: small;
	padding:3px 3px 3px 6px;
}
#DWebCMS-CalendarWrapper .LargeEventPhoto { width:33%; margin:0 2% 2% 0; float:left; }
#DWebCMS-CalendarWrapper .LargeEventPhoto img{width: 100%; height:auto;border:1px solid #b7b7b7;margin:0 2% 2% 0;}
#DWebCMS-CalendarWrapper .LargeEventPhoto .Caption { font-size: 9px; }

#DWebCMS-CalendarWrapper .pagingcontainer{ font-weight:bold; font-size:14px; margin-top:10px; text-align:center;}
#DWebCMS-CalendarWrapper .pagingcontainer a{ float: none; }
#DWebCMS-CalendarWrapper .paging {margin:5px;}
#DWebCMS-CalendarWrapper .paging .ui-button-text{margin:0px!important; padding:1px 10px!important; font-size:14px; text-transform:uppercase;}

#DWebCMS-CalendarWrapper .PrintText{width:56%;float:left;line-height:20px; padding:0 2%;}
#DWebCMS-CalendarWrapper .Print{width:36%;float:right;line-height:20px; padding:0 2%;}
#DWebCMS-CalendarWrapper .propertyInput{
	border: 1px solid #e0e0e0;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#f1f1f1));
	background: -webkit-linear-gradient(#FFFFFF, #f1f1f1);
	background: -moz-linear-gradient(#FFFFFF, #f1f1f1);
	background: -ms-linear-gradient(#FFFFFF, #f1f1f1);
	background: -o-linear-gradient(#FFFFFF, #f1f1f1);
	background: linear-gradient(#FFFFFF, #f1f1f1);
	-pie-background: linear-gradient(#FFFFFF, #f1f1f1);
	behavior: url(share/PIE.htc);
	height:25px;
	margin:5px 0px;
	color:#828282;
	padding:0px 0px 0px 3px;
}
@media (max-width:600px) {
	#DWebCMS-CalendarWrapper .PrintText{width:96%;float:left;line-height:20px; padding:0 2%;}
	#DWebCMS-CalendarWrapper .Print{width:100%;float:left;line-height:20px; padding:0 2%;}
	#DWebCMS-CalendarWrapper img.printemail{margin:0 0 0 10px;padding:0; border:0;width:30px; height:30px; float:left;}
}