.tmPlan-form-intro {
	text-align: center;
	margin: 16px;
}

.tmPlan-form {
	text-align: center;
}

.tmPlan-breathe {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#tmPlan-view-roster .handsontable .htDimmed {
	color: #555;
}

#tmPlan-edit-roster .handsontable td, #tmPlan-edit-roster .handsontable th {
	border-left: 1px solid #555;
	border-right: 1px solid #CCC;
	white-space: nowrap;
}

#tmPlan-edit-roster .handsontable .htNoFrame + td,
#tmPlan-edit-roster .handsontable .htNoFrame + th,
#tmPlan-edit-roster .handsontable td:first-child,
#tmPlan-edit-roster .handsontable th:first-child {
	border-left: 1px solid #CCC;
}

#tmPlan-edit-roster .handsontable td:last-child,
#tmPlan-edit-roster .handsontable th:last-child {
	border-right: 1px solid #CCC;
}

#tmPlan-edit-attendance .handsontable col.rowHeader {
  width: 160px;
}

#tmPlan-edit-attendance .handsontable span.colHeader {
	white-space: pre-wrap;
}

.handsontable td.tmPlan-reply,
.handsontable th.tmPlan-reply {
  width: 80px;
}

.handsontable .tmPlan-date {
	font-weight: bold;
	color: #000;
	background-color: #DDD;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#tmPlan-edit-roster .handsontable .tmPlan-venue {
	white-space: pre-line;
}

.handsontable .tmPlan-status {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #BFCFFF;
	color: #404040;
}

.handsontable .tmPlan-reply.tmPlan-status {
	background-color: #DDD;
}

.handsontable .tmPlan-final.tmPlan-status {
	background-color: #C8DBAC;
}

#tmPlan-edit-roster .handsontable .tmPlan-reply,
#tmPlan-edit-roster .handsontable .tmPlan-final {
	border-left: 1px solid #CCC;
}

#tmPlan-edit-roster .handsontable .tmPlan-apologies {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	white-space: normal;
}

#tmPlan-edit-roster .handsontable .tmPlan-available {
	vertical-align: top;
	white-space: normal;
}

.handsontable .tmPlan-rosterDelete {
	padding-top: 4px;
	padding-bottom: 4px;
}

.handsontable .tmPlan-block {
	background-color: #EFF3FF;
}

.handsontable .tmPlan-reply.tmPlan-block {
	background-color: #F0F0F0;
}

.handsontable .tmPlan-final.tmPlan-block {
	background-color: #F0FCE0;
}

.handsontable .tmPlan-block-divider {
	border-bottom: 1px solid #999;
}

.handsontable .tmPlan-replaced {
	color: #9797A6;
}

.handsontable .tmPlan-replacement {
	color: #6BA150;
}

.handsontable .tmPlan-highlight-user {
	background-color: #FFFF99;
}

.handsontable .tmPlan-attendance-y {
	background-color: #CCFF99;
	text-align: center;
}

.handsontable .tmPlan-attendance-y.currentRow,
.handsontable .tmPlan-attendance-y.currentCol {
	background-color: #B0F182;
}

.handsontable .tmPlan-attendance-a {
	background-color: #FFFF99;
	text-align: center;
}

.handsontable .tmPlan-attendance-a.currentRow,
.handsontable .tmPlan-attendance-a.currentCol {
	background-color: #EDEF80;
}

.handsontable .tmPlan-attendance-n {
	background-color: #FF9999;
	text-align: center;
}

.handsontable .tmPlan-attendance-n.currentRow,
.handsontable .tmPlan-attendance-n.currentCol {
	background-color: #EA8082;
}


/* members area */

.tmPlan-upcoming-roles {
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 32px 20px 20px 32px;
	border-color: #C9E1BD;
	background: #F3FAEF;
}

#primary .tmPlan-upcoming-roles ul {
	margin: 0;
	list-style-type: none;
	line-height: 1.2em;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#primary .tmPlan-upcoming-roles .tmPlan-date-icon {
	border: 1px solid #c2c2c2;
	border-top: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #525252;
	float: left;
	font-weight: bold !important;
	background-image: -webkit-linear-gradient(#fff,#fff 1em,#e7e7e7);
	background-image: linear-gradient(#fff,#fff 1em,#e7e7e7);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: none;
	line-height: 1.2em;
	margin: 6.5px 0.75em;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 4em;
}

#primary .tmPlan-upcoming-roles .tmPlan-month {
	background: #6689ac;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	padding: 0 0.2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

#primary .tmPlan-upcoming-roles .tmPlan-day {
	font-size: 2em;
	padding: 0.1em 0;
	line-height: 1.2em;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#primary .tmPlan-no-role {
	font-weight: normal;
	font-style: oblique;
	color: #999;
}

#primary .tmPlan-upcoming-role-title,
#primary .tmPlan-role-confirm {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 4.5em;
	text-align: left;
	width: 250px;
}

#primary .tmPlan-role-confirm img {
	vertical-align: middle;
}

#primary .tmPlan-role-confirm p {
	width: 142px;
	display: inline-block;
}

#primary .tmPlan-role-yes {
	font-weight: normal;
	color: #3B6600;
}

#primary .tmPlan-role-no {
	font-weight: normal;
	color: #860700;
}

#primary .tmPlan-availability-change-button {
	
}

.tmPlan-current-template {
	text-align: center;
	font-size: 110%;
}