﻿body
{
    font-size: 8pt;
    text-align: center;
    font-family: Tahoma;
}

#footerContent
{
    text-align: right;
    background-color: #cccccc;
    vertical-align: middle;
    margin: 5px 2px 0px 2px;
    padding: 2px 15px 5px 5px;
    border-width: 0px;
}

.ErrorMessage
{
    color: Red;
}

.fldRequired
{
    background-color: #FFFFE5;
}

.ddlTopWidth
{
    width: 95%;
    margin: 5px;
}
.dvActivity
{
    text-align: left;
    margin-left: 5px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
}

.ddlWidth
{
    width: 78%;
}

.txtFullWidth
{
    width: 77%;
}

.txtLongWidth
{
    width: 130px;
}
.watermark
{
    color: #CCCCCC;
}

#HeaderFrame
{
    height: 20px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    background-color: #cccccc;
    border: solid 1px rgb(192, 192, 192);
}

select
{
    border: solid 1px #808080;
}

.HyperLink
{
    border: solid 1px #808080;
    background-color: #cccccc;
    display: block;
    width: 60px;
    text-align: center;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    margin: 2px 2px 2px 2px;
    white-space: nowrap;
}
.OverviewHyperLink
{
    border: solid 1px #808080;
    background-color: #cccccc;
    display: block;
    width: 100px;
    text-align: center;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    margin: 2px 2px 2px 2px;
    white-space: nowrap;
}

A.freelink
{
    color: black;
    text-decoration: underline;
    padding-left: 3px;
}
a:link.freelink
{
    color: Black;
    text-decoration: none;
    border-bottom: 1px dotted black;
}
a:visited.freelink
{
    color: Black;
    text-decoration: none;
    border-bottom: 1px dotted black;
}
a:hover.freelink
{
    color: Gray;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

.multiline
{
    width: 95%;
    height: 50px;
    color: Black;
    border: 1px solid Gray;
}
.ddlContentWidth
{
    width: 97%;
}
hr
{
    color: White;
}
hr.hr_s
{
    color: Black;
}
table.productUsage
{
}
table.productUsage td
{
    padding: 3px;
}

tr.odd
{
    background-color: #EEEEEE;
}
tr.even
{
    background-color: White;
}
table.ProductUsageAddItemLayout
{
    width: 95%;
    margin: 5px;
}
table.ProductUsageAddItemLayout td
{
    text-align: left;
}
table.ProductUsageAddItemLayout span.label
{
    color: #555555;
}
table.ProductUsageAddItemLayout span.value
{
    font-weight: bold;
}

