﻿body { font: normal normal normal 12px Arial; margin-top: -5px; }
#SiteHeader { background-color: #ccdaff; padding-left: 5px; margin-top: 15px; }
	#SiteHeader span { color: #666; }
	#SiteHeader h1 { font-size: 24px; color: #000; }
	#SiteHeader h1 a { text-decoration: none; color: #000; }	
	#SiteHeader h3 { font: italic normal normal 12px Verdana; margin-top: -15px; padding-bottom: 5px; }
	
#SiteFooter { width: 100%; text-align: center; font: normal normal normal 10px Verdana; padding-top: 10px; padding-bottom: 10px; }
#SiteFooterDivider { margin: 20px auto 20px auto; border: solid 1px #f2f2f2; width: 100%; text-align: center; height: 0px; }
#SiteFooterNavbar { width: 100%; text-align: center; font: normal normal normal 10px Verdana; padding-bottom: 5px; }

#SiteBreadcrumbs { padding-bottom: 10px; margin-top: -4px; }

.ContentFrame { border: solid 1px #eee; border-top-style: none; }
	.ContentFrame .Title { background-color: #e5ecff; padding: 2px 2px 2px 2px; font-weight: bold; text-align: center; }
.TwoColumn { width: 100%; }
	.TwoColumn .Title { margin-bottom: 10px; background-color: Transparent; text-align: left; padding: 0px 0px 0px 0px; }
	.TwoColumn .SubTitle { margin-bottom: 10px; background-color: Transparent; text-align: left; padding: 0px 0px 0px 0px; }
	.TwoColumn .Column1 { width: 50%; padding: 2px 3px 2px 3px; vertical-align: top; border-right: solid 1px #eee; }
	.TwoColumn .Column2 { width: 50%; padding: 2px 3px 2px 3px; vertical-align: top; }
	
.HorizontalDivider { margin: 10px auto 10px auto; border: solid 1px #eee; width: 90%; text-align: center; height: 0px; }

.CodeBlock .Keyword { color: Blue; }
.CodeBlock .Comment { color: Olive; }
.CodeBlock .String { color: Red; }