.command
{
	font-size:			10pt;
	font-family:		courier new, courier, monospace;
	/*background-color:	#cccccc;*/
	font-weight:		bold;

	/*border:1px black solid;*/
	padding:1px;
}

.codeBlock
{
	width:100%;
	
	margin-right:-2px;				/* Fixes IE's problem when calculating 2 extra pixels in strict mode for elements with an 100% width with a border */
	border:				1px solid #888888;

	line-height:120%;
	margin-bottom: 16px;
}

.codeHeader
{
	width:100%;
	background-color:#888888;
}
.codeHeader td
{
	padding-left:4px;
	padding-right:4px;
	font-size:95%;
	color:white;
	font-weight:bold;
}

.codeContainer
{
	background-color:	#eeeeee;
	/*white-space:		pre;*/

	width:100%;
	overflow:auto;
	/*height:75px;*/
	/*overflow-y:hidden;*/
	/*xoverflow-x:scroll;*/

	padding-bottom:16px;
	padding-top:16px;
}

ol
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.codeLines
{
	white-space: 		nowrap;
	font-family:		courier new, courier, monospace;
	font-size:			95%;
}

.codeShade
{
	color:				#aaaaaa;
	font-style:			italic;
}

.inlinecode
{
	font-size:			90%;
	font-family:		courier new, courier, monospace
}
