#profile_block,#div_commentbox_nav,#relative_search,#navList
{
display:none;
}
.ad_bottom_text
{
display:none;
}
div.post div.postBody div.entry
{
    font-family: Georgia,"Times New Roman",Times,sans-serif
}
div.post div.postBody div.entry img {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	border-color: #CCC;
}
#content, #sidebar {
	overflow:hidden;
}

div.post div.postBody div.entry h1, div.post div.postBody div.entry h2, div.post div.postBody div.entry h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}
div.post div.postBody div.entry p
{
line-height:180%;	
text-indent:35px;
}
div.post div.postBody div.entry h1 {
font-size:130%;
	padding: 5px;
	color:white;
	background-color: lightBlue;
}
div.post div.postBody div.entry h2 {
font-weight:normal;
font-size:115%;
	padding: 5px;
	color:white;
	background-color: lightBlue;
}
div.post h2 {
	font-size: 22px;
	line-height: 100%;
}

div.post div.postBody div.entry blockquote p {
	line-height: 150%;
}
div.post div.postBody div.entry a
{
border-bottom-style:dashed;
border-bottom-width:1px;
text-decoration:none;

}
div.post div.postBody div.entry  a:visited
{
color:#3D81EE;
}
ol.commentlist li {
	border-bottom: gray 1px solid
}

div.post div.postBody div.entry small {
	display: inline;
	text-align: left;
	font-size: 80%;
}
#AjaxHolder_PostComment_panelAD, #relative_posts, #itnews, #google_ads_div_cnblogs_blogpost_bottom, #div_ad2 {
	display: none;
}
#commentList fieldset.comment_quote, #comment_form fieldset.comment_quote {
	border:1px solid gray;
}

.indigocode
{
border:1px solid lightblue;
padding-left:50px;
margin:15px;
}

.csharpcode, .csharpcode pre
{
	font-size: 12px;
	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; }
