table.fsOutput tr td
{
    font-size: 9px !important;
}

.edgroupheading
{
    display: none;
}
table.content
{
    width: 100%;
    font-size: 100%;
}

table.content td#leftcontent
{
    padding-right: 5px;
    vertical-align: top;
    width: 220px;
    background-color: White;
    text-align: justify;
}

table.content td#rightcontent
{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    width: 20%;
    background-color: #DEEAFA;
    text-align: justify;
}

table.content td#centercontent
{
    vertical-align: top;
    border: 1px solid #C0C0C0;
    padding: 10px;
    text-align: justify;
}

/*****************************************************************************
definition of generic styles
*****************************************************************************/
h2
{
    margin-bottom: 15px;
    font-size: 16px;
    color: #0a405f;
    font-weight: bold;
}

h3
{
    font-size: 120%;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px #000000 solid;
}

h4
{
    font-size: 110%;
    font-weight: bold;
    color: #989898;
}

ul ol
{
    margin-top: 3px;
}

li
{
    margin-bottom: 3px;
    margin-left: -8px;
}

table
{
    width: 100%;
    font-size: 100%;
}

table td
{
    text-align: justify;
    vertical-align: top;
}

div.section
{
    margin-left: 40px;
}

img.thumb
{
    margin-right: 20px;
}

/*****************************************************************************
definition of "go to top" anchor
*****************************************************************************/
div.goTop
{
    width: 100%;
    text-align: right;
    font-size: 90%;
    font-style: italic;
}

div.goTop a
{
    color: #AFAFAF;
    padding: 5px;
    border: 1px solid #AFAFAF;
}

div.goTop a:visited
{
    color: #AFAFAF;
}

div.goTop a:hover
{
    color: #FF0000;
    border: 1px solid #FF0000;
}

/*****************************************************************************
definition for editorial items
*****************************************************************************/
td.edgroup
{
    width: 50%;
    background-color: #F5F5F5;
    padding: 10px 20px 10px 20px;
}

p.edsummary
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
}

p.edmore
{
    font-style: italic;
    text-align: right;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.edmore a
{
    text-decoration: underline;
    color: #525252;
}

p.edmore a:hover
{
    text-decoration: underline;
    color: #FF0000;
}

p.edall
{
    font-style: italic;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.edall a
{
    text-decoration: underline;
    color: #525252;
}

p.edall a:hover
{
    text-decoration: underline;
    color: #FF0000;
}

/*****************************************************************************
definition for user controls
- fund search
- sector search
- fund survey selection
- portfolio search
*****************************************************************************/
div.fsControl
{
    border-right: #666666 1px solid;
    padding: 2px;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    width: 530px;
    border-bottom: #666666 1px solid;
}

div.button
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: right;
}

div.fsControl table.fsTypeHeading
{
    font-size: 100%;
    width: auto;
    border-bottom: none;
}

div.fsControl table.fsTypeHeading th
{
    padding: 5px;
    font-weight: bold;
    cursor: hand;
    color: #ffffff;
    background-color: #666666;
    text-align: left;
}

div.fsControl div.fsTypeBody
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: #666666 1px solid;
    background-color: #e1e1e1;
}

table.fsTypeBody
{
    border: medium none;
    font-size: 100%;
}

table.fsTypeBody td.label
{
    font-size: 90%;
    width: 150px;
    white-space: nowrap;
    text-align: right;
    vertical-align: baseline;
}

table.fsTypeBody td.control
{
    white-space: nowrap;
    font-size: 90%;
    vertical-align: baseline;
}

table.fsTypeBody span
{
    cursor: hand;
}

iframe.fsToolTip, iframe.fsTooltip
{
    position: absolute;
    border: none;
    display: none;
    visibility: hidden;
    z-index: 0;
}

div.fsToolTip, div.fsTooltip
{
    z-index: 100;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    border: dotted 1px #666666;
    background-color: #f5f5f5;
}

div.fsToolTip p, div.fsTooltip p
{
    padding: 5px;
    font: italic 8pt Verdana, arial,sans-serif; /*position:absolute;*/
    margin-bottom: 7px;
    margin-top: 7px;
    text-align: left !important;
}

/*****************************************************************************
definition of no licence
*****************************************************************************/
#noLicenceBox
{
    border: 1px solid #BF1717;
    display: block;
    width: 305px;
    height: 140px;
    padding: 10px;
    margin-top: 30px;
}

#noLicenceBox div
{ 
    float: left;
}

#noLicenceBox div img
{
    padding-right: 10px;
}
#noLicenceBox div > p:first-child
{

    font-size: 1.2em;
    width: 250px;
}
