﻿/* <!-- */
html, body
{
	background-color: #5e6367;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	height: 100%;
	font-family: Calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important;
	/*text-align: center;*/

}
/*.x-border-box, .x-border-box * {
			box-sizing:content-box !important;
	-moz-box-sizing:content-box !important; 
	-webkit-box-sizing:content-box !important; 
}*/

#fixed
{
	margin: 0 auto;
	width: 1024px; /* you can use px, em or % */
	text-align: left;
	padding-bottom: 60px; /* Height of the footer */
	padding-top: 5px;
}
#header
{
	clear: both;
	float: left;
	width: 100%;
}
.Heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	bottom: 2px;
	padding-left: 5px;
	color: #424242;
	-webkit-text-shadow: 0px 2px 3px #ddd;
	-moz-text-shadow: 0px 2px 3px #ddd;
	text-shadow: 0px 2px 3px #ddd;
}
#row
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	height: 100%;
	overflow: hidden; /* This chops off any overhanging divs */ /* Left column background colour */
	font-size: 11px;
}
#rowstuff
{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rowstuff #Delete
{
	float: right;
	position: relative;
	right: 5px;
	top: 35px;
}
#footer
{
	clear: both;
	float: left;
	width: 100%;
	left: 10%;
}
#footer p
{
	padding: 5px;
	margin: 0;
	font-size: 10px;
	color: White;
}
#footer .icon
{
	float: left;
	padding-right: 8px;
	border: none;
}

/************ MenuBar / ToolBar Stuffs *********/
.toolbar
{
background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px; /* Mozilla: */
	vertical-align: top;
	font-size: 11px;
	color: black;
	font-family: Verdana, Tahoma,Helvetica;
	overflow: hidden;
}


.barseperator
{
	float: left;
	padding: 1px 0px 1px 1px;
	border: 0px solid #8FA5C9;
	vertical-align: middle;
	background: #8FA5C9;
	margin: 1px 8px 1px 8px;
}
.button
{
	float: left;
	padding: 1px 8px 1px 8px;
	border: 1px solid transparent;
	text-align: center;
}
.button:visited
{
	float: left;
	border: 0px solid #f1c43f;
}
.button:hover
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #fdeeb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:active
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:focus
{
	border: 1px solid #53A7E9;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.divImg
{
	height: 100%;
	padding-right: 1px;
	float: left;
	display: block;
}
.divTxt
{
	height: 100%;
	display: block;
}

.Logo
{
	display: inline;
	float: right;
	padding: 12px 8px 1px 8px;
}


a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: gray;
	text-decoration: none;
}
h1, h2, h3, h4
{
	margin: .5em 0 .1em 0;
	padding: 0;
}
h1
{
	font-size: 24px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bolder;
}
.Heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	bottom: 2px;
	padding-left: 5px;
	color: #424242;
	-webkit-text-shadow: 0px 2px 3px #ddd;
	-moz-text-shadow: 0px 2px 3px #ddd;
	text-shadow: 0px 2px 3px #ddd;
}

/* Start of Column CSS */

#container
{
	width: 1024px;
	margin-top: 5px;
	float: clear;
	float: left;
	background: transparent; /* column 4 background colour */
	background: rgb(228,239,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,239,192,1) 0%, rgba(171,189,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(171,189,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.col1
{
	/*background-image: url("images/Leaf_large_trans.png");*/
	background-repeat: no-repeat;
	background-position: bottom;
}

.placeholder
{
	width: 90%;
	height: 600px;
	border: dashed 5px gray;
}
.placeholder .panelimage
{
	display: none;
}


.rightEdge
{
	width: 100%;
	background: rgb(228,239,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,239,192,1) 0%, rgba(171,189,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(171,189,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}

.LuminaireImages
{
	padding: 2px;
	width: 100%;
}


.tablebackground
{
	border: collapse;
	background: transparent; /* column 4 background colour */
}

.LeftBar
{
	border-bottom: 1px solid lightgray;
	width: 100%;
	padding: 5px;
	background: rgb(228,239,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,239,192,1) 0%, rgba(171,189,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(171,189,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}


.colSystem
{
	vertical-align: top;
	background-color: #5e6367;
}
.ChartContainer
{
	background-color: #5e6367;
	vertical-align: top;
}
.Chart
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	border: solid 2px #e5e5e5;
	-moz-box-shadow: 0 0 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
	box-shadow: 0 0 5px #333333;
}
.ProjectInfoSection
{
	float: left;
	width: 800px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: solid 2px #e5e5e5;
	-moz-box-shadow: 0 0 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
	box-shadow: 0 0 5px #333333;
}

.content
{
	margin-left: 3px;
	color: #1f3b08;
}

.SystemContainer
{
	width: 270px;
}
.ContentShadow
{
	margin-left: 4px;
	margin-right: 4px;
	border: solid 2px #e5e5e5; /*-moz-box-shadow: 0 0 2px 2px #fff; 	-webkit-box-shadow: 0 0 2px 2px #fff; 	box-shadow: 0 0 2px 2px #fff;*/
	-moz-box-shadow: 0 0 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
	box-shadow: 0 0 5px #333333;
}
.PopUpPanel
{
	padding: 3px;
	background-color: White;
	border: solid 1px #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.75);
}



.collapselabel
{
	padding: 3px;
	font-size: 12px;
	color: #373737;
	border-bottom: 1px solid lightgray;
	background: rgb(229,229,229);
	background-image: url('../economic/images/panel_background.png');
	background-repeat: repeat-x;
}
.collapselabel:Hover
{
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px solid lightgray;
	color: #373737;
	background: rgb(226,226,226); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
}
.CollapseTextInactive
{
	color: gray;
}
.Accordlabel
{
	padding: 3px;
	font-size: 12px;
	color: white;
	border-bottom: 1px solid rgb(127,127,127);
	background: rgb(127,127,127); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top,  rgba(127,127,127,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,127,127,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#424242',GradientType=0 ); /* IE6-8 */
}
.Accordlabel:Hover
{
	padding: 3px;
	font-size: 12px;
	color: white;
	border-bottom: 1px solid rgb(127,127,127);
	background: rgb(76,76,76); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
}


.csspanelbackground
{
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.collapsepanel
{
	background: #fff;
	color: #1f3b08;
}
.ProjectInfoPanel
{
	background: #fff;
	color: #555;
	width: 100%;
	height: 100%;
	text-align: left;
}
.ProjectInputBox
{
	border: solid 1px #f2f2f2;
	color: #555;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	text-align: left;
	float: right;
	font-size: 12px;
	font-family: Calibri, Trebuchet MS, Verdana;
}

.panelimage
{
	float: right;
}

.ChartCheckBox
{
	width: 125px;
	float: left;
	padding-left: 1px;
}


.CostPanel
{
	font-size: 14px;
	font-weight: bold;
	color: White;
	background: rgb(171,189,115); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,239,192,1) 0%, rgba(171,189,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(171,189,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}

.Cost
{
	font-size: 26px;
	font-weight: normal;
	font-family: Arial;
	padding: 5px;
}
.CostType
{
	position: relative;
	font-size: 10px;
	font-family: Arial;
	padding: 2px;
	float: right;
}

table.CostTable td
{
	border-left: 1px solid white;
}
table.CostTable
{
	border: 1px solid white;
}


.collapsepanel .pcontent
{
	padding: 2px;
	color: #555;
	overflow: hidden;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}


.costbutton
{
	display: inline-block;
	cursor: pointer;
	float: right;
	font-size: 11px;
	border: solid 1px #D0D0D0;
	font-weight: normal;
	color: #1f3b08;
	text-align: center;
	border-radius: 3px;
	padding: 3px;
	margin-left: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background-image: url('../economic/images/button_background.png');
	background-repeat: repeat-x;
}

.costbuttonNoFloat
{
	display: inline-block;
	cursor: pointer;
	font-size: 11px;
	border: solid 1px #D0D0D0;
	font-weight: normal;
	color: #1f3b08;
	text-align: center;
	border-radius: 3px;
	padding: 1px;
	margin-left: 3px;
	height: 22px;
	background: rgb(255,255,255); /* Old browsers */
	background-image: url('../economic/images/button_background.png');
	background-repeat: repeat-x;
}
.costbuttonNoFloat .text
{
	padding-top: 4px;
}

.divider
{
	height: 5px;
	background: rgb(228,239,192); /* Old browsers */
}

.EconRowShade
{
	background-color: #e5e5e5;
}
.EconResultTable
{
	width: 100%;
}

.img100
{
	max-height: 100px;
	max-width: 100px;
}


.EconResultTable td
{
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
.EconSection
{
	background-color: #F0F0F0;
	font-weight: bold;
	padding-bottom: 3px;
}
.ProductSection
{
		color: #9BC2DC;
	border-bottom: 1px solid  #9BC2DC;
	font-weight: bold;
	padding-top: 3px;
}
.EnergySection
{
		color: #BDCB91;
		border-bottom: 1px solid  #BDCB91;
	font-weight: bold;
	padding-top: 3px;
}
.MaintenanceSection
{
	color: #6C8B9F;
			border-bottom: 1px solid  #6C8B9F;
	font-weight: bold;
	padding-top: 3px;
}
.OtherSection
{
		color: #B06ECC;
		border-bottom: 1px solid  #B06ECC;
	font-weight: bold;
	padding-top: 3px;
}
.Red
{
	color: Red;
	color: rgb(203,78,67);
	font-weight: bold;
}
.Green
{
	color: Green;
	color: rgb(120,140,57);
	font-weight: bold;
}
.Bold
{
	font-weight: bold;
}
.CostSection
{
	border-top: solid 0px rgb(228,239,192);
}
.ResultSummary
{
	color: White;
	background: #424242; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	background: -moz-linear-gradient(top,  rgba(127,127,127,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,127,127,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(66,66,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#424242',GradientType=0 ); /* IE6-8 */
}
/* --> */

/************ text box styles *********/
.SmallInputBox
{
	border: solid 1px #f2f2f2;
	color: #555;
	background: #fff;
	width: 50px;
	text-align: right;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	font-family: Calibri,Trebuchet MS, Verdana, Arial; /* background: rgb(243,243,243);  Old browsers */
}
.SmallInputBoxTrans
{
	float: right;
	border: solid 1px #ABBD73;
	color: #1f3b08; /*background: rgb(228,239,192);*/
	background: #fff;
	background: rgba(255,255,255,.5);
	width: 40px;
	text-align: right;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	font-family: Calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.WideInputBox
{
	border: solid 1px #f2f2f2;
	display: inline-block;
	color: #555;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 160px;
	text-align: right;
	float: right;
	font-size: 12px;
	font-family: Calibri, Trebuchet MS, Verdana;
	overflow: hidden; /* background: rgb(243,243,243); Old browsers */
}
.EconDrpBox
{
	font-family: Calibri, Trebuchet MS, Verdana;
	float: right;
	color: #555;
	text-align: left;
	font-size: 12px;
	width: 160px;
}

.EconChkBox
{
	float: right;
}


table.tableizer-table
{
	border: 1px solid #CCC;
	font-size: 12px;
	background: #fff;
	width: 100%;
}
.tableizer-table td
{
	padding: 3px;
	padding-left: 5px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.tableizer-table th
{
	padding: 3px;
	font-size: 12px;
	color: #373737;
	background: rgb(229,229,229);
	background-image: url('../economic/images/panel_background.png');
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
}

.info
{
	cursor: pointer; /*vertical-align:middle;*/
}
.info:hover
{
	color: Blue;
	text-decoration: underline;
}

.info img
{
	padding-left: 5px;
	vertical-align: middle;
}

.big
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
}

.lampicon
{
	float: left;
	vertical-align: middle;
}


/************ explantion *********/

.Explanation
{
	color: Black;
	padding: 0 5px 10px 5px;
	text-align: left;
}
.Explanation p
{
	font-size: 12px;
	text-indent: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

.Explanation img
{
	padding: 5px;
}

.Explanation .section
{
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
}

.Explanation a
{
	color: Blue;
}

.Explanation ul
{
	padding-top: 5px;
	padding-left: 15px;
}

.Explanation .equation
{
	color: black;
	padding: 3px;
	margin: 3px;
	background-color: rgb(228,239,192);
	font-size: 10px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.Warnings
{
	color: Red;
}

.Warning ol
{
	list-style: lower-alpha;
}
.Warning li
{
	padding-left: 3px;
}

#UpdateProgress1
{
	width: 100%;
	height: 100%;
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	position: fixed;
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
}
#UpdateProgress1 img
{
	width: 36px;
	    display: block;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 25%;
    	filter: alpha(opacity=100);
	opacity:1;
}

#countdown
{
	width: 100%;
	color: white;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	position: fixed;
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
}
#Calculate
{
	width: 100%;
	color: white;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	position: fixed;
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	 padding: 5px 0 5px 0;
	 cursor: pointer;

}
.CalculateActive
{
	display: inline-block;
	cursor: pointer;
	font-size: 11px;
	border: solid 1px #D0D0D0;
	font-weight: normal;
	color: #1f3b08;
	text-align: center;
	border-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background-image: url('../economic/images/button_background.png');
	background-repeat: repeat-x;
}
.CalculateInActive
{
		background-color: gray;
	color: #282828;
}

.chartBar
{
	position:relative;
	width: 100%;
	font-size: 12px;
	padding: 1px 0 1px 0px;
	color: #373737;
	border-bottom: 1px solid lightgray;
	background: rgb(229,229,229);
	overflow:hidden;
}

	.chartBar .option {

		border-radius: 3px;
	background-image: url('../economic/images/panel_background.png');
	background-repeat: repeat-x;
		float: left;
		margin-left: 5px;
		padding: 2px 6px 2px 6px;
		border: solid 1px lightgray;
		cursor: pointer;
	}
		.chartBar .option:hover {
		border: solid 1px gray;
	}
