/*  whattodo.css (What To Do in Good To Read)  */

/*  Useful pages:  */
/*  http://www.htmlhelp.com/reference/css/properties.html  */
/*  http://www.htmlcenter.com/tutorials/tutorials.cfm/54/CSS/  */


/*  Examples  */
/*  <p class=summary>What?</b></p>  */
/*  What To Do?</a><span class="breadcrumb"> --> Introduction - Read Me First!</span>  */
/*  <div id="contents">  */



/* -------------------- Elements --------------------  */

body {
  width: 100%;
  font-size: 11pt;
  font-family: Verdana,Arial,"Sans Serif",Helvetica;
  margin: 0;
  padding: 0;
  background-color: #EEF4D5;
}

h1 {
  font-size: 20pt;
  letter-spacing: .1em;
  color: #2f4627;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

h1.logo_noscript {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 24pt;
  color: #2f4627;
  padding-top: .28em;
  padding-bottom: 1.28em;
  border-bottom: 2pt solid #60834B;
}

.letter_spacing {  /*  Used in the h1 Logo  */
  letter-spacing: -.1em;
}

h2 {
  font-size: 18pt;
  color: #009900;
  margin-top: 1em;
}

h3 {
  font-size: 14pt;
  color: #009900;
  margin-top: 1.5em;
}

h3.announcement_head {  /*  For announcements and warnings */
  color: #CC3333;
  margin-top: 0;
}

h3.announcement_head_print {  /*  Print only  */
  display: none;
}

h3.glossary_head {  /*  For Glossary popup  */
  margin-top: 0;
  margin-bottom: .5em;
}

h3.reference_head {  /*  For Reference list (glossary and useful links) Headers  */
  color: #FF8040;
  margin-bottom: 1.5em;
}

h4 {
  color: #669933;
  font-size: 11pt;
}

p {
  line-height: 130%;
  color: #2f4627;
}

p.glossary {  /*For glossary entries and popups  */
  margin-top: .5em;
  padding-left: 2em;
}

p.logo {
  color: #2f4627;
  font-size: 9pt;
  text-align: center;
  padding-bottom: 1em;
}

p.centerimage {
  text-align: center;
  margin-left: auto;
  margin-right: auto
  }

ul {
  margin-left: 0;
  padding-left: 1em;
  margin-top: 1em;
}

ol {
  margin-left: 0;
  padding-left: 1.5em;
}

li {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #2f4627;
}

li.image {
list-style: none;
display: inline;
}

dl.quotations {  /*  For random quotations  */
  font-size: small;
  color: #2f4627;
  text-align: left;
  padding: .7em;
  border: 2px solid #60834B;
  background-color: #DDFFDD;
  background-color: #BfD6B7;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

dd.quotations {  /*  For random quotations  */
  font-size: x-small;
  margin-left: 1em;
  font-weight: bold;
  color: #2f4627;
}

dt.assumptions {  /*  For assumptions  */
  font-weight: bold;
  color: #FF8040;
  margin: 1.4em 2em 0.5em 0;
}

dd.assumptions {  /*  For assumptions  */
  margin: 0 2em 1em 2em;
  color: #000000;
}

hr {
  background-color: #2f4627;
  color: #2f4627;
  height: 1px;
  margin: 1.5em -25px 0 -23px;  /*  This is different for IE  */
}

hr.adverts {
  background-color: #2f4627;
  color: #2f4627;
  height: 1px;
  margin: 1.5em -9px 0 -11px;  /*  This is different for IE  */
}

img {
  border-width: 0;
  vertical-align: baseline;  /*  Different in IE  */
}

img.right {
  float: right;
  padding: 10px;
}

img.left {
  float: left;
  margin: -10px;
  padding: 10px;
  padding-right: 40px;
}

float_right{
  float: right;
}

float_left{
  float: left;
}

table {
  margin: 1em 0 1em 0;
  border: 2px solid #60834B;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.ingredients {
  font-size: 9pt;
  }

th {
  border: 2px solid #60834B;
  padding: 5px;
  vertical-align: top;
}

td {
  border: 2px solid #60834B;
  padding: 5px;
  vertical-align: top;
}

b.red {
  color: red;
}

/* -------------------- Main Document Divisions --------------------  */

#header {  /*  Header  */
  width: 100%;
  background-color: #EEF4D5;  /*  Light green  */
}

#main_content {  /*  Main content area  */
  position: relative;
  margin: 0;
  padding: .7em .6em .6em .6em;
}

#wrapper_left {  /*  Guarantees full length left column  */
  position: relative;
  text-align:left;
  width:100%;
  background: #FFFFFF url("graphics/green-light-leftborder.jpg") repeat-y top right;
  z-index: 100;  /*  This is different for IE  */
  border-top: 2px solid #60834B;
}

#contents {  /*  Left column  */  /*  Different for printing  */
  font-size: smaller;
  position: relative;
  top: -10px;
  left: -10px;
  float: left;
  width: 208px;  /*  for IE5/WIN  */
  width: 188px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 10px;
  background-color: #EEF4D5;
   z-index: 100;  /*  JUST KIDDING - This is different outside IE - Added in separate file */
}

#contents_404 {  /*  For Page Not Found  */  /*  Different for printing  */
  width: 60%;
  background: #EEF4D5;
  padding: 10px 20px 10px 20px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #60834B;
}

#wrapper_right {  /*  Guarantees full length right column  */
  position:relative;
  text-align:left;
  width: 99.89%;  /*  Hack (should be 100%) to avoid horizontal scroll: also see #advertisements  */
  background: url("graphics/green-light-rightborder.jpg") repeat-y top left;
  z-index:99;  /*  This is different for IE  */
}

#advertisements {  /*  Right column  */  /*  Different for printing  */
  position:relative;
  top: -10px;
  right: -10px;
  float: right;
  width: 180px;  /*  for IE5/WIN  */
  width: 160px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 9px;  /*  Hack (should be 10px) to avoid horizontal scroll: also see #wrapper_right  */
  background-color: #EEF4D5;
  text-align: center;
  font-size: smaller;
  /*  xz-index:99;  This is different outside IE - Added in separate file */
}

#advertisements p {
  text-align: left;
  }

#advertisements h3 {
  margin-top: 0.5em;
}

#article {  /*  Center column  */
  position: relative;
  padding: 0px 196px 0px 224px;
  margin-bottom: .5em;
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: -10px;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  width: 192px;
}

#nav li { /* all list items */
  margin-top: -1px;  /*  Undo primary setting  */
  margin-bottom: 0px;  /*  Undo primary setting  */
  padding: 8px 8px;
  background-color: #EEF4D5;
  float: left;
    line-height : 1.25em;
  width: 192px; /* width needed or else Opera goes nuts */
    border: 1px solid #60834B;
    margin-left: 0px;
}

#nav li ul { /* second-level lists */
  position: absolute;
  width: 10em;
  width: 192px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin-bottom: 0px;
    margin-top: -70px;
    margin-left: 201px;
}

#nav li ul ul { /* third-and-above-level lists */
  position: absolute;
  margin: -20px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

.clear_both {
  clear: both;
}


#footer {
  background-color: #EEF4D5;
  clear: both;
  padding: .75em;  /*  This is different for IE  */
  border-top: 2px solid #60834B;
  margin-bottom: 3.5em;
}

.signature {
  font-family: "Monotype Corsiva",Georgia,Verdana,Arial,"Sans Serif",Helvetica;
  font-style: italic
}

.search {
  border-top: 2px solid #60834B;
  background-color:#FFFFFF;
  padding: .75em;
}



/* -------------------- Contents stuff --------------------  */

#contents_current {
  color: #ff9900;
  font-weight: bold;
  text-decoration: none;
}



/* -------------------- Advertisement stuff --------------------  */

.line_height_150 {
  line-height: 150%;
}

.line_height_180 {
  line-height: 200%;
}



/* -------------------- Article stuff --------------------  */

.breadcrumb {
  font-size: small;
  font-style: normal;
  color: #2f4627;
}

.logo_small {
  font-style: italic;
}

.announcement {
  font-size: smaller;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEF4D5;
  border: solid 2px #2f4627;
  padding: 1em 1em 0 1em;  /*  Different in IE  */
}

.announcement p {  /*  Non IE only  */
  /*  line-height: 150%;  */
}

.announcement_print {  /*  Print only  */
  display: none;
}

.article_align_next {  /*  Different for printing  */
  float: right;
  margin-top: -.3em;
  margin-bottom: 1em;
}

.article_align_previous {  /*  Different for printing  */
  float: left;
  margin-top: -.3em;
  margin-bottom: 1em;
}

.center {
  text-align: center;
}

/* -------------------- Footer stuff --------------------  */

.publish_history {
  font-size: small;
  color: #000099;
}

.publish_dates {
  float: right;
  text-align: right;
}

.publish_text {
  float: right;
  padding-right: .5em;
}

.copyright {
  float: left;
}



/* -------------------- Other stuff --------------------  */

.top_margin_0 {
  margin-top: 0;
  margin-bottom: 1em;
}

.add_decoration {
  text-decoration: underline;
}



/* -------------------- Colors --------------------  */

/* ----- Kept even though many not used -----  */

.black {
  color: #000000;
}

.gray_dark {
  color: #333333;
}

.gray_medium {
  color: #666666;
}

.gray_light {
  color: #999999;
}

.red {
  color: #990000;
}

.red_bright {
  color: #FF0000;
}

.green {
  color: #009900;
}

.blue {
  color: #000099;
}

.yellow {
  color: #999900;
}

.purple {
  color: #666699;
}

.orange {
  color: #FF8040;
}

.orange_light {
  color: #FFB080;
}



/* -------------------- Font Sizes --------------------  */

/* ----- Kept even though many not used -----  */

.small_xx {
  font-size: xx-small;
}

.small_x {
  font-size: x-small;
}

.small {
  font-size: small;
}

.medium {
  font-size: 11pt;
}

.large {
  font-size: large;
}

.large_x {
  font-size: x-large;
}

.large_xx {
  font-size: xx-large;
}




/* -------------------- Links --------------------  */

a:link {
  padding: .05em;
  color: #009900;
  text-decoration: underline;
}

a:active {
  padding: .05em;
  color: #00CC00;
  text-decoration: underline;
}

a:visited {
  padding: .05em;
  color: #66CC66;
  text-decoration: underline;
}

a:hover {
  padding: .05em;
  color: #66BB66;
  text-decoration: underline;
}


a:link.contents_no_javascript {
  padding: .3em;
  color: #FF8040;
  text-decoration: none;
  font-weight: bold;
  font-size: x-large;
}

a:active.contents_no_javascript {
  padding: .3em;
  color: #FF9060;
  text-decoration: none;
  font-weight: bold;
  font-size: x-large;
}

a:visited.contents_no_javascript {
  padding: .3em;
  color: #FFB080;
  text-decoration: none;
  font-weight: bold;
  font-size: x-large;
}

a:hover.contents_no_javascript {
  padding: .3em;
  color: #FFA070;
  text-decoration: none;
  font-weight: bold;
  font-size: x-large;
}


a:link.breadcrumb_logo {
  padding: .2em;
  color: #2f4627;
  text-decoration: underline;
  font-style: italic;
  font-size: small;
}

a:active.breadcrumb_logo {
  padding: .2em;
  color: #00CC00;
  text-decoration: underline;
  font-style: italic;
  font-size: small;
}

a:visited.breadcrumb_logo {
  padding: .2em;
  color: #2f4627;
  text-decoration: underline;
  font-style: italic;
  font-size: small;
}

a:hover.breadcrumb_logo {
  padding: .2em;
  color: #66BB66;
  text-decoration: underline;
  font-style: italic;
  font-size: small;
}


a:link.breadcrumb {
  padding: .2em;
  color: #2f4627;
  text-decoration: underline;
  font-style: italic;
}

a:active.breadcrumb {
  padding: .2em;
  color: #00CC00;
  text-decoration: underline;
  font-style: italic;
}

a:visited.breadcrumb {
  padding: .2em;
  color: #2f4627;
  text-decoration: underline;
  font-style: italic;
}

a:hover.breadcrumb {
  padding: .2em;
  color: #66BB66;
  text-decoration: underline;
  font-style: italic;
}


a:link.article_special {
  padding: .1em;
  color: #FF8040;
  text-decoration: none;
}

a:active.article_special {
  padding: .1em;
  color: #FF9060;
  text-decoration: none;
}

a:visited.article_special {
  padding: .1em;
  color: #FFB080;
  text-decoration: none;
  }

a:hover.article_special {
  padding: .1em;
  color: #FFA070;
  text-decoration: none;
}


a:link.remove_underline {
  padding: .1em;
  color: #000000;
  text-decoration: none;
}

a:active.remove_underline {
  padding: .1em;
  color: #000000;
  text-decoration: none;
}

a:visited.remove_underline {
  padding: .1em;
  color: #000000;
  text-decoration: none;
  }

a:hover.remove_underline {
  padding: .1em;
  color: #000000;
  text-decoration: none;
}


a:link.contents_sub_0 {
  text-decoration: none;
}

a:active.contents_sub_0 {
  text-decoration: underline;
}

a:visited.contents_sub_0 {
  text-decoration: none;
}

a:hover.contents_sub_0 {
  text-decoration: underline;
}

a:link.contents_sub_1 {
  text-decoration: none;
}

a:active.contents_sub_1 {
  text-decoration: underline;
}

a:visited.contents_sub_1 {
  text-decoration: none;
}

a:hover.contents_sub_1 {
  text-decoration: underline;
}


a:link.contents_sub_2 {
  text-decoration: none;
}

a:active.contents_sub_2 {
  text-decoration: underline;
}

a:visited.contents_sub_2 {
  text-decoration: none;
}

a:hover.contents_sub_2 {
  text-decoration: underline;
}


a:link.contents_sub_3 {
  font-size: smaller;
  text-decoration: none;
}

a:active.contents_sub_3 {
  font-size: smaller;
  text-decoration: underline;
}

a:visited.contents_sub_3 {
  font-size: smaller;
  text-decoration: none;
}

a:hover.contents_sub_3 {
  font-size: smaller;
  text-decoration: underline;
}


a:link.glossary {
  padding: 0;
  color: #000099;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:active.glossary {
  padding: 0;
  color: #000099;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:visited.glossary {
  padding: 0;
  color: #000099;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary {
  position: relative;
  padding: 0;
  color: #000099;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  z-index: 101;
  top: -.9em;
  left: -.55em;
  width: 20em;
  color: #000000;
  font-size: small;
  line-height: 130%;
  padding: 1em 1em .5em 1em;
  background: #FFFFFF;
  border: 2px dotted #FF8040;
  opacity: 0.97;    /*  CSS Validation: Property opacity doesn't exist in CSS level 2.1 but exists in [css3] - Works in Firefox, Safari, and Chome, but not in Interne Explorer:  0.9  */
  }

a span {  /*  To do hovering definitions for Glossary entries  */
  display: none;
}

a span.logo_small{  /*  To allow span for logo_small  */
  display: inline;
}

a span.orange_light{  /*  To allow span for orange_light  */
  display: inline;
}

a span.large{  /*  To allow span for large  */
  display: inline;
}

div.glossary {
  font-style: normal;
  margin-left: 1em;
  margin-bottom: 1em;
}


