/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#tab_container {
width:1280px;
padding-top:15px;
padding-left:10px;

}
#container {
	width:490px;
	padding:0px;
	margin:0px;
	

}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
     /*font-size: 12px;*/
}

.ui-tabs-panel {
	/*margin-right: 110px;*/
}

.ui-tabs-nav {
	list-style: none;
	padding: 0px;
	height: 49px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 892px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
	clear: both;
    content: " ";
	
}
.ui-tabs-nav li {
	display: block;
	float:left;
	margin: 0;
	width: 147px; /* be nice to Opera */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0px;
	color:#FFFFFF;
	line-height:29px;

}
.ui-tabs-nav a:active, .ui-tabs-nav a:active span {
	display: block;
	


	}

.ui-tabs-nav a:visited, .ui-tabs-nav a:visited span {
	display: block;


	}

.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
	top: 0px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav a span {
    width: 110px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 39px;/* IE 6 treats height as min-height */
    min-height: 39px;


}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	color:#333333;
/*	background-image: url(images/active_tab.png);
	background-repeat: no-repeat;*/
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
/*	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;*/
		font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left:5px;
padding-top:3px;
}
.ui-tabs-nav_disable a span, .ui-tabs-nav_disable a:hover span {
/*	background-image: url(images/diactive_tab.png);
	background-repeat: no-repeat;*/
		font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left:5px;
	padding-top:3px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
	
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#tabs {
	float: none;
	display:table;
	clear:both;
	width:1280px;
	background-image: url(images/bottom_tabs_bg.png);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue Condensed";
	font-size:14px;
}
.single_table {
	background-image: url(images/single_table.png);
	background-repeat: no-repeat;
	float: left;
	height: 575px;
	width: 318px;
	margin:0 auto;
}
.double_table {
	background-image: url(images/double_table.png);
	background-repeat: no-repeat;
	float: left;
	height: 575px;
	width: 470px;
}
.double_table h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left:30px;
	margin-top:23px;
	margin-bottom: 5px;
	width:426px;
}

.single_table h2 {
	font-family: "Helvetica Neue Condensed";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left:30px;
	margin-top:23px;
	width:260px;
	margin-bottom: 5px;
}
.single_table h3 {
	font-family: "Helvetica Neue Condensed";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-left:30px;
	margin-top:23px;
	width:260px;
	margin-bottom: 5px;
}
cufon canvas {
color:#000000;}
.cufon-canvas {
padding-top:7px;
color:#000000;}
.title_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height:20px;
}
.table_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height:20px;
}
.table_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height:20px;
}

.table_text3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height:20px;
}
.table_text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding: 0 5px;
	height:30px;
}
.table_text2_first{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	 padding: 0 5px;
	height:30px;
}


.submit_butt:hover{
	background-image: url(images/submit_butt_over.png);
	height: 25px;
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit_butt{
	background: url(images/submit_butt.png);
	height: 25px;
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reset_butt:hover{
	background-image: url(images/reset_butt_over.png);
	height: 25px;
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reset_butt{
	background: url(images/reset_butt.png);
	height: 25px;
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text_table h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-left:18px;
	margin-top:13px;
	width:280px;
	margin-bottom: 5px;
}.text_table h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-left:18px;
	margin-top:11px;
	width:280px;
	margin-bottom: 5px;
}
.text_table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left:25px;
	margin-top:0px;
	width:285px;
	margin-bottom: 5px;
}
.text_table {
width:300px;
float:right;
padding-right:26px;}





.last-tab a span, .last-tab a:hover span {

/*background:url(images/deactive_summary_bg.png)*/ no-repeat left -1px;
}
.ui-tabs-nav-item-last a span{
/*background:url(images/summary_bg.png) no-repeat left -1px;*/
}
 .ui-tabs-nav-item-last a:hover span, .ui-tabs-nav-item-last a:focus span, .ui-tabs-nav-item-last a:active span {
	/*background:url(images/summary_bg_over.png) no-repeat left -1px;*/
}
.last-selected a span{
	/*background:url(images/summary_bg_over.png) no-repeat left -1px !important;*/
}
.table_text input, .table_title input {
text-align:center;}
.table_text div, .table_text2 div, .table_text2_first div{
text-align:right;}
.total_pass div, .title_1 div {
text-align:right;
padding-right:17px;}
.table_text3 div{
	text-align:center;
}
.ui-tabs-nav-item #fragment-1 span {
	background-image: url(images/tillage_operations_active.png);
	background-repeat: no-repeat;
}
.ui-tabs-selected #fragment-1 span {
	background-image: url(images/tillage_operations_over.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav-item #fragment-2 span {
	background-image: url(images/eliminator_savings_active.png);
	background-repeat: no-repeat;
}
.ui-tabs-selected #fragment-2 span {
	background-image: url(images/eliminator_savings_over.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav_disable #fragment-3 span {
	background-image: url(images/eliminator_purchase_disable.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav-item #fragment-3 span {
	background-image: url(images/eliminator_purchase_active.png);
	background-repeat: no-repeat;
}
.ui-tabs-selected #fragment-3 span {
	background-image: url(images/eliminator_purchase_over.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav_disable #fragment-4 span {
	background-image: url(images/new_tractor_diable.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav-item #fragment-4 span {
	background-image: url(images/new_tractor_active.png);
	background-repeat: no-repeat;
}
.ui-tabs-selected #fragment-4 span {
	background-image: url(images/new_tractor_over.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav_disable #fragment-5 span {
	background-image: url(images/tractor_purchase_disable.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav-item #fragment-5 span {
	background-image: url(images/tractor_purchase_active.png);
	background-repeat: no-repeat;
}
.ui-tabs-selected #fragment-5 span {
	background-image: url(images/tractor_purchase_over.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav_disable #fragment-6 span {
	background-image: url(images/summary_disable.png);
	background-repeat: no-repeat;
}
.ui-tabs-nav-item-last #fragment-6 span {
	background-image: url(images/summary_active.png) !important;
	background-repeat: no-repeat;
}
.last-selected #fragment-6 span {
	background-image: url(images/summary_over.png) !important;
	background-repeat: no-repeat;
}

.resul_bg1{
	background: url(images/results_bg1.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.resul_bg1:hover{
	background-image: url(images/results_bg1_over.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.resul_bg2{
	background: url(images/results_bg2.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.resul_bg2:hover{
	background-image: url(images/results_bg2_over.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.resul_bg3{
	background: url(images/results_bg3.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.resul_bg3:hover{
	background-image: url(images/results_bg3_over.png);
	height: 42px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_text input, .table_title input {
	background-color: #fffaea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:19px;
	color:#0066cc;
	width:84px;
	
}

.table_text select, .table_title select {
	background-color: #fffaea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:21px;
	color:#0066cc;
	width:50px;
	text-align:center;
	
}
.acres_box {
	border: thin solid #cccccc;
	background-color: #fffaea;
	width:89px;
	height:24px;
}