/*
  * Black & White Stylesheet for Annuitiesnet.com
  * Version: 2.01
  * Original Date: Apr 1999
  * Revised Date: Mar 2002
*/

@import url("mozilla.css");

body {
  color: #000;
  background-color: #ccc;
  background-image: url("http://www.managedmoneynet.com/v2/images/bg2.gif");
  margin: 0;
  padding: 20px;
}
i {
  font-family: helvetica, arial, sans-serif;
}

/* ------------------ Links --------------------- */

:visited {
  color: #666;
}
:visited:hover {
  color: #06f;
}
:visited:active {
  color: #000;
}
:link, .linkcolor {
  color: #00f;
}
:link:hover {
  color: #06f;
}
:link:active {
  color: #000;
}
.tool {
  font-weight: bold;
}
.tool:visited {
  color: #666;
}
.tool:visited:hover {
  color: #663;
}
.tool:visited:active {
  color: #330;
}
.tool:link {
  color: #000;
}
.tool:link:hover {
  color: #663;
}
.tool:link:active {
  color: #330;
}
.section {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.section:visited {
  color: #ccc;
}
.section:visited:hover {
  color: #663;
  text-decoration: overline underline;
}
.section:visited:active {
  color: #330;
}
.section:link {
  color: #fff;
}
.section:link:hover {
  color: #663;
  text-decoration: overline underline;
}
.section:link:active {
  color: #330;
}
.footerlink:visited {
  color: #ccc;
}
.footerlink:visited:hover {
  color: #663;
}
.footerlink:visited:active {
  color: #330;
}
.footerlink:link {
  color: #fff;
}
.footerlink:link:hover {
  color: #663;
}
.footerlink:link:active {
  color: #330;
}

/* ------------------ Links --------------------- */

ul, ol {
  list-style-position: outside;
  margin-bottom: 0;
  margin-top: 0;
}
ul {
  list-style-type: square;
  list-style-image: url("../images/list.gif");
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
hr {
  background-color: #000;
  border-color: #000;
  border-style: solid;
}
.pageborder {
  border: 1px solid #000;
}
.pageheader, .toolpageheader {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #666;
  color: #fff;
}
.toolpageheader {
  border-right: 1px solid #000;
}
.sectionbox {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  border-left: 1px solid #000;
}
.sectionheader {
  background-color: #999;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
}
.messagebox {
  background-color: #eee;
  border: 1px solid #000;
  text-align: center;
  padding: .25em;
}
.quicksearchbox {
  background-color: #ccc;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.toolbackground {
  background-color: #ccc;
  border-left: 1px solid #000;
}
.toolheader {
  color: #000;
  background-color: #999;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.black {
  color: #ff0;
  background-color: #000;
}
.footer {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.date {
  font-weight: bold;
  font-size: 12px;
}
.note {
  color: #333;
  font-size: smaller;
}
.smaller, .linkcolor {
  font-size: smaller;
}
.help, .small {
  font-size: 12px;
}
.affilliate {
  font-size: 12px;
  text-align: center;
}
.message {
  font-size: 14px;
}
.messagedate {
  color: #999;
  font-size: 12px;
}
.htmlcode {
  font-size: 12px;
  font-family: "courier new", courier, monospace, serif;
}
.summary {
  margin: .25em 0;
  font-size: 14px;
}
.imagespace {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.sponsorad {
  margin-top: 10px;
  margin-bottom: 10px;
}
.toolsectionheader {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #e4e6e9;
  color: #000;
}
.toolsectionfiller {
  background-color: #eee;
  color: #000;
}
.toolsectionaltheader {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #e4e6e9;
  color: #000;
}
.toolsectionaltfiller {
  background-color: #e4e6e9;
  color: #000;
}
.toolsectiondarkfiller {
  background-color: #ccc;
  color: #000;
}

/* ------------------ Forms --------------------- */

form {
  margin: .25em 0;
}
input, textarea, select {
  color: #000;
}
.quickfield {
  width: 120px;
}
.companyselect {
  width: 230px;
}
.button, .quickbutton {
  font-weight:bold;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
  cursor:pointer;
  color: #000;
}
.button:hover, .quickbutton:hover {
  color: #090;
}