/* amarillobay20090202_print.css (Amarillo Bay)*/

/*  For printing!  */



/* -------------------- Elements -------------------- */

body {
  width: 100%;
  font-family: Verdana,Arial,"Sans Serif",Helvetica;
  margin: 0px;
  padding: 0px;
  /*  background-color: #EEEEFF;    Removed in Print */ 
}

h1 {  /*  Logo  */
  text-align: center;
  letter-spacing: -.07em;
  word-spacing: -.1em;
  margin: 0;
  font-size: 24pt;
  font-weight: bold;
  color: #000099;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 2pt solid #666699;
}

.logo_small {
  letter-spacing: -.01em;
  word-spacing: -.15em;
}

.logoleft {
  font-size: 12pt;  /*  Changed for Internet Explorer because of Jerry's experience  */
  padding-top: 6px;
  padding-bottom: 3px;
  color: #FF6633;
  border-top: 1px solid #FF6633;
  border-bottom: 1px solid #FF6633;
  font-family: Verdana,Arial,Sans Serif,Helvetica;
  line-height: 90%;
  text-align: center;
 }

h2 {
  font-size: 15pt;
  color: #000099;
  font-weight: bold;
  padding-top: 9px;
  margin: 0;
}

h3 {
  margin-top: 1.65em;
  margin-bottom: .6em;
  font-size: 12pt;
  color: #000099;
}

h3.headlevel1glossary {
  font-size: 12pt;
  color: #009900;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .5em;
}

h3.headlevel1reference {
  font-size: 15pt;
  color: #FF8040;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3.announcementheadlevel1 {
  font-size: 12pt;
  color: #FF0000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.announcement {
  font-size: smaller;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffcc;
  border: solid 2px #FF8040;
  padding: 10px 10px 0px 10px;  /*  Different in IE  */
}

table {
  font-size: small;
  width: 100%;
  border: solid 2px #000000;
  border-spacing: 2px;
  border-style: outset;
  border-collapse: collapse;
}

table.works {
  border: solid 0px #000000;
}
td {
  border: solid 1px #000000;
  padding: 2px;
  border-style: inset;
  vertical-align: top;
}

td.works {
  border: solid 0px #000000;
}

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;
}

img {
border: 0;
}

hr {
  background-color: #666699;
  color: #666699;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 0;
  width: 100%;
  }

.hr {
  background-color: #666699;
  color: #666699;
  font-size: 2pt;
  line-height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  }



/* -------------------- div -------------------- */

.indent {
  padding-left: 40px;
}


.story {
  line-height: 140%;
}

.navigation {
  display: none;
}

.goodtoread {
  color: #FF0000;
  font-size: small;
  font-weight: bold;
  margin-top: 0;
}



/* -------------------- Colors -------------------- */

/* ----- For .darkgray, etc, use class="darkgray" ----- */

.black {
  color: #000000;
}

.darkgray {
  color: #333333;
}

.mediumgray {
  color: #666666;
}

.lightgray {
  color: #999999;
}

.red {
  color: #990000;
}

.brightred {
  color: #FF0000;
}

.green {
  color: #009900;
}

.blue {
  color: #000099;
}

.yellow {
  color: #999900;
}

.purple {
  color: #666699;
}

/* ----- For #darkgray, etc, use ID="darkgray" ----- */


/* -------------------- Font Sizes -------------------- */

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.small {
  font-size: small;
}

.xmedium {
  font-size: medium;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}



/* -------------------- Alignment -------------------- */

.right {
  text-align: right;
}

.center {
  text-align: center;
}



/* -------------------- Other -------------------- */

.year {  /*  Also see table.works and td.works  */
  color: #666699;
  font-weight: bolder;
  border: solid 0px #000000;
}

.about_head {
  font-size: medium;
  color: #000099;
  font-weight: bold;
}

.about_text {
  font-size: medium;
  color: #000000;
  font-weight: normal;
}

.volume {
  font-size: x-small;
  color: #FFFFFF;
  text-align: center;
}



/* -------------------- Table Variations -------------------- */

.copyright {
  border-top-width: thick;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: #000099 #FFFFFF;
}



/* -------------------- Links -------------------- */

a:link {
  color: #FF0000;
  text-decoration: underline;
}

a:active {
  color: #CC0000;
  text-decoration: underline;
}

a:visited {
  color: #666699;
  text-decoration: underline;
}

a:hover {
  color: #CC3333;
  text-decoration: underline;
}



/* ------------------------------------------ From What To Do ------------------------------------ */











/*  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="title"><b>Introduction - Read Me First!</b></p>  */
/*  What To Do?</a><span class="breadcrumb"> --> Introduction - Read Me First!</span>  */
/*  <div id="contents">  */



/* -------------------- Elements --------------------  */



/* -------------------- Main Document Divisions --------------------  */

#header {  /*  Header  */
  width: 100%;
  background-color: #EEEEFF;  /*  Very light blue  */
}

#maincontent {  /*  Main content area  */
  position: relative;
  margin: 0;
  padding: 10px;
}

#maincontent_work {  /*  Main content area  */
  position: relative;
  margin: 0;
  padding: 20px;
  background-color: #FFFFFF;
}

#wrapperleft {  /*  Guarantees full length left column  */
  position:relative;
  text-align:left;
  width:100%;
  background: #FFFFFF url("graphics/right_with_leftborder.jpg") repeat-y top right;
}

#wrapperleft_work {  /*  Guarantees full length left column  */
  position:relative;
  text-align:left;
  width:100%;
  background: #FFFFFF;
}

#contents {  /*  Left column  */
  display: none;
}

#wrapperright {  /*  Guarantees full length right column  */
  position:relative;
  text-align:left;
  width:100%;
  background: url("graphics/left_with_rightborder.jpg") repeat-y top left;
}

#sidebar {  /*  Right column  */
  display: none;
}

#sidebar_narrow {  /*  Right column, narrow  */
  position: relative;
  font-size: 12pt;
  top: -10px;
  right: -10px;
  float: right;
  width: 21px;  /*  for IE5/WIN  */
  width: 1px;  /*  actual value  */
  margin: 0 0 -10px 0;
  padding: 10px;
  background-color: #FFFFFF;
  z-index:99;
}

#sidebar p  {  /*  Right column  */
  margin-top: .6em;
  margin-bottom: .6em;
}

#article {  /*  Center column  */
  position: relative;
  /*  padding: 0px 230px 0px 160px;  Removbed in Print  */
  margin-bottom: 8px;
}

#article_wide {  /*  Center column, with narrow right column  */
  position: relative;
  /*  xpadding: 0px 8px 0px 160px;  Removed in Print  */
  margin-bottom: 8px;
}

#x404 {  /*  For Page Not Found  */
  margin-top: -10px;
  margin-bottom: -10px;
  width: 80%;
  background-color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  /*  xpadding: 0px 196px 0px 224px;  Removed in Print  */
  /*  xmargin-bottom: 50px;  Removed in Print  */
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #666699;
  border-right: 2px solid #666699;
}

#footer {
  background-color: #EEEEFF;
  clear: both;
  padding: 10px;  /*  This is different for IE  */
  border-top: 2px solid #000099;
}



/* -------------------- Article stuff --------------------  */

.by {
  font-size: small;
  font-weight: bold;
}

.write_us {
  font-size: small;
  font-weight: normal;
}



/* -------------------- Links --------------------  */

a:link.glossary {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:active.glossary {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:visited.glossary {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary {
  position: relative;
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: .1em dotted;
  cursor: help;
}

a:hover.glossary span {  /*  To do hovering definitions for Glossary entries  */
  display: block;
  position: absolute;
  /*  xz-index: 101;  Removed in Print  */
  top: -2.13em;
  left: -1.62em;
  width: 35em;
  /*  xtop: -.5em;  Removed in Print  */
  /*  xleft: -.55em;  Removed in Print  */
  /*  xwidth: 25em;  Removed in Print  */
  color: #000000;
  font-size: small;
  line-height: 180%;
  /*  zpadding: 1em 1em .5em 1em;  Removed in Print  */
  padding: 0em 1.5em .5em 1.5em;
  /*  xmargin: 10px;  Removed in Print  */
  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    Removed in Print  */
  }

a:hover.glossary span.missing {  /*  To NOT do hovering definitions for Glossary entries when missing  */
  display: none;
}

a span {  /*  To do hovering definitions for Glossary entries  */
  display: none;
}



