/*
 	recreation_page.css: style rules that pertain to the 'recreation' page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.content {
	text-align: justify;
}

.after_header {
	padding: 0 10px 10px 10px;10px; 
}

.content h3 {
	margin: 10px 0 0 0;
	/*margin-bottom: 0;*/
}

h3.toright {
	text-align: right;
}

img.pool  {
	border: solid #033734;
	border-width: 2px 2px 2px 2px;
	float: right;
	clear: right;
	margin: -2px -12px 10px 10px;
	padding: 5px;
	position: relative;
	background: white;
}

.pic_block {
	background-color: white;
	border: solid 2px #033734;
	padding: 5px 0 5px 0;
}
	
.pic_block a {
	text-decoration: none;
}

.pic_block img {
	width: 100px;
	border: solid 2px #033734;
	margin: 0 5px 0 5px;
}

#rink_pics {
	float: right;
	clear: right;
	margin: 10px 0 10px 10px;
}

#crook_farm {
	float: left;
	clear: left;
	margin: 15px 10px 5px 0px;
}

#marilla {
	float: right;
	clear: right;
	margin: 15px 0px 0px 10px;
}

.tts {
	border: none;
	text-align: center;
	margin: 20px auto 20px auto;
	width: 100%;
}

.tts td {
	vertical-align: bottom;
}

.tts img {
	border: solid 2px #033734;
	width: 100px;
	margin: auto;
}
	
.completed {
	position: absolute;
	width: 140px;
	/*
	width: 115px;
	left: 770px;
	top: 100px;
	*/
	top: 372px;
	background: #ccddcc;
	border: solid 2px #033734;
	text-align: center;
	padding: 5px 5px 0 5px;
	font: 8pt arial, verdana, sans-serif;
	color: #033734;
}

.completed a {
	font-weight: bold;
}

.completed img {
	padding: 5px;
	display: block;
	background: white;
	width: 100px;
	border: solid #033734;
	margin: 0 auto 0 auto;
}

img.lt {
	border-width: 2px 2px 0 2px;
	margin-top: 10px;
}

img.lm {
	border-width: 0 2px 0 2px;
}

img.lb {
	border-width: 0 2px 2px 2px;
	margin-bottom: 10px;
}

