/* August 2, 2017 */
body { 
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('/pathfinder/img/parchment.png');
	background-repeat: repeat;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
}

.holiday_links {
	color: #B22222;
	text-decoration: none;
}

.session_links {
	color: #8B4513;
	text-decoration: none;
}

#modalsContainer {
	display: none;
}

#overlay {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#modal {
  position:absolute;
  background:url(tint20.png) 0 0 repeat;
  background:rgba(0,0,0,0.2);
  border-radius:14px;
  padding:8px;
}

#content {
  border-radius:8px;
  background:#fff;
  padding:20px;
}

#close {
  position:absolute;
  background:url(close.png) 0 0 no-repeat;
  width:24px;
  height:27px;
  display:block;
  text-indent:-9999px;
  top:-7px;
  right:-7px;
}

.modal h1 {
  color: #B22222;
}

.modal {
  background-color: #EEE8AA !important;
}
