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

/* ---------------------------------------- DEFAULT CSS SET ---------------------------------------- */
body {
	background: #fff;
}
div#header {
	background: #fff url(/web/images/bg_header_corn.jpg) no-repeat 100% 0;
}
div#columns {
}
div#yield_data_wrapper {
	background-color: #f5f3e6;
}

/* ------------------- APP: Global ------------------- */
#legend {
}
#legend h2 {
	background-color: #ffcb05;
}
#legend h2 span{
	color: #fff;
	background-color: #b71237;
}

/* ------------------ APP: Seed Resource Guide -------------------------- */
.filter_wrapper {
	border-top: 1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05;
	background: #fff4da;
}
.product .new {
	border-bottom: 2px solid #b71237;	
	height: 17px;
}
.product .new span {
	color: #b71237;
	font-weight: bold;
	background-color: #ffcb05;
	padding: 3px 10px 3px 10px;
}
/* ------------------- APP: Individual Plot Report (IPR)  -------------------------- */

/*------------ start accordion ----------------*/
div#ipr_wrapper ul li a {
    background-color: #999;
	background-image: url('../images/btnPlus.gif');
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
div#ipr_wrapper ul li a.expanded {
    background-image: url('../images/btnMinus.gif');
    background-color: #ffcb05;
}
div#ipr_wrapper ul li a.expanded:hover {
    background-color: #ffcb05;
}
div#ipr_wrapper ul li a:hover {
    background-color: #ffcb05;
}
div#ipr_wrapper ul li a span {
	color: #fff;
}
div#ipr_wrapper ul li div div table thead th {
	background-color: #fff4da;
	color: #000;
}


/*------------ start details page/table ----------------*/
#report_results_wrapper {
	background-color: #fff4da;
	border-top: 1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05;
}
#report_results_wrapper span {
	color: #b71237;
}
.tbl_report_ipr th {
	background-color: #fff4da;
}
.tbl_report_ipr th.product {
	background: #fff4da url( ../images/icon_pdf.gif ) no-repeat 0 50%;
}
.tbl_report_ipr th.entry {
	border-top: 1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05;
	border-left: 8px solid #ffcb05;
}
.tbl_report_ipr th.brand, .tbl_report_ipr th.product, .tbl_report_ipr th.yield_bua, .tbl_report_ipr th.space, .tbl_report_ipr th.gross_income, .tbl_report_ipr th.cyc, .tbl_report_ipr th.traits, .tbl_report_ipr th.hm, .tbl_report_ipr th.rm  {
	border-top: 1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05;
}
.tbl_report_ipr td.entry {
	border-left: 8px solid #ffcb05;
}
.tbl_report_ipr td.yield_bua, .tbl_report_ipr td.gross_income { 
	border-top: 0;
	border-right: 1px solid #ffcb05;
	border-left: 1px solid #ffcb05;
	border-bottom: 1px dashed #ffcb05;
	background-color: #fff4da;
}
.tbl_report_ipr tr.alt_row {
	background-color: #fff4da;
}
.tbl_report_ipr tfoot td, .tbl_report_ipr tfoot td.gross_income, .tbl_report_ipr tfoot td.yield_bua {
	border-bottom: 2px solid #ffcb05;
}
.tbl_report_ipr td {
	border-bottom: 1px solid #ffcb05;
}
.tbl_report_ipr th.report_information {
	border-left: 8px solid #b71237;
}
.description_wrapper {
	border-bottom: 2px solid #ffcb05;
}
.data {
	background-color: #fff4da;
}

/* ------------------- APP: Competitor Yield Comparison (CYC)  -------------------------- */

/* -------- start chart ------- */
.chart_key ul li {
	background: #fff url(/web/images/chart_key_dekalb.gif) no-repeat;
}

/* -------- start report table ------- */
.tbl_report .border {
	border-right: 2px solid #ffcb05;
}
table.tbl_report{
	border: none;
}

.tbl_report th {
	background-color: #fce384; 
	border-right: 1px solid #ffcb05;
}

.tbl_report tr.header-1 th{
	background-color: #ffcb05; 
}
.tbl_report td{
	border-right:1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05 ;
}
.tbl_report th.filter {
	background-color: #ffcb05; 
}

/* -------- start select five ------- */
.select_five_wrapper {
	border-top: 1px solid #ffcb05;
	border-bottom: 1px solid #ffcb05;
	background: #fff4da;
}

/* ---------- start tabs ----------- */
#tabs {
	background: transparent url(/web/images/tabs_dekalb_bg.gif) repeat-x bottom;
}
#tabs li {
	background: transparent url(/web/images/tabs_dekalb_left.gif) no-repeat left top;
 }
#tabs a {
	background: transparent url(/web/images/tabs_dekalb_right.gif) no-repeat right top;
}
#tabs #current {
	background-image: url(/web/images/tabs_dekalb_left_on.gif);
}
#tabs #current a {
	background-image: url(/web/images/tabs_dekalb_right_on.gif);
}

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