.postText
{
font-size: 13px !important;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F0F0F0;
	overflow:auto;
	overflow-y: hidden;
	border: 1px dashed #999999;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 17 : 4);
	/*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; }

a.techtag { font-size:2px;color:#fff; }
div.techtags { border-top:1px solid #888; margin:5px; margin-top:15px; padding:5px; color:#888; font-family:Tahoma, Arial, sans-serif; font-weight:bold; font-size:11px; }
div.techtags a.techtag { font-size:11px; font-family:tahoma, arial, sans-serif; color:#888; font-weight:normal; }