body {
	color: #000;
	background: #fff;
	font-family: sans-serif;
	font-size: 10pt;
} 

#top, #sub-header, #sidebar, #fbSEOComments, #generator-link, .pagination, .pagination-single, .edit, .comment-reply-link, .avatar, .comment-form, .lofi, .generator-link, .noprint, .sharing, .comments-link {
	display: none;
}

.onlyprint {
	display: block;
}

#header, #content, #footer{
	width: 100%; margin: 0; float: none;
}

#logo {
	text-align: center;
}

.published, a, a:visited {
	color: #000;
	text-decoration: none;
}

#entry-content a:after {
	content: " ("attr(href)") ";
	color: #0000ff;
}

.filed, .by-line {
	font-style: italic;
}

.div-comment {
	padding-top: 15px;
	border-top: 2px solid #CCC;
}

img {
	border: none;
}

.wp-caption {
	border: 2px solid #CCC;
	padding: 5px;
	text-align: center;
}

h1 {
	font-size: 22pt; font-style: italic;
	margin: 0;
}

table{
	width: 90%;
    margin-left: 2%; 
    margin-bottom: 1em; 
	border-width: 2px;
	border-spacing: 0px;
	border-style: none;
	border-color: #51555C;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 2px;
	padding: 3px;
	text-align: left;
	border-style: inset;
	border-color: #51555C;
	background-color: #EFEFF1;
}
table td {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

.bottomcontainerBox {
    padding-top: 20px;
}

.csharpcode, .csharpcode_block
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
}

pre.csharpcode, .csharpcode_block
{
	margin: 2em !important;
	padding: 0.5em !important;
	background-color: #E3E3E3;
	/*white-space: pre;*/
}
.csharpcode .rem { color: #008000 !important; }
.csharpcode .kwrd { color: #0000ff !important; }
.csharpcode .str { color: #006080 !important; }
.csharpcode .op { color: #0000c0 !important; }
.csharpcode .preproc { color: #cc6633 !important; }
.csharpcode .asp { background-color: #ffff00 !important; }
.csharpcode .html { color: #800000 !important; }
.csharpcode .attr { color: #ff0000 !important; }
.csharpcode .lnum { color: #606060 !important; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	padding-left: 5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/* margin: 10px; */
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}