.calendar-view-more {display:block;text-indent:-9999em;}
.calendar-view-more.loading {background:url(../images/loader.gif) no-repeat;text-indent:-9999em;}
.calendar-quick-nav li {display:inline;}
.calendar-quick-nav li a.current {background: #ddd};

/* [YYYY]-[MM]-[DD]T[hh]:[mm]-[hh] */

/*Event Summary (single date)
==============================*/
.vevent {padding:10px 0; }

.vevent #Event{float:left; font-weight: bolder; font-family: Arial; font-size: 10px;margin-left: 12px;}
.vevent #Event span{ line-height: 1.5; }
.vevent #Event span.fulldate { text-transform: capitalize; }
.vevent .content{display: block; width:100%; clear:both; float:left; margin-top: 15px;}

.vevent .summary { margin:0 0 20px; }
.vevent .location { text-transform:uppercase; font-size:11px; }
.vevent .description { margin:5px 0; clear:both; }

.vevent .event-calendar-other-dates{
	float:left
}

/* Event page styling */

div.event-calendar-controls{
	float:right;
	overflow: visible;
	height: auto;
	min-width:450px;
	width:70%;
	clear:none;
}

div.event-calendar-content{
	float:right;
	overflow: hidden;
	height: auto;
	width: 100%;
	clear:none;
}

.image-thumbnail{
	width:48px;
	margin:5px;
	clear:none;
	float:left;
}

.WidgetHolder .WidgetHolderContent{
	background: none !important;
}

#calendar-widget{
	padding: 5px;
	background-color: rgba(255,255,255,0.8);
}

div#SelectButtons {
	float:right;
	padding:5px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}

div#SelectButtons span{
	padding-left: 20px;
}

div#SelectButtons .CalendarView{
	background-image: url(../images/icon/calendar-view.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right:17px;
}

div#SelectButtons .ListView{
	background-image: url(../images/icon/list-view.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* Event list*/

#EventList > ul {
	padding-top: 10px;
}
#EventList > ul li {
	background-image: none;
	padding-left:0;
}

#EventList .DateList{
	border-bottom:2px solid;
	border-bottom-color: rgb(237, 237, 237);
	margin-bottom: 6px;
	clear: both;
	height: auto;
	min-height: 45px;
	overflow: hidden;
}

#EventList .DateList > ul{
	float: left;
	width: 88%;
}

#EventList .date,.vevent > .date {
	min-width: 40px;
	min-height: 45px;
	margin-left:3px;
	margin-bottom:10px;
	clear: both;
	float: Left;
	overflow:visible;
	text-align: center;
	font-weight:bold;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: table-row;
}

.vevent > .date{
	clear:none;
}

.vevent > span.arrow{
	float:left;
	line-height: 38px;
	font-size:24px;
	padding-left: 3px;
}

.Title{
    display: none;
}

#EventList .date span,.vevent > .date span{
	display:block;
	float:none;
}

#EventList .date div.Monthdate,.vevent > .date div.Monthdate{
/*	Untill we figure out the month name problem
	font-size: 25px;
	font-weight: bold;
	line-height:22px;
	color:#626370;
	max-height:24px;
	min-height:24px;
	min-width: 40px;
	max-width: 40px;
	background-color: #F8F8FA;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	border: 1px solid #a2a2a2;
	border-bottom: none;*/
	font-size: 29px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	max-height: 40px;
	min-height: 40px;
	min-width: 40px;
	max-width: 40px;
	background-color: #90B224;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #a2a2a2;
}

#EventList .date div.Month,.vevent > .date div.Month{
	max-height:20px;
	min-height:20px;
	background-color: #5892BF;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #a2a2a2;
	border-top: none;
	line-height: 19px;
	font-weight: 700;
}


#EventList .DateList > ul li{
	margin-bottom: 25px;
	width:100%;
	background-image: none;
	padding-left:0;
	list-style-type: none;
}

#EventList .DateList > ul li h3{
	margin-bottom: 0;
	color: #444749;
	font-size: 1.50em;
}

#EventList .DateList > ul li:last-child{
	border-bottom: none;
	margin-bottom: 8px;
	width:100%;
}
#EventList .DateList > ul .event-detail p{
	margin-bottom: 0;
}

#EventList .DateList > ul .event-detail p.dates{
	font-weight: bold;
}

/*front end editing*/

#add-event-container{
	display:none;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}
#add-event,#addprivate-event {
	padding-left: 20px;
	margin-right:5px;
	height: 16px;
	display: block;
	clear:none;
	float:right;
	color: #CD2727;
	font-family: 'Open Sans Condensed','Arial',sans-serif !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url("../images/icon/calendar-add.png") no-repeat scroll 0 0 transparent;
}

#DateTimesStartDate,#DateTimesStartTime,#DateTimesEndDate,#DateTimesEndTime{ width: 50%; float: left; }

#FieldWrapper form fieldset {
	width:100%;
}

#FieldWrapper form .field{
	border-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#FieldWrapper form div.field .fieldgroup-field,
#FieldWrapper form div.field input.text,
#FieldWrapper form div.field select {
	width:100%;
	max-width:none;
}
	#every1DailyIntervaldays.field .fieldgroup-field select,
	#every2WeeklyIntervalweeks.field .fieldgroup-field select,
	#every3MonthlyIntervalmonths.field .fieldgroup-field select{
		padding: 0;
	}
	#every1DailyIntervaldays.field .fieldgroup-field.first,
	#every2WeeklyIntervalweeks.field .fieldgroup-field.first,
	#every3MonthlyIntervalmonths.field .fieldgroup-field.first,
	#every1DailyIntervaldays.field .fieldgroup-field.last,
	#every2WeeklyIntervalweeks.field .fieldgroup-field.last,
	#every3MonthlyIntervalmonths.field .fieldgroup-field.last{
		width:auto;
		line-height: 20px;
		padding-right: 5px;
	}

	#every1DailyIntervaldays.field .fieldgroup-field.even,
	#every2WeeklyIntervalweeks.field .fieldgroup-field.even,
	#every3MonthlyIntervalmonths.field .fieldgroup-field.even{
		width: 50px !important;
		padding-right: 5px;
	}
	
	#FieldWrapper form #MonthlyIndexMonthlyDayOfWeekofthemonth.field .fieldgroup-field,
	#FieldWrapper form #MonthlyIndexMonthlyDayOfWeekofthemonth.field input.text,
	#FieldWrapper form #MonthlyIndexMonthlyDayOfWeekofthemonth.field select {
		width: 80px;
		max-width:none;
		margin-right:3px;
		line-height: 20px;
		padding:0;
	}
	#FieldWrapper form label.left{
		line-height: 18px;
 		padding-bottom: 0;
 		padding: 8px 8px 8px 0;
		font-weight: bold;
		text-shadow: 1px 1px 0 white;
		width: 100%;
	}
	#FieldWrapper form #Recursion{
		width:100%;
		float:none;
		padding-left: 0px;
	}
	
	#FieldWrapper form fieldset.ss-gridfield table tbody,
	#FieldWrapper form fieldset.ss-gridfield table thead,
	#FieldWrapper form fieldset.ss-gridfield table tfoot{
		width:100%;
	}

		#FieldWrapper form fieldset.ss-gridfield table thead .title{
			display: none;
		}
		#FieldWrapper form fieldset.ss-gridfield table thead .simple-header .main{
			border-left: none;
			border-top: 1px solid rgba(0, 0, 0, 0.1);
			background: none;
			color:#000;
		}
		
			#FieldWrapper form fieldset.ss-gridfield table thead .simple-header .main.col-StartDate{
				border-left: 1px solid rgba(0, 0, 0, 0.1);
			}
		
		#FieldWrapper form fieldset.ss-gridfield table {
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}	
		
		#FieldWrapper form fieldset.ss-gridfield table tbody tr button.action-editDataObject,
		#FieldWrapper form fieldset.ss-gridfield table tbody tr button.action-saveDataObjectRow{
			display: none;
		}
		
		#FieldWrapper form fieldset.ss-gridfield table tbody td.col-buttons{
			width: 16px;
			max-width: 16px;
		}
		
		#FieldWrapper form fieldset.ss-gridfield table tbody td.col-buttons .ui-button-text{
			padding: .4em .4em .4em .4em;
		}
		#FieldWrapper form fieldset.ss-gridfield table tbody tr button{
			width:16px;
			margin: 0 0 0 2px;
		}
		
			#FieldWrapper form fieldset.ss-gridfield table tbody tr button .ui-icon{
				width:16px;
				left:0;
			}

.ui-dialog .field{
	width: 100%;
}

/* clearfix */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */