/*
 	activities_page.css: style rules that pertain to the 'activities list' 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 {
	width: 715px;
	text-align: left;
	border: none;
	background: none;
}

.after_header {
	padding: 10px 10px 10px 10px;
	border: solid 2px #033734;
	background: #ccddcc;
	margin-bottom: 5px;
}

.content h2 {
	border-width: 2px;
	margin: 0 auto 5px auto;
	/*padding: 5px 0 5px 0;*/
	background: #ccddcc;
	text-align: center;
}

table {
	width: 100%;
	font: 9pt Arial, Verdana, Sans-serif;
}

td {
	vertical-align: middle;
	padding: 5px;
	width: 50%;
}

td.l {
	text-align: left;
}

td.r {
	text-align: right;
}

