﻿/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.tableborder {
    BORDER-RIGHT: gray thin solid;
    BORDER-TOP: gray thin solid;
    BORDER-LEFT: gray thin solid;
    BORDER-BOTTOM: gray thin solid;
}

.subMenu {
    BORDER-RIGHT: gray thin solid;
    BORDER-LEFT: gray thin solid;
    BORDER-BOTTOM: gray thin solid;
}

.Menu {
    BORDER-BOTTOM: gray thin solid;
}

a:link {
    color: #0000ff;
    text-decoration: none;
}

a:active {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: underline;
}

body, td, textarea {
    font-family: Arial, Helvetica;
    font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
}

tr.cTRHover {
    background-color: #cccccc !important;
}

.footercell {
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
    height: 91px;
}

.NavLink:hover {
    border: 1;
    border-style: solid;
}

#dPrintContainer {
    position: absolute;
    left: 700px;
    top: 35px;
    height: 48px;
    width: 48px;
}

#dContainer {
    position: relative;
    left: 50%;
    margin-left: -387px;
    width: 775px;
}

.dHeader {
    width: 775px;
    height: 131px;
    background: url('../images/meindex_03.gif') repeat-x;
}

#imgHeaderLogo {
    position: absolute;
    clip: rect(0px 260px 131px 0px);
}

#dPageContentContainer {
    width: 775px;
    padding: 10px;
    z-index: 1;
}

#dPageContent {
    width: 755px;
}

#dFooter {
    background: url('images/footer.gif') repeat-x;
    min-height: 91px;
    padding: 20px 10px 0 10px;
    text-align: center;
}

.error {
    color: red;
}

#error, .status, .explanation_note {
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dd3c10;
    border-right-color: #dd3c10;
    border-bottom-color: #dd3c10;
    border-left-color: #dd3c10;
    background-color: #ffebe8;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}

.status {
    border-top-color: #e2c822;
    border-right-color: #e2c822;
    border-bottom-color: #e2c822;
    border-left-color: #e2c822;
    background-color: #fff9d7;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}

.status_error {
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: Black;
    border-right-color: Black;
    border-bottom-color: Black;
    border-left-color: Black;
    background-color: Red;
    color: White;
    font-weight: bolder;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}

.SectionHeading {
    font-size: 12pt;
    font-weight: bolder;
    margin: 15px 0px 15px 0px;
}

.SectionSubHeading {
    font-size: 11pt;
    font-weight: normal;
    margin: 15px 0px 5px 0px;
}

.SectionSpacer {
    height: 20px;
    width: 1px;
}

td.label {
    width: 120px;
}

td.data {
    width: 280px;
}

td.dataBy2 {
    width: 50%;
}

td.dataBy4 {
    width: 25%;
}

td.dataByAll {
    width: 100%;
}

.totals {
    border: solid 1px gray;
    font-size: 16px;
    height: 20px;
    line-height: 18px;
    padding: 3px 5px 0px;
    position: relative;
    text-align: right;
    top: 0px;
    vertical-align: middle;
    width: 113px !important;
}


table.money td input, table.money td span {
    text-align: right;
}


/* Report parameters */
.parameters {
    position: relative;
    width: 800px;
    height: 300px;
}

.parameter {
    background-color: transparent;
    clear: both;
    height: 30px;
    margin: 0px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    position: relative;
    width: 760px;
}

.parameters .list {
    height: 80px;
}

.parameter .label {
    position: absolute;
    left: 70px;
    width: 100px;
}

.parameter .data {
    position: absolute;
    left: 140px;
    width: 400px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
    width: 500px !important;
    padding: 0px;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    margin: 0px !important;
}

.new-icon {
    vertical-align: middle;
}

a.new-icon-text {
    color: black;
    font-size: 13px;
    font-weight: bolder;
    text-decoration: none;
    margin-right: 5px;
    position: relative;
    top: -20px;
}







/* New styles for consulting page */
.width-25 {
    float: left;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 0 2%;
    width: 20%;
}

.width-50 {
    float: left;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 0 2%;
    width: 45%;
}

.width-33 {
    float: left;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 0 2%;
    width: 29%;
}

.width-66 {
    float: left;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 0 2%;
    width: 61%;
}

.width-75 {
    float: left;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 0 2%;
    width: 70%;
}

.width-100 {
    clear: both;
    float: none;
    margin-bottom: 20px;
    padding: 0 2%;
    width: 97%;
}

.clear {
    clear: both;
}

.no-bold label {
    font-weight: normal !important;
}

.inline {
    display: inline-block !important;
}

h1 {
    background-color: black;
    color: #f0f0f0;
    font-size: 2em;
    padding: 5px 0;
    text-align: center;
}

h2 {
    background-color: #000080;
    color: #f0f0f0;
    font-size: 1.5em;
    margin-top: 20px;
    padding: 5px 0;
    text-align: center;
}

hr.newsection {
    clear: both;
}

label {
    display: table-cell;
    font-size: 1.2em;
    font-weight: bolder;
    padding-bottom: 5px;
}

.horiz-list label {
    display: inline-block;
    padding-right: 20px;
    font-weight: normal;
}

.horiz-list.elig-list label {
    display: block;
}

.horiz-list.loose input, .horiz-list.loose label {
    margin-bottom: 20px;
}

label.groupheading {
    background-color: #f0f0f0;
    display: block;
    font-size: 1.2em;
    font-weight: bolder;
    margin: 20px 0;
    padding: 5px 0;
    text-align: center;
}

.divider {
    background-color: gray;
    height: 1px;
    margin-top: 20px;
    width: 100%;
}

.FacStatusCurrent {
    color: red;
    font-weight: bolder;
}

.FacStatusPotential {
    color: green;
    font-weight: bolder;
}

.FacStatusGeneral {
    color: blue;
    font-weight: bolder;
}

.Menu {
    border-bottom: thin solid gray;
    width: 100%;
}

    .Menu tr td {
        text-align: center;
    }

.subMenu {
    background-color: white;
}

.label-side input {
    margin-bottom: 20px;
}

.label-side label {
    font-weight: normal;
    padding-left: 5px;
}

.status.fullpage, .status_error.fullpage {
    position: fixed;
    top: 10px;
    width: 860px !important;
}

.AlertCloseButton {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.money-sign {
    display: inline-block;
    padding-right: 5px;
}

td.calc-button {
    padding-right: 82px;
    text-align: right;
}

.button, input[type="button"], input[type="submit"] {
    background-color: lightgray;
    border: 1px solid black;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}

    .button:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #c3c3c3;
    }

.new-client-link {
    position: absolute;
    position: absolute;
    right: 5px;
    top: -12px;
}

.search-panel {
    position: relative;
}

.groupheading.email.black.normal {
    color: black;
    font-size: 1em;
    margin-bottom: 0px;
}
