﻿body 
{
	background-color: #ecf3ed;
	font-family: Verdana, Arial;
}
#Page
{	
}

#PageLayout
{
	background-color: White;
	width: 844px;
	height: 565px;
	margin-left:auto;
	margin-right:auto;
}

#PageLayoutTopMiddle
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-top-fade.gif'); 
	background-position:inherit;
	background-repeat: repeat-x; 
	height: 12px;
}

#PageLayoutTopLeft
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-top-left-fade.gif'); 
	height: 12px; 
	width: 12px;
}

#PageLayoutTopRight
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-top-right-fade.gif'); 
	height: 12px; 
	width: 12px;
}

#PageLayoutBottomMiddle
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-bottom-fade.gif'); 
	background-repeat: repeat-x; 
	height: 12px;
}

#PageLayoutBottomLeft
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-bottom-left-fade.gif'); 
	height: 12px; 
	width: 12px;
}

#PageLayoutBottomRight
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-bottom-right-fade.gif'); 
	height: 12px; 
	width: 12px;
}

#PageLayoutLeft
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-left-fade.gif'); 
	background-repeat: repeat-y; 
	width: 12px;
}

#PageLayoutRight
{
	background-color: #ecf3ed;
	background-image: url('/Images/background-right-fade.gif'); 
	background-repeat: repeat-y; 
	width: 12px;
}

#Copyright
{
	font-size: 8pt;
	color: #444444;
	text-align: center;
}
#pageMargins
{
	margin: 30px;
}

#NavBar
{
	font-family: verdana,arial;
	width:820px;
	height:32px;
	background-image: url('/Images/background-menu.gif');
	overflow:hidden;
}
#NavMenu td
{
	vertical-align: middle;
	color:Red;
}
#NavMenu a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#NavMenu a:hover
{
	color: lightgreen;
}
#AddlTopOfPageStuff
{
	height:2px;
}

.spacer
{
	width:12px;
	height:12px;
}
#BreadCrumb
{
	margin-left: 70px;
	font-family: nina, verdana, Arial;
	font-size: 12px;
}

.smBreadCrumbRoot
{
	color: #00b708;
	font-weight: bold;
	text-decoration: none;
}
.smBreadCrumbNode
{
	text-decoration: none;
	color: #00b708;
}
.smBreadCrumbPathSeparator
{
	color: #336600;
}
.smBreadCrumbCurrent
{
	color: #3366FF;
}
.Text_Pyrolyzer
{
	font-weight: bold;
	color: #000000;
	font-family: "Tw Cen MT", verdana, arial;
	font-size: 14px;
	font-variant: small-caps;
}
.Text_Pyrolyzer:first-letter
{
	font-size: 16px;
}
.Text_KUG
{
	color: #00B708;
	font-weight: bold;
	font-family: "Tw Cen MT", verdana, arial;
	font-size: 14px;
}
.Text_PyroGas
{
	color: #00B708;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: larger;
}
.Text_PyroGas sup
{
	font-weight: normal;
	font-size: smaller;
	color: Black;
}
.Text_CarbonNegative
{
	color: #0b01dc;
	font-weight: bold;
	font-family: "Tw Cen MT", verdana, arial;
	font-size: 14px;
}

.BulletList li
{
	padding: 5px;
}
.NumberList li
{
	padding: 5px;
}
.Phone
{
	color: #0000da;
}
.Chart
{
	border: thin solid #01DC0B;
	font-size: 12px;
}
.ChartTitle
{
	height: 40px;
}
.ChartHeader th
{
	border-bottom: thin solid #01DC0B;
	border-top: thin solid #01DC0B;
	height: 30px;
	background-color: #DDEEDD
}
.ChartRows td
{
	height: 25px;
	margin-left: 8px;
	padding-left: 8px;
}
.ChartRowsOdd td
{
	height: 25px;
	margin-left: 8px;
	padding-left: 8px;
	background-color: #F0F0F0;
}