/* CSS Document */
html
{
  height         : 100%;
  top            : 0px;
  left           : 0px;
  right          : 0px;
  bottom         : 0px;
}

body
{
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  color          : #000000;
  height         : 100%;
  top            : 0px;
  left           : 0px;
  right          : 0px;
  bottom         : 0px;
  margin         : 0px;
  padding        : 0px;
  background     : #f0f0f0 url("images/bg.gif") top center repeat-y;
}

.navBar
{
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  font-size      : 12px;
  font-weight    : bold;
  line-height    : 20px;
  padding        : 4px 15px;

  background     : #ededed;
  border         : 1px solid black;
  border-left    : 0px;
  border-right   : 0px;
}

.title
{
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  font-size      : 16px;
  font-weight    : bold;
  line-height    : 22px;
  margin-bottom  : 0.5em;
}

.sectionBar
{
  clear          : both;
  border         : 1px solid #bbb;
  border-left    : 0px;
  border-right   : 0px;
  background     : #eee;
  padding        : 2px 10px;
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  font-weight    : bold;
  font-size      : 1.1em;
}

.content
{
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  font-size      : 10pt;
}

.content p
{
  margin-top     : 0.9em;
}

.content a,
.content a:link,
.content a:active,
.content a:visited,
.content a:hover
{
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  color          : #12268d;
  text-decoration: none;
}
.content a:hover
{
  text-decoration: underline;
}

.outline
{
  border         : 1px solid black;
}

.question
{
  font-weight    : bold;
  padding        : 10px 0px;
}

.answer p
{
  margin-top     : 0px;
}

/* Link Properties */
a,
a:link,
a:active,
a:visited,
a:hover
{
  color          : #000000;
  text-decoration: none;
  border         : 0px;
}
a:hover
{
  text-decoration: underline;
}

.footer
{
  font-size      : 10px;
  line-height    : 16px;
  color          : #000000;
  text-decoration: none;
  text-align     : center;
  height         : 16px;
  padding        : 10px 5px;
}
.footer a:link,
.footer a:active,
.footer a:visited
{
  text-decoration: none;
}
.footer a:hover
{
  text-decoration: underline;
}

/***************************************************************************
 * Order form
 *     : Common to basicmatrix.com/bmx.css
 ***************************************************************************/
.signupLink
{
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 12px;
  font-weight     : bold;
  text-align      : center;
  background-color: white;
}

#commonFeatures
{
  font-family     : Verdana, Arial, Helvetica, sans-serif;
  font-size       : 10px;
  font-weight     : normal;
  text-align      : left;
  border          : 1px #888888 solid;
}

#commonFeatures .item
{
  font-size       : 11px;
  font-weight     : bold;
}

#commonFeatures .table
{
}

#commonFeatures .row
{
  background-color: #eeeeee;
}

#commonFeatures .rowAlt
{
}
