/**
 * This file is part of the AMEE php calculator.
 *
 * The AMEE php calculator is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * The AMEE php calculator is free software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
#carbonCalculator, #carbonCalculatorHome{
  margin-top: 10px;
  margin-bottom: 5px;
}
#carbonCalculatorHome{
  clear: both;
}

#carbonCalculatorHomeLeftCover{
  float: left;
  width: 289px;
  background: url('../images/carboncalc_home_left_top.jpg') no-repeat top left;
  min-height: 337px;
  _height: 337px;
}
#carbonCalculatorHomeLeft {
  margin-top:27px;
  padding: 0 10px 0 10px;
  background: url('../images/carboncalc_home_left_back.jpg') repeat-x top left;
  min-height: 310px;
  _height: 310px;
  color: #333333;
  position: relative;
}
#carbonCalculatorHomeLeft .button, #carbonCalculatorHomeLeft .button_hover{
	display: block;
	/*background: url('../images/carboncalc_submit.jpg') no-repeat top left;*/
	background: url('../images/carboncalc_home_submit.jpg') no-repeat 0 -37px;
	width: 183px;
	height: 37px;
	border: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #EEF6D6;
  cursor: pointer;
}
#carbonCalculatorHomeLeft .button_hover {
  background-position: top left;
}

#carbonCalculatorHomeRight{
  float: right;
  width: 450px;
}
#carbonCalculatorHomeBottom{
  text-align: center;
  color: #333333;
  margin: 10px 0 10px 0;
}
#carbonCalculatorHomeBottom a{
  color: black;
  text-decoration: underline;
}
#carbonCalculatorHomeBottom a:hover{
  text-decoration: none;
}

#carbonCalculator .wrapper{
	background-color:#bbbbbb;
	border:1px solid #000;
	margin:0 auto 1em auto;	
	padding:1em 1em 1em 2em;
	width:760px;
	min-height:650px;
	}
	
#carbonCalculator .choices	{
	background-color:#ddeeee;
	border:1px solid #000;
	width:600px;
	height:550px;
	position:relative;
	clear:left;
	font-size:smaller;
	padding:3px;
	overflow:auto;
	}

#carbonCalculator .main_cover {
	/*margin-top: 18px;*/
	border:1px solid #000;
	float:left;
  position: relative;
}
#carbonCalculator .main {
  font-size: 100%;
  background: url('../images/carboncalc_back.jpg') repeat-x top left;
	width: 480px;
	min-height: 460px;
	/*_height: 460px;*/
	/* margin: 5px; */
}
#carbonCalculator .main .header {
  background: url('../images/carboncalc_left_top.jpg') no-repeat top left;
  width: 480px;
  height: 67px;
  /*position: absolute;*/
}
#carbonCalculator .main .footer {
  background: url('../images/carboncalc_left_bottom.jpg') no-repeat bottom left;
  width: 480px;
  height: 26px;
  /*position: absolute;*/
}
#carbonCalculator .main input, #carbonCalculator .main select {
  width: 250px;
  margin: 0px;
  padding: 0px;
}
#carbonCalculator .main input{
  /*
  margin-left: -20px;
  padding-left: 0px;
  */
}
#carbonCalculator .main input.checkbox{
  width: 20px;
  margin: 3px 0px 0 0;
}
#carbonCalculator .total {
  background: url('../images/carboncalc_back.jpg') repeat-x top left;
	width: 240px;
	min-height: 450px;
	_height: 450px;
	float:right;
	border:1px solid #000;
	padding: 5px;
	position: relative;
}
body.iframe_v2 #carbonCalculator .total, body.iframe_v2 #carbonCalculator .total .header, body.iframe_v2 #carbonCalculator .total .footer{
	width: 210px;
}
#carbonCalculator .total .header {
  background: url('../images/carboncalc_right_top.jpg') no-repeat top left;
  width: 240px;
  height: 160px;
  /*position: absolute;*/
}
#carbonCalculator .total .footer {
  background: url('../images/carboncalc_right_bottom.jpg') no-repeat bottom left;
  width: 240px;
  height: 25px;
  /*position: absolute;*/
}
#carbonCalculator .total .table_cover {
  background: url('../images/carboncalc_right_form_back.jpg') repeat-y top left;
  width: 210px;
	min-height: 277px;
	_height: 277px;
  /*position: absolute;*/
  display: block;
  /*top: 160px;*/
  margin-left: 8px;
  padding: 0 5px 0 10px;
}
body.iframe #carbonCalculator .total .table_cover {
  width: auto;
}
#carbonCalculator .total table {
  width: 100%;
}
#carbonCalculator .total table a {
  color: #3E4E59;
}
#carbonCalculator .total table a:hover {
	color:#FF0000;
  text-decoration: underline;
}

#carbonCalculator .nav {
	background-color:#B2E1F1;
	width:350px;
	padding:3px ;
	text-align:center;
}

#carbonCalculator .questions {
	background-color:#fff;
	width:350px;
	padding:3px;
}

#carbonCalculator .main p.question {
  margin-bottom:3px;
}

#carbonCalculator .formout{ /*** Fixing left margin in input boxes for IE ***/
  background: url('../images/carboncalc_left_form_back.jpg') repeat-y top left;
  width: 425px;
	min-height: 362px;
	_height: 362px;
	padding: 1px 10px 0 10px;
	margin-left: 17px;
}
#carbonCalculator #form input{
	padding: 0 0px 0 0px;
	margin-left: 0px;
}
#carbonCalculator h1, #carbonCalculatorHomeLeft h1 {
  color: #477E4F;
  font-size: 24px;
}
#carbonCalculator #form h3 {
  color: #EEF6D6;
  font-size: 18px;
}
#carbonCalculator h1, #carbonCalculatorHomeLeft h1 {
	font-size: 18px;
  background: transparent;
  height: auto;
  width: auto;
}

#carbonCalculatorHomeLeft h1 {
  color: #333333;
  font-size: 14px;
}

#carbonCalculator h2	{
  /*color: #EEF6D6;*/
	font-size:13px;
	background: transparent;
	padding-left: 0px;
	margin-top: 10px;
}
	
#carbonCalculator h3	{
	font-size:12px;
}


#carbonCalculator .error {
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
}
	
#carbonCalculator .dropdown{
	margin:0;
}
	
#carbonCalculator hr	{
	height:3px;
	color:#000;
	background-color:#000;
	}

#carbonCalculator .main .submitbutton, #carbonCalculator .main .submitbutton_hover{
	display: block;
	/*background: url('../images/carboncalc_submit.jpg') no-repeat top left;*/
	background: url('../images/carboncalc_submit.jpg') no-repeat 0 -37px;
	width: 124px;
	height: 37px;
	border: 0;
  /*position: absolute;*/
  bottom: 30px;
  right: 30px;
  color: #EEF6D6;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
#carbonCalculator .main .submitbutton_hover {
  /*background-position: 0 -37px;*/
  background-position: top left;
}

#carbonCalculator .button_next{
  float: right;
}
#carbonCalculator .button_prev{
  text-align: center;
}
#carbonCalculator .button_prev div{
  padding-top: 8px;
}
#carbonCalculator .main .submitbutton_hover {
  /*background-position: 0 -37px;*/
  background-position: top left;
}
	
#carbonCalculator .navlist{
	list-style-type:none;
	padding:0;
	}

#carbonCalculator .navlist li{
	display:inline;
	padding:1em;
	margin:0;
	}
	
#carbonCalculator .main table {
	border-collapse:collapse;
	position:relative;
  margin-top: 20px;
}
#carbonCalculator .main table td {
  padding: 5px;
}

	
#carbonCalculator .floatright{
	float:right;
	}
#carbonCalculator .signout{
  float: right;
  font-size: 120%;
}
#carbonCalculator .signout img{
  vertical-align: middle;
  margin-right: 5px;
}

#carbonCalculator .floatleft{
	float:left;
	}
	
#carbonCalculator .clear	{
	clear:both;
	}

#carbonCalculator a.current {
	font-weight:bold;
}
	
#carbonCalculator a:link	{
	color:black;
	}
	
#carbonCalculator a:visited	{
	color:black;
	}
	
#carbonCalculator a:hover	{
	color:#FF0000;
}
	
#carbonCalculator a:active{
	color:#FF0000;
	}
#carbonCalculator .main p{
  margin-bottom: 15px;
  line-height: 130%;
}
#carbonCalculator .main p.noBottomMargin{
  margin-bottom: 0px;
}

#carbonCalculator .prev_next{
  min-height:37px;
  margin-top: 20px;
}

#carbonCalculator .question{
  margin-top: 7px;
  margin-bottom: 3px;
}

#carbonCalculator .note{
  color: #666;
}
#carbonCalculator ul, #carbonCalculator ol {
  margin-left: 16px;
}
#carbonCalculator table.onlymainlines{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#carbonCalculator table.onlymainlines td{
  border-collapse:collapse;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#carbonCalculator table.onlymainlines td.noleftborder{
  border-left: 0px;
}