
body 
{
        padding: 10px;
        margin: 0px;
        font: normal 10pt Tahoma, sans-serif;
        color: black;
        background-color: white;
        text-align: left;

}

p, td, th, div, span, a 
{
        font: normal 10pt Tahoma, sans-serif;
        color: black;
}

select, input, textarea
{
        font: normal 9pt Tahoma, sans-serif;
        margin: 2px;
}

table.atkMainTable
{
        background-color: black;
}

td.atkDark
{
        background-color: #D1D1D1;
        color: black;
        font-weight: bold;
        text-align: center;
        padding : 2px 5px 2px 5px;

        border-top-color: #FFFFFF;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-color: #FFFFFF;
        border-left-width: 1px;
        border-left-style: solid;
}

td.atkCommon
{
        padding : 1px 5px 1px 5px;
        background-color: #FCFCFC;
}

td.atkLight
{
        background-color: #F5F5F5;
        text-align: center;
        color: black;
        padding : 1px 5px 1px 2px;

        border-top-color: #FFFFFF;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-color: #FFFFFF;
        border-left-width: 1px;
        border-left-style: solid;
}

td.atkBottom
{
        background-color: #DEDEDE;
        text-align: left;
        font-weight: normal;
        color: black;
        padding : 1px 5px 1px 2px;

        border-top-color: #FFFFFF;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-color: #FFFFFF;
        border-left-width: 1px;
        border-left-style: solid;
}

a.atkTrigger
{
        font-weight: bold;
        text-decoration: none;
        color: maroon;
        background-color: #D1D1D1;
}

a.atkPager
{
        font-weight: normal;
        text-decoration: underline;
        color: #999999;
        background-color: #F5F5F5;
}

a.atkEditlink
{
        font-weight: bold;
        text-decoration: none;
        color: #21343F;
        background-color: white;
}

input.atkButton
{
        color: black;
        background-color: #D1D1D1;
        font-weight: bold;
        margin: 2px;
}

input.atkCriticalButton
{
        color: black;
        background-color: #D1D1D1;
        font-weight: bold;
        margin: 2px;
}

td.atkHead 
{
        color: white;
        background-color: #646464;
        font-weight: bold;
        padding : 1px 5px 1px 2px;
        border-top-color: #FFFFFF;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-color: #FFFFFF;
        border-left-width: 1px;
        border-left-style: solid;
}

td.atkShaded 
{
        color: darkgray;
        background-color: #666666;
        font-weight: bold;
        padding : 1px 5px 1px 2px;
}

td.atkInnerhead 
{
        color: white;
        background-color: #666666;
        font-weight: bold;
        padding : 1px 5px 1px 2px;
}

td.atkEdit
{
        background-color: #FFFFFF;
        color: black;
        padding : 1px 5px 1px 2px;
}

td.atkEditLeft
{
        background-color: #F0F0F0;
        text-align: right;
        color: black;
        padding : 1px 5px 1px 2px;
}

td.atkEditRight
{
        background-color: #FCFCFC;
        text-align: left;
        color: black;
        padding : 1px 5px 1px 2px;
}

td.atkEditSection
{
        background-color: #F0F0F0;
        text-align: center;
        font-weight: bold;
        color: black;
        padding : 1px 5px 1px 2px;
}

