A:visited
{
  color: black;
}

A:link
{
  color: #0000A0;
}

A:hover
{
  color: black;
  background-color: white;
}

body, p, td
{
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
}

body
{
  bNOackground-image: URL(http://maunakea:2342/AfterTheStorm/images/spiralBack.jpg);
}

.logo
{
  background-color: white;
}

.header
{
  padding-left: 8px;
  background-color: #ffff60;
  background-image: URL(http:/business/icon/yellowStripe.jpg);
}

.siteTitle
{
  font-size: 16pt;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
}

.toc
{
  background-color: #e0e0e0;
}

.tocTitle
{
  font-weight: bold;
  font-size: 9pt;
  border-style: solid;
  border-width: 0px;
  border-top-width: 3px;
  border-color: white;
}

.tocTitleSelected
{
  background-color: #ffb060;
}

.tocPath, .tocPathFirst
{
  background-color: #CCCCCC;
}

.tocPathFirst
{
  border-style: solid;
  border-width: 0px;
  border-top-width: 3px;
  border-color: white;
}

.tocItem
{
  padding-left: 8px;
  font-size: 9pt;
}

.tocSeparator
{
  padding: 0px;
}

.imageLeft
{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: none;
}

.imageRight
{
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  border: none;
}

.finePrint
{
  font-size: 8pt;
}

.footnote
{
  font-size: 8pt;
}

.language, .languageSelected
{
  border-width: 1px;
  border-color: transparent;
  border-color: #ffdbaa;
  border-style: solid;
}

.languageSelected
{
  border-color: black;
}

h1
{
  font-size: 16pt;
  font-family: arial, verdana, sans-serif;
}

h2
{
  font-size: 14pt;
  font-family: arial, verdana, sans-serif;
}

h3
{
  font-size: 12pt;
  font-family: arial, verdana, sans-serif;
}

hr
{
  height: 1px;
}

td
{
  vertical-align: top;
}

.weblog
{
}

.weblogheading
{
  font-size: 12pt;
  font-weight: bold;
  margin-top: 2ex;
}

.weblogentry
{
  margin-top: 1ex;
}

.weblogpermalink
{
  font-size: 9px;
  margin-left: 10px;
}

DIV.small   { font-size: 70%; }
H1.pagename { margin-top: 0; }
IMG.inline  {}

A.footnoteref { vertical-align: super; 
                font-size: 70%; }
A.footnote    { color: #0044AA; }
P.versionnote { color: red;
                font-size: 130%;
                text-align: center; 
                background: #EAEAEA;
                padding: 12px 12px 12px 12px;
                }

/* Added in v1.5.1 */

H3.leftmenuheading { margin-top: 0; }
BODY.edit   { background-color: #D9E8FF; } /* Edit.jsp BODY element */
TD.leftmenu { }                            /* Left menu */
TD.page     { }                            /* Page data area */
A.wikipage  { }                            /* Normal, internal wiki reference */
A.external  { }                            /* External reference */
A.interwiki { }                            /* Interwiki reference */

/* Added in 1.6.3 */
TD.diffadd  { background: #99FF99;
              font-family: monospace; }
TD.diffrem  { background: #FF9933;
              font-family: monospace; }
TD.diff     { background: #FFFFFF;
              font-family: monospace; }

/* Added in 1.6.9 */

TABLE.wikitable
{
  border-style: none;
  border-collapse: collapse;
}

TABLE.wikitable TD, TH
{
  margin: 0px;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
}

/* Added in 1.6.13 */

/* This is the Edit.jsp editor style */
TEXTAREA.editor {}

/* Added in 1.9.20 */

/* The text how the "This is a preview" comment should be shown. */
.previewnote { text-align: center; 
                font-size: 150%; 
                    color: red; }

/* How the preview content should be shown */
.previewcontent { background: #E0E0E0; }

/* How the system messages should be shown (DisplayMessage.jsp) */
.messagecontent { background: #E0E0E0; }

/* How the "This page has been modified..." -comment should be shown. */

.conflictnote { }


P.locknote { color: red;
             font-size: 130%;
             text-align: center; 
             background: #EAEAEA;
             padding: 12px 12px 12px 12px;
             }

/* For the CalendarTag */
TABLE.calendar  { font-size: 80%; }
TABLE.calendar TD { text-align: center; }

TABLE.calendar TD.othermonth { color: #707070; }

TABLE.calendar TD.link { background: #E0E0E0; }

TABLE.calendar TR.month { font-size: 120%;
                          font-family: sans-serif; }
TABLE.calendar TR.weekdays { font-color: #FF0000; }

/* For the BreadcrumbsTag */
.breadcrumbs { font-size: 60%; }

