﻿div#tabwrapper
{
    width: 350px;
}
div#tabwrapper
{
    width: 340px;
}

div#tabnav
{
    text-align: left;
    background-color: Aquamarine;
     border-bottom: 1px solid #C8C5B7;
    border-bottom: 1px solid #FFF;
}

div#tabnav .tabButton
{
    cursor: hand;
    width: auto;
    float: left;
    margin: 0;
 
}

div#tabnav .tabButtonActive
{
    cursor: hand;
    width: auto;
    margin: 0;
    float: left;
    
   
}


div#tabnav .tabButtonActive td.left
{
    background-image: url(http://euromoney.cachefly.net/II/IIimages/tab_1_1_1.gif);
    background-repeat: no-repeat;
    padding: 0;
}
div#tabnav .tabButtonActive td.center
{
    background-color: #C8C5B7;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    color:black;
     font-weight: bold;
    padding: 0 3px 0 3px;
}

div#tabnav .tabButtonActive td.right
{
    background-image: url(http://euromoney.cachefly.net/II/IIimages/tab_1_2_1.gif);
    background-repeat: no-repeat;
    padding: 0 5px 0 0;
 
}

div#tabnav .tabButton td.left
{
    background-image: url(http://euromoney.cachefly.net/II/IIimages/tab_1_1_2.gif);
    background-repeat: no-repeat;
    padding: 0;
}

div#tabnav .tabButton td.right
{
    background-image: url(http://euromoney.cachefly.net/II/IIimages/tab_1_2_2.gif);
    background-repeat: no-repeat;
    padding: 0 5px 0 0;
}
div#tabnav .tabButton td.center
{
    background-color: #E8E5D4;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 11px;
     font-weight: bold;
     color:Black;
    padding: 0 3px 0 3px;
}



.tab4contentcnrt , .tab2contentcnrt
{
    clear: both;
    width: auto;
    background-color: #C8C5B7;
}

.tab4contentcnrt ,.tab2contentcnrt
{
    padding: 10px 0 0 0px;
}
.tabcontent li
{
    margin: 0 0 5px 0px;
}

.tabcontent li.first
{
    margin: 10px 0 3px 0px;
}

.tabcontent li a
{
    color: black;
    font-weight: bold;
    text-decoration:none;
}
.tabcontent li span.source
{
    color: #CC0000;
    padding: 0 0 0 0px;
}
.tabcontent
{
    height:218px;
}

