/* orange: #E7AE4A */
/* blue: #84BEB5 */
/* light blue: #E7F3EF */
/* light orange: #F2D5A2 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #CCDFD8;
	margin: 0px;
}

h1 {
	font-weight:bold;
	font-size: 135%;
	color: #84BEB5;
}
h2 {
	font-weight:bold;
	font-size: 120%;
	/*line-height:150%;*/
	color: #E7AE4A;
}
a {
	color: #333366;
}
th {
	background-color: #84BEB5;
	color:#FFFFFF;
}
#footer {
	height: 48px;
	width: 974px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 75%;
	text-align: right;
	line-height: 75px;
}
#inner-wrapper {
	background-image: url(../images/trueCostOfWaste_06.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 974px;
	padding: 0px;
}
#top-heading {
	margin: 0px;
	height: 137px;
	padding: 0px;
	width: 974px;
}
#outer-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 974px;
}
#main {
	width: 974px;
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 1px;
}
#navigation {
	float: left;
	width: 160px;
	padding-left: 10px;
	padding-top: 20px;
}

#topnavbar {
	height: 22px;
	background-color: #EFF3EF;
	/*
	margin-right: 4px;
	margin-left: 10px;
	width: 943px;
	padding: 5px;
	*/
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	vertical-align: middle;
	border-top: dotted 1px #C8CDD2;
	border-bottom: solid 2px #E7AE4A;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#content {
	width: 952px;
	padding-right: 6px;
	padding-left: 10px;
}


#content_wrapper {
	width:974px;
	margin: 0px;
	padding: 0px;
}
#lhs_content {
	float:left;
	width: 465px;
	position:relative;
}
#rhs_content{
	float:right;
	width: 465px;
	position:relative;
}
#lhs_content_wide {
	float:left;
	width: 550px; 
	position:relative;
}
#rhs_content_narrow{
	float:right;
	width: 380px; 
	position:relative;
}

div#login_box {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #84BEB5;
	align: center;
	padding: 10px;
	width: 350px;
	text-align: center;
}
.warningText {
	font-weight: bold;
	color: #FF0000;
}
.bg_blue{ background-color: #E7F3EF; }

.bg_orange{ background-color: #F2D5A2; }

.hide {  display: none}
.show {  }

.inputDetails {
	background-color: #E7F3EF;
	border-bottom:solid 1px #E7AE4A;
}

.where { font-size: 75%; }

.tooltipHeader{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.tooltipContent{
	width: 250px;
	border: thin solid #000000;
	padding: 5px;
}

.headingText{ color: #E7AE4A; }

