/* Default CSS Stylesheet for a new Web Application project */

body {
    margin: 0px;
    background-color: #EEEEEE;
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    color: #333333;
}
a:link, a:visited {
    border-width: 0px;
    border-style: none;
    color: #285379;
    text-decoration: none;
    text-align: center;
}

a:active, a:hover {
    border-width: 0px;
    border-style: none;
    color: #285379;
    text-decoration: underline;
}
IMG {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.imgNoMargin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.dgGeneral {
    font-size: 8pt;
    width: 100%;
}

.dgHeader {
    font-weight: bold;
    font-size: 8pt;
    background: #666666;
    color: #ffffff;
}

.dgAlternatingItem {
    font-size: 8pt;
    color: black;
    background-color: #f0f8ff;
}

.dgNormalItem {
    font-size: 8pt;
    color: black;
    background-color: #f8f8ff;
}

.dgFooter {
    background-color: #f0ffff;
}

.inputP1 {
    font-weight: bold;
    font-size: 8pt;
    background: ivory;
    color: black;
}

.lbl {
    font-weight: bold;
    font-size: 10pt;
    color: black;
}

.txt {
    font-weight: bold;
    font-size: 8pt;
    color: black;
    width: 150px;
}

.lnkButton1 {
    font-weight: bold;
    font-size: 14pt;
    color: maroon;
}

.lnkButton2 {
    font-weight: bold;
    font-size: 12pt;
    color: maroon;
}

.lnk {
    color: #000080;
    text-decoration: underline;
}

.tbl {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: #ffffff;
}

.tbr {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}


.lstGeneral {
    font-size: 10pt;
    text-align: left;
    width: 100%;
}

.lstHeader {
    font-weight: bold;
    font-size: 10pt;
    background: #dcdcdc;
    color: #000000;
    text-align: left;
}

.lstAlternatingItem {
    font-size: 10pt;
    color: black;
    background-color: #fffff0;
    text-align: left;
}

.lstNormalItem {
    font-size: 10pt;
    color: black;
    background-color: #f0f8ff;
    text-align: left;
}

.lstHoverItem {
    font-size: 10pt;
    color: black;
    background-color: #add8e6;
    text-align: left;
}

.lstFooter {
    background-color: #c0c0c0;
    text-align: left;
    font-weight: bold;
}

.tblLeftAlign {
    text-align: left;
}

.tblContainer {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    text-align: left;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-collapse: separate;
}

.tblContainerHeader {
    border-bottom: black 1px solid;
    background-color: #4169e1;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    color: #ffffff;
}

.lnkHeader {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
}


.lnkSecondaryNavigation {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12pt;
    margin: 4px;
}

.tblGroup {
    text-align: left;
}

.tblTopLeft {
    background-image: url(AppImages/tblTopLeft.gif);
    width: 10px;
    height: 30px;
}

.tblTopMiddle {
    background-image: url(AppImages/tblTopMiddle.gif);
    height: 30px;
    font-weight: bold;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
}

.tblTopRight {
    background-image: url(AppImages/tblTopRight.gif);
    width: 10px;
    height: 30px;
}

.tblMiddleLeft {
    background-image: url(AppImages/tblMiddleLeft.gif);
    width: 10px;
}

.tblMiddleRight {
    background-image: url(AppImages/tblMiddleRight.gif);
    width: 10px;
}

.tblBottomLeft {
    background-image: url(AppImages/tblBottomLeft.gif);
    width: 10px;
    height: 10px;
}

.tblBottomMiddle {
    background-image: url(AppImages/tblBottomMiddle.gif);
    height: 10px;
}

.tblBottomRight {
    background-image: url(AppImages/tblBottomRight.gif);
    width: 10px;
    height: 10px;
}

.tblMiddle {
    background-color: #C3D9FF;
}

.txt300 {
    width: 300px;
    font-weight: bold;
    font-size: 8pt;
    background: ivory;
    color: black;
}

.lnkTable {
    color: #000080;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12pt;
}

.tdLargeLink {
    font-weight: bold;
    font-size: 14pt;
    color: #0066CC;
    text-decoration: underline;
    cursor: pointer;
}

.val {
    background-color: #FFFF00;
    color: #FF0000;
    border: 1px solid #FF0000;
}

.subNavTable {
    display: inline;
    border-collapse: collapse;
}

    .subNavTable td {
        padding-top: 2px;
        padding-bottom: 2px;
    }
.subNavTable a{
    color: #ffffff;
    font-size: .9em;
}