/* links.css */
/* Links page rules */

table.list {border-collapse: separate; margin-top: 20pt;}
col.info {width: 100%;}

h2 {font: 24pt Verdana,Arial,Helvetica,sans-serif; color: #80C02E; font-stretch: condensed; text-align: right; text-transform: lowercase;}
p.guide {font-size: 10pt; margin: 1em 0 0.5em;}

/* IE likes r,s,s; NS likes x,s,r; Safari likes x,x,r not x,s,s, but x,r,s OK with nested DIVs */
tr.colHead th.news {position: relative; padding-top: 40px;}
tr.colHead th.news div.bg {position: relative; color: white;}
* html tr.colHead th.news div.bg {position: static;}

h3 {/* position: relative; z-index: 1; width: auto; */ padding: 6pt 76pt 8pt 6pt; color: white; font-size: /* x-large */ 14pt; font-weight: 400; font-style: italic; /* line-height: 1.1em */ /* 15pt */; white-space: nowrap; text-align: left;}
img.shadowed {position: absolute; z-index: 0; right: 6pt; bottom: 6pt; width: 60pt; height: 60pt;}

/* Fix image position in Opera 6 and under \*/
html>body img.shadowed {bottom: -25pt; top: auto;}
/* Hide the following from Op6 (and IE) -- see http://www.albin.net/CSS/OwenHack.html */
head:first-child+body img.shadowed {bottom: 6pt; top: auto;} 

tr.colHead th.news div.bg, tr.colStop th.news p {background-color: #80C02E;}
/* WinIE only: (we would like this to apply to Opera 8 also) \*/
* html tr.body td.news {border-left: 1pt solid #80C02E;}
/* End WinIE */

table.list ul {margin: 0; padding: 0;}
table.list li {margin: 0; padding: 3pt 6pt; list-style-type: none; white-space: nowrap; font-size: 9pt; line-height: 1.3em;}
table.list li a {color: #588420; background-color: white; text-decoration: none;}
table.list li a:visited {color: #666;}
table.list li a:hover, table.list li a:active {color: black; text-decoration: underline;}
table.list li {border-left: 1px solid #80C02E; border-bottom: 1px solid #80C02E; white-space: normal;}

tr.colStop th p {padding: 4pt 6pt; text-align: left; white-space: nowrap; font-size: /* small */ 9pt; font-weight: 700; font-style: italic; color: white; /* line-height: 1em; */}
img.plantGraphic {width: 126pt; height: 174pt;}

ul.nav a.links {color: #666; cursor: default;}
ul.nav a.links:hover, ul.nav a.links:focus {text-decoration: none;}
ul.footerNav a.links {color: #aaa; text-decoration: none; cursor: default;}

