﻿body {
}
TD.inputCell
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

TD.reportName
{
  cursor:pointer;
    
}


inputWithBorder
{
    border-right: black thin solid; 
    border-top: black thin solid;
    border-left: black thin solid; 
    width: 285px; 
    border-bottom: black thin solid;
 }                        

TD.reportCheckboxCell
{
    text-align: center;
    width: 45px;
    background-color: #4a5e77;
}
input[type="checkbox"].reportCheckbox
{

    background-color: #009966;
}

TR.bundleName
{
    background-color:#4a5e77;
    font-weight:bold;
    color:White;
    
}
TD.totalsIndex
{
    background-color:#4a5e77;
    font-weight:bold;
    color:White;    
}

TD.xtiMenu, TD.xtiMenu a:link, TD.xtiMenu a:visited
{
    background-color:#4a5e77;
    font-size: small;
    font-family:Arial;
    text-decoration:none;
    font-weight:bold;
    color:White;
    
}

TD.xtiMenu a:hover
{
    background-color:#4a5e77;
    font-size: small;
    font-family:Arial;
    text-decoration:none;
    font-weight:bold;
    color:Gray;
    
}


TR.bundleCustomizationRow
{
    background-color:#4a5e77;
    font-weight:bold;
    color:White;
}

TR.reportRowB
{
    background-color: #FCF6CF;
}
TR.reportRowA
{
    background-color: #FEFEF2;
}

TR.reportRowNew
{
    background-color: #CCFFCC;
}


#totalsTable
{
    border: 2px solid black;
    border: thin solid black;
    

}

