﻿/****************************************************
    P R I N T
****************************************************/
.HideOnPrint {
    display: none !important;
}

.ShowOnPrint {
    display: block !important;
}

.ResizeOnPrint {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body {
    background-image: none !important;
}

body, div,
input, select, textarea, 
table, tr, td,
h1, h2, h3, h4, h5, h6 {
    background-image: none !important;
    background-color: #FFFFFF ! important;
    color: #000000 ! important;
}

a, a:visited {
    background-image: none !important;
    padding: 0px !important;
    text-decoration: underline !important;
    color: #000000 !important;
}

div#ContentColumnInner ul {
    list-style-type: disc !important;
    margin: 0 0 1em 2em !important;
    padding: 0 !important;
}

div#ContentColumnInner ul li,
p.UnorderedList {
    background-image: none !important;
    padding: 0.4em 0 0 0em !important;
}

div.Clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


/* TABS */

div.TabsContainer {
    border: 0px;

}

div.TabsContainer ul#Tabs {
    clear: both;
    list-style-type: none !important;
    float:right;
    margin: 0  !important;
    padding: 0 !important;
}

div.TabsContainer ul#Tabs li {
    background-image: none !important;
    margin: 0  !important;
    padding: 0 !important;
}

div.TabsContainer ul#Tabs li.TabSelected div.TabCenter,
div.TabsContainer ul#Tabs li.TabSelected div.TabCenter a {
    font-size: 105%;
    font-weight: bold !important;
}

/* investments customer level */
div#InvestmentExpensesCustomerLevel {
   
} 

div#InvestmentExpensesCustomerLevel a {
    text-decoration: none !important;
}

div#InvestmentExpensesCustomerLevel div.InvestmentExpensesHeading {
    font-weight: bold !important;
    background-color: #294D6B !important;
    color: #FFFFFF !important;
}

div#InvestmentExpensesCustomerLevel div.InvestmentExpensesContainer {
     border: 1px solid #294D6B;
}
div#InvestmentExpensesCustomerLevel div.HeadingTitle,
div#InvestmentExpensesCustomerLevel div.InvestmentExpensesExpense div.InvestmentExpensesExpenseName {
    /*font-weight: bold;*/
    width: 80%;
}
div#InvestmentExpensesCustomerLevel div.HeadingSum,
div#InvestmentExpensesCustomerLevel div.InvestmentExpensesExpense div.InvestmentExpensesExpenseValue {
     width: 10%;
 }


