﻿.carot {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    margin-left: -20px;
}

    .carot::before {
        content: "\25B7";
        color: #428bca;
        display: inline-block;
        margin-right: 6px;
    }

.carot-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.shown {
    display: inline;
    padding-right: 5px;
    font-weight: 900;
}

.clickedFootnote {
    border: 2px solid #808080;
    padding-left: 4px;
    margin-left: -4px;
}

::-webkit-scrollbar {
    width: 5px; /*vertical scrollbar width*/
    height: 5px; /*horizontal scrollbar width*/
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media (max-width: 950px) {
    /*Formatting for phones and tablets*/
    /* Positioning of refBox doesnt work (y direction) for multi-column formats below this screen width so are hidden*/
    /*was 1000 - trying less form set stop box*/
    .FBOWhide {
        display: none;
    }
}

@media (max-width: 500px) {
    /*Formatting for phones*/
    body {
        margin-left: -45px;
        margin-right: -35px;
    }

    .navbar {
        width: 92%;
    }
}

#RecentList {
    max-height: 300px;
    overflow-y: scroll;
}

.FBOWlink {
    touch-action: none;
}

.imageWithLinks {
    border-style: solid;
    border-width: 2px;
    border-color: #c4dbed;
    position: relative;
    padding: 2px;
}

    .imageWithLinks:hover {
        border-color: #23527c;
    }

    .imageWithLinks a {
        position: absolute;
    }

body {
    overflow: hidden;
    padding-top: 60px;
}

p {
    margin-top: 10px;
    width: 100%;
}

mark {
    background-color: yellow;
}

.navbarInput {
    background-color: cornsilk !important;
    margin-top: 8px !important;
}

.navbarBtn {
    margin-top: 8px !important;
    margin-left: 5px !important;
}

.FBOWnav {
    -webkit-box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.75);
    background: linear-gradient(to bottom, #fff4e6, bisque);
}

.FBOWeditBtns {
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.75);
    background-color: bisque;
    width: 5px; /*This is required since the .FBOWfloatLeft class implemented. Can't work out why!*/
}

.FBOWendpicwrap {
    clear: both;
}

.FBOWmenuOption {
    color: black;
}

    .FBOWinpagelink {
    }

    .FBOWinpagelink:hover {
        text-decoration-style: dotted !important;
    }

.FBOWinlinePic {
    height: 22px;
    display: inline !important;
}

.FBOWstyle {
    background-image: linear-gradient(to right, white, cornsilk) !important;
}

.FBOWportrait {
    box-shadow: 10px 10px 5px grey;
    margin: 0px 11px 11px 0px;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 2px;
    max-height: 120px;
    max-width: 120px;
}

.FBOWframe {
    box-shadow: 10px 10px 5px grey;
    margin: 0px 11px 11px 0px;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 2px;
    margin-bottom: 11px !important;
}

.FBOWcaption {
    font-weight: bold;
    text-align: center;
}

.FBOWbq {
    font-size: inherit;
    border-left: 0px !important;
}

.FBOWfade {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    position: absolute;
    left: 0;
}

.FBOWinfo {
    text-decoration: underline dashed #337ab7;
}

    .FBOWinfo:hover, .FBOWinfo:focus {
        color: #23527c;
    }

blockquote {
    border-left-color: none !important;
}

.modal {
    overflow-y: auto;
}

@media (min-width: 995px) {
    .FBOWbookBackground {
        background-image: url(/Content/BookPic.png);
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
    }

    .FBOW-LHPage {
        background-image: url(/Content/LHpage.png);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 25px 100%;
        padding-right: 25px;
    }

    .FBOW-RHPage {
        background-image: url(/Content/RHpage.png);
        background-repeat: no-repeat;
        background-position: left 0;
        background-size: 25px 100vh;
        padding-left: 25px;
    }

    .FBOW-LeftPageCentre {
        background-image: url(/Content/CentrePage.png);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 50px 100vh;
        padding-right: 50px;
    }

    .FBOW-RightPageCentre {
        background-image: url(/Content/CentrePage.png);
        background-repeat: no-repeat;
        background-position: left 0;
        background-size: 50px 100vh;
        padding-left: 80px;
    }
}

#infoDiv,
#staticDiv,
.FBOWdiv {
    position: relative;
    overflow-x: hidden;
}

/*.FBOWp div {
    margin-top: 10px;
}*/

.FBOWp {
    margin-top: 10px !important;
}

#Thumb {
    border-style: solid;
    border-color: red;
    border-radius: 4px;
    border-width: 1px;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
    max-height: 100px;
    max-width: 100px;
    background-color: moccasin;
    z-index: 999;
}

tr:nth-child(even) {
    background: #EEE;
}

td {
    vertical-align: top;
    word-break: normal;
    padding-right: 5px;
}

.tableContainer {
    clear: both;
    border: 1px solid #963;
    overflow-y: auto;
    width: 100%
}

.selectedRow {
    background: #e4c49b !important;
}

.refbox, .namebox {
    box-shadow: 10px 10px 5px grey;
    background-color: white;
    color: black;
    border-left: 10px solid steelblue;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    max-width: 350px;
    text-align: left;
    overflow: visible;
    visibility: hidden;
    word-wrap: break-word;
    z-index: 1040;
}

.leaflet-popup-content-wrapper {
    box-shadow: 10px 10px 5px grey;
    background-color: white;
    color: black;
    border-left: 10px solid steelblue;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    /*position: absolute;*/
    max-width: 350px;
    text-align: left;
    overflow: visible;
    word-wrap: break-word;
    font-size:11px;
    z-index: 1040;
}

    .leaflet-popup-content-wrapper tr {
        background-color:white !important;
    }

    .leaflet-popup-content-wrapper img {
        float: left;
        display: block;
        max-height: 80px;
    }

.refele {
        max-width: 155px;
    }

.refbox img {
    float: left;
    display: block;
    /*margin-right: 5px;*/
    max-height: 80px;
}

.namebox img {
    float: left;
    display: block;
    /*margin-right: 5px;*/
    max-height: 80px;
}

.refbox tr {
    background-color: white !important;
}

.refbox table {
    background-color: white !important;
}

.namebox tr {
    background-color: white !important;
}

.bottommarginset {
    margin-bottom: 8px;
}

.topmarginset {
    margin-top: 8px;
}

.rightmarginset {
    margin-right: 8px;
}

.leftmarginset {
    margin-left: 8px;
}

.FBOWform {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 4px;
    box-shadow: 2px 2px 1px grey;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.FBOWlist {
    display: block;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.FBOWbtn {
    display: inline-block;
    padding: 3px 6px; /*was 6 and 12*/
    margin-bottom: 0;
    font-size: 12px; /*was 14*/
    font-weight: normal;
    line-height: 1.428571429;
    outline-color: #cccccc;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #d9d9d9;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 4px 4px 2px grey;
}

    .FBOWbtn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .FBOWbtn:hover,
    .FBOWbtn:focus {
        color: #333333;
        text-decoration: none;
        border-color: #808080;
    }

    .FBOWbtn:active,
    .FBOWbtn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .FBOWbtn.disabled,
    .FBOWbtn[disabled],
    fieldset[disabled] .FBOWbtn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.headerRow {
    background: #808080 !important;
    font-weight: normal;
    padding: 4px 3px;
    text-align: left;
    color: #FFF;
}

.selectedHeader {
    font-weight: bold;
    color: black;
    background: #808080 !important;
    padding: 4px 3px;
    text-align: left;
}

.selectedRow {
    background: #cccccc !important;
}

.FBOWhidden {
    visibility: hidden;
    display: none
}

@page {
    size: auto;
    margin: 40px;
}

@media screen {
    .PrintOnly {
        visibility: hidden;
        display: none
    }
}

@media print {

    .PrintMargin {
        margin: 0px 0px 0px 0px !important;
    }

    li, p, tr, td, th {
        page-break-inside: avoid;
    }

    .pagebreak {
        page-break-before: always;
    }

    .NoPrint, .FBOWbtn {
        visibility: hidden;
        display: none;
    }

    .PrintOnly {
        visibility: visible; /*was !important;*/
        display: block; /*was !important;*/
    }

    #infoDiv, #staticDiv, .PrintItem {
        width: auto;
        height: auto;
        overflow: visible !important;
    }

    a[href]:after {
        content: none !important;
    }

    .tableContainer, .PrintAll {
        border: none !important;
        height: 100% !important; /*was auto*/
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .myTable {
        max-width: 100% !important
    }

    #footer {
        display: block;
        position: fixed;
        bottom: 0;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 10px solid #dcdcdc;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1000px) {

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        width: 65px !important; /*Tune this for widest sub menu text*/
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -50%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.tooltip {
    position: absolute;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    opacity: 1;
    z-index: 1037;
}

    .tooltip .tooltiptext, .tooltiptextleft {
        visibility: hidden;
        width: 120px;
        background-color: darkgrey;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
    }

    .tooltip .tooltiptext {
        left: 105%;
    }

    .tooltip .tooltiptextleft {
        right: 105%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip:hover .tooltiptextleft {
        visibility: visible;
    }

.modal-content {
    margin: auto !important;
}

.modal-dialog {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

@media screen and (min-width: 1200px) {
    .modal-dialog {
        width: 80% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog {
        width: 85% !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 991) {
    .modal-dialog {
        width: 90% !important;
    }
}

@media screen and (max-width: 399px) {
    .modal-dialog {
        width: 100% !important;
    }
}

@media screen and (max-width:991px) {
    .FBOWhideSmall {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .FBOWhideSmall {
        display: block;
    }
}
/*phones navbar doesn't occupy full width below this size*/
@media (max-width: 625px) {
    .navbar {
        width: 100%;
    }
}

.FBOWtable {
    background-color: white;
}

table.FBOWtable td, th {
    word-break: break-word;
    padding: 5px;
    vertical-align: top;
    height: 30px;
}

.FBOWtblStyle1, .FBOWtblStyle2, .FBOWtblStyle4 {
    background-color: transparent !important;
}

.FBOWtblStyle3, .FBOWtblStyle5, FBOWsortable {
    background-color: white !important;
}

.FBOWtblStyle1, .FBOWtblStyle2, .FBOWtblStyle3, .FBOWtblStyle4 td, th {
    padding: 5px;
    vertical-align: top;
}

.FBOWtblStyle1 {
    border: none;
}

    .FBOWtblStyle1 td, th {
        border: none;
    }

.FBOWtblStyle2 {
    border: 2px solid #000000;
}

table.FBOWtblStyle3 td, th {
    border: 1px solid #000000;
}

.FBOWtblStyle4 tr:not(:first-child) {
    background-color: transparent !important;
}

/*FBOWtblStyle5 recommended form sortable tables*/
.FBOWtblStyle5 table {
    border-collapse: collapse;
}

.FBOWtblStyle5 tr:not(:first-child) {
    background-color: transparent !important;
}

.FBOWtblStyle5 tr {
    border-bottom-style: solid;
    border-width: 1px 0;
    border-color: #ddd;
}

.fixedHeader {
    background: #4d4d4d;
    color: #FFF;
    border-right: 1px solid black;
    font-weight: bold;
    padding: 4px 3px;
    text-align: left;
    cursor: pointer;
}

.FBOWunsorted:after {
    display: inline-block;
    content: "\25B3";
    color: #428bca;
    margin-left: 6px;
    cursor: pointer;
    visibility: hidden;
}

.FBOWsortedDesc:after {
    display: inline-block;
    content: "\25BC";
    color: #428bca;
    margin-left: 6px;
}

.FBOWsorted:after {
    display: inline-block;
    content: "\25B2";
    color: #428bca;
    margin-left: 6px;
}

.FBOWsorted:after, .FBOWunsorted:hover:after, .FBOWsortedDesc:after {
    visibility: visible;
}

.FBOWfloatLeft {
    float: left;
    display: table;
    margin-right: 20px;
}

    .FBOWfloatLeft img, table {
        width: 100%;
    }

.FBOWfloatCentre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .FBOWfloatCentre img {
        display: block;
        margin: 0 auto;
    }

    .FBOWfloatCentre table {
        width: 100%;
    }

.FBOWfloatRight {
    float: right;
    display: table;
    margin-left: 10px;
}

    .FBOWfloatRight img, table {
        width: 100%;
    }

[class="modal-body"] {
    background-color: cornsilk;
}

[class="modal-footer"] {
    background-color: cornsilk;
}

[class="modal-header"] {
    background-color: bisque;
}

.FBOWnoStripe {
    background-color: transparent !important;
}

    .FBOWnoStripe tr {
        background-color: transparent !important;
    }

.FBOWclickImg {
    cursor: pointer;
}

    .FBOWclickImg:hover {
        box-shadow: 5px 5px 2px grey;
        border: 2px solid grey;
        border-radius: 5px;
    }

.FBOWftb {
    overflow-y: scroll;
    background-color: white;
    resize: vertical;
    width: 100%;
    /* display: inline-block;*/ /* This ensures new lines are created with \n rather than <div> */
    /*white-space: pre-wrap;*/
}

    .FBOWftb div {
        margin-top: 10px;
    }

.FBOWpasteable {
    overflow-y: scroll;
    background-color: white;
    resize: vertical;
    width: 100%;
    /*white-space: pre-wrap;*/
}

.FTBbutton {
    float: right;
    height: 25px;
    margin-left: 2px;
    margin-bottom: 4px;
}

.FTBbullet {
    overflow: visible;
    padding-left: 40px;
    position: relative;
}

    .FTBbullet::before {
        content: "\a0\a0\a0\a0\a0\a0\a0\2022";
        left: 0;
        position: absolute;
    }

.FTBindent1 {
    margin-left: 37px;
}

.FTBindent2 {
    margin-left: 70px;
}

.FTBindent3 {
    margin-left: 110px;
}

.FTBindent4 {
    margin-left: 150px;
}

.FTBindent5 {
    margin-left: 190px;
}

.FTBindent6 {
    margin-left: 230px;
}

.FTBindent7 {
    margin-left: 270px;
}

.FTBindent8 {
    margin-left: 310px;
}

.FTBindent9 {
    margin-left: 350px;
}

.FTBliSpace {
    margin-top: 10px;
}

.FTBparaSpace {
    margin-top: -10px;
}

.FTBparaDivSpace {
    margin-top: 0px !important;
}

.FTBtdPspace {
    margin-top: 0px;
    /*margin-bottom:5px;*/
}

.FTBrightAlign {
    text-align: right;
}

.FTBcentreAlign {
    text-align: center;
}

.FTBparaAlpha {
    list-style-type: lower-alpha;
}

.FTBparaRoman {
    list-style-type: lower-roman;
}
/* CSS for timelines - the actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0 auto;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #474e5d;
        top: 0;
        bottom: 0;
        left: 21px;
        margin-left: -3px;
    }
/* Container around content */

.TLcontainer {
    padding: 5px 5px;
    position: relative;
    background-color: inherit;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 0px !important;
    left: 11px;
}
    /* The dates on the timeline */

    .TLcontainer::after {
        content: var(--year);
        position: absolute;
        width: 50px;
        height: 26px;
        background-color: white;
        border: 4px solid #FF9F55;
        top: 10px;
        border-radius: 13px;
        z-index: 1;
        text-align: center;
    }

    /* Add arrow to the container (pointing left) */

    .TLcontainer::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 13px;
        width: 0;
        z-index: 1;
        left: 35px;
        border: medium solid #FF9F55;
        border-width: 10px 10px 10px 0;
        border-color: transparent #FF9F55 transparent transparent;
    }

    /* Fix the date for containers */

    .TLcontainer::after {
        left: -16px;
    }

/* The actual content */

.TLcontent {
    padding: 5px 5px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 2px solid #FF9F55;
    margin-left: 5px;
    margin-top: 0px !important;
}

    .TLcontent p:first-child {
        margin-top: 0px;
    }

    .TLcontent p:last-child {
        margin-bottom: 0px;
    }

.FBOWframe .timeline {
    margin: 10px 10px 10px 10px;
}

/*CSS for flexible time/event lines. placeContainer is the first column, eventContainer is the second column and placeLine the line beneath the first column*/
.placeContainer {
    z-index: 3;
    text-align: left;
    background-color: white;
    border: 4px solid #FF9F55;
    border-radius: 13px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px !important;
}

.placeline {
    position: relative;
    margin: auto;
    text-align: center;
}

    .placeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #474e5d;
        top: 0;
        bottom: 0;
    }

.eventContainer {
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 2px solid #FF9F55;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px !important;
}

    .eventContainer::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 0px;
        width: 0;
        z-index: 1;
        left: -10px;
        border: medium solid #FF9F55;
        border-width: 10px 10px 10px 0;
        border-color: transparent #FF9F55 transparent transparent;
    }
     


/*Following form Page options menus*/

#menuIcon {
    position: fixed;
    right: 0px;
    top: 45px;
    z-index: 1000;
    cursor: pointer;
    text-align:right;
}

    #menuIcon span {
        background-color: white;
    }

        #menuIcon span:hover {
            background-color: #f5f5f5;
        }

#pageDropDown {
    text-align: left;
    max-width: 160px;
    min-width: 105px;
    margin-top: -6px;
    padding-top: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    #pageDropDown ul {
        min-width: 160px;
        padding: 0px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
    }

        #pageDropDown ul li, #pageDropDown p, #pageDropDown td  {
            font-size: 14px;
            padding:3px 20px 3px 30px;
        }

    #pageDropDown a {
        color: black;
    }

        #pageDropDown a:hover {
            text-decoration: none;
        }

    #pageDropDown td:hover, #pageDropDown p:hover, #pageDropDown li:hover {
        background-color: #f5f5f5;
    }

    #pageDropDown h4 {
        margin-left:10px;
    }
