/* ---------------------------------------- CSS INFORMATION ---------------------------------------- */
/* Author: Design & Usability (GSS)
/* Relationship / Project: CSS for www.AsgrowAndDekalb.com
/* Version History: September 5, 2007
/* Media: Screen and Print
/* Comments: This is the CYC (Competitor Yield Comparison) file used for computer screens and printers.
/* ------------------------------------------------------------------------------------------------- */


/* --------  Find Seed Products In Your Area (FSPIYA) ------- */
div#fspiya_wrapper {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #error{
	color: #f00;
}
div#fspiya_wrapper #fspiya {
	float: left;
	width: 600px; /* 50% */
	margin: 0;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
}
div#fspiya_wrapper #fspiya #title_and_report {
	padding: 0 0 10px 0;
}
div#fspiya_wrapper #fspiya h3 {
	display: inline;
	padding: 0 0 0 20px;
	font-size: 120%;
	font-weight: bold;
	background: transparent url(/web/images/icon_fsp.gif) no-repeat;
}
div#fspiya_wrapper #fspiya #report {
	display: inline;
	padding: 0 0 0 20px;
}
div#fspiya_wrapper #fspiya #crop {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #zip_code {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya .visible_subparts {
	display: inline;
}
div#fspiya_wrapper #fspiya .hidden_subparts {
	display: none;
}
div#fspiya_wrapper #fspiya #years {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #radius {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #relative_maturity {
	float: left;
	padding: 0 10px 0 0;
}
/* -------- end FSPIYA (Find Seed Products In Your Area) ------- */


/* -------- start FAS(Find A Seed) ------- */
div#fas_wrapper {
	float: right;
	margin: 0;
	padding: 0;
}
div#fas_wrapper #fas {
	width: 250px;  /* 30% */
	padding: 10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #f0f0f0;
}
div#fas_wrapper #fas h3 {
	display: inline;
	padding:0 0 20px 30px;
	font-size: 120%;
	font-weight: bold;
	background: transparent url(/web/images/icon_seeds.gif) no-repeat;
}
div#fas_wrapper #fas p {
	padding: 10px 0 0 0;
}
div#fas_wrapper #fas p#example {
	padding: 0px;
}
div#fas_wrapper #fas #search {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#fas_wrapper #fas #submit {
	float: right;
	margin: 0;
	padding: 0;
}
/* -------- end FAS(Find A Seed) ------- */



/* -------- start select five ------- */
.select_five_wrapper {
	margin: 20px 0 20px 0;
	padding: 5px 10px;
	font-weight: bold;
}
.select_five {
	float: left;
}
/* -------- end select five ------- */


/* -------- start reports ------- */
#report_results_wrapper {
	margin: 10px 0;
	padding:10px 5px;
	font-weight:bold;
	background-color: #fcf9cc;
}
#report_results_wrapper span {
	color:#642712;
}
#report_results_wrapper a {
	font-weight:normal;
}
#report_results_wrapper a#find_more_reports {
	padding: 0 0 0 18px;
	font-weight:bold;
	background: transparent url(/web/images/icon_find_more_reports.gif) no-repeat;
}
/* -------- end reports ------- */


/* -------- start report table ------- */
table.tbl_report{
	width: 100%;
	background-color: #fff;
	font-size: 100%;
}
.tbl_report tr.header-1 th{
	padding: 5px;
	vertical-align: middle;
}
.tbl_report .adv {
	font-weight: bold;
	border-right: none;
}
.tbl_report .gross_income_adv_text_alignment {
	text-align: right;
}
.tbl_report th {
	padding: 5px;
	vertical-align: middle;
}
.tbl_report th.hidden_header {
	display: none;
}
.tbl_report th.filter {
	font-weight: bold;
	text-align: left;
	clear: left;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}
.tbl_report th.product_pdf{
	background-color: #dae0d2; /* Set Color for Your Application */
	background: #dae0d2 url(/web/images/icon_pdf.gif) no-repeat 0 50%;
}

.tbl_report th.product_pdf span{
	font-weight:normal;
}
.tbl_report td{
	padding: 0px 0px 0px 0px;
	padding: 5px;
	text-align:center;
}
.tbl_report td.entry{
	font-weight:bold;
}
.tbl_report td.hidden_column {
	display: none;
}
.tbl_report td.yield_bua{
	border-right: 1px #dee2d4 solid;
	border-left: 1px #dee2d4 solid;
	border-top:0;
	border-bottom:0;
	background-color: #f6f8f3;
}
.tbl_report td.gross_income{
	border-right: 1px #dee2d4 solid;
	border-left: 1px #dee2d4 solid;
	border-top:0;
	border-bottom:0;
	background-color: #f6f8f3;
}
.tbl_report tr.alt_row{
  	background-color: #f6f8f3;
}
.tbl_report tr.dekalb_row{
 	font-weight:bold;
}
.tbl_report tr.dekalb_row a.compare_yields{
 	font-weight:normal;
  	font-size:85%;
}
.tbl_report td.test_average {
	font-weight: bold;
	color:#333;
}
.tbl_report tfoot td, .tbl_report tfoot td.gross_income, .tbl_report tfoot td.yield_bua{
	border-bottom: 2px solid #dee2d4;
	padding-bottom:20px;
}
.tbl_report tbody tr td.additionalDataComment {
  font-weight: bold;
  text-align: left;
}
.report_wrapper h5{
	text-align: center;
	padding: 10px 0;
	font-size: 110%;
}
.report_wrapper .no_report_data_msg{
	color: #f00;
	text-align: left;
	padding:10px 0;
	height:400px;
}
.report_information_wrapper {
	float:left;
	width:100%;
	vertical-align: bottom;
/*	border:1px solid #f00;*/
}
.report_information {
	float:left;
	background-color: #f1f4eb;
	border: 1px solid #dae0d2;
	padding:10px;
	margin:0;
	width:48%;
}
.report_information .name_location{
	font-weight:bold;
}
.report_information .year_detail{
	font-weight:normal;
}
.report_branding {
	float: left;
	background: transparent url(/web/images/bg_yield_report_corn.jpg) no-repeat 0 100%;
	width:48%;
	height:54px;
}
.report_branding .logos {
	float:right;
	vertical-align: bottom;
}

.change_calculation_error{
	color: #f00;
}
.description_wrapper  {
	border-bottom: 2px solid #dee2d4;
}
.description_wrapper .price  {
	padding: 10px 0 0 10px;
}
.description_wrapper .price_description {
	padding: 10px 0 0 10px;
}
.description_wrapper .price_description .selling_price_used_for_calculation{
	display: inline;
}
.description_wrapper .price_description .moisture_deduction_used_for_calculation{
	display: inline;
}
.description_wrapper .price_change {
	display: none;
	padding: 10px 0 0 10px;
}
.description_wrapper .list  {
	padding: 0;
	margin:0;
	/*float:left;*/
}
.description_wrapper .list ul {
	list-style-type: none;
	float: left;
	padding:20px 10px 10px 10px;
	margin:0;
	width:31%;
}
.description_wrapper .list ul li{
	font-size:85%;
	padding-bottom: 5px;
}
.description_wrapper .list ul span{
	font-weight: bold;
}

/* -------- end report table ------- */


/* -------- start chart ------- */
.chart_key {
	float: left;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.chart_key h2{
	color: #000;
}
.chart_key ul {
	margin:0px;
	padding:0px;
}
.chart_key ul li {
	list-style-type:none;
	padding: 0 0 10px 20px;
}
.chart_key ul li.competitor {
	background: #fff url(/web/images/chart_key_competitor.gif) no-repeat;
}
.chart_image{
	float: left;
	padding: 0 0 0 20px;
}
/* -------- end chart ------- */

/* -------------- START TABS ---------------- */

#tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	height:25px;
}
#tabs ul {
	margin: 0;
	padding: 20px;
	list-style-type: none;
}
#tabs li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	list-style-type: none;
 }
#tabs a {
	display: block;
	padding: 5px 15px 4px 6px;
	text-decoration: underline;
	font-weight: bold;
}
#tabs #current a {
	color: #333;
	padding-bottom: 5px;
	text-decoration: none;
}
.tab_hidden {
	display: none;
}
/* -------------- END TABS ------------------ */

/* -------- start data ------- */
.data {
	margin-top: 10px;
	padding: 10px;
}
.data h4 {
	font-size: 100%;
}
.data h4 span {
	font-weight: normal;
}
/* -------- end data ------- */


/* -------- start legend ------- */
#legend {
	margin:20px 0 0 0;
	padding:0px;
}
#legend h2 {
	margin:0px;
	font-size: 115%;
}
#legend h2 span{
	padding:5px 10px;
}
#legend h3 {
	padding: 5px;
	font-size: 100%;
}
#legend ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#legend ul li {
	padding: 3px;
}
/* -------- end legend ------- */

/* -------- start searching ------- */
#searching {
	position: absolute;
	left: 500px;
	top: 175px;
	display: none;
}
/* -------- end searching ------- */

/* -------- start misc. ------- */
.error_text {
     color: #f00;
}

/* ---------------------------------------- SUPPORT TEAM ADD CSS BELOW THIS LINE  ---------------------------------------- */