﻿.idc_ip_table
{
    
}
.idc_ip_header_tr
{
    
    color:#000000;
}

.idc_ip_header_tr td
{    
    text-align:right;
    background-color:#E9F0F7;
    color:#425469;
    font-size:10px;
    font-weight:bold;
    padding:4px 2px 4px 2px;
}

.idc_ip_subheader_td
{
    text-align:right;    
    color:#425469;
    font-size:10px;
    font-weight:bold;
    padding:4px 2px 4px 2px;
}

.idc_ip_tr td
{
    padding:5px 5px 4px 2px;
    text-align:right;
    vertical-align:middle;
    color:#333333;
    font-size:11px;
    font-weight:normal;
    border-bottom: 1px solid #D9EAFC; /* E9F0F7 */
}

/*
.idc_ip_tr :first-child
{
    text-align:left;
}
*/

td.idc_ip_no_border_bottom
{
    border-bottom-width:0px;
}
/* use this class to make text in a cell bold */
td.idc_ip_bold_font
{
    font-weight:bold;
}



table.left_justified tr
{
    text-align:left;    
}
table.left_justified td
{
    text-align:left;    
}
tr.left_justified
{
    text-align:left;
}
td.left_justified
{
    text-align:left;
}
td.center_justified
{
    text-align:center;
}