﻿body
{
    background-color: #cccccc;
    font-family: Verdana;
    font-size: 8pt;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    color: #4d4d4d;
}
table
{
    border-width: 0;
    border-collapse: collapse; /*width: 100%;*/
    text-align: left;
}
td.bd, th.bd
{
    border: solid 1px black;
}
td.bd
{
    padding: 10px 10px 10px 10px;
}
hr.b
{
    background-color: #336699;
    color: #336699;
}
td.topStrip
{
    background-color: #cccccc;
    text-align: right;
    color: Black;
}
div.title
{
    display: block;
    vertical-align: bottom;
    padding: 10px 10px 10px 10px;
    color: Black;
    font-weight: bold;
    font-size: small;
    border-bottom: solid 1px Orange;
    text-transform: none;
    letter-spacing: 1px;
}
div.content
{
    margin: 10px 10px 10px 10px;
    line-height: 12pt; /*text-align:justify;*/
}
div#tabView
{
    width: 100%; /*filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);*/
}
span.figure
{
    text-align: center;
    font-size: 6pt;
}

tr.tabMenuStrip
{
    width: 100%;
    height: 25px;
    background-image: url(images/tabTitle.png);
}
tr.navigatable
{
    cursor: pointer;
}
tr.navigatable:hover
{
    color: Gray;
}

td.state0
{
    cursor: pointer;
    width: 99px;
    height: 25px;
    padding-left: 3px;
    text-align: left;
    font-size: 8pt; /*background-image: url(images/mouseout.png);*/ /*background-color:#80C52D;*/
}
td.state1
{
    cursor: pointer;
    width: 99px;
    height: 25px;
    padding-left: 3px;
    text-align: left;
    font-size: 8pt; /*background-image: url(images/mousein.png);*/
    background-color: orange;
}
td.state2
{
    color: White;
    cursor: auto;
    width: 99px;
    height: 25px;
    padding-left: 3px;
    text-align: left;
    font-size: 8pt; /*background-image: url(images/mousein.png);*/
    background-color: orange;
}

a.trivial, a.trivial:hover, a.trivial:active, a.trivial:visited
{
    color: #4d4d4d;
}

a.menuItem, a.quickLink
{
    color: White;
    font-weight: bold;
    letter-spacing: 1px;
}

a.menuItem:hover
{
    color: Orange;
}

a.menuItem, a.menuItem2, a.quickLink
{
    color: White;
    font-weight: bold;
    letter-spacing: 1px;
}

td.menucell
{
padding-right:40px;
height:15px;
}

a.menuItem2:hover
{
    color: #73c20a;
}
a.quickLink:hover
{
    color: #73c20a;
}
a.List
{
    color: #4d4d4d;
}
a
{
    text-decoration: none;
    color: #4d4d4d;
}
h5
{
    color: black;
    margin: 0px;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}
img
{
    border: 0;
}

ul.pad10
{
    margin-top: 2px;
    margin-left: 15px;
    padding-left: 0px;
}
td.leftcell
{
    padding-right: 10px;
    width: 33.3%;
}
td.centercell
{
    padding-right: 10px;
    padding-left: 10px;
    width: 33.4%;
}
td.rightcell
{
    padding-left: 10px;
    width: 33.3%;
}
/*Side menu*/
#sidemenu
{
    width: 150px;
}
#sidemenu li
{
    padding-bottom: 5px;
}
#sidemenu li a
{
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
    display: block;
}
#sidemenu li a:link, #sidemenu li a:visited
{
    color: Orange;
    background-color: White;
    padding: 5px 0 0 5px;
}
#sidemenu li a:hover, #sidemenu #current a
{
    color: #fffFFF;
    background-color: Orange;
    padding: 5px 0 0 5px;
}
