﻿/*
    Styles for data table
*/

#DataTableContainer .DataTable{
    margin-left: 10px;
    margin-right: 10px;
}

#DataTableContainer table.DataTable td{
    font-family: Tahoma;
    font-size: 8pt;
    color: #1D667F;
}

#DataTableContainer table.DataTable tr.DataTableHeader td{
    background-color: #bcbcbc;
    color: White;
}

#DataTableContainer table.DataTable tr.Hightlited{
    background-color: #f2f2f2;
}

#DataTableContainer table.DataTable tr.Unhightlited{
    background-color: White;
}

#DataTableContainer table.DataTable a.Serie{
    font-weight: bold;
    color: #1D667F;
    margin-right: 20px;
}

#DataTableContainer table.DataTable .PartName{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #1D667F;
}

#DataTableContainer table.DataTable a.Serie:link,
#DataTableContainer table.DataTable a.Serie:active,
#DataTableContainer table.DataTable a.Serie:visited {
    text-decoration: none;
}

#DataTableContainer table.DataTable a.Serie:hover{
    text-decoration: underline;
}

#DataTableContainer table.DataTable a.Source{
    border: solid 0px White;
    text-decoration: none;
}

#DataTableContainer table.DataTable a.Source img{
    border: solid 0px White;
    text-decoration: none;
}

#DataTableContainer table.DataTable .DataTableHeader a.DateHeader:link,
#DataTableContainer table.DataTable .DataTableHeader a.DateHeader:visited,
#DataTableContainer table.DataTable .DataTableHeader a.DateHeader:active {
    color: White;
    font-weight: bold;
    text-decoration: none;
}
#DataTableContainer table.DataTable .DataTableHeader a.DateHeader:hover {
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

#DataTableContainer table.DataTable .TopHeader{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #1D667F;
}

#DataTableContainer table.DataTable .TopSubheader{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #1D667F;
}

#DataTableContainer div.footsource{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #1D667F;
    margin: 20px 0px 0px 10px;
}

#DataTableContainer div.footnote{
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: normal;
    color: #1D667F;
    margin: 20px 0px 0px 10px;
}
