﻿body
{
    font-size: 10pt;
    margin: 0px;
    color: white;
    font-family: Arial, Helveticas, sans-serif;
    background:#000000 url(../images/body_grad.png) repeat-x;
}

.pageHeaderText
{
    font-weight: bold;
    font-size: 24px;
    color: white;
    font-style: normal;
    font-family: "Trebuchet MS" , Helvetica, sans-serif;
    font-variant: normal;
    float:left;
    position:relative;
    top: 30px;
}

#contentContainer
{
    border: 1px;
    z-index: 3;
    position: relative;
}
#contentContainer #content
{
    padding: 15px;
}
#container
{
    border-right: red 5px solid;
    border-left: red 5px solid;
    border-top-style: none;
    border-bottom: red 10px solid;
    z-index: 2;
    margin: 0px auto;
    width: 870px;
}
.hp_colordiv
{
    width: 700px;
    height:425px;
    padding: 3px;
}
.toggler
{
    background: #000;
    margin: 0px;
    cursor: pointer;
    text-align: left;
}
.element
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0px;
    width: 700px;
    color: white;
    padding-top: 10px;
    text-align: justify;
}
a:link
{
    font-weight: bold;
    color: #f00;
    font-family: Arial, Tahoma, Verdana;
}
a:active
{
    font-weight: bold;
    color: #f00;
    font-family: Arial, Tahoma, Verdana;
}
a:visited
{
    font-weight: bold;
    color: #f00;
    font-family: Arial, Tahoma, Verdana;
}
.hpFontWhite
{
    font-size: 12pt;
    color: white;
    font-family: Arial, Tahoma, Verdana;
}
.hpFontRed
{
    font-weight: bold;
    font-size: 18pt;
    color: #f00;
    font-family: Arial, Tahoma, Verdana;
}
.hpLgRed
{
    font-weight: bold;
    font-size: 14pt;
    color: crimson;
    font-style: normal;
    font-family: Arial, Verdana;
}
.hpLgBlue
{
    font-weight: bold;
    font-size: 14pt;
    color: royalblue;
    font-style: italic;
    font-family: Arial, Verdana;
}
.hpCopyright
{
    font-size: 10pt;
    color: #fff;
    font-family: Arial, Tahoma, Verdana;
    text-align: center;
}
#navcontainer
{
    z-index: 4;
    position: relative;
    height: 25px;
    text-align: center;
    font-size:10pt;
}
#navcontainer #current
{
}
#navcontainer #current:hover
{
}
#navcontainer .currentAncestor
{
}
#navcontainer UL
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 5;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}
#navcontainer LI
{
    display: inline;
    float: left;
    position: relative;
}
#navcontainer A
{
    padding-right: 20px;
    display: block;
    padding-left: 20px;
    float: left;
    padding-bottom: 10px;
    color: white;
    padding-top: 6px;
    text-decoration: none;
}
#navcontainer A:hover
{
    font-weight: bolder;
    color: #f00;
    background-color: #fff;
    text-decoration: underline;
}
#navcontainer A:active
{
}
#navcontainer UL UL
{
    border-right: maroon 3px solid;
    display: none;
    font-size: 0.9em;
    z-index: 6;
    right: 0px;
    left: 0px;
    border-left: #ff484a 3px solid;
    width: 137px;
    border-bottom: maroon 3px solid;
    position: absolute;
    top: 30px;
    background-color: #961616;
    text-align: left;
}
#navcontainer UL UL LI
{
    display: block;
}
#navcontainer UL UL A
{
    padding-right: 10px;
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 117px;
    color: white;
    padding-top: 6px;
}
#navcontainer UL UL A:hover
{
}
#navcontainer UL UL #current
{
}
#navcontainer UL UL UL
{
    font-size: 1em;
    left: 110px;
    position: absolute;
    top: 0px;
}
#navcontainer UL UL UL UL LI
{
}
#navcontainer UL UL UL UL A
{
}
#navcontainer UL UL UL UL A:hover
{
}
DIV#navcontainer UL UL
{
    display: none;
}
DIV#navcontainer UL UL UL
{
    display: none;
}
DIV#navcontainer UL LI:hover UL UL
{
    display: none;
}
DIV#navcontainer UL LI:hover UL UL UL
{
    display: none;
}
DIV#navcontainer UL LI:hover UL UL UL UL
{
    display: none
}
DIV#navcontainer UL LI:hover UL UL UL UL UL
{
    display: none
}
DIV#navcontainer UL LI:hover UL
{
    display: block
}
DIV#navcontainer UL UL LI:hover UL
{
    display: block
}
DIV#navcontainer UL UL UL LI:hover UL
{
    display: block
}
DIV#navcontainer UL UL UL UL LI:hover UL
{
    display: block
}
DIV#navcontainer UL UL UL UL UL LI:hover UL
{
    display: block
}
#navcontainer #bottomBar
{
    border-top-color: #fff;
    background-color: #ff0031;
}
LI.folder:hover
{
    z-index: 10;
}
UL UL
{
    display: none
}
LI:hover UL UL
{
    display: none
}
LI:hover UL
{
    display: block
}
LI:hover LI:hover UL
{
    display: block
}
.hide{display:none;}