/*
  framed styles
  $Revision: 1.5 $
  $Date: 2010-07-15 13:26:07 $
  $Author: scottjo $
*/

/* - careful with width - this is the iframed detail pane */
body {
  width             : 760px;
  margin            : 0px 0px 0px 0px;
}

h1 {
  margin-bottom     : 10px;
}

h2 {
  color             : #2d5593;
  font-size         : 100%;
  font-weight       : bold;
  text-align        : left;
  padding           : 2px 2px 2px 2px;
  margin-top        : 20px;
  margin-bottom     : 6px;
  border-bottom     : 1px solid #517b70;
}

p {
  margin-bottom     : 10px;
}

/* table for framed content */
table.framed {
  margin            : 0px;
}

/* left TD - detailed text on framed page */
td.detail {
  width             : 100%;
}

.detail ul li {
  list-style        : disc outside;
  margin-left       : 20px;
  margin-bottom     : 2px;
  }

/* right TD - quotes and rightmost menu */
td.menuright {
  width             : 200px;
  padding-left      : 8px;

}

.menuright h2 {
  border-top        : 1px solid #517b70;
  font-variant      : small-caps;
  font-weight       : bold;
  padding-top       : 4px;
  margin-bottom     : 4px;
  color: #517b70;
}

.menuright p {
  border-top        : 1px solid #517b70;
  font-weight       : bold;
  padding-top       : 4px;
  margin-bottom     : 12px;
  color             : #517b70;
}

.menuright li {
  border            : 1px solid white;
  margin-bottom     : 1px;
  list-style-type   : none;

}

.menuright a {
  text-decoration   : none;
  background        : white url(/image/arrow_gow.gif) no-repeat right;
  color             : #517b70;
  display           : block;
  padding           : 2px 18px 2px 4px;
  background-color  : #F3F8F7;
  white-space       : nowrap;
  width             : 150px;
}

.menuright a:hover {
  background        : #72a294 url(/image/arrow_wog.gif) no-repeat right;
  color             : white;
}

.menuright blockquote {
  margin-top        : 16px;
  border-top        : 1px solid #517b70;
  font-variant      : small-caps;
  font-weight       : bold;
  padding-top       : 4px;
  margin-bottom     : 4px;
  color             : #517b70;
  text-indent       : -0.5em;
  padding-left      :  0.5em;
  width             : 200px;
}

img.menuright {
  margin-top        : 2px;
  border            : 1px solid black;
  width             :  165px;
  height            : 200px;
}

a.demorequest {
  background        : white url(/image/arrow_gow.gif) no-repeat right;
  border-bottom     : 1px solid #517b70;
  border-top        : 1px solid #517b70;
  color             : #517b70;
  display           : block;
  float             : left;
  font-variant      : small-caps;
  font-weight       : bold;
  margin-top        : 16px;
  padding           : 3px 18px 5px 8px;
  text-decoration   : none;
  white-space       : nowrap;
  width             : 142px;
}

a:hover.demorequest {
  background        : #72a294  url(/image/arrow_wog.gif) no-repeat right;
  color             : white;
}

/* links page */

a.external {
  display           : block;
  margin-left       : 2em;
  margin-bottom     : 2px;
  color             : blue;
  text-indent       : -1.5em;
  padding-left      :  1.5em;
}

p.disclaimer {
  color             : #2d5593;
  font-weight       : bold;
  font-size         : 80%;
  margin-top        : 20px;
  padding           : 2px 2px 2px 2px;
  border-top        : 1px solid #517b70;
}


