﻿body
{
    font-family: Tahoma,Arial,Verdana;
    font-size: medium;
}

h4.DetailPageHeader
{
    margin-top:0px;
}

p.text
{
    text-indent: 20pt;
    text-align: justify;
}

td.priceStatic
{
    width: 25%;
    text-align: center;
    border-style: solid;
    border-color: #dbddd0;
    border-left-width:1px;
    border-right-width:0px;
    border-top-width:1px;
    border-bottom-width:0px;
}

td.priceDynamic
{
    width: 25%;
    text-align: center;
    border-style: solid;
    border-color: #dbddd0;
    border-left-width:1px;
    border-right-width:0px;
    border-top-width:1px;
    border-bottom-width:0px;
}

td.priceObjNum
{
    width: 25%;
    text-align: center;
    border-style: solid;
    border-color: #dbddd0;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:1px;
    border-bottom-width:0px;
}

td.priceHdr
{
    width: 25%;
    text-align: center;
    border-style:solid;
    border-color:#dbddd0;
    background-color:#dbddd0;
    vertical-align:middle;
}

td.priceHdrSmall
{
    width: 25%;
    text-align: center;
    border-style:solid;
    border-color:#dbddd0;
    background-color:#dbddd0;
    vertical-align:middle;
    font-size:small
}

table.priceTable
{
    width: 800px;
    height: 332px;
    border-width:0px;
    border-color:#dbddd0;
}

a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #000000; }

.StaticMenuItemSelected {}
a:visited.StaticMenuItemSelected { color: #000000; }

li { padding-bottom: 10px }

.hoverRow { background-color: #BDCDF9; }
.clickedRow { background-color: #FFBB00; }
.td
{
    width: 100%;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    border-color:#dbddd0;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.td_last
{
    width: 100%;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}

.th
{
    width: 100%;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    background-color:#dbddd0;
    font-size:larger;
}

.nobr
{
    white-space: nowrap;
}

td.newsDate
{
    text-align: left;
    font-size: smaller;
    color: Gray;
    padding-top: 12pt;
}

td.newsHeader
{
    text-align: left;
    font-weight: bold;
    padding-top: 3pt;
    padding-bottom: 3pt;
}
td.newsContent
{
    text-align: justify;
    padding-bottom: 3pt;
}

td.question
{
    text-align: left;
    font-weight: bold;
    padding-top: 3pt;
    padding-bottom: 3pt;
    vertical-align: top;
}

td.answer
{
    text-align: justify;
    padding-bottom: 3pt;
    vertical-align: top;
}

td.questionContent
{
    text-align: left;
    font-weight: bold;
    padding-top: 3pt;
    padding-bottom: 3pt;
    vertical-align: top;

    padding-left: 6pt;
}

td.answerContent
{
    text-align: justify;
    padding-bottom: 3pt;
    vertical-align: top;

    padding-left: 6pt;
}

ul.bugList
{
    text-align: justify;
    list-style-type: circle;
    color: Gray;
}
ul.featureList
{
    text-align: justify;
    list-style-type: disc;
}

