body {
  	background-color: #fff;
  	color: #000;
   	font: 10pt "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
   	}
   
#header, .copyright {
   	display: none;
   	}
	
#header img, h1 a, h1 img {
	display: none
	}	
	
#wrapper, #calendarContainer {
   width: auto;
   margin: 2%;
   padding: 0;
   float: none !important;
   }
   
img.display {
	visibility:visible;
}
   
div#calendarContainer {
   margin-left: 0;
   padding-top: 1em;
   }
   
#footer {
	color:#000;
	}
   
#calendarContainer a:link:after, #content a:visited:after {
   content: " (http://www.vancouverrecoveryclub.com" attr(href) ") ";
   font-size: 90%;
   }
   
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	padding: 2px;
}

tbody tr {
	border-bottom: 1px solid #ccc;
}

.background {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

thead th {
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 5px 0 2px;
	border-bottom: 1px solid #333;
	color: #000;
}

