﻿/*Please place your application related style here*/

/* START TITLES AND HEADERS */

H2, H3, H4 {
    font-weight: bold;
    margin-bottom: 5px;
    clear: both;
}

H2 {
    font-size: 14px;
    color: #08306b;
    text-align: left;
    width: 98%;
    margin-left: 5px;
    padding: 5px;
    border-bottom: 1px solid #ce7905;
}

H3 {
    font-size: 12px;
    color: #003366;
    clear: right;
}

H4 {
    font-size: 11px;
    color: #003366;
    text-align: left;
    margin-top: 10px;
}

th H2 {
    margin-top: -2px;
    margin-left: -5px;
    padding-left: 3px;
    width: 60%;
}

/* END TITLES AND HEADERS */

#userinfo {
    /*float: right;		 	margin-right: 0px;*/
    height: 55px;
    font-size: 11px; /*font-size: 0.8em;	*/ /*background-repeat: no-repeat;  	background-position: right top;  	padding-right: 5px;*/
    margin-top: -45px;
    display: inline-block;
    height: 42px;
    font-weight: bold;
    float: right;
}

    #userinfo UL {
        display: inline;
        float: right;
        padding: 0px 0px 5px 0px;
        background-color: Transparent;
        border-width: 0px;
    }

        #userinfo UL LI {
            float: right;
            margin-left: 2px;
            text-align: center;
            padding-right: 5px;
            padding-left: 5px;
            border-right: solid 1px white;
        }

            #userinfo UL LI.last {
                border: none;
            }

            #userinfo UL LI A {
                font-size: 11px; /*font-size: 0.8em;	*/
                text-decoration: none;
                font-weight: bold; /*color: Blue;*/
                color: White;
            }

    #userinfo SPAN {
        /*background-color : Transparent;*/ /*border-width : 0px; 	text-align: right;  		*/ /*float: right;  	*/ /*clear:right;*/
        color: #669900;
        font-weight: bold;
        font-size: 16px;
        float: right;
        clear: right;
        margin-right: 10px; /*font-size: 1.2em;	*/ /*margin-right:5px;	 	margin-top:-2px;	*/
    }

.center-wrapper * {
    margin: 0 auto;
}

.FailureNotice {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #DF0000;
}

.InformationNotice {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

.SuccessNotice {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: green;
}

.userControlCss {
    margin-top: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.HyperLink {
    background: none !important;
    border: none;
    padding: 0 !important; /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.labelInnerText {
    font-size: 14px;
}

    .labelInnerText label {
        font-weight: bold;
    }

.NonCBADetailGrid {
    width: 100%;
}


    .NonCBADetailGrid .NonCBADetailRow:nth-child(odd) {
        /*display: table-cell;*/
        background-color: #f0f0f0;
    }

.styleTable {
    width: 100%;
    font-size: 14px;
}

    .styleTable span {
        float: right;
    }

    .styleTable tr:nth-child(odd) {
        background-color: #f0f0f0;
    }

    /*table with 4 columns*/
    .styleTable td {
        padding: 8px;
        width: 50%;
    }

    .styleTable h6 {
        display: inline-block;
        float: left;
        width: 42%;
    }

    .styleTable .customLabelControl {
        float: right;
    }

.bold
{
    font-weight: bold;
}

.textAlignCenter
{
    text-align: center;
}

.extraPaddingTopBottom4
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.extraPaddingAll05p
{
    padding: 0.5%;
}

.centerItem
{
    margin: 0 auto 0 auto;
}

.textAlignLeft
{
    text-align: left !important;
}

.maintenanceHeading
{
    background: none !important;
    background-color: #FFD0D0 !important;
}

[id$=maintenanceMessage] p:first-child
{
    margin-top: 0;
}

[id$=maintenanceMessage] p:last-child
{
    margin-bottom: 0;
}

.generalHeading {
    background: none !important;
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

[id$=generalMessage] p:first-child {
    margin-top: 0;
    color: black !important;
}

[id$=generalMessage] p:last-child {
    margin-bottom: 0;
    color: black !important;
}

.width500
{
    width: 500px !important;
}

.maintenanceMessageBackground
{
    background-color: #FFF0F0 !important;
}

.generalMessageBackground {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

.marginTop10
{
    margin-top: 10px !important;
}

.floatLeft {
    float: left !important;
}