@charset "UTF-8";
#wholePage{
	width: 600px;
}
body {
	color: white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	background-color:white;
	background-image: url(../images/page-bkg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 20px;
	font-weight: normal;
}

#loading{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 600px;
	height: 1600px;	
	color: #FFFFFF;
	text-align: center;
	z-index: 9000;
	background-color:white;
	background-image: url(../images/page-bkg.jpg);
	background-repeat: repeat-x;
}

#loading_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 600px;
	height: 400px;	
	color: #FFFFFF;
	text-align: center;
	z-index: 9001;
	background-position: center;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
}

#canvas{
	padding: 0px 10px 0px 10px;
}

.handle {
	width: 34px;
	height: 39px;
	background-image: url(../images/slider-co2.gif);
}

.alt2 .handle {
	background-image: url(../images/slider-co2-alt2.gif);
}


#questions2 .handle {
	width: 26px;
	background-image: url(../images/slider-leaf.gif);
}

#questions2 .alt2 .handle {
	background-image: url(../images/slider-leaf-alt2.gif);
}

.slider {
	height: 39px;
	background-image: url(../images/slider-bkg.gif);
	cursor: pointer;
}

.alt2 .slider {
	background-image: url(../images/slider-bkg-alt2.gif);
}
.sliderLeft a, .sliderRight a{
	border: solid #72c691 1px;
	background-color: #42b36c;
	color: #91d1a9 !important;	
	text-decoration: none;
	padding: 2px;
	display: block;
}

table.tabs{
	width: 600px;
}

.tabs td{
	height: 34px;
	font-size: 10px;
	color: white;
	line-height: 34px;
	padding: 0;
	margin: 0;
	background-color: white;
}

#tabquestions3{
	padding-right: 0px;
}

.tabs a:hover, .tabs a:link, .tabs a:visited, .tabs a:active{
	display: block;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

.tabs .tabOn a:link, .tabs .tabOn a:hover, .tabs .tabOn a:active, .tabs .tabOn a:visited {
	background-image: url(../images/tab-on.gif);
}

.tabs .tabOff a:link, .tabs .tabOff a:hover, .tabs .tabOff a:active, .tabs .tabOff a:visited {
	background-image: url(../images/tab-off.gif);
}

.altTable td, .altTable th, .altBlock{
	font-size: 11px;
	background-color: #22a051; 
	padding: 4px;
	text-align: left;	
}

.altTable th{
	background-image: url(../images/altTh.gif);
	background-repeat: repeat-x;
	background-color:	#ffe568;
	color: #4a4e2b;
}

tr.alt2 td, td.alt2{
	background-color: #2fab5d;
	
}

.yellowTable td {
	background-color: #FFCC66;
	color: #000000;
}

a.helpIcon{
	background-image: url(../images/icon-help.gif);
	width: 17px;
	height: 17px;
	display: block;
	text-decoration: none;
}

.factor{
	display: none;
}

td.sliderTD{

}
td.title{

}

td.value input{
		font-size: 16px !important; 	
		background-color: #22A051;
		color: white; 
		border: none;
		text-align: right;
}

.alt2 td.value input{
		background-color: #2FAB5D;
}

td.value, td.result, div.big{
	font-size: 16px !important; 	

}

td.value{
	text-align: right;
	padding-right: 0;
	margin-right: 0;
}

.result, .big{
	color: #90cfa8;
}


td.sliderLeft, td.sliderRight{
	padding: 0;
	margin: 0;
}
td.total{
	background-color: #11843f;
	padding-top: 14px;
	padding-bottom: 14px;	

	color: #b8dbc6;
	color: white;
	font-weight: bold;
}

#questions1 td.total{
		text-transform: uppercase;
}


td.totalValue{
	background-color: #11843f;
	text-align: right;
}
.totalValue span, .totalValue{
	font-size: 20px !important;
	
}

.dd select{
	border: solid #69be88 1px;
	background-color: #35a860;
	font-size: 10px;
	color: white;
}

.altTable a, .altBlock a{
	color: white;
}


h2, td.heading{
	background-color: #b9d392;
	padding: 10px 0px 10px 6px;
	color: black;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

td.title{
	font-weight: bold;
}
td.title i{
	font-weight: normal;
}

#mapTotal, #mapTotalPeople{
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

#ausmap{
	border: solid #72c691 1px;
	width:544px; 
	height: 260px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.altBlock{
	padding: 20px;
}

a{
	color: white;
}

.hint{
	text-align: center;
	padding-left: 100px;
}

.hintTitle{
	font-size: 14px;
	color: #948b2b;
	font-weight: bold;
}
.hint a{
	color: blue;
}
.hintTop{
	background-image: url(../images/note-top-1.jpg);
	width: 409px;
	height: 60px;	
}
.hintContent{
	background-image:url(../images/note-mid-1.jpg);
	color:black;
	text-align: left;
	width:409px;
	padding-bottom: 2px;
}
.hintContentInner{
	padding: 0px 70px;
}
.hintBottom{
	background-image: url(../images/note-bottom-1.jpg);
	width: 409px;
	height: 68px;	
}


.alt2 .hintBottom{
	background-image: url(../images/note-bottom-2.jpg);
}
.alt2 .hintTop{
	background-image: url(../images/note-top-2.jpg);
}
.alt2 .hintContent{
	background-image: url(../images/note-mid-2.jpg);
}
