@charset "UTF-8";
/* CSS Document */


body {
	background-color: #ffffff;
	margin: 0px;
}




.page-gallery-month {
	
	text-align: center;
	padding: 160px 0px 60px 0px;
	display: block;
	width: 100%;
}


.month-prev {
	font-family: arial;
	font-size: 42px;
	display: inline-block;
	text-align: right;
	width: 50px;
	float: left;
	text-decoration: none;
	color: #333333;
	
}

.month-header {
	font-family: arial;
	font-size: 42px;
	display: inline-block;
	padding: 0px 30px 20px 30px;
	text-transform: uppercase;
}


.month-next {
	font-family: arial;
	font-size: 42px;
	display: inline-block;
	text-align: left;
	width: 50px;
	float: right;
	text-decoration: none;
	color: #333333;
	
}

.inactive {
	color: #dddddd;
}

.tack-on {
	width: 100%; 
	padding: 30px 0px 30px 0px; 
	margin: 10px 0px 0px 0px; 
	background-color: #eeeeee; 
	text-align: center; 
	text-transform: uppercase; 
	font-family: arial; 
	font-size: 16px;
	line-height: 40px;
}

.tack-on-approved {
	width: 100%; 
	padding: 30px 0px 30px 0px; 
	margin: 10px 0px 0px 0px; 
	background-color: #50b948;
	text-align: center; 
	text-transform: uppercase; 
	font-family: arial; 
	font-size: 16px;
	line-height: 40px;
}

.tack-on-approved::after {
	content: "Revisions approved\00A0\203A";
	color: #ffffff;
}

.tack-on-link {
	text-decoration: none;
	color: #666666;
	padding: 0px 20px 0px 20px;
	
	white-space: nowrap;
}

.revs::after {
	content: "Revisions\00A0\203A"
}

.revs-link {
	text-decoration: none;
	color: #666666;
}

.tack-on-link::after {
	content: "\00A0\203A"
}


.spacer-grey {
	height: 10px;
	background-color: #eeeeee;
	margin: 40px 0px 80px 0px;
}

.spacer {
	height: 40px;
}

.section-header {
	font-family: arial;
	font-size: 38px;
	color: #666666;
	padding: 0px 0px 80px 60px;
}

