﻿.staticTemplate {
    background-color: Aqua;
    width: 60px;
}

.menuItem {
    padding: 1px 5px 1px 5px;
}

.menuPanel {
    border: solid 1px #000000;
    padding-bottom: 1px;
    padding-top: 1px;
}

.menuTop {
    padding-left: 5px;
    padding-right: 2px;
}

.menuBarContainer {
    background-color: #ececd9;
    border-bottom: solid 1px #000000;
}

/* Custom style for Ajax Tabs */
.ajaxTab .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(/images/tabs/tab-line.gif) repeat-x bottom;
}

.ajaxTab .ajax__tab_outer {
    background: url(/images/tabs/tab-right.gif) no-repeat right;
    height: 21px;
}

.ajaxTab .ajax__tab_inner {
    padding-left: 3px;
    background: url(/images/tabs/tab-left.gif) no-repeat;
}

.ajaxTab .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(/images/tabs/tab.gif) repeat-x;
}

.ajaxTab .ajax__tab_hover .ajax__tab_outer {
    background: url(/images/tabs/tab-hover-right.gif) no-repeat right;
}

.ajaxTab .ajax__tab_hover .ajax__tab_inner {
    background: url(/images/tabs/tab-hover-left.gif) no-repeat;
}

.ajaxTab .ajax__tab_hover .ajax__tab_tab {
    background: url(/images/tabs/tab-hover.gif) repeat-x;
}

.ajaxTab .ajax__tab_active .ajax__tab_outer {
    background: url(/images/tabs/tab-active-right.gif) no-repeat right;
}

.ajaxTab .ajax__tab_active .ajax__tab_inner {
    background: url(/images/tabs/tab-active-left.gif) no-repeat;
}

.ajaxTab .ajax__tab_active .ajax__tab_tab {
    background: url(/images/tabs/tab-active.gif) repeat-x;
}

.ajaxTab .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ececd9;
}

table.pgContainer {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 90%;
    clear: both;
}

body {
    margin: 0px;
    background-color: #ffffff;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
}

.normaltext {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
}

.header1003 {
    font-weight: bold;
    font-size: 14px;
}

.blueHeader {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/images/sblue_sliver.gif);
    background-repeat: repeat-x;
    background-color: rgb(0,0,128);
    text-align: center;
}

.appPanel {
    background-color: #ececd9;
    border: solid 1px black;
    padding: 10px 10px 10px 10px;
}

div.GroupBoxHeader {
    background: #000080 url(/images/sblue_sliver.gif) repeat-x top;
    height: 22px;
}

    div.GroupBoxHeader p {
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial;
        padding-top: 4px;
        padding-bottom: 4px;
    }

div.GroupBoxBody {
    margin: 10px 0px 10px 0px;
}

table {
    font-style: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333;
}

.BorrowerBorder {
    border-left: solid 1 #000000;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.cancelText {
    font-size: 1.25em;
    font-weight: bold;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

td.normaltext {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
}

input.normaltext {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
}

.allBorders {
    border: solid 1px Gray;
}

.dialogBox {
    background-color: #CCCCCC;
    border: solid 1px #333;
    vertical-align: middle;
    font-family: Arial;
    font-size: 10pt;
    margin: 25px auto 25px auto;
}

table.editMatrixTable {
    margin-left: 30px;
    margin-right: 30px;
    font-family: Arial;
    font-size: 10pt;
    width: 300px;
}

.submitButton {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #eeeeee;
    border: 1px solid #666666;
    padding: 1px 5px;
}

.bold {
    font-weight: bold;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.dialogHeader {
    background-color: White;
    padding: 0px 20px 5px 5px;
    border-bottom: solid 1px #000;
}

.allSides10pxMargin {
    margin: 10px;
}

.paddingLeft5px {
    padding-left: 5px;
}

ul {
    margin-top: 5px;
}

.errorText {
    font-size: 1em;
    color: Red;
}

h1 {
    font-family: inherit;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

.leftPadding5px {
    padding-left: 5px;
}

.cleanBorder {
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-bottom: 0px;
    border-right: 0px;
    margin: 0.2em;
    font-size: 0.8em;
}

.tableHeaderText {
    font-size: 12pt;
    font-weight: bold;
}

a.tableHeaderLink:link, a.tableHeaderLink:visited, a.tableHeaderLink:active, a.tableHeaderLink:hover {
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-decoration: underline;
}

.pipelinetable {
    border: ridge 2px;
    padding: 2px 2px 2px 5px;
}

.pipelineHeaderText {
    text-align: center;
    font-size: 24px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalBox {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    padding: 10px;
}

    .modalBox caption {
        background-image: url(images/window_titlebg.gif);
        background-repeat: repeat-x;
    }

.caption, table caption {
    background-color: #282f9a;
    background-image: url(/images/sblue_sliver.gif);
    background-repeat: repeat-x;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    border-bottom: solid 1px #737373;
    white-space: nowrap;
    text-align: center;
}

.modalPopup {
    background-color: White;
    border: solid 1px #000000;
    padding: 3px;
    padding: 10px 10px 10px 10px;
}

td.headerLeftColumn {
    border-right: dotted 1px gray;
}

td.headerMiddleColumn {
    border-right: solid 1px gray;
    text-align: center;
    font-weight: bold;
    padding: 0px 10px;
}

td.headerRightColumn {
    text-align: center;
    font-weight: bold;
    padding: 0px 10px;
}

td.leftColumn {
    border-top: dotted 1px gray;
    border-right: dotted 1px gray;
    text-align: right;
    padding: 0px 5px;
}

td.middleColumn {
    border-top: dotted 1px gray;
    border-right: solid 1px gray;
    text-align: center;
    padding: 0px 5px;
}

td.rightColumn {
    border-top: dotted 1px gray;
    text-align: center;
    padding: 0px 5px;
}

.pageTitleText {
    font-size: 14pt;
    color: #333333;
}

.dialogHeaderText {
    font-size: 13pt;
    font-weight: bold;
}

.popupHoverWindow {
    padding: 10px 10px 10px 10px;
    width: 200px;
    background-color: White;
    border: solid 1px #000000;
}

@media print {
    .noPrint {
        display: none;
    }
}
/* New Style */
/* Added By Genpact */
.hlink {
    cursor: pointer;
    color: Blue;
}
/* ajax modal dialog styles */

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalBox {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    padding: 0px;
}

    .modalBox caption {
        background-repeat: repeat-x;
    }

.caption, table caption {
    background-color: #282f9a;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    border-bottom: solid 1px #737373;
    white-space: nowrap;
    text-align: center;
}

/*-----------------new styles for ModalPopup---------*/

.inputTitleText {
    text-indent: 12px;
    font-weight: bold;
    color: #56667C;
    font-size: 11px;
    font-family: Arial,verdana, Helvetica, sans-serif;
}

.inputTextBox {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border: 1px solid #999999;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.dropDownList {
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border: 1px solid #999999;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 3px;
    padding-right: 3px;
    width: 218px;
}

/*-----------------class for blank table space-------------*/
.tableTitleText_space {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

normalLink {
    text-decoration: underline;
}

a.normalLink1:link {
    color: white;
    text-decoration: underline;
}

.pipelineText {
    color: #660000;
    font-size: 18px;
}

.pipelineSubText {
    color: #000000;
    font-size: 12px;
}

.pipelineTitle {
    font-size: 18px;
}


.GridViewHeader,
.GridViewHeader a:link,
.GridViewHeader a:visited {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/images/sblue_sliver.gif);
    background-repeat: repeat-x;
    background-color: rgb(0,0,128);
    text-align: center;
}

.paddingLeft {
    padding-left: 10px;
}

.ValidatorFont {
    font-size: 11px;
    font-weight: bold;
}

.mersLogo {
    width: 200px;
    height: auto;
}
