.center {
	text-align: center;
}

.button {
	border: 1px solid #777;
	padding: 6px;
	background: beige;
	text-decoration: none;
	  -moz-box-shadow:    2px 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px 2px #ccc;
	  box-shadow:         2px 2px 2px 2px #ccc;
}

.staffbutton {
	float: right;
	border: 1px solid #777;
	padding: 6px;
	background: beige;
	text-decoration: none;
	  -moz-box-shadow:    2px 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px 2px #ccc;
	  box-shadow:         2px 2px 2px 2px #ccc;
}

#stafflist img {
	max-width: 80px;
	max-height: 80px;
}

#stafflist p {
	clear: both;
}

.leftcolumn {
	width: 250px;
	float: left;
}

.extralineheight {
	line-height: 24px;
}

.pdf {
	width: 32px;
	height: 32px;
	float: left;
	background-image: url('../images/pdf.png');
}

#schedule h4 {
	color: #0073ae;
	font-size: 20px;
	border-bottom: 1px solid #0073ae;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

#schedule h5 {
	color: #3473c8;
	font-size: 16px;
	font-weight: normal;
	margin: 0;padding: 0;
}

#schedule .indented {
	margin-left: 140px;
}
