BODY
{
    font-family: Verdana;
    font-size: 10px;
    color:  #23238E;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #26258E;
}
TD
{
    font-family: Verdana;
    font-size: 10px;
}
#ctl00_ContentPlaceHolder1_lblDate
{
    font-weight: bold;
}

.gridalt
{
    background: #E3E3E3;
    white-space: nowrap;
}
.gridTtitle
{
    background: #425984;
    border: 1px solid grey;
    border-style: outset;
    color: White;
}
.gridItem
{
    background: #EEEEEE;
    white-space: nowrap;
}

#date
{
    color: #9D9D9D;
    margin: 7px 0px 0px 15px;
}

#foot
{
    padding-top: 10px;
    color: #527A8C;
}

#params
{
    font-size: 10px;
    color: #4A423F;
}

H1
{
    font-size: 15px;
    color: #25258E;
    margin-bottom: 0px;
    margin-top: 10px;

    font-variant: small-caps;
}
H4
{
    font-size: 24px;
    color: #25258E;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 5px;
    margin-top: 3px;
    font-family: Verdana, Arial, Tahoma;
}
P
{
    font-size: 10px;
    color: #000000;
    text-indent: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
INPUT
{
    font-size: 10px;
    color: #000;
}
TEXTAREA
{
    font-size: 10px;
    color: #000;
}
UL
{
    margin-top: 0px;
    margin-bottom: 0px;
}
LI
{
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-indent: 0px;
    line-height: 13px;
    list-style-type: none;
    list-style-image: url(i/doubleArrowsGreen.gif);
}
A, A:active, A:visited
{
    font-size: 10px;
    color: #000000;
    text-decoration: none underline;
}
A:hover
{
    font-size: 10px;
    text-decoration: none;
}

#foot A, #foot A:active, #foot A:visited
{
    font-size: 10px;
    color: #527A8C;
    text-decoration: none;
}
#foot A:hover
{
    font-size: 10px;
    text-decoration: none;
}
/* default opacity for IE */
img
{
    filter: alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe
{
    position: absolute;
    z-index: 30000;
    visibility: hidden;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #91B0C8;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-family: Verdana, Arial, Tahoma;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #376F9B;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-family: Verdana, Arial, Tahoma;
}

.accordionContent
{
    background-color: #BDD0DE;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana, Arial, Tahoma;
}
