/* Pretty printing styles. Used with prettify.js. */
.shl_str { color: #080; }
.shl_kwd { color: #008; }
.shl_com { color: #800; }
.shl_typ { color: #606; }
.shl_lit { color: #066; }
.shl_pun { color: #660; }
.shl_pln { color: #000; }
.shl_tag { color: #008; }
.shl_atn { color: #606; }
.shl_atv { color: #080; }
.shl_dec { color: #606; }
pre.prettyprint { margin:10px 0;padding: 10px; border-top: 1px solid #888; overflow:auto;}

@media print {
  .shl_str { color: #060; }
  .shl_kwd { color: #006; font-weight: bold; }
  .shl_com { color: #600; font-style: italic; }
  .shl_typ { color: #404; font-weight: bold; }
  .shl_lit { color: #044; }
  .shl_pun { color: #440; }
  .shl_pln { color: #000; }
  .shl_tag { color: #006; font-weight: bold; }
  .shl_atn { color: #404; }
  .shl_atv { color: #060; }
}
.shl_container{margin:12px 0px;border:0;background:#fafafa;}
.shl_container pre {margin:0px;background:#fff;font-size:12px}
.shl_tab,.shl_tab_h{
	padding:4px;
	width:90px;
	/*height:18px;*/
	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	border:1px solid #eef;
}
.shl_tab_h{/*border:1px inset #aaa;*/background:#fcfcfc;font-weight:bold;}
.shl_content{
	font-family: 'Lucida Console', Verdana, Arial, sans-serif;
	padding: 2px 5% 20px 5%;
	border-top: 1px solid #888;
	width:90%;
	overflow:auto;
	white-space:nowrap;
	font-size:16px;
	background:#fff;
}
.shl_content ol{
	background:#efe;
	font-weight:bold;
}
.shl_content li{
	background:#fff;
	font-weight:normal;
}
