/* Pretty printing styles. Used with prettify.js. */

.str { color: #003399;}
.kwd { color: #008; }
.com { color: #339900; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint {
	font-size: 11px; 
	font-family: Consolas, Bitstream Vera Sans Mono, Andale Mono, Lucida Console, Courier, mono; 
	background-color: #FBF9F7; 
	border-left-color: #999999; 
	border-left-style: double; 
	border-left-width: thick; 
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	padding-left: 5px; 
	overflow: auto; 
	line-height: 1.3em; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	width: 600px;
	white-space: pre;
	display: block;
	max-height:300px;
}
pre.prettyprintEdit {
	font-size: 11px; 
	font-family: Consolas, Bitstream Vera Sans Mono, Andale Mono, Lucida Console, Courier, mono; 
	background-color: #FBF9F7; 
	border-left-color: #999999; 
	border-left-style: double; 
	border-left-width: thick; 
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	padding-left: 5px; 
	overflow: auto; 
	line-height: 1.3em; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	width: 500px;
	white-space: pre;
	display: block;
	max-height:300px;
}
@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}
