/*img { behavior: url(../images/iepngfix.htc) }*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #9595CD;
	background-color: #000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0px 4px;
	padding: 0px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {	font-size: 1.9em; margin-bottom: 0px; text-indent: 50px; top: -10px; position: relative;
		background: url(../images/stalk.png) no-repeat;	
		background-position: 18px top;
    }
h2 {	font-size: 1.6em; margin-bottom: .3em;}
h3 {	font-size: 1.4em; margin-bottom: .3em; color: #ef3a43;}
h4 {	font-size: 1.2em; margin-bottom: .3em; color: #089f6d;}
h5 {	font-size: 1.1em; margin-bottom: .25em;}
h6 {	font-size: 1.0em; margin-bottom: .25em; font-weight: normal;}
a {	font-size: 1em; text-decoration: none; }
a:hover { text-decoration: underline; }
p {	margin: 0px 0px 1.3em 0px; }
em { font-weight: bold;	font-style: italic; }
img { border-width:0px;	margin: 4px; }
blockquote 
{
	margin: 1.5em; color:#666; font-style:italic;
}
.small { font-size: .80em; margin-bottom: .25em; line-height: 1.0; }
.large { font-size: 1.20em; margin-bottom: .5em; line-height: 1.5em; }
.bold {	font-weight: bold; }
.centered {	text-align: center; }
/*** Table Styles ***/
table, td, th 
{
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
th { font-weight: bold; }
th, td, caption { padding: 4px 10px 4px 5px; }
thead th { background-color: #c3d9ff; }
.fltRight {	float: right; margin-left: 5px; }
.fltLeft { float: left;	margin-right: 5px; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent15 {	text-indent: 15px; }
.textbox { background-color: #FFFFFF; border: 1px solid #85A157; }
.highlightTextbox {	background-color: #f2fcc9; border: 1px solid #ef3a43; width: auto; }
.good, .bad, .warning, .security
{
	padding: 5px 5px 5px 30px;
	margin: 5px 0px 0px 00px;
	text-align: left;
	display: block;
}
.good
{
	background: #CCFECC url(../images/good.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #009900;
}
.bad
{
	background: #FECCCC url(../images/error.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FF3333;
	color: #990000;
}
.warning
{
	background: #FFFFCB url(../images/warning.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FFFF00;
}
.security
{
	background: #FFFFFF url(../images/security_30.png) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: none;
	padding-left: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}

/**** Calendar styles ****/
.calendar .ajax__calendar_container
{
	border: 1px solid green;
	background-color: #FFF;
	color: Red;
}
.calendar .ajax__calendar_header
{
	color: Black;
}
.calendar .ajax__calendar_active .ajax__calendar_day
{
	font-weight: bold;
	color: black;	
}
.calendar .ajax__calendar_dayname
{
	color: Black;
}
.calendar .ajax__calendar_today
{
	text-decoration: underline;
}
.calendar .ajax__calendar_other .ajax__calendar_day,
.calendar .ajax__calendar_other .ajax__calendar_month,
.calendar .ajax__calendar_other .ajax__calendar_year
{	
	color: #333333;
}

.calendarImg
{
	vertical-align: top; padding: 0px; margin: 0px;
}

/** AJAX Progress Indicator **/
.ajaxProgressUpdating
{
	vertical-align: middle; width: 100px; text-align: center; margin: 0px auto; background-color: Black; color: White; border: 1px solid green;
	padding: 5px;
}

/** Button styles **/
.btnOrange, a.btnOrange
{
	color: Black;
	background: url(../images/button_bg_orange.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnOrange:hover, a.btnOrange:hover
{
	background-image: url(../images/button_bg_orange_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}
.btnRed, a.btnRed
{
	color: white;
	background: url(../images/button_bg_red.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnRed:hover, a.btnRed:hover
{
	background-image: url(../images/button_bg_red_hover.gif);	
	background-repeat: repeat-x;
	color: white;
}
.btnBlue, a.btnBlue
{
	color: white;
	background: url(../images/button_bg_dark_blue.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnBlue:hover, a.btnBlue:hover
{
	background-image: url(../images/button_bg_dark_blue_hover.gif);
	background-repeat: repeat-x;
	color: white;
}
.btnLightBlue, a.btnLightBlue
{
	color: Black;
	background: url(../images/button_bg_light_blue.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnLightBlue:hover, a.btnLightBlue:hover
{
	background-image: url(../images/button_bg_light_blue_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}
.btnWhite, a.btnWhite
{
	color: Black;
	background: url(../images/button_bg_white_gray.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnWhite:hover, a.btnWhite:hover
{
	background-image: url(../images/button_bg_white_gray_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}

/*********** Photo Album and Photos *****************/
.thumbnail
{
	border: none;
	display: block;
}
.caption
{
	display: block;
	margin: 5px 0px;
}

/*** News Feed Links ***/
.newsFeedItem a
{
	display: block;
	color: Black;
	margin: 4px 0px;
	font-size: .90em;
}
.newsFeedItem a:hover
{
	color: green;
	font-size: .90em;
}

/***** Boxed content ****/
.sideMod {
	border:1px solid #8FAB73;
	margin-bottom: 10px;
	background-color: #F9F9F1;
}
.sideHead {
	background-color:#C7C7AB;
	border-bottom:1px solid #8FAB73;
	padding: 4px 0px;
}
.sideHead h4 { color: Black; text-align: center; margin-bottom: 0px; }
.sideContent a {
	padding: 5px 0px;	
	display: block;
	text-decoration: none;
	font-size: .90em;
}
.sideContent a:hover { text-decoration: underline; }
.sideContent { padding: 5px; }

a.pdf
{
	padding: 4px 28px 4px 0px;
	background: transparent url(../images/pdf.gif) no-repeat center right;
	display: inline;
	text-decoration: none;
}

/*** Traits items ***/
.traitContainer 
{
	float: left;
	height: 100%;
}
.irm 
{
	height: 100px;
}
.trait {	
	margin-bottom: 10px;
	margin-right:5px;
	display: block;
}
.trait img {
	float: left;
	margin: 5px 5px 5px 0px;
}
.traitList label { padding-left: 8px; }

/*** Seed Selector ***/
.seedSelectionList { width: 100%; }
.seedSelectionList td { width: 25%; text-align: center; }

.dlMaturity td
{
	text-align: center;
}
.dlMaturity td a { padding: 1px 0px; }

/* styles the legend table underneath the comparison data */
.comparisonLegend td
{
	font-size: .90em;
	vertical-align: top;
}
.profileList
{
	margin: 0px 0px 15px 30px;
	list-style-type: disc;
	line-height: 1.5em;
}
.profileTable hr { margin: 10px 0px 25px 0px; }
.profileTraitTable .profileTraitName { width: 190px; line-height: 1.4em; vertical-align: top; }
.profileTraitTable .profileTraitValue { width: 25px; line-height: 1.4em; vertical-align: top; }

.profileTraitTableSoybean .profileTraitName { width: 220px; line-height: 1.4em; vertical-align: top; }
.profileTraitTableSoybean .profileTraitValue { width: 25px; line-height: 1.4em; vertical-align: top; }


.profileFieldTable td { border: 1px solid black; height: 25px; }
.profileFieldTable th { font-size: .90em; text-align: center; background: none; vertical-align: bottom; }

.green { background: green; display: block; }
.yellow { background: yellow; display: block; }