/* START: code blocks */

tt
{
	font-family: Lucida Console, Courier New;
}

span.code
{
	font-family: Lucida Console, Courier New;
}

div.code, pre.code
{
	display:block;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	/* Start Bug 8103
  width:100%;	*/
	max-width:100%; 
	/* End of Bug 8103 */ 
}

div.lang
{
	background-color: #dddddd;
	border-bottom: #eeeeee 1px solid;
	white-space:pre;
	clear:both;	
	padding-left:5px;
}

pre
{
	background: #dddddd;
	font-family: Lucida Console, Courier New;
	margin-top: 0px;
	margin-left: 1em;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*
	word-wrap: break-word;
	*/
}
/* END: code blocks */
