body
{
   font-family: Verdana, Sans-Serif;
}


#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#WeblogLinks
{
    display: none;
}

#sidebar-a
{
    margin-left: 10px;
    margin-right: 0px;
    border-left: 1px solid #999999;
    width: 188px;
}

div.post
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

div.postsub H2
{
    color: #1B49A4;
    border-bottom: 1px solid #1B49A4;
    font-size: 1.8em;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

#content2 > H3
{
    margin-left: 32px;
    font-size: 1.2em;
}

div.postsub > H3
{
    color: #1B49A4;
    font-size: 1.1em;
}

div.postsub
{
    text-align: justify;
    font-size: 1.0em;
    border-bottom: 1px solid #1B49A4;
    margin-bottom: 0px;
}

#postToolbar
{    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 0px;
    border-bottom: 1px solid #1B49A4;
}

#comments
{
    margin-left: 60px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding: 0px;
}

#commentform
{
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #1B49A4;
}

#commentform H3
{
    margin-left: 0px;
    font-size: 1.2em;
}

div.commentsbody
{
    border: 0px solid #FFF;
    padding: 0px;
    margin: 0px;
}

div.comment
{
    border: 1px solid #F1F1F1;
    background-color: #FFF;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.commentowner
{
    border: 1px solid #F1F1F1;
    background-color: #F6F6F6;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.CommonRateControl img
{
    border: 0px solid #666;
    magin: 0px;
    padding: 0px;
}


#TagSideBar
{
    border: 1px solid #999;
    margin: 4px;
    padding: 12px;
    background-color: #fff;
    text-align: left;
}

#TagSideBar h3
{
    display: none;
}

#TagSideBar ul
{
   margin: 0px;
   padding: 0px;
}

#NewsSideBar
{
/*        display: none;*/
}

#NewsSideBar h3
{
        display: none;
}

input.searchBox
{
    width: 170px;
    margin-bottom: 1px;
    border: 1px solid #999;
}

#Search
{
    margin: 4px;
    margin-bottom: 10px;
}

#Search ul
{
   margin: 0px;
   padding: 0px;
}

#Search h3
{
    display: none;
}

#Search a
{
    width: 166px;
}

div.postfoot
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}


#TagSideBar li.Tag6 a
{
    color: #aaa;
    font-size: 1.0em;
}

#TagSideBar li.Tag5 a
{
    color: #888;
    font-size: 1.0em;
}

#TagSideBar li.Tag4 a
{
    color: #666;
    font-size: 1.1em;
}

#TagSideBar li.Tag3 a
{
    color: #444;
    font-size: 1.1em;
}

#TagSideBar li.Tag2 a
{
    color: #222;
    font-size: 1.4em;
}

#TagSideBar li.Tag1 a
{
    color: #000;
    font-size: 1.6em;
}




.csharpcode, .csharpcode pre
{
	font-size: 0.9em;
	color: black;
	font-family: Consolas, "Lucida Console", "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode
{
width: 75%;
padding:5px;
}

.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; }





.dp-highlighter
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }
