﻿body
{
    font-size: 10pt;
    background-image: none;
    color: white;
    font-family: Arial, Tahoma, Verdana;
    background-color: black;
    margin: 5px;
    text-align: left;
}
/*
My classes
*/
.stripes
{
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    vertical-align: top;
    text-align: left;
}
.contentblock
{
    border-right: gray thin solid;
    padding-right: 0px;
    border-top: gray thin solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: gray thin solid;
    padding-top: 0px;
    border-bottom: gray thin solid;
}
.contentheader
{
    font-weight: bold;
    color: gray;
    background-color: #000000;
}
.contentbody
{
    background-color: transparent;
}
.menu
{
    color: white;
    text-decoration: none;
}

.headtable1
{
    width: 800px;
    text-align: left;
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
}
.maincontentarea
{
    width: 800px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.nav
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    width: 160px;
}
.toprow
{
    background-color:#009ACD;
    text-align: left;
    font-weight: bold;
    color: white;
    
}
.bottomrow
{
    background-color: black;
    vertical-align: top;
    text-align: left;
}
.footer
{
    font-size: 8pt;
    color: white;
    font-family: Verdana, Arial;
}
.band
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    width: 800px;
    text-align: center;
}
.wide
{
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    width: 100%;
    border-bottom: #000000 thin solid;
}
.wikihead
{
    text-align: center;
    width: 100%;
}
.wikimain
{
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}
.wikiright
{
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}
.wikibody
{
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}
.wikiright
{
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}
.wikifooter
{
    vertical-align: top;
    text-align: center;
    border-collapse: collapse;
    width: 100%
}
h1
{
    color: #009ACD;
    font-size: 16pt;
}
h2
{
    color: #009ACD;
    font-size: 14pt;
}
h3
{
    color: #009ACD;
    font-size: 12pt;
}
ul
{
    list-style-type: none;
    margin: 0px 0px 0px 15px;
    padding: 0;
} 
a
{
    color: white;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
a:visited
{
color:#ffffff;
}
 a:active
{
color:#ffffff;
}
a:hover
{
    color: #009ACD;
    background-color: yellow;
    text-decoration: underline;
    border-right: red 1px solid;
    border-top: red 1px solid;
    border-left: red 1px solid;
    border-bottom: red 1px solid;
}

.node-contents a 
{
    color: red;
    text-decoration: none;
    /*font-size: 12px;*/
}

.node-contents a:visited 
{
    color: red;
    text-decoration: none;
    font-size: 12px;
}

.recent-changes-day a
{
    color: red;
    text-decoration: none;
}
.recent-changes-day a:visited
{
    color: red;
    text-decoration: none;
}

