/*  whattodo_print.css (What To Do in Good To Read)  */

/*  Printing  */



/* -------------------- Elements --------------------  */

body {
  width: 100%;
  font-family: Verdana,Arial,"Sans Serif",Helvetica;
  margin: 0;
  padding: 0;
  background-color: #EEFFEE;
}

h1 {
  font-size: 20pt;
  letter-spacing: .1em;
  color: #FF8040;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

h1.logo {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 24pt;
  color: #009900;
  padding-top: .28em;
  padding-bottom: .28em;
  border-bottom: 2pt solid #009900;
}

h1.logo_noscript {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 24pt;
  color: #009900;
  padding-top: .28em;
  padding-bottom: 1.28em;
  border-bottom: 2pt solid #009900;
}

.letter_spacing {  /*  Used in the h1 Logo  */
  letter-spacing: -.2em;
}

h2 {
  font-size: 15pt;
  color: #009900;
  margin-top: 1em;
}

h3 {
  font-size: 12pt;
  color: #009900;
  margin-top: 1.5em;
}

h3.announcement_head {  /*  For announcements and warning about reading Assumptions */
  color: #FF8040;
  margin-top: 0;
}

h3.announcement_head_print {  /*  Print only  */
  color: #FF8040;
  margin-top: 0;
}

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;
}

p.summary {
  font-size: smaller;
  color: #009900;
  padding: 0 4em 0 4em;
}

p.glossary {  /*For glossary entries and popups  */
  margin-top: .5em;
  padding-left: 2em;
}

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;
}

dl.quotations {  /*  For random quotations  */
  font-size: small;
  color: #009900;
  text-align: left;
  padding: .7em;
  border: 2px solid #009900;
  background-color: #FFFFFF;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

dd.quotations {  /*  For random quotations  */
  font-size: x-small;
  margin-left: 1em;
  font-weight: bold;
  color: #FFB080;  /*  light orange  */
}

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: #009900;
  color: #009900;
  height: 2px;
  margin-top: 1.5em;  /*  This is different for IE  */
  margin-bottom: 0;
  width: 100%;
  }

xxxDIV.hr {
  background-color: #009900;
  line-height: 2px;
  margin-top: 1.5em;
  margin-bottom: 0;
  width: 100%;
}

img {
border-width: 0;
}


/* -------------------- Main Document Divisions --------------------  */

#header {  /*  Header  */
  width: 100%;
  background-color: #FFEEDD;  /*  Very light orange  */
}

#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: 1px solid #009900;
}

#contents {  /*  Left column  */  /*  Different for printing  */
  display: none;
}

#contents_404 {  /*  For Page Not Found  */  /*  Different for printing  */
  display: none;
}

#wrapper_right {  /*  Guarantees full length right column  */
  position:relative;
  text-align:left;
  width:100%;
  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  */
  display: none;
}

#article {  /*  Center column  */
  position: relative;
  /*xpadding: 0px 196px 0px 224px;    Removed for printing  */
  margin-bottom: .5em;
}

#footer {
  background-color: #EEFFEE;
  clear: both;
  padding: .75em;  /*  This is different for IE  */
  border-top: 2px solid #009900;
  margin-bottom: 3.5em;
}



/* -------------------- Contents stuff --------------------  */

#contents_current {
  color: #FF8040;
  font-weight: bold;
  text-decoration: none;
}



/* -------------------- Article stuff --------------------  */

.breadcrumb {
  font-size: small;
  font-style: normal;
  color: #66CC66;
}

.logo_small {
  letter-spacing: -.03em;
  word-spacing: -.28em;
  font-style: italic;
}

.announcement {
  font-size: smaller;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEFFEE;
  border: solid 2px #FF8040;
  padding: 1em 1em 0 1em;  /*  Different in IE  */
}

.announcement_print {  /*  Print only  */
  font-size: smaller;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEFFEE;
  border: solid 2px #FF8040;
  padding: 1em 1em 0 1em;  /*  Different in IE  */
}

.article_align_next {  /*  Different for printing  */
  display: none;
}

.article_align_previous {  /*  Different for printing  */
  display: none;
}



/* -------------------- Footer stuff --------------------  */

.publish_history {
  font-size: small;
  color: #66CC66;
}

.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: medium;
}

.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 {
  padding: .2em;
  color: #66CC66;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: -.04em;
  word-spacing: -.3em;
}

a:active.breadcrumb {
  padding: .2em;
  color: #00CC00;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: -.04em;
  word-spacing: -.3em;
}

a:visited.breadcrumb {
  padding: .2em;
  color: #66CC66;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: -.04em;
  word-spacing: -.3em;
}

a:hover.breadcrumb {
  padding: .2em;
  color: #66BB66;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: -.04em;
  word-spacing: -.3em;
}


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.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 {
  margin-left: 1.5em;
  text-decoration: none;
}

a:active.contents_sub_1 {
  margin-left: 1.5em;
  text-decoration: underline;
}

a:visited.contents_sub_1 {
  margin-left: 1.5em;
  text-decoration: none;
}

a:hover.contents_sub_1 {
  margin-left: 1.5em;
  text-decoration: underline;
}


a:link.contents_sub_2 {
  margin-left: 4em;
  font-size: smaller;
  text-decoration: none;
}

a:active.contents_sub_2 {
  margin-left: 4em;
  font-size: smaller;
  text-decoration: underline;
}

a:visited.contents_sub_2 {
  margin-left: 4em;
  font-size: smaller;
  text-decoration: none;
}

a:hover.contents_sub_2 {
  margin-left: 4em;
  font-size: smaller;
  text-decoration: underline;
}


a:link.contents_sub_3 {
  margin-left: 6em;
  font-size: smaller;
  text-decoration: none;
}

a:active.contents_sub_3 {
  margin-left: 6em;
  font-size: smaller;
  text-decoration: underline;
}

a:visited.contents_sub_3 {
  margin-left: 6em;
  font-size: smaller;
  text-decoration: none;
}

a:hover.contents_sub_3 {
  margin-left: 6em;
  font-size: smaller;
  text-decoration: underline;
}


a:link.glossary {
  padding: 0;
  color: #009900;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:active.glossary {
  padding: 0;
  color: #009900;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:visited.glossary {
  padding: 0;
  color: #009900;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary {
  position: relative;
  padding: 0;
  color: #009900;
  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: -.5em;
  left: -.55em;
  width: 25em;
  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;
}

div.glossary {
  font-style: normal;
  margin-left: 1em;
  margin-bottom: 1em;
}



