@import "helpbubble.css";
@import url('helpbubble.css');

h1, h2, h3 {
	background: none !important; /* remove global background style on li and header tags in fed */
}

form#calcform {
	margin: 0;
	padding: 0;
}

form#calcform input, form#calcform textarea, form#calcform select, form#calcform label {
	font: 12px Arial, Helvetica, sans-serif;
}

form#calcform fieldset {
	margin: 0;
	border: none;
	border-top: 1px solid #BECEE4;
}

form#calcform legend {
	margin: 10px 0;
	padding: 0 10px;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #7A9BC8;
}

form#calcform input.radio,
form#calcform.nomargin input.radio {
	width:10px;
	margin:2px 10px 0 10px;
}

form#calcform li .radionext,
form#calcform.nomargin li .radionext {
	margin:0 10px 0 266px;
}

form#calcform.nomargin input,
form#calcform.nomargin textarea {
	margin:0;
}

form#calcform input, form#calcform textarea {
	padding: 3px 2px;	
	background: url(http://new.co2calculators.com/images/inputbg.png) repeat-x;
	border: 1px solid #CFD0D3;
  width: 300px; 
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 294px;
	float: left;
}

form#calcform input:focus, form#calcform textarea:focus {
	color: #053E76;
	border: 1px solid #053E76;
}

form#calcform select {
	margin: 6px 0;
	padding: 3px 2px;	
	background: #fff;
	border: 1px solid #CFD0D3;
	width: 300px;
	float: left;
}

form#calcform ol.labelFix li label {
	margin-top:10px;
}

form#calcform ol.railCalc li label {
	width: 270px;
}

form#calcform ol {
	margin: 10px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

form#calcform ol li {
	padding: 4px 0;
	list-style: none;
	clear: left;
}

#calcform ol li.mb15 {
	margin-bottom:15px;
}

#calcform ol li.nopad {
	padding:0;
}

form#calcform ol li label {
	display: block;
	float: left;
	clear: left;
	width: 180px;
	margin: 0 20px 0 0;
}

form#calcform ol li label.wide {
	width: 400px;
}

form#calcform ol li label.r {
	font-weight: bold;
	background: url(http://new.co2calculators.com/images/required.png) no-repeat top right;
}

/* Class Based Elements */

form#calcform input.tick {
	float: left;
	width: auto !important;
	border: 0 !important;
	background: none !important;
}

form#calcform input.small {
	width: 60px;
	text-align: center;
	margin: 0 10px 0 0;
	float: left;
}

form#calcform input.msmall {
	width: 60px;
	text-align: center;
	float: left;
}

form#calcform label.lblflleft {
	float: left;
	clear: none;
	font-size: 11px;
	margin: 0 10px 0 0;
	width: 60px;
	line-height: 20px;
}

form#calcform label.combo {
	float: left;
	width: auto;
	clear: none;
	font-size: 11px;
	margin: 0 10px 0 0;
	line-height: 20px;	
}

form#calcform label.combo input {
	width: auto;
}

form#calcform .center {
	text-align: center;
}

form#calcform li.buttons {
	padding: 20px 0 0 0 !important;
}

form#calcform li.buttons input {
	border: none;
	width: 140px;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: url(../images/buttons/frmbut.png)	no-repeat;
	margin: 0 auto;
}

form#calcform li.buttons label {
	text-align: right;
}

form#calcform li.buttons label input {
	float: right;
}

form#calcform input.letterBtn {
	float:left;
	margin-right:5px;
	padding:0 3px 0 5px;
	width:10px;
}

.co2result {
	float:left;
	margin-top:15px;
	width:670px;
}

/* Error Reporting and Debug */

input.smallbut {
	border: none !important;
	width: 60px !important;
	height: 22px !important;
	vertical-align: middle !important;
	font-weight: bold !important;
	font-size: 11px !important;
	color: #fff !important;
	background: url(../images/buttons/frmbutsmall.gif)	no-repeat !important;
	margin: 0 auto;
}

#err {
	padding: 9px;
	border: 1px solid #900;
	color: #900;
	font-weight: bold;
	background: #fff;
	margin: 10px 0;
}

#err h1 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-transform: none;
	color: #900;
}

#err ul {
	margin: 0;
	padding: 0;
}

#err li {
	font-size: 11px;
	padding: 0 0 0 10px;
	list-style-type: square;
	list-style-position: inside;
}

#result {
	clear: both;
	color: #555;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

#result h1 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-transform: none;
	color: #900;

}

#result h2 {
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: none;
	color: #900;
	padding: 0;
}

#result label {
	float: left;
	width: 100px;
	display: block;
	font-size: 13px !important;
}

#result span {
	float: left;
	display: block;
	font-size: 13px !important;
}

#result div {
	clear: both;
	height: 20px;
}




#result div.red {
	color: #900 !Important;
	clear: left;
}

div.ajaxlist {
	position: absolute;
	border: 1px solid #ccc;
	padding: 4px;
	height: 150px;
	overflow: auto;
	z-index: 9999;
	background: #fff;
	display: none;
}

div.loading {
	background: #fff url(http://new.co2calculators.com/images/loading.gif) no-repeat center;
}

div.ajaxlist ul {
	margin: 0;
	padding: 0;
}

div.ajaxlist li {
	list-style-type: none;
	list-style-position: outside;
}

/* Submit button */

ul#submitbutton {
	margin: 20px 0 0 210px;
	padding: 0;
	height: 30px;
}

ul#submitbutton li {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
}

ul#submitbutton li.end {
	border: none;
}

ul#submitbutton li a {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	background: url('/images/buttons/nav3.png') left top no-repeat;
}

ul#submitbutton a span {
	display: block;
	padding: 0 10px 0 0;
	line-height: 30px;
	color: #fff !important;
	background: url('/images/buttons/nav4.png') right top no-repeat;

}

ul#submitbutton a:hover {
	line-height: 30px;
	background: url('/images/buttons/nav1.png') left top no-repeat;
}

ul#submitbutton a:hover span {
	display: block;
	padding: 0 10px 0 0;
	line-height: 30px;
	background: url('/images/buttons/nav2.png') right top no-repeat;
}




#comptabs {
	background: url('http://www.czfed.org/images/comptabsbg.png') top repeat-x;
	width: 660px;
	height: 30px;
	padding: 0;
	margin: 0 0 20px 0;
}

#comptabs ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-position: inside;
}

#comptabs ul li {
	display: inline;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 0;
}

#comptabs a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 131px;
	height: 30px;
	float: left;
	line-height: 30px;
	margin: 0;
	text-align: center;
	background: url('http://www.czfed.org/images/comptab1.png') top left no-repeat;
}

#comptabs ul li.on a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	width: 131px;
	height: 30px;
	float: left;
	line-height: 30px;
	margin: 0;
	background: url('http://www.czfed.org/images/comptab2.png') top left no-repeat;
}

#comptabs a:hover {

}
