#noCSSBrowser,
body #centerPage #header, 
body #centerPage #redBar, 
body #centerPage #bodyContent #pageContentSpecific #main #leftnav, body #centerPage #bodyContent #pageContentSpecific #main #snapshots, 
#centerPage #bodyContent #pageContentSpecific #main #rightcol,
#centerPage #bodyContent #pageContentSpecific #main #footer{
	display: none;
}

body {
   background: white;
   font-size: 12pt;
   }

#centrecol, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
   
   table {
	width: 6in;
	border-collapse: collapse; 
	border: 1px solid #839E99; 
	background: #fff; 
	font: .9em/1.2em Georgia, "Times New Roman", Times, serif; 
	color: #000; 
}

caption { 
	text-align: left; 
	padding: 1em 4px 4px;
	color: #000;
	font: bold 1.3em Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dashed #949494;
	margin-bottom: 1em;
}

tr, th{
	color: black;
}
td, th {
	border-bottom: 1px dashed #000;
	padding: 3px 3px .75em 3px; 
	line-height: 1.3em; 
}

th { 
	width: auto;
	background: #e6e6e6; 
	color: #000; 
	font-weight: bold; 
	text-align: left; 
	padding-right: .5em; 
	vertical-align: top; 
	border-right: 1px solid #000;
}

thead th { 
	background: #e6e6e6; 
	text-align: center; 
	color: #000;
}
	
th.timecol{
	width: 110px;
}

.odd td { 
	background: #fff;
	color: #000;
}

.odd th { border-bottom: 1px dashed #000;
}

tfoot th, tfoot td { 
display: none;
}

th + td { padding-left: .5em; }