.csharp, .csharp pre
{
	font-size: small;
	color: #fff;
	font-family: Consolas, Courier New, Courier, Monospace;
	background-color: #333;
	margin-left: 2em;
}

.csharp pre
{
	/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharp .csComment { color: #008000; }
.csharp .csDocumentation { color: #aaa; }
.csharp .csKeyword { color: #00aaff; }
.csharp .csString { color: #E0551D; }
.csharp .csDirective {color: #00aaff;}
.csharp .csLineNumber { color: #2B91AF; }
