#contentWrapInner {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin-left: 30px;
}

#contentWrapInner td,th,input,select,textarea {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:12px;
    vertical-align: top;
    text-align: left;
}

#contentWrapInner a {
    color: #3399FF;
    text-decoration: none;
}
#contentWrapInner a:visited {
    color: #3399FF;
}
#contentWrapInner a:active {
    color: #3399FF;
}
#contentWrapInner a:hover {
    text-decoration: underline;
}

#navBarWrap {
    border-bottom: 2px solid #6F000D;
}

.titleWrapFloatGen {
    background-color: #6F000D;
}


.navlistHeading {
    background-color: #93404A;
}

.navlistHeading a:hover {
    background-color: #93404A;
}

#navlist {
    background-color: #DFDFDF;
    border-bottom: 1px #666 solid;
    padding-bottom: 3px;
}

#navlist a:hover {
    background-color: #B88087;
}

.bigheading {			/* added by Ben */
    font-weight:bold;
    color:#000000;
    font-size:14px;
}
.heading {
    font-weight:bold;
    color:#666666;
    font-size:10px;
    width: 150px;
}

.lightColour {
    background-color: #DBBFC2;
}

.midColour {
    background-color: #B88087;
}

.watermark {
    color: #666666;
    font-style: italic;
}

#ui-dialog-title-stratUnitDialogue  {
    font-size: 62.5%;
}

.hierarchy  {

}

.hierarchyHeader    {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    color: #6F000D;
}

.hierarchyLevel {
    margin-top: 5px;
    font-size: 0.7em;
}

.hierarchyListItem {
    font-size: 0.6em;
    font-style: italic;
    text-decoration:underline;
    color: #004400;
    cursor: pointer;
}

.smallPrint {
    font-size: xx-small;
}

.smallRedPrint {
    color: #A70B0B;
    font-size: xx-small;
}
.disabled {
    background-color: #E8E8E8;
    border: 1px inset #999;
}

.highlight{
    font-weight: bold;
    margin-bottom: 10px;
}

.scroll {
    height:25em;
    overflow:scroll;
}

