﻿body
{
	background-color: #000000;
	background-image: url(../images/BackgroundLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
body *
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}
p, td, th, li
{
	font-size: 12pt;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: #007700;
}
a:hover
{
	text-decoration: underline;
}
li
{
	margin-bottom: 10px;
}
pre
{
	white-space: pre-wrap;
	font-size: 10pt;
}
code, code span
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: 10pt;
}
code span.K		/* Keyword */
{
	color: #0000ff;
}
code span.T		/* Type */
{
	color: #2b91af;
}
code span.S		/* String */
{
	color: #a31515;
}
code span.C		/* Comment */
{
	color: #008000;
}
code span.XC	/* XML Comment */
{
	color: #7f7f7f;
}
code span.D		/* Directive */
{
	background-color: #ffff00;
}
code span.X		/* XML */
{
	color: #0000ff;
}
code span.E		/* Element */
{
	color: #a31515;
}
code span.A		/* Attribute */
{
	color: #ff0000;
}
code span.T4	/* T4 Code */
{
	color: #7f7f7f;
}

table
{
	border-collapse: collapse;
}
thead tr
{
	background-color: #bbffbb;
}
tbody tr
{
	background-color: #ffffff;
}
tbody tr.A
{
	background-color: #eeffee;
}
th, td
{
	border: solid 1px #77dd77;
	padding: 2px;
}
/* Page layout */

.Header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 74px;
	background-image: url(../images/BackgroundTop.png);
	background-repeat: no-repeat;
	background-position: 160px top;
	z-index: -2;
}
.Logo
{
	position: absolute;
	left: -20px;
	top: 0px;
	width: 270px;
	height: 80px;
	display: block;
	overflow: hidden;
	background-image: url(../images/Logo.png);
	margin: 0;
}
.Logo a
{
	margin-left: 50px;
	margin-right: auto;
	margin-top: 28px;
	display: block;
	height: 25px;
	width: 170px;
	text-indent: -9999em;
}
.Page
{
	margin: 80px 200px 20px 20px;
}
.SideBar
{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 180px;
}
.SideBar ul
{
	padding: 0;
	margin-top: 0 !important;
	margin-left: 0;
}
.SideBar li
{
	list-style-type: none;
	margin-bottom: 0;
}
.W3C
{
	width: 180px;
	padding: 2px;
}
.W3C img
{
	border: 0;
	width: 88px;
	height: 31px;
	margin-bottom: 4px;
}

.Footer
{
	position: absolute;
	left: 0;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
}

/* Panel */

.Panel
{
	border: solid 1px #0a9100;
	padding: 4px 12px 0 12px;
	margin-bottom: 8px;
	background-image: url(../images/PostBackground.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.SideBar .Panel ul
{
	margin-bottom: 6px;
}
.PanelScript
{
	padding: 0;
}
h2
{
	margin-top: 0;
	margin-bottom: 0;
}

.PTL 
{
	background-image: url(../images/PostCorners.png);
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.PT 
{
	background-color: #ffffff;
	position: relative;
	height: 11px;
	margin-right: 12px;
	margin-left: 12px;
	border-top: solid 1px #0a9100;
}
.PTR
{
	background-image: url(../images/PostCorners.png);
	background-position: 12px 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
}
.PC
{
	border-left: solid 1px #0a9100;
	border-right: solid 1px #0a9100;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(../images/PostC.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.PBL 
{
	background-image: url(../images/PostCorners.png);
	background-position: 0 12px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin-top: -16px;
}
.PB 
{
	position: relative;
	height: 11px;
	margin-right: 12px;
	margin-left: 12px;
	border-bottom: solid 1px #0a9100;
	background-image: url(../images/PostB.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: -16px;
}
.PBR
{
	background-image: url(../images/PostCorners.png);
	background-position: 12px 12px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
	margin-top: -16px;
}

/* Blog post */

.PostInfo
{
	font-size: 0.8em;
	color: #777777;
}

.PostFooter
{
	border-top: dashed 1px #0a9100;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
}

.Comments
{
	margin-top: -8px;
}
.CommentInfo
{
	font-size: 0.8em;
	color: #777777;
}
.Comments ul
{
	padding-left: 0;
}
.Comments li
{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.Comments ul ul
{
	margin-left: 16px;
}
.Comments p
{
	margin: 0;
}
.Comments div
{
	padding: 4px;
	margin: 4px;
}
.Comments div.MrKWatkins
{
	background-color: #ddffdd;
	border: dashed 1px #0a9100;
}