/*
FILE: styles.css
Copyright � 2013 ZedX, Inc. All Rights Reserved
*/

@import url(reset.css);

body {
	padding: 0 10px 20px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(/img/bg.png) repeat-x 0 0;
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #A4A4A4 100%);/* Firefox */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #A4A4A4 100%);/* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #A4A4A4));/* Chrome <= 10, Safari */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #A4A4A4 100%); /* Chrome 11 */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #A4A4A4 100%);/* W3C Method */
	background-attachment:fixed;
}

p {
	margin: 0 0 1em;
	line-height: 1.4em;
}

a {
	color: #db5f1b;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

strong {
	font-weight: bold;
}

button, input {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: left;
}

html>body button, html>body input[type="submit"] {
	*text-align: center;
}

/* HEADERS */

h3 {
	margin: 0 0 .5em;
	font-size: 25px;
	line-height: 1.1em;
	color: #db5f1b;
}

h4 {
	margin: 0 0 .75em;
	font-size: 16px;
	line-height: 1.1em;
	color: #db5f1b;
}

h5 {
	margin: 0 0 .4em;
	font-size: 12px;
	color: #333;
}

/* LISTS */

ul {
	margin: 0 0 1em 16px;
	list-style-type: disc;
}

ul ul {
	margin: 1em 0 0 1em;
}

li {
	margin-bottom: .6em;
	line-height: 1.3em;
}

dl {
	margin: 0 0 1em;
}

dt {
	margin: 0 0 .2em;
	font-weight: bold;
}

dd {
	margin: 0 0 1em;
	line-height: 1.4em;
}

ul.buttons {
	margin: 0 0 10px;
	list-style-type: none;
	overflow: hidden;
}

ul.buttons li {
	margin: 0;
	float: left;
}

ul.blanks {
	margin-left: 0;
	list-style-type: none;
}

/* TABLES */

table {
	margin: 0 0 1em;
}

th, td {
	padding: 3px;
}

td.borderOne {
	border-style: solid;
	border-width: 1px;
}

table.borderOne {
	border-style: solid;
	border-width: 1px;
}

/* FORMS */

input.text, input.email, input.tel, select, textarea {
	font-size: 11px;
	padding: 3px;
	background: #F2F4F4;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

p.error {
	font-size: 12px;
	color: #db5f1b;
}

div.error {
	margin-left: -8px;
	padding: 5px 0 5px 8px;
	background: #F9DED0;
	border: 1px solid #dd3c10;
}

td.error {
	background: #F9DED0;
}

span.error {
	color: #db5f1b;
}

.explanationBox {
	padding: 7px 7px 0;
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #84bc3c;
	max-width: 250px;
}

/*******************************************************************/

/* DOCUMENT */

#document {
	margin: 0 auto;
	text-align: left;
	width: 921px;
	position: static;
	/*overflow: hidden;*/
}

/* HEADER */

#header {
	height: 60px;
	position: relative;
}

/*h1 a {
	width: 227px;
	height: 40px;
	text-indent: -9000px;
	background: url(/img/logo_v2.png) no-repeat;
	position: absolute;
	top: 12px;
	left: 0;
}*/

#ftmLogo {
	width: 227px;
	height: 40px;
}

#ftmLogo a {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	padding: 52px 0 0 0;
	background-image: url(/img/logo_v3_small.png);
	background-repeat: no-repeat;
	height: 0px;
}

form #search {
	position: absolute;
	top: 30px;
	right: 0;
}

/* NAV */

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 37px;
	right: 20px;
}

ul#nav li {
	margin: 0;
	padding: 0 7px 0 9px;
	float: left;
	background: url(/img/nav-line.png) no-repeat 0 50%;
}

ul#nav li.nav-h {
	background: none;
}

ul#nav li#nav-h {
	background: none;
}

ul#nav a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

ul#nav a.active {
	color: #db5f1b;
}

/* hover  */

ul#nav a:hover {
	color: #db5f1b;
}

/* active */

.home li#nav-h a, .s-1 li#nav-1 a, .s-2 li#nav-2 a, .s-3 li#nav-3 a, .s-4 li#nav-4 a, .s-6 li#nav-6 a, .s-7 li#nav-7 a, .s-0 li#nav-0 a, .s-blog li#nav-blog a, .s-news li#nav-blog a {
	color: #db5f1b;
}

/* SECTION HEADER */

#secheader, #secheader2 {
	height: 155px;
	position: relative;
}

/* Fieldprint Calculator */
.s-1 #secheader, .s-1 #secheader2 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-5.png) no-repeat bottom;
}

/* Resources */
.s-2 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-2.png) no-repeat bottom;
}

.s-3 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-3.png) no-repeat bottom;
}

/* About Us */
.s-4 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-0.jpg) no-repeat bottom;
}

.s-5 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-5.png) no-repeat bottom;
}

/* National Report */
.s-6 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-6-new.png) no-repeat bottom;
}
.s-blog #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-blog.jpg) no-repeat bottom;
}
.s-news #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-1.png) no-repeat bottom;
}

/* From the Field */
.s-7 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-4.png) no-repeat bottom;
}

.s-0 #secheader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-4.png) no-repeat bottom;
}

.calcHeader {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(/img/secheader-calculator.png) no-repeat bottom !important;
}

/*#secheader h1 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	width: 150px;
	position: absolute;
	bottom: 5px;
	left: 30px;
}*/

#secheader h1 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	width: 175px;
	position: absolute;
	bottom: 5px;
	left: 30px;
}

#secheader2 h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	/*width: 150px;*/
	/*position: absolute;*/
	padding-top: 57px;
	padding-left: 30px;
}

/* SECTION NAV */

ul#secnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	right: 0;
}

ul#secnav li {
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
}

ul#secnav a {
	width: 84px;
	height: 36px;
	display: block;
	text-decoration: none;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	/*text-indent: -9000px;*/
	/*border:1px solid rgba(255,255,255,0.7);
	background-color:rgba(255,255,255,0.7);
	color:black;*/
	border:1px solid rgba(255,255,255,0.9);
	background-color:rgba(219,95,27,0.7);
	color:white;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

.s-1 li#secnav-1 a, .s-1 li#secnav-2 a, .s-1 li#secnav-5 a, .s-1 li#secnav-7 a, .s-1 li#secnav-8 a, .s-1 li#secnav-9 a {
	line-height: 40px;
}

/* Two-line tabs */
.s-1 li#secnav-3 a, .s-1 li#secnav-4 a, .s-1 li#secnav-6 a, .s-1 li#secnav-10 a {
	padding-top: 5px;
	height:31px;
}


/* hover  */

/* For one-line tab names */
ul#secnav a:hover {
	background-color: rgba(255,255,255,0.8);
	color:#db5f1b;
}

/* active */

ul#secnav .active a {
	cursor: default;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #db5f1b;
}

/* disabled */

ul#secnav a.disabled {
	background-position: 0 0;
	opacity: .4;
	cursor: default;
}

/*#calculator-summary {
	display: block !important;
	visibility: visible !important;
	display: block;
	visibility: visible;
	position: relative;
	height: 0px;
	z-index: -1;
}*/

/* BODY */

#body {
	padding: 15px 30px 20px;
	background: #fff;
}

/* CONTENT */

#content {
	width: 570px;
	min-height: 260px;
	float: left;
}

#calculatorContent {
	display: block;
	position: static;
	float: left;
	width: 100%;
}

#content h2, #calculatorContent h2 {
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 18px;
	color: #db5f1b;
}

#content h3 {
	padding: 0 0 1em;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

#content h4 {
	padding: 0 0 1em;
	font-size: 13px;
	line-height: 15px;
	color: #444;
}

#content p, #calculatorContent p {
	margin: 0 0 1.5em;
	line-height: 1.4em;
}

#content ul, #content ol, #calculatorContent ul, #calculatorContent ol {
	margin: 0 0 1em 50px;
}

#content ol, #calculatorContent ol {
	list-style-type: decimal;
}

#contentHolderLeft1 {
	display: block;
	position: static;
	float: left;
	width: 400px;
}

#contentHolderRight1 {
	display: block;
	position: static;
	float: right;
	width: 452px;
	height: 560px;
}

#contentHolderLeft2, #contentHolderAdmin {
	display: block;
	position: static;
	float: left;
	width: 520px;
	/*height: 666px;*/
}

#asideCalc, #asideAdmin {
	display: block;
	position: static;
	float: right;
	width: 300px;
	/*height: 450px;*/
	padding-left: 30px;
	margin-top: -1px;
}

.fieldprintLabel175 {
	width: 250px;
}

.fieldprintLabel150 {
	width: 150px;
}

.fieldprintLabel60 {
	width: 60px;
}
/********** Clearfix Floating Div Helper Classes **********/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* ASIDE */

#aside, #asideReg {
	padding-left: 30px;
	width: 220px;
	float: right;
	background: url(/img/aside-border.png) no-repeat 0 0;
}

#aside p, #aside ul {
	margin-bottom: 15px;
}

/* FOOTER */

#footer {
	padding: 5px 10px;
	font-size: 90%;
	background: url(/img/footer.png) no-repeat bottom;
	overflow: hidden;
	clear:both;
}

#footer p, #footer a {
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer li {
	margin: 0 10px 0 0;
	display: inline;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	float: right;
}

#pilotsSelection {
	display: block;
	position: static;
	float: left;
	width: 200px;
	border-right:1px solid gray;
	height:550px;
	overflow:auto;
}

#pilotsSelected {
	display: block;
	position: static;
	float: right;
	width: 200px;
	border-left:1px solid gray;
	height:550px;
	overflow:auto;
}

#pilotsMapArea {
	display: block;
	position: static;
	height:550px;
	overflow:auto;
	width:450px;
}

/*******************************************************************/

/* BUTTONS */

/*button, a.button {
	text-indent: -9000px;
	border: none;
	height: 35px;
	cursor: pointer;
	display: block;
}

button.submit {
	width: 77px;
	background: url(/img/btn-submit.png) no-repeat;
}

button.calculate {
	width: 90px;
	background: url(/img/btn-calculate.png) no-repeat;
}

button.next {
	width: 78px;
	background: url(/img/btn-next.png) no-repeat;
}

button.prev {
	width: 78px;
	background: url(/img/btn-prev.png) no-repeat;
}

button.login {
	width: 59px;
	background: url(/img/btn-login.png) no-repeat;
}

.button.learnmore {
	width: 96px;
	background: url(/img/btn-learnmore.png) no-repeat;
}

.button.morenews {
	width: 88px;
	background: url(/img/btn-morenews.png) no-repeat;
}

.button.demo {
	width: 59px;
	background: url(/img/btn-demo.png) no-repeat;
}

.button.trial {
	width: 59px;
	background: url(/img/btn-trial.png) no-repeat;
}

.button.register {
	width: 67px;
	background: url(/img/btn-register.png) no-repeat;
}

.button.readmore {
	width: 88px;
	background: url(/img/btn-readmore.png) no-repeat;
}

.button.starttrial {
	width: 146px;
	background: url(/img/btn-starttrial.png) no-repeat;
}

.button.viewvideo {
	width: 165px;
	background: url(/img/btn-viewvideo.png) no-repeat;
}

.button.registernow {
	width: 146px;
	background: url(/img/btn-registernow.png) no-repeat;
}

button.search {
	width: 87px;
	background: url(/img/btn-search.png) no-repeat;
}*/

/* MISC */

.hide {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

/*******************************************************************/

/* HOME */

.home h2, .home h3, #tool-home-1 h1 {
	margin: 0 0 .1em;
	font-size: 18px;
	color: #db5f1b;
}

.home #home-resources h2, .home #home-info h2, .home #home-resources h3, .home #home-info h3 {
	font-size: 16px;
	letter-spacing: -.01em;
}

.home p {
	line-height: 1.3em;
}

.home #body {
	padding: 0;
	height: 612px;
	position: relative;
	background: url(/img/F2M_Website_Home_B05.jpg) no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.home #body div {
	padding: 10px;
	position: absolute;
	overflow: hidden;
}

.home #body #home-intro {
	top: 158px;
	left: 0;
	width: 345px;
	height: 140px;
	overflow:auto;
	background: white;
	background: rgba(255,255,255,0.8);
}

.home #body #home-tool {
	top: 321px;
	left: 556px;
	width: 160px;
	height: 132px;
	overflow:auto;
	background: white;
	background: rgba(255,255,255,0.8);
}
.home #body #home-report {
	top: 158px;
	left: 556px;
	width: 160px;
	height: 140px;
	overflow:auto;
	background: white;
	background: rgba(255,255,255,0.8);
}

.home #body #home-news {
	top: 158px;
	left: 740px;
	width: 160px;
	height: 140px;
	overflow:auto;
	background: white;
	background: rgba(255,255,255,0.8);
}

.home #body #home-resources {
	top: 320px;
	left: 740px;
	width: 160px;
	height: 132px;
	overflow:auto;
	background: white;
	background: rgba(255,255,255,0.8);
}

.home #body #home-info {
	padding-left: 62px;
	top: 476px;
	left: 740px;
	width: 108px;
	height: 115px;
	background: white;
	background: rgba(255,255,255,0.8);
	background: url(/img/section-icon-report.png) no-repeat 10px 10px;
}

/* buttons */

.awesome, .awesome:visited {
	background: #222 url(/img/alert-overlay.png) repeat-x;
	display: inline-block;
	/*padding: 8px;*/
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	text-align: center;
}

.awesome:hover {
	background-color: #111;
	color: #fff;
}

.awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: 6px;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited, .medium2.awesome, .medium2.awesome:visited {
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.medium.awesome, .medium.awesome:visited {
	font-size: 11px;
	padding: 5px 15px;
}

.medium2.awesome, .medium2.awesome:visited {
	font-size: 11px;
	padding: 8px;
}

.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px;
}

.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}

.orange.awesome:hover {
	background-color: #d45500;
}

.green.awesome, .green.awesome:visited {
	background-color: #00aa00;
}

.green.awesome:hover {
	background-color: #00dd00;
}

.gray.awesome {
	background-color: #A8A8A8;
}

/*.home .button {
	margin-top: -7px;
}

.home ul.buttons {
	overflow: visible;
}

.home ul.buttons .button.demo {
	width: 52px;
	background-position: -3px 0;
}

.home ul.buttons .button.trial {
	width: 52px;
	background-position: -3px 0;
}

.home ul.buttons .button.register {
	width: 59px;
	background-position: -3px 0;
}

.home .button.readmore {
	margin-left: -5px;
}

.home button.login {
	margin-left: 55px;
}

.home .button.morenews {
	margin-left: 35px;
}*/

/********** Facebox Styles **********/

#facebox .b {
	background: url(/img/facebox/b.png) !important;
	background/**/:/**/ none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://keystoneftm-beta.zedxinc.com/img/facebox/b.png', sizingMethod='scale');
}

#facebox .tl {
	background: url(/img/facebox/tl.png) !important;
	background/**/:/**/ none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://keystoneftm-beta.zedxinc.com/img/facebox/tl.png', sizingMethod='scale');
}

#facebox .tr {
	background: url(/img/facebox/tr.png) !important;
	background/**/:/**/ none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://keystoneftm-beta.zedxinc.com/img/facebox/tr.png', sizingMethod='scale');
}

#facebox .bl {
	background: url(/img/facebox/bl.png) !important;
	background/**/:/**/ none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://keystoneftm-beta.zedxinc.com/img/facebox/bl.png', sizingMethod='scale');
}

#facebox .br {
	background: url(/img/facebox/br.png) !important;
	background/**/:/**/ none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://keystoneftm-beta.zedxinc.com/img/facebox/br.png', sizingMethod='scale');
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10000;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0px;
	padding: 0px;
}

#facebox .body {
	background: #ffffff;
	width: 350px;
	border: 1px solid #666666;
}

#facebox .loading {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#facebox .image {
	text-align: center;
	padding: 10px;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
}

#facebox .footer p {
	color: #595959;
	font-size: 13px;
	font-weight: bold;
}

#facebox .footer a:link, #facebox .footer a:active, #facebox .footer a:visited {
	text-decoration: none;
	color: #595959;
}

#facebox .footer a:hover {
	text-decoration: underline;
	color: #595959;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 200%;
	width: 100%;
}

.facebox_hide {
	z-index: -10000;
}

.facebox_overlayBG {
	background-color: #000000;
	z-index: 9999;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#facebox .boxTitle {
	display: block;
	position: static;
	width: 540px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ff5c00 url(/img/alert-overlay.png) repeat-x;
	border-bottom: 1px solid #ff5c00;
	color: #ffffff;
}

#facebox .boxTitle2 {
	display: block;
	position: static;
	width: 350px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ff5c00 url(/img/alert-overlay.png) repeat-x;
	border-bottom: 1px solid #ff5c00;
	color: #ffffff;
}

#facebox .boxTitle3 {
	display: block;
	position: static;
	width: 800px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ff5c00 url(/img/alert-overlay.png) repeat-x;
	border-bottom: 1px solid #ff5c00;
	color: #ffffff;
}

#facebox .boxMessage {
	display: block;
	position: static;
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

#facebox .boxMessage2 {
	display: block;
	position: static;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

#facebox .boxMessage3 {
	display: block;
	position: static;
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

#facebox .boxHolder {
	display: block;
	position: static;
	width: 540px;
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

#facebox .boxHolder2 {
	display: block;
	position: static;
	width: 350px;
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

#facebox .boxHolder3 {
	display: block;
	position: static;
	width: 800px;
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

#facebox .boxHolder2 span {
	display: block;
	position: static;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#facebox .boxHolder td, #facebox .boxHolder2 td, #facebox .boxHolder3 td {
	padding-bottom: 10px;
}

#facebox .boxHolder input[type="text"], #facebox .boxHolder input[type="email"], #facebox .boxHolder input[type="tel"], #facebox .boxHolder input[type="password"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	border: 1px solid #cccccc;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	outline: 0;
	padding: 3px;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
}

#facebox .boxHolder input[type="text"]:focus, #facebox .boxHolder input[type="email"]:focus, #facebox .boxHolder input[type="tel"]:focus, #facebox .boxHolder input[type="password"]:focus {
	border: 1px solid #ff5c00;
}

/*jqPop*/
#jqPop {
	text-align: left;
}

#jqPop .boxHolder input[type="text"], #jqPop .boxHolder input[type="email"], #jqPop .boxHolder input[type="tel"], #jqPop .boxHolder input[type="password"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	border: 1px solid #cccccc;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	outline: 0;
	padding: 3px;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
}

#jqPop .boxHolder input[type="text"]:focus, #jqPop .boxHolder input[type="email"]:focus, #jqPop .boxHolder input[type="tel"]:focus, #jqPop .boxHolder input[type="password"]:focus {
	border: 1px solid #ff5c00;
}

.boxTitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ff5c00;
	color: #ffffff;
}

.boxButtons {
	padding-top: 20px;
}

#jqPop .loading div {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-top:20px;
}

#jqPop .boxMessage {
	display: block;
	position: static;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

/*END jqPop*/

/* login */

.errorBox, .infoBox {
	display: block;
	position: static;
	width: 520px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.infoBox {
	background-color: #fff9d7;
	border: 1px solid #e2c822;
}

.largeText {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.largeText2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.text25 {
	width: 25px;
}
.text35 {
	width: 35px;
}
.text40 {
	width: 40px;
}

.text50 {
	width: 50px;
}

.text60 {
	width: 60px;
}

.text70 {
	width: 70px;
}

.text75 {
	width: 75px;
}

.text85 {
	width: 85px;
}

.text100 {
	width: 100px;
}

.text125 {
	width: 125px;
}

.text134 {
	width: 134px;
}

.text150 {
	width: 150px;
}

.text160 {
	width: 158px;
}

.text175 {
	width: 175px;
}

.text200 {
	width: 200px;
}

#loginForm label {
	padding: 2px 0 0;
	float: left;
	width: 5.5em;
}

/*#loginForm input {
	margin: 0 0 5px;
	display: block;
}*/

/* TOOL HOME */

#body.tool-home {
	padding: 0;
	height: 612px;
	position: relative;
	/*background: url(/img/bg-tool-home-2.jpg) no-repeat;*/
}

#body.tool-home h3 {
	font-size: 18px;
}

#body.tool-home li {
	margin-bottom: 0;
}

#tool-home-1, #tool-home-2 {
	padding: 10px;
	position: absolute;
	overflow: hidden;
}

#tool-home-1 {
	top: 0;
	left: 0;
	width: 717px;
	height: 580px;
}

#tool-home-2 {
	top: 160px;
	left: 558px;
	width: 160px;
	height: 295px;
}

#body.tool-home .step {
	overflow: hidden;
}

#body.tool-home .step p, #body.tool-home .step h4 {
	margin-left: 125px;
}

#body.tool-home .step h2 {
	margin-left: 125px;
	font-size: 16px;
	line-height: 1.1em;
	color: #db5f1b;
}

#body.tool-home .step img {
	margin: 0 0 1em;
	float: left;
}

/* TOOL */

/*.s-1 #content {
	width: 350px;
}*/

.s-1 #aside {
	padding: 1.7em 0 0;
	width: 317px;
	background: none;
}

.s-1 #aside h4 {
	margin: 0 0 10px;
	color: #333;
	text-align: center;
}

.box {
	/*background: url(/img/bg-calculator_taller.png) no-repeat top;*/
	border: 1px solid #c1dd9d;
	height: 560px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

.box fieldset {
	/*padding: 20px 23px 40px 15px;*/
	padding: 5px 10px 5px 10px;
	/*background: url(/img/bg-calculator-btm.png) no-repeat bottom;*/
}

.box2 {
	width: 520px;
	/*height: 600px;*/
	/*border: 1px solid #c1dd9d;*/
}

.box2 fieldset {
	padding: 5px 10px 5px 10px;
}

/* form layout */

.field {
	/*padding: 6px 0;*/
	/*background: transparent url(/img/bg-field.png) repeat-y right;*/
	border-bottom: 1px solid #c1dd9d;
	overflow: hidden;
}

.calculator .group {
	border-bottom: 1px solid #c1dd9d;
}

#content .calculator h4 {
	margin-bottom: 0;
}

.group p {
	margin: 0;
	padding: 12px 55% 5px 0;
	background: url(/img/bg-field.png) repeat-y right;
}

.group div.field {
	border-bottom: none;
}

label.question {
	/*float: left;
	width: 45%;
	text-align: right;*/

}

.label {
	float: left;
	clear: both;
	width: 30%;
	padding: 6px 0;
}

.irrigationRiceLabel {
	clear: both;
	width: 40%;
	padding: 6px 0;
}

.irrigationRiceLabelLeftPadding {
	padding-left: 20px;
}

.irrigationRiceAnswer {
	width: 60%;
	padding: 6px 0px 6px 5px;
	background-color: #ecf4dd;
}

div.report {

}

.answer {
	float: right;
	width: 65%;
	padding: 6px 0px 6px 5px;
	background-color: #ecf4dd;
}

.answer2 {
	float: right;
	width: 65%;
	padding: 6px 0px 6px 5px;
	/*background-color: #ecf4dd;*/
}

div.answer div.float {
	margin: 0 5px 5px 0;
	float: left;
}

div.answer div.stack {
	margin: 0 0 8px;
}

label.inline {
	padding-right: 8px;
}

span.typeofmeasure {
	padding: 0 0 0 .5em;
}

.swapMeasure select.trigger {
	background: #F9FCF3;
	border-color: #E2E2E2;
}

span.BTUHolder {
	margin: 3px 5px 0 0;
	float: right;
}

.repeater span.BTUHolder {
	margin-top: 17px;
}

/* calculator buttons container */

/*.calculator .buttons {
	margin: 20px 0 0;
	padding-left: 33%;
	padding-left: 10%;
	height: 40px;
}*/

#calculator-start .buttons {
	//padding-left: 40%;
	text-align: center;
}

#calculator-land .buttons, #calculator-soil .buttons, #calculator-carbon .buttons, #calculator-irrigation .buttons, #calculator-energy .buttons, #calculator-greenhouse .buttons {
	padding-left: 32%;
	float: left;
	clear: left;
}

.calculator .buttons button.calculate {
	float: left;
}

.calculator .buttons button.next {
	float: left;
}

.calculator .buttons button.prev {
	float: left;
}

.calculations {
	margin-top: 10px;
	/*overflow-y: scroll;*/
}

/*#calculator-land-tabs .calculations {
	height: 390px;
}*/

#sessionInfo {
	display: block;
	position: static;
	margin-top: 5px;
}

/* map & summary pages */

#mapArea {
	display: block;
	position: static;
	float: left;
	width: 450px;
	height: 560px;
	border: 1px solid #000000;
}

#mapToolTip {
	display: block;
	position: static;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#mapPanels {
	display: block;
	position: static;
	float: left;
	height: 30px;
	margin-left: 10px;
}

#mapPanels a {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.mapTool {
	border: 0px;
}

#calculator-map {
	display: block;
	position: static;
	float: left;
	width: 100%;
	height: 506px;
}

div.olControlMousePosition,.olControlAttribution,.olControlScaleLine {
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.70;
}

/*#calculator-map {
	padding: 15px 23px 0 12px;
	background: url(/img/bg-map.png) no-repeat;
	width: 479px;
	height: 569px;
}

#calculator-map img {
	margin: 0 0 10px;
	display: block;
	border: 1px solid #84bc3c;
}*/

/*#calculator-summary {
	margin: -10px 0 0 -20px;
}*/

#spiderGramHolder {
	display: block;
	position: static;
	float: left;
	/*width: 475px;
	height: 600px;*/
}

#spiderGramInner {
	margin-bottom: 10px;
}

#spiderGramInner img {
	margin-left: 25px;
}

/* indicators */

#indicatorArea {
	display: block;
	position: static;
	float: left;
	width: 300px;
	/*margin-top: -663px;*/
	/*margin-top: -732px;*/
	margin-top: -662px;
	margin-left: 526px;
}

#indicatorMessage {
	display: block;
	position: static;
	margin: 10px auto 0px auto;
	text-align: justify;
}

.indicatorBtm {
	background: url(/img/bg-indicator-btm.png) no-repeat top;
	height: 50px;
}

.indicatorMid {
	background: url(/img/bg-indicator-mid.png);
	background-repeat: repeat-x;
}

.indicatorTop {
	height: 13px;
	background: url(/img/bg-indicator-top.png) no-repeat top;
}

/*div.indicators {*/
	/*padding: 10px 28px 0 20px;*/
	/*width: 269px;
	height: 410px;*/
	/*background-color:red;*/
	/*background: url(/img/bg-indicators.png) no-repeat top;*/
	/*background: url(/img/bg-indicator-mid.png) repeat-y;*/
/*}*/

/*#calculator-land-indicator-tabs ul, #calculator-soil-indicator-tabs ul, #calculator-irrigation-indicator-tabs ul, #calculator-energy-indicator-tabs ul, #calculator-summary-indicator-tabs ul {
	margin-left: 0px;
}*/

#calculator-indicator-tabs ul {
	margin-left: 0px;
}

#calculator-indicator-tabs li {
	margin: 0px;
}

.indicators {
	display: block;
	position: static;
	width: 280px;
	padding: 10px;
	height: 540px;
	border: 1px solid #c1dd9d;
}

.indicators .legend {
	margin: 0 0 20px;
	text-align: center;
	font-size: 10px;
}

.indicators .legend img {
	position: relative;
	top: 5px;
}

.indicators dl {
	overflow: hidden;
}

.indicators dt {
	margin: 15px 0;
	width: 70px;
	float: left;
	font-weight: normal;
}

.indicators dd {
	float: left;
	position: relative;
}

img.indicator-bar {
	margin: 13px 5px;
}

img.pointer-down {
	position: absolute;
	top: 0;
	left: 0;
}

img.pointer-up {
	position: absolute;
	top: 36px;
	left: 0;
}

img.report {

}

.indicators p.message {

}

/* tabs */
#calculator-land-tabs ul, #calculator-soil-tabs ul, #calculator-carbon-tabs ul, #calculator-irrigation-tabs ul, #calculator-energy-tabs ul, #calculator-greenhouse-tabs ul, #calculator-summary-tabs ul, #calculator-analysis-tabs ul {
	margin-left: 0px;
}

#calculator-land-tabs li, #calculator-soil-tabs li, #calculator-carbon-tabs li, #calculator-irrigation-tabs li, #calculator-energy-tabs li, #calculator-greenhouse-tabs li, #calculator-summary-tabs li, #calculator-analysis-tabs li {
	margin: 0;
}

.tab {
	display: block;
	position: static;
	float: left;
	height: 20px;
	padding: 3px 5px;
	border-top: 1px solid #c1dd9d;
	border-left: 1px solid #c1dd9d;
	border-right: 1px solid #c1dd9d;
}

#content li.tab {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	margin-right: 1px;
}

.tab-content {
	clear: both;
	z-index: 0;
}

.tabInside {
	display: block;
	position: static;
	width: 505px;
	/*height: 560px;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	color: #c60;
	text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #c60;
	text-decoration: none;
}

.ui-state-hover a:hover {
	color: #c60;
	text-decoration: underline;
}

.ui-widget-content a {
	color: #db5f1b;
}

.ui-widget-overlay {
	opacity: .50;
	background-color: #000000;
	background: #000000;
	z-index: 9999;
	filter:Alpha(Opacity=50);
}

/* Tabs */

.ui-tabs .ui-tabs-panel {
	display: block;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#calculator-land-tabs .ui-accordion, #calculator-soil-tabs .ui-accordion, #calculator-carbon-tabs .ui-accordion, #calculator-irrigation-tabs .ui-accordion, #calculator-energy-tabs .ui-accordion, #calculator-greenhouse-tabs .ui-accordion {
	width: 505px;
	margin-left: 0px;
}

#my_account_accordion .ui-accordion {
	width: 100%;
}

/* RESOURCES */

#resourcesForm div {
	margin: 0 20px 12px 0;
	float: left;
}

#resourcesForm label {
	display: block;
}

#resourcesForm button {
	margin: 0 0 12px;
	clear: both;
}

p.resultsTotal {
	margin: 0 0 5px;
}

q q:before {
	display: inline-block;
	content: '\201C';
	/*font-size:250%;*/
	font-weight:bold;
}
q q:after {
	display: inline-block;
	content: '\201D';
	/*font-size:250%;*/
	font-weight:bold;
}
cite {
	font-weight:bold;
}

hr {
	height: 2px;
	border: 0px;
	background-color: #FF9900;
}

.pullout {
	float:right;
	width:350px;
	/*border: 1px solid #DB5F1B;*/
	border: 1px solid #339933;
	border-radius: 10px;
	padding:5px;
	/*background-color:#FFEBCD;*/
	background-color:#99CC66;
	margin:10px;
}

.pdf {
	padding: 0 0 0 25px;
	background: url(/img/ico-pdf.png) no-repeat 0 0;
}

.xls {
	padding: 0 0 0 25px;
	background: url(/img/ico-xls.png) no-repeat 0 0;
}

.doc {
	padding: 0 0 0 25px;
	background: url(/img/ico-doc.png) no-repeat 0 0;
}

/*.s-4 #aside h4 {
	margin: 0 0 0px;
	padding: 0px 0 0 0px;
	font-size: 20px;
	background: url(/img/) no-repeat 0 100%;
}*/

/*******************************************************************/

/* CASE STUDIES */

.caseStudyPic {
	display: block;
	position: static;
	width: 300px;
	padding: 10px;
	margin: 0px auto 20px auto;
	border: 1px solid #cccccc;
}

.caseStudyPic img {
	padding-bottom: 10px;
}

.caseStudySidebar {
	display: block;
	position: static;
	width: 100%;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 15px 10px 0px 10px;
	margin-bottom: 20px;
}

#videoHolder {
	display: block;
	position: static;
	width: 100%;
	margin-bottom: 20px;
}

/* page nav */

ul.pagenav {
	margin: 0 0 10px;
	list-style-type: none;
	overflow: hidden;
}

ul.pagenav.btm {
	margin-top: 20px;
}

ul.pagenav li {
	margin: 0 .2em 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
}

ul.pagenav a {
	padding: 4px;
	display: block;
}

ul.pagenav li.prev a, ul.pagenav li.next a {
	padding: 0;
	width: 41px;
	height: 31px;
	text-indent: -9000px;
}

ul.pagenav li.prev {
	margin: 0;
	background: url(/img/btn-pg-prev.png);
}

ul.pagenav li.prev.off {
	width: 41px;
	height: 31px;
	text-indent: -9000px;
	background: url(/img/btn-pg-prev-off.png);
}

ul.pagenav li.next {
	background: url(/img/btn-pg-next.png);
}

ul.pagenav li.next.off {
	width: 41px;
	height: 31px;
	text-indent: -9000px;
	background: url(/img/btn-pg-next-off.png);
}

ul.pagenav li.here {
	padding: 4px;
}

/* MY ACCOUNT */

/*.s-5 h4 {
	margin: 0 0 12px 205px;
}

.s-5 form div {
	margin: 0 0 7px;
}

.s-5 form label {
	margin: 0 5px 0 0;
	padding: 4px 0 0;
	float: left;
	text-align: right;
	width: 200px;
}

.s-5 form button {
	margin: 10px 0 0 250px;
}*/

span.sub {
	vertical-align: sub;
}

/* IMAGES */

.help {
	cursor: help;
	float: right;
	padding-right: 5px;
	padding-top: 1px;
}

.help2 {
	cursor: help;
}

.help3 {
	display: inline;
	position: relative;
	cursor: help;
	top: 2px;
	padding-left: 5px;
}

html>body .help {
	*float: right;
	*margin-top: -20px;
}

.info {
	cursor: pointer;
	cursor: hand;
	float: right;
	padding-right: 40px;
	padding-top: 2px;
}

html>body .info {
	*float: right;
	*margin-top: -20px;
}

.info2 {
	cursor: pointer;
	cursor: hand;
	float: right;
	padding-right: 40px;
	padding-top: 2px;
}

html>body .info2 {
	*float: right;
	*margin-top: -20px;
}

.info3 {
	cursor: pointer;
	cursor: hand;
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}

html>body .info3 {
	*float: right;
	*padding-right: 20px;
	*margin-top: -20px;
}

.delete {
	cursor: pointer;
	cursor: hand;
	float: right;
	padding-right: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.req {
	font-size: xx-small;
	font-style: italic;
}

.b { font-weight:bold; }

.scroll {
	overflow:auto;
}
.scroll::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color:rgba(255,140,0,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

div.asideHeader {
	padding-top:50px;
	font-weight:bold;
}

a.asideHeaderLink {
	font-weight:normal;
}

.olTileImage {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/*
 ******** WORDPRESS ********
 */
#document { background-color:white; }
#content[role=main] { padding:30px; }
.widget-area {
	padding-left: 30px;
	width: 220px;
	float: right;
	background: url(/img/aside-border.png) no-repeat 0 0;
}
.widget-area input[type=text] {
	border:1px solid gray;
	margin:2px;
	padding:2px;
}
.widget-area input[type=submit] {
	border:1px solid black;
	margin:2px;
	padding:2px;
}
li.widget_search {
	list-style: none;
}