﻿        .semiopaqueobject
        {
            opacity: 0.4;
            filter: alpha(opacity=40);
        }
        .opaqueobject
        {
            opacity: 1;
            filter: alpha(opacity=100);
        }
        #tabpanel
        {
            margin-top: -22px;
            float: left;
            margin-left: 20px;
            margin-bottom: 100px;
        }
        #newtabs a
        {
            color: White;
        }
        .tdtab
        {
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 8px 8px 8px;
            margin-left: 2px;
            background-image: url("../_Images/About/TabGrd.jpg");
            background-repeat: repeat-x;
        }
        .tdtabsel
        {
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 8px 8px 8px;
            margin-left: 2px;
            background-color: #838383;
        }
        #TabContent
        {
            width: 700px;
            height: auto;
            display: inline-block;
            margin-top: -2px;
            margin-left: 2px;
            border: solid 1px gray;
            font-size: 12px;
            font-family: Arial; /* background-image: url("../_Images/About/ContBk.jpg");*/
            background-position: center bottom;
            background-color: #cbced1;
        }
        #TabContent h2
        {
            font-size: 16px;
            color: Black;
            font-weight: bold;
        }
        #tcText
        {
            margin-left: 20px;
            margin-right: 20px;
            color: #666464;
            width: 400px;
            float: left;
        }
        #tcImage
        {
            float: right;
            border: solid 2px white;
        }
        .ab_tdimagerow
        {
            padding-bottom: 40px;
        }
