﻿p {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height:1.25em;
}
.divImageRight {
    float: right;
    width: 200px;
    padding-right: 10px;
    text-align: center;
}
.divTextLeft {
}
.tdImageImbedRight {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 20px; 
    padding-right: 10px;
    vertical-align:top;
}
.tdImageImbedLeft {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 10px; 
    padding-right: 20px;
    vertical-align:top;
}
.tdTextImbed {
    vertical-align:top;
}
h3 {
    margin-top: 1.5em;
    margin-bottom: .5em;
}
h4 {
    margin-top: 1.2em;
    margin-bottom: .5em;
    font-weight: bold;
    color: black;
}
.jTreeview ul {
    padding-left: 0px;
    list-style-type: none;
}

.jTreeview .contracted > ul > li {
    display: none;
}
.jTreeview .contracted {
    background: url("ClosedFolder.2.png") no-repeat;
    padding-left: 18px;
}

.jTreeview .expanded > ul > li {
    display: block;
}
.jTreeview .expanded {
    background: url("OpenFolder.1.png") no-repeat;
    padding-left: 18px;
}

.jTreeview li .textSpan {
    /*display: inline-block;*/
    white-space: nowrap;
}
/*.jvrTreeview li span.expanded {
    background: url("OpenFolder.png") no-repeat;
    padding-left: 18px;
}

.jvrTreeview li span.contracted {
    background: url("ClosedFolder.2.png") no-repeat;
    padding-left: 18px;
}*/
.jTreeview li .textSpan {
    /*display: inline-block;*/
    white-space: nowrap;
}
.jTreeview li  {
    /*display: inline-block;*/
    white-space: nowrap;
}
.jTreeview li .imageSpan {
    display: inline-block;
    width: 18px;
    /*background-color:red;*/
    margin-left: -18px;
    cursor: pointer;
}


.jTreeview a {
    color: black;
    text-decoration: none;
}

.jTreeview > ul {
    margin: 0px;
    padding-left: 6px;
    line-height: 20px;
}

.jTreeview .selected a {
    font-weight: bold !important;
    color: blue !important;
    /*background-color: #eef;*/
}
.divHelpIndex {
    position: fixed;
    /*height: 100%;
    padding-top: 120px;*/
    top: 81px;
    bottom: 0px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    width: 20%;
    box-sizing: border-box;
    left: 2px;
}


body {
    margin: 0px;
    font-family:Arial;
}

html {
    overflow-x: hidden;
}

.divTop {
    position: relative;
    height: 70px;
    /*background-color: oldlace;*/
}

.divMenu {
    position: relative;
    /*top: 0px;*/
    background-color: #EEE;
    height:4px;
    border-bottom:solid 1px #ddd;
}

#NavDiv {
    width: 240px;
    float: left;
    height: 65px;
    display: table-cell;
    margin-top: 5px;
    margin-left:6px;
}

.VerbDiv {
    height: 10px;
    padding-top: 3px;
    color: #cccccc;
}

.AreaDiv {
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #dddddd;
    padding-top: 3px;
    white-space:nowrap;
}

#LogoDiv {
    text-align: center;
    margin-right: 250px;
    margin-left: 250px;
}


.spanLink {
    /* Refers to an html link in the application*/
    font-weight:bold;
    color:maroon;
}

.spanUiId {
    font-weight: bold;
    color: #0000CC;
}

.spanUiValue {
    font-weight: bold;
    color: #006666;
}

p, ul {
    text-align:justify;
}

.divIndexScrollBox {
    border-right:solid 1px #ddd;
    border-top:solid 1px #ddd;
    overflow-y: auto;
    height: 100%;
    padding-top: 6px;
    box-sizing:border-box;
}

.divCentered {
    text-align:center;
}

.imgFramedSoft {
    border: solid 1px #ddd;
    box-shadow: 5px 5px 8px #999;
    margin-bottom: 16px;
}

.spanImageTitle {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
    display: block;
    font-weight: bold;
}

#ContributorTypeTable td, th{
     font-size:15px;
}

#AppointeeTypeTable td, th{
     font-size:15px;
}

#ContributorTypeTable tr th:nth-child(1){
     min-width:100px;
}
#ContributorTypeTable tr td:nth-child(1){
     vertical-align:top;
}
#ContributorTypeTable tr th:nth-child(5){
     min-width:300px;
}
.tdBlankedOut {
    background-color: #eee;
}
#AppointeeTypeTable {
    width: 100%;
    border: 1px solid #000000;
}

#RestrictedAppointees {
    /*width: 100%;*/
    border: 1px solid #000000;
}
#RestrictedAppointees td, th{
     font-size:15px;
}
#RestrictedAppointees tr td:nth-child(2){
     min-width:200px;
}
.divHelpContent {
    padding: 0 10px;
    position: absolute;
    top: 71px;
    left: 20%;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    margin-top:10px;
}
.noMore {
    height: 50%;
}
.divHelpContent>p:last-child {
    padding-bottom: 200px;
}
