/* 

--PRINT STYLESHEET--

<style><!-- for syntax highlighting in text editor -->
*/

body {
	background-color: #FFF;
	font: 12px/1.5em Verdana, Helvetica, sans-serif;
	color: #000;
}

	body, #page {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#page a[href]:after {
		content: " [" attr(href) "]";
		font-size: 90%;
	}
	
#top, #language, #nav, #subnav, #midsection, .edit, .feature, #footerWrapper {display: none;}

.no-print {display: none;}

a, a:visited {color: #000;}

h1 {
	text-align: center; 
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

h1 img {border: none;}

ul#entries {display: none;}

.groupsBox {
	border-bottom: 2px dashed #CCC;
	margin-bottom: 0px;
	padding-bottom: 10px;
	page-break-before: auto;
}
	.groupsBox h3 {margin-bottom: -5px;}
	
		#page .groupsBox h3 a[href]:after {
			content: "";
		}
	
	.groupsBox img {position: static; float: right; padding: 5px; border: 1px solid #CCC; margin-left: 10px;}
	
	.groupsBox .right a[href]:after {
		content: " " attr(href);
		font-style: italic;
	}
	
	.groupsBox .right {
		display: none;
	}
	

.group-leader {padding: 5px; background-color: #EAEAEA;}

	.group-leader:after, .groupsBox:after {
								content: "."; 
								display: block; 
								height: 0; 
								clear: both; 
								visibility: hidden;
							}
	.group-metro img, .group-leader span.gray {display: none;}
		
	.group-leader h3 {margin: 0; padding: 0;}
	
	.group-leader img {position: static; float: left; padding: 5px; border: 1px solid #CCC; margin-right: 10px;}
	
	.group-leader-contact {float: left;}
	
	#page h5 a, #page h3 a, .groupsBox .right a {text-decoration: none;}
	
	#page h5 a[href]:after {
		content: " [" attr(href) "]";
		font-size: 90%;
	}

	#page #invoice #inv-amount {font-size: 16px;}
	#page p.thank-you {display: none;} 
	
#base {clear: both; text-align: center; margin-top: 20px; border-top: 1px solid #CCC;}

	#base p {color: #CCC;}
	
	#base span {display: none;}
	
	#base a, #base a:visited {text-decoration: none;}