/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer
{
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #433B2B;
    border-top: 1px solid #d5d5d5;
    width: 100%; /*border-radius: 5px;     border-radius: 5px;     -moz-border-radius  : 8px;     -moz-border-radius  : 8px;    */
}
.stContainer div.Data
{
    /*border curve */
    overflow: auto;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    -moz-border-radius-bottomleft: 5px 5px;
    -moz-border-radius-bottomright: 5px 5px;
    -moz-border-radius-topright: 5px 5px;
    position: relative;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
    border-top: 1px solid #d0d0d0;
    width: 98%;
    color: #505050;
    background-color: #FFF;
    text-align: left;
    min-height: 300px;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 8px 0px #FFF; /* Safari */
    box-shadow: 0px 0px 8px 0px #FFF;
    text-align: justify;
}

.stContainer ul
{
    display: block;
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 60px;
    clear: both;
    font-size: 1.2em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.stContainer ul li
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 0px;
    border-bottom: 0px solid #E0E0E0 !important;
    border-top: 0px solid #E0E0E0 !important;
    float: left;
}
.stContainer ul li a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 5px 5px;
    text-decoration: none;
    height: 42px;
    width: 100px;
    color: #505050;
    background-color: #E4ECF5;
    text-align: center;
    outline-style: none;
    -webkit-box-shadow: 1px 0px 8px 0px #002958; /* Safari */
    box-shadow: 1px 0px 8px 0px #002958;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    -moz-border-top-left-radius: 5px 5px;
    -moz-border-top-right-radius: 5px 5px;
}
.stContainer ul li a img
{
    display: block;
    margin: 0;
    padding: 3px;
    height: 42px;
    width: 50px;
    float: left;
}
.stContainer ul li a h2
{
    display: block;
    font: bold 18px Verdana, Arial, Helvetica, sans-serif;
    float: left;
}
.stContainer ul li a small
{
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    float: left;
}
.stContainer ul li a:hover
{
    background-color: #FFFF99;
    color: #002958;
    -webkit-box-shadow: 2px 2px 2px 2px #505050; /* Safari */
    box-shadow: 2px 2px 2px 2px #505050;
}
.stContainer ul li a.sel
{
    height: 42px;
    cursor: text;
    color: #505050;
    background-color: #fff;
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
    border-right: 1px solid #909090;
    -webkit-box-shadow: 0px 0px 8px 0px #FFF; /* Safari */
    box-shadow: 0px 0px 8px 0px #FFF;
}
.stContainer ul li a.dis
{
    color: #CCCCCC;
    background: #F8F8F8;
    cursor: text;
}

.leftContent
{
    float: left;
    padding-left: 30px;
    padding: 0px 3px 2px 3px;
    margin: 0px 0px 0px 0px;
    width: 40%;
}

.rightContent
{
    float: right;
    overflow: auto;
    padding-right: 30px;
    margin: 0px 0px 0px 0px;
    width: 40%;
}

.stContainer div.Data p
{
    margin: 5px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    color: #505050;
}

.stContainer h1
{
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
}

.stContainer h2
{
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
    color: #002958;
}

.stContainer h3
{
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
    color: #505050;
}
.stContainer h4
{
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #CCFF33;
    padding-bottom: 5px;
    color: black;
    width: 250px;
    float: left;
}

.stContainer img
{
    width: 70px;
    height: 90px;
    /*border: 1px solid #002958;*/
    
}


.Data ol
{
    list-style-type: disc;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 50px;
}

.personImage
{
    float: left;
    margin-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    
}

.bio
{
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 300px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    
    border: 1px solid #c0c0c0;
}

.bio p
{
    font-size: 10pt;
}

.bio div
{
    font-size: 11pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
    /*background-color: #002958;*/
    
    color: #808080;
    font-weight: bold;
}


.about
{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 30px;
    float: left;
    width: 350px;
    padding: 10px 10px 10px 10px;
   
}


.partnerLeft
{
    float: left;
    width: 25%;
}

.partnerRight
{
    float: right;
    width: 75%;
}

.Popup
{
    display:none;
    background-color: #fff;
    color: #404040;
    position: absolute;
    top: 100px;
    left: 400px;
    z-index: 5;
    width: 325px;
    height: 400px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #505050;
    
}

.popupCloseButton
{
    float: right;
    background-color: #002958;
    width: 50px;
    height: 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-align: center;
    cursor: pointer;
}
