/* 
 * common styles for Marvin's Playpen -- printer version
 */
 
body {margin: 0px; color: black; background: white;}
body, p, td, th {font-family: Arial, Helvetica, sans-serif;}
body, p, td, th {font-size: 12pt;}	
	
h1 {font-weight: bold; font-size: 200%; padding-top: 0px; margin-top: 0px; }
h3 {font-weight: bold; font-size: 110%; padding-bottom: 0px; margin-bottom: 0px; } 
 a:link {color: #990000;}a:visited {color: #990099; }

.revdate {
	font-weight: normal;
	font-size: 0.83em;
	}
.extern { list-style-type: circle; }
.intern { list-style-type: disc; }
table {margin: 0;}table td {
	padding: 0; 
	border-width: 0; 
	vertical-align: top; }

/* note if nesting tables, use un-classed TDs for nests, then 
	specify either class=infod or class=infom on final cell
	that actually prints stuff.  this avoids successive application
	of percentage-based font size specification
*/ 
table.info {
	width: auto;
	margin-left: 10px;
	margin-top: 4px;
	border-bottom-width: 2px;
	border-bottom-color: #367d36;
	border-bottom-style: solid;
	padding-bottom: 2px;
	}

th.infoh {  
	background: #367d36;
	padding: 1px 2px 1px 2px;
	font-size: 0.9em;
	font-weight: bold; 
	font-style: italic;
	color: white; 
	} 
td.infod {
	font-size: 0.75em;
	padding: 1px 2px 1px 2px;
	} 
td.infom {
	font-size: 0.75em;
	padding: 1px 2px 1px 2px;
	font-family: courier, monospace;
	} 	 
.even { background: #bcd3bc; }
.odd { background: white; }  

td#logo {  }
td#leftbutton {
	display: none;
	}
td#content { 
	font-style: italic;
	text-align: left;
	/* this is ugly, but helps IE when content text is narrow */
	width: 100%;
	}

.codeblock {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid thin black;
	background: #bcd3bc;
	padding: 4px 8px 4px 8px;
	font-family: "courier new", courier, monospace;
	}
	
.highlightblock {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #bcd3bc;
	padding: 4px 8px 4px 8px;
	}

