body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
.navbar {
	background-image: url(../images/Green-Shadow.gif);
	background-repeat: repeat-x;
}
div#main {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
h1 {
	font-size: large;
	font-weight: normal;
}
div#copyright {
	font-size: x-small;
	color: #666666;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
}
div#lhs {
	font-size:36px;
	background-color:#009900;
	width:100px;
	height:1000px;
	
}

th {
	color: #FFFFFF;
	background-color: #298429;
	font-weight: normal;
	text-align: left;
}
th a{
	color: #FFFFFF;
}
.bg {
	background-color: #C9E2C9;
}
.bg1 {
	color: #FFFFFF;
	background-color: #0D7D12;
}
.bg2 {
	background-color: #6899A4;
}
.bg3 {
	color: #FFFFFF;
	background-color: #42B60A;
}
.bg4 {
	background-color: #F0E826;
}
.bg5 {
	color: #FFFFFF;
	background-color: #F7C510;
}
.bg6 {
	color: #FFFFFF;
	background-color: #E46D0A;
}
.bg7 {
	color: #FFFFFF;
	background-color: #F00;
}

.bg_gray {
	background-color: #E8E8E8;
}

h2 {
	font-size: medium;
	font-weight: normal;
}
.bg_dark {
	color: #FFFFFF;
	background-color: #298429;
}

.bg_black {
	color: #FFFFFF;
	background-color:#000;
}

h3 {
	font-size: small;
	font-weight: bold;
}

table{
border-collapse: collapse;
}

#navbar a {
	background-image: url(../images/tabs/tab10_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 32px;
	width: 89px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
}
#navbar a:hover {
	font-weight: bold;
}
#navbar td.forecast a {
	background-image: url(../images/tabs/tab10_orange.gif);
}
#navbar td.actuals a {
	background-image: url(../images/tabs/tab10_red.gif);
}
#navbar td.wastemin a {
	background-image: url(../images/tabs/tab10_yellow.gif);
}
td h3, td h2, td h1 {
	margin: 0px;
	padding: 0px;
}


.warningText {
	font-weight: bold;
	color: #FF0000;
}

#demotip {
	display:none;
	background:url(../images/tooltip_bottom.png) no-repeat bottom;
	width:202px;
	padding:5px 5px 25px;
	border-top: 1px solid #333333; 
}

/* override the arrow image of the tooltip */ 
#demotip.bottom {
	background:url(../images/tooltip_top.png) no-repeat top;
	padding-top:25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
} 

.malign{ text-align:center; }
.ralign{ text-align:right; }
.content-malign { margin-left:auto; margin-right:auto; }
.content-bottom-align { margin-bottom:0px; }

table tr td.left-margin, th.left-margin{ border-left:1px solid #FFFFFF; }
table tr td.bottom-margin, th.bottom-margin{ border-bottom:1px solid #FFFFFF; }

table tr td.left-margin1, th.left-margin1{ border-left:1px solid #000; }
table tr td.bottom-margin1, th.bottom-margin1{ border-bottom:1px solid #000; }
table tr td.top-margin1, th.top-margin1{ border-top: 1px solid #000; }
table tr td.right-margin1, th.right-margin1{ border-right: 1px solid #000; }

.btn_pdf_large {
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	border: none;
	text-decoration: none;
	display: block; /* required so that link displays as a button*/
	margin: 0px;
	color:#FFF;
}

.btn_pdf_large{
	background-image: url(../images/pdficon_large.png);
	height: 32px;
	width: 32px;
}

#loading-image-div {
	width: 100%;
	height: 100%;
	position: fixed;
	margin-top: 50%;
	margin-right: 50%;
	z-index: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
#loading-image {
	width: 55px;
	height: 55px;
	position: fixed;
	margin-top: 50%;
	margin-right: 50%;
	z-index: 2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

.login-body{
	
    text-align: center;
}

	