﻿/*body
{
    font: 100% Arial, Verdana, Sans-Serif;
    font-size:12px;
    margin: 0;
}*/
body
{
    margin: 10px 25px 25px 25px;
    font-family: Trebuchet MS;
    font-size: 13px;
}


.heading
{
    font-size: 19px;
    padding: 10px;
    color: Blue;
    text-align: center;
}
.hdPost
{
    font-size: 22px;
    text-align: center;
    padding-bottom:20px;
    font-weight:bold;
}

.textred
{
    font-family: arial,verdana;
    font-size: 16px;
    line-height: 20px;
    color: green;
}

.Subheading
{
    font-size: 15px;
    font-weight: bolder;
    color: Navy;
}
.subhead
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
}

a, a:visited
{
    color: blue;
    text-decoration: none;
}

a:hover, a:active
{
    color: red;
}

a.al:visited
{
    color: #9999ff;
}

.level1
{
    color: White;
    background-color: #4976D1;
    border-bottom-color: Black;
    border: 1px solid black;
    cursor: default;
    padding: 2px;
    font-size: 11px;
    text-align: left;
    width: 150px;
}

.level2
{
    color: black;
    background-color: #FFC106;
    border: 1px solid black;
    padding: 2px;
    font-size: 11px;
    text-align: left;
    width: 150px;
}


#tooltipMsg
{
    position: absolute;
    border: 1px solid gray;
    width: 150px;
    padding: 2px;
    background-color: #ccff33;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
    text-align: left;
}

.shdwTxt
{
    font-family: Arial;
    font-size: 17px;
    filter: shadow(color=#cccccc);
    width: 100%;
    color: Navy;
    text-align: center;
}


.pdTopBtm
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdTopBtm1
{
    padding-top: 10px;
    padding-bottom: 10px;
}


.txtItem
{
    color: Navy;
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 13px;
}

.butClass
{
    border: 1px solid;
    border-color: #777777;
    cursor: pointer;
    vertical-align: bottom;
}

.tdClass
{
    padding-left: 3px;
    padding-top: 3px;
}

li
{
    padding: 4px;
}

