/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
    padding: 5px 0;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    background-image: url(../imgs/shade.gif);
    background-repeat: repeat;
}

.shadetabs li
{
    display: inline;
    margin: 0 0 0 0;
    padding: 5px 0;
    
}

.shadetabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 5px 12px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #2d2b2b;
    background: white url(../imgs/shade.gif) top left repeat;
}

.shadetabs li a:visited
{
    color: #2d2b2b;
    border-bottom: 1px solid #778;
}

.shadetabs li a:hover
{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li a.selected
{
    /*selected main tab style */
    position: relative;
    top: 1px;
}

.shadetabs li a.selected
{
    /*selected main tab style */
    background-image: url(../imgs/shadeactive.gif);
    border-bottom: 1px solid #778;
}

.shadetabs li a.selected:hover
{
    /*selected main tab style */
    text-decoration: none;
}

.tabcontent
{
    display: none;
}
.transdark
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    width: 200px;
    margin: 0px 0px 0px 495px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    text-align: justify;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src= '../imgs/transeffdark.png' );
}
.trans
{
    font-family: Arial, Helvetica, sans-serif;
    color: #efefef;
    font-size: 12px;
    width: 200px;
    margin: 0px 0px 0px 495px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    text-align: justify;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src= '../imgs/transeff.png' );
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans[class]
{
    background-image: url(../imgs/transeff.png);
}

@media print
{
    .tabcontent
    {
        display: block !important;
    }
}
