.tableHeaderRow
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: arial, arial, sans-serif;
    HEIGHT: 24px;
    BACKGROUND-COLOR: navy
}
.tableEvenRow
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: white
}
.tableEvenRowBorder
{
    BORDER-RIGHT: gainsboro 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: white
}
.tableEvenRow_Over
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: white
}
.tableEvenRow_Selected
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: steelblue
}
.tableOddRow
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: #f8f8f8
}
.tableOddRowBorder
{
    BORDER-RIGHT: white 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    BORDER-BOTTOM: white 1px solid;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: blue
}
.tableOddRow_Over
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: #f7f7f7
}
.tableOddRow_Selected
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: steelblue
}
.tableNoMatch
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: gainsboro
}
.tableNextPrev_ON
{
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: blue;
    FONT-FAMILY: arial, arial, sans-serif;
    TEXT-DECORATION: underline
}
.tableNextPrev_OFF
{
    FONT-SIZE: 8pt;
    CURSOR: default;
    COLOR: thistle;
    FONT-FAMILY: arial, arial, sans-serif;
    TEXT-DECORATION: none
}
.tableNextPrevPage
{
    FONT-SIZE: 8pt;
    CURSOR: default;
    COLOR: black;
    FONT-FAMILY: arial, arial, sans-serif;
    TEXT-DECORATION: none
}
.tableHeaderLink
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: navy;
    TEXT-DECORATION: none
}
.tableHeaderLink:hover
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: arial, arial, sans-serif;
    BACKGROUND-COLOR: navy;
    TEXT-DECORATION: underline
}
