﻿body, html
{
    background-image: url(Assets/header_r1_c2.png);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #111111;
}

A:link
{
    text-decoration: none; /*color: #0066CC;*/
    color: #cc0000;
}

A:visited
{
    text-decoration: none;
    color: #cc0000;
}

A:visited IMG
{
    border-color: #cc0000;
}

A:hover
{
    text-decoration: underline;
    color: #cc0000;
}

ul
{
    margin-top: 2px;
}

li
{
    margin-top: 2px;
    color: #cc0000;
}

.list_text
{
    color: #111111;
}

.title
{
    padding: 5px 0px 4px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
}

.subtitle
{
    padding: 5px 0px 4px 0px;
    font-weight: bold;
    font-size: 15px;
    color: #111111;
}





.reversed A:link
{
    text-decoration: none;
    color: #0066CC;
}

.reversed A:visited
{
    text-decoration: none;
    color: #0066CC;
}

.reversed A:hover
{
    text-decoration: underline;
    color: #0066CC;
}

.reversed
{
    color: #333333;
    font-size: 11px;
}





.active_tab A:link
{
    text-decoration: none;
    color: #111111;
}

.active_tab A:visited
{
    text-decoration: none;
    color: #111111;
}

.active_tab A:hover
{
    text-decoration: underline;
    color: #111111;
}

.active_tab
{
    color: #111111;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(Assets/header_r2_c5.png);
    background-repeat: repeat-x;
}




.inactive_tab A:link
{
    text-decoration: none;
    color: #cccccc;
}

.inactive_tab A:visited
{
    text-decoration: none;
    color: #cccccc;
}

.inactive_tab A:hover
{
    text-decoration: underline;
    color: #cccccc;
}

.inactive_tab
{
    color: #cccccc;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(Assets/header_r2_c10.png);
    background-repeat: repeat-x;
}




.reportFeatures
{
    padding: 5px 0px 5px 0px;
}

.reportName
{
    font-weight: bold;
    font-size: 16px;
}

.reportName A:link
{
    text-decoration: none;
    color: #111111;
}

.reportName A:visited
{
    text-decoration: none;
    color: #111111;
}

.reportName A:hover
{
    text-decoration: underline;
    color: #cc0000;
}/**/

.reportListRow
{
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #111111;
    padding: 0px; 
    margin-bottom: 20px;
}

.rcolumn
{
    padding: 15px 0px 0px 0px;
}

.rcolumnBox
{
    background-color: #f0f0f0;
    padding: 0px 7px 0px 7px;
    margin-bottom: 0px;
    font-size: 13px;
}

.rcolumnBoxHeader
{
    background-color: #f0f0f0;
    color: #111111;
    font-size: 13px;
    padding: 0px 7px 2px 7px;
    font-weight: bold;
}

.rcolumnBoxRow
{
    padding: 0px 0px 2px 0px;
}

.footer
{
    font-size: 8px;
    color: #666666;
}

.footerdd A:link
{
    text-decoration: none;
    color: #666666;
}

.footerdd A:visited
{
    text-decoration: none;
    color: #666666;
}

.footerdd A:hover
{
    text-decoration: underline;
    color: #cc0000;
}

.reportOptions
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.reportOptionTips
{
    font-size: 8pt;
    color: #666666;
}

.reportOptionsSeparator
{
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
}

.templateTable
{
    margin: 15px 0px 15px 0px; /*background-color: #e0ecff;     border: 1px solid #dcdcef;     border: 1px solid #C3D9FF;*/
    border: 1px solid #dddddd;
    background-color: #f0f0f0;
    background-image: url(Assets/template_background.png);
}

.helpPopup
{
    padding: 6px;
    background-color: #f6f6f6;
    border: 1px solid #999999;
    color: #111111;
}

.helpPopupLink
{
    cursor: pointer;
}

/*when hovering over an editable content block*/
.managedContent
{
    background-color: #cccccc;
}

/*gray border around images.contentImage
{
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #b9b9b9;
    border-right-color: #b9b9b9;
    border-bottom-color: #b9b9b9;
    border-left-color: #b9b9b9;
}
*/

.disabledLink
{
    color: #999999;
}

