.csharpcode, .csharpcode pre
{
	/* font-size: small;*/
	color: black;
	/* font-family: Consolas, "Courier New", Courier, Monospace;*/
	/* background-color: #ffffff; */
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em;}

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*.code 
{ background-color: #EEEEEE; width: 100%; }

.code td
{
    padding: 5px;
}
*/

.code
{
	font-family:andale mono,monaco,lucida console,courier new;font-size:11px;color:#000080;
	background:#ececec;line-height:14px;
	padding-left:7px; 
	padding-right:7px; 
	padding-top:7px; 
	padding-bottom:4px; 
	border:1px solid #cccccc;
	width: 100%;
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 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 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 width:674px;
}



