﻿h1
{
    font-size: 1.5em;
    color: #003399;
    font-weight: bold;
}

h2
{
    font-size: 1.25em;
    color: #003399;
    font-weight: bold;
}

h3
{
    font-size: 1em;
    color: #003399;
    font-weight: bold;
}

hr
{
    color: #000099;
}

.pLabel
{
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

.pLabelBlue
{
    color: #003399;
    font-weight: bold;
    font-size: 1em;
}

.errorLabel
{
    color: Red;
    font-size: 11px;
    vertical-align: middle;
}

/*Detail tables*/
.dtParent
{
    /*background-color: #EEEEEE;*/
    border: 1px solid #6788BE;
    border-collapse: collapse;
    empty-cells: show;
    margin: 6px 0px 6px 0px;
    text-align: left;
}

.dataTable
{
    border: 2px solid #fff;
}

/*Details table header*/
.dth
{
    background-color: #92b4e0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-top: 4px;
    vertical-align: middle;
}

/*Error table header*/
.eth
{
    background-color: #000066;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-top: 4px;
    vertical-align: middle;
}

/*Table headers*/
.dtHeader
{
    padding: 15px 0px 15px 0px;
    background-color: #E9DCB4;
}

/*Table rows containing detail data */
.dtr
{
    height: 20px;
}

/*Detail table labels */
/* Data descriptions */
.dtDesc
{
    font-size: 11px;
    font-weight: lighter;
    padding-left: 3px;
    white-space: nowrap;
}

/* Field labels */
.dtLabel
{
    color: #1e3695;
    font-weight: lighter;
    padding-left: 3px;
    white-space: nowrap;
    font-size: 11px;
}

/*Details table text data*/
.dtd
{
    padding: 2px 2px 2px 3px;
    background-color: White;
    border: 1px solid #D3D3D3;
    font: 11px;
}

/*Details table numeric data*/
.dtdn
{
    padding: 2px 2px 2px 3px;
    background-color: White;
    border: 1px solid #D3D3D3;
    font: 11px;
    text-align: right;
    vertical-align: middle; /*width: 100px;*/
}

/*Input fields etc*/
.dtInputCaps
{
    padding: 2px 2px 2px 3px;
    font: 11px;
    height: 16px;
    text-transform: uppercase;
}

.dtInput
{
    padding: 2px 2px 2px 3px;
    font: 11px;
    height: 16px;
}

.dtInputNumber
{
    padding: 2px 2px 2px 3px;
    font: 11px;
    text-align: right;
}

.dtLookup
{
    padding-top: 1px;
}

/*Validation summary css */
.errors
{
    background-position: 5px 50%; /*border: 1px inset #999999;*/
    border: 1px solid #999999;
    color: red;
    margin: 0px 0px;
    padding: 0px 5px 0px 15px;
    background: url(images/error.png) no-repeat 5px 50%;
    background-color: #FFFFC4;
}

ul.errors li
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: disc;
}

.message
{
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
    background-position: 5px 50%; /*border: 1px inset #999999;*/
    color: #0066CC;
    margin: 5px 0px;
    padding: 15px 5px 15px 5px;
    background: #FFFFFF url(images/Info.png) no-repeat 5px 50%;
}

ul.message li
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: disc;
}

.PageTitle
{
    padding: 0px 0px 0px 5px;
    color: #069;
    font-weight: bold;
    vertical-align: middle; /*height: 60px;*/
}

.ParaHeading
{
    font-size: 13px;
    color: #999;
}
