
a {
    text-decoration: none;
    cursor: pointer;
}

    a img {
        border: none;
    }

    a:link, a:hover, a:active {
        text-decoration: none;
    }

    a:hover {
        color: #6ec7df;
    }

.transparent {
    background-color: transparent;
}

/* Panels */
#SiteWrapper {
    position: absolute;
    overflow: hidden;
}

/* Common */
#LeftPanelWrapper, #RightPanelWrapper {
    opacity: 0.85;
    filter: Alpha(opacity=85);
    text-align: center;
}

#BottomPanelWrapper, #TopMidPanelWrapper {
    text-align: center;
}

/* Top */
#TopPanel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    background-image: url('/Images/clikity-split-banner.png');
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px solid #eeeeee;
    opacity: 0.80;
    filter: Alpha(opacity=80);
}

.CitadelLogo {
    position: absolute;
    top: 5px;
    left: 100px;
    height: 50px;
    width: 250px;
}

.IFramePanel {
    position: absolute;
    left: 10px;
    top: 200px;
    width: 160px;
    height: 380px;
}

/* Left */
#LeftPanelWrapper {
    position: absolute;
    left: 10px;
    top: 40px;
    width: 155px;
    height: 100%;
    z-index: 1;
    background-image: url('/css/images/sidebartop.png');
    background-repeat: no-repeat;
    background-position: center 75px;
}

.clearboth {
    position: relative;
    width: 100%;
    top: 75px;
    background-image: url('/css/images/sidebarbot.png');
    background-repeat: no-repeat;
    background-position: 2px bottom;
    width: 151px;
    height: 10px;
}

#LeftPaneltemp {
    position: relative;
    left: 0;
    top: 80px;
    width: 100%;
    height: 80%;
    background-image: url('/css/images/sidebarbg.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#LeftPanel {
    position: relative;
    left: 0;
    top: 80px;
    width: 100%;
    height: 79%;
    background-image: url('/css/images/sidebarbg.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#LeftContentPanel {
    position: relative;
    margin: 5px auto 0 auto;
    top: 0;
    width: 140px;
    height: auto;
    background: transparent;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #3b7952;
    text-align: left;
}

#Dashboard {
    position: absolute;
    left: 10px;
    top: 75px;
    width: 151px;
    height: 108px;
    background: transparent;
}

/* left menu and right menu */
.leftmenu, .leftmenu ul {
    padding: 3px;
    margin: 3px;
}

    .leftmenu li {
        list-style: none;
        margin: 5px 0 0 0;
        border-bottom: solid 1px #d0e3ef;
        padding: 2px 0;
    }

#linkparent, #rightparentli {
    border: none;
    font-family: Trebuchet, sans-serif;
    color: #2e66ab;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
}

.leftmenu li a {
    color: #3b7952;
    display: block;
}

    .leftmenu li a:hover {
        color: #000;
    }

.leftsubmenu li {
    margin: 0 0 2px 0;
    color: #993300;
    font-weight: normal;
}

    .leftsubmenu li a {
        color: #993300;
        display: block;
    }

        .leftsubmenu li a:hover {
            color: #666600;
        }

.leftsubmenu {
    margin: 0 0 0 15px;
    list-style: none;
}

.rightmenu {
    margin: -5px 0 0 0;
}

#ads {
    position: relative;
    margin: 30px auto;
    *margin: 15px auto;
    width: 140px;
    text-align: center;
    height: auto;
}

/* Right */
#RightPanelWrapper {
    position: absolute;
    right: 15px;
    top: 0;
    width: 155px;
    height: 100%;
    z-index: 1000;
    background-image: url('/css/images/sidebartop.png');
    background-repeat: no-repeat;
    background-position: center 75px;
    text-align: center;
}

#RightPanel {
    position: relative;
    left: 0;
    top: 80px;
    width: 100%;
    height: 79%;
    background-image: url('/css/images/sidebarbg.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#RightContentPanel {
    font-family: sans-serif;
    font-size: 11px;
    position: absolute;
    top: 80px;
    right: 25px;
    width: 172px;
    height: 160px;
    box-shadow: 0 1px 0 0;
    background-color: #a7c7df;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    text-align: left;
    z-index: 1000;
    opacity: 0.80;
    filter: Alpha(opacity=80);
}

#RadMenu1 {
    position: relative;
    left: -4px;
    top: 25px;
    z-index: 1000;
}

#AVPanel {
    position: relative;
    margin: 15px 10px;
    width: 151px;
    height: 108px;
    cursor: default;
}

.footer {
    font-family: sans-serif;
    font-size: 9px;
    padding: 0;
    color: #000000;
    text-align: center;
}

    .footer a {
        color: #000000;
        text-decoration: none;
    }

/* Bottom */
#BottomPanelWrapper {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -227px;
    bottom: 20px;
    width: 455px;
    height: 240px;
    z-index: 1000;
}

#BottomPanel {
    position: relative;
    margin: 0 auto;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
    background-position: left top;
    background-image: url('/css/images/gradbluebigplane.png');
    background-repeat: no-repeat;
}

#ReviewPanel {
    padding: 5px 10px;
    position: relative;
    left: 0;
    top: 0;
    width: 440px;
    height: 220px;
    background: transparent;
    background-image: url('/css/images/gradbluebigplane.png');
}

.close {
    padding: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5000;
}

.closetop {
    height: 15px;
    width: 38px;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 5000;
}

.closebot {
    height: 15px;
    width: 38px;
    position: absolute;
    right: 28px;
    top: 4px;
    z-index: 5000;
}

.closea {
    width: 38px;
    height: 15px;
    display: block;
    overflow: hidden;
    background-image: url('/css/images/vistaclose.png');
    background-repeat: no-repeat;
    background-position: center;
}

#TopMidPanelWrapper {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -227px;
    top: 75px;
    width: 455px;
    height: 240px;
    z-index: 1000;
}

#TopMidPanel {
    position: relative;
    margin: 0 auto;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
}

#VideoPanelwrapper {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 240px;
    z-index: 1500;
}

#VideoPanel {
    position: relative;
    margin: 0 auto;
    text-align: left;
    left: 0;
    top: 5px;
    width: 430px;
    height: 200px;
}

.midpanbg {
    background-position: left top;
    background-image: url('/css/images/midpanelbg.png');
    background-repeat: no-repeat;
}

.gradbluebig {
    background-position: left top;
    background-image: url('/css/images/gradbluebig.png');
    background-repeat: no-repeat;
}

.usingtab {
    background-position: left top;
    background-image: url('/css/images/midpanelusingbg.png');
    background-repeat: no-repeat;
    padding-top: 40px;
    width: 440px;
}

    .usingtab ul {
        font-family: Tahoma, sans-serif;
        font-size: 11px;
        color: #001e58;
    }

        .usingtab ul li {
            list-style: none;
            list-style-image: url('/css/images/csbullet.png');
            padding-left: 5px;
        }

.cs-bullet {
    background-image: url('/css/images/csbullet.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.centeralign {
    margin: 0 auto;
    width: 145px;
}

.catitle {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px 0;
}

#locationsearch, .locationsearchbox {
    width: 113px;
    float: left;
    border: solid 1px #2e66ab;
    background-image: url('/css/images/txttopbg.png');
    background-repeat: repeat-x;
    background-position: left top;
}

#gosearch {
    width: 23px;
    height: 20px;
    cursor: pointer;
    float: left;
    background-color: transparent;
    background-image: url('/css/images/search_go.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

.ClickitCategory {
    clear: both;
    font: 11px Tahoma, sans-serif;
    margin: 0;
}

.ClickitSubCategory {
    font: 11px Tahoma, sans-serif;
}

    .ClickitSubCategory option {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 11px;
    }

/* Popup styles*/
.popup-text {
    color: #000000;
}

.PopupPointerTL {
    position: absolute;
    background: url('/Images/BalloonArrow-TL.gif');
    width: 22px;
    height: 31px;
    z-index: 100;
}

.PopupPointerTR {
    position: absolute;
    width: 22px;
    height: 31px;
    z-index: 100;
    background-image: url('/Images/BalloonArrow-TR.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.PopupPointerBL {
    position: absolute;
    width: 22px;
    height: 31px;
    z-index: 100;
    background-image: url('/Images/BalloonArrow-BL.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

.PopupPointerBR {
    position: absolute;
    background: url('/Images/BalloonArrow-BR.gif');
    width: 22px;
    height: 31px;
    z-index: 100;
}

.PopupLoading {
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('/Images/aero_light.gif');
    z-index: 200;
}

.PopupDelayLoading {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('/Images/tiny_red.gif');
    z-index: 200;
}

.PopupContent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 90px;
}

    .PopupContent > div,
    .PopupContent > div:before,
    .PopupContent > div:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/* Default billboard */
#Default_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 10px;
    width: 180px;
    height: 70px;
    background: url('/css/images/staticpopupbg.png') no-repeat left top;
    color: #fff;
    font-size: 11px;
}

    #Default_popup #markLocationToDelete {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 40px;
    }

    #Default_popup #getDirectionsButton {
        position: absolute;
        right: 60px;
        bottom: 6px;
        background-image: url('/css/images/map-24.png');
        background-repeat: no-repeat;
        background-position: left top;
        background-color: transparent;
        width: 24px;
        height: 24px;
        border: none;
        cursor: pointer;
    }

.defaultclose {
    position: absolute;
    right: 6px;
    top: 6px;
    background-image: url('/css/images/defaultpopupclose.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

/* Cluster billboard */
#Cluster_popup {
    font-family: sans-serif;
    margin: auto;
    padding: 14px;
    width: 80px;
    height: 28px;
    text-align: center;
    background: url('/css/images/zoompopupbg.png') no-repeat center top;
}


    #Cluster_popup a {
        color: #fff;
    }

p#photo1, p#photo2 {
    text-align: center;
}

/* #popup is the container div, holds all the elements*/
/* Stylesheet for theme1 popup*/
.style1_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    width: 300px;
    height: 430px;
    background-color: transparent;
}

.style1_popupcontent {
    font-family: Arial, sans-serif;
    background-image: url('/css/images/previewpopupborder.png');
    background-repeat: repeat-y;
    background-position: center top;
    margin: auto;
    padding: 0;
    width: 300px;
    height: 405px;
    _height: 390px;
    top: 0;
    position: relative;
    background-color: transparent;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for bottom vista border image */
.style1_popupbot {
    margin: auto;
    width: 300px;
    height: 15px;
    background-image: url('/css/images/previewpopupbordebot.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    position: relative;
    clear: both;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for top vista border image */
.style1_popuptop {
    background-image: url('/css/images/previewpopupbordetopr.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    height: 15px;
    width: 300px;
    position: relative;
}

/* header is stuff at top of page before accordion divided into paragraph */
.style1_headerbillboard {
    height: 65px;
    padding: 0;
    margin-left: 17px;
    width: 265px;
    overflow: hidden;
}

.style1_headerInfo {
    width: 45%;
    height: 90px;
    float: left;
    font-size: 10px;
    font-family: Tahoma, Sans-Serif;
    text-align: left;
    margin: 10px;
}

/* #logoAnchor is logo image cum link on top */
.style1_logoUrlP {
    float: left;
    width: 45%;
}

/* Accordion1 is accordion pane's container */
.style1_Accordion {
    clear: both;
    height: 340px;
    width: 265px;
    margin-left: 17px;
    padding: 0;
}

    .style1_Accordion .accordionHeader {
        height: 23px;
        overflow: hidden;
    }

        .style1_Accordion .accordionHeader a {
            height: 23px;
            display: block;
            background-image: url('/css/images/previewpopupheaderhov.png');
            background-repeat: no-repeat;
            background-position: left top;
            text-align: left;
            color: #0066CC;
            font-size: 12px;
            text-decoration: none;
            line-height: 1.6;
            padding-left: 20px;
            font-weight: 600;
            font-family: "Trebuchet MS", sans-serif;
        }

            .style1_Accordion .accordionHeader a:hover {
                background-image: url('/css/images/previewpopupheaderhov.png');
                color: #074d93;
                background-repeat: no-repeat;
                background-position: left bottom;
            }

    /* .accordionContent is content which displays after clicking on acordion pane */
    .style1_Accordion .accordionContent {
        display: block;
        background-image: url('/css/images/panecontentbg.png');
        background-repeat: repeat-x;
        background-position: left bottom;
        font-size: 11px;
        font-family: Tahoma, sans-serif;
        height: 100%;
        padding: 0 0 0 10px;
        overflow: scroll;
        background-color: #f9fcfd;
        color: black !important;
    }

        .style1_Accordion .accordionContent ul {
            margin: 0;
            padding: 0;
        }

            .style1_Accordion .accordionContent ul li {
                padding: 0 20px;
                list-style: none;
                background-image: url('/css/images/csbullet.png');
                background-repeat: no-repeat;
                background-position: 2px 2px;
            }

                .style1_Accordion .accordionContent ul li p {
                    text-align: justify;
                }

.style1_popupclose {
    position: absolute;
    right: 4px;
    _right: 15px;
    top: 9px;
    background-image: url('/css/images/defaultpopupclose.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

/* Stylesheet for theme2 popup */
.style2_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    width: 283px;
    height: 440px;
    background-color: #ccc;
    background-image: url('/css/images/style2popupbg.png');
    background-repeat: repeat-x;
    background-position: left top;
    border: solid 1px #000;
    margin: 0 0 0 7px;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for bottom vista border image */
.style2_popupbot {
    display: none;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for top vista border image */
.style2_popuptop {
    display: none;
}

/* header is stuff at top of page before accordion divided into paragraph */
.style2_headerbillboard {
    height: 85px;
    width: 265px;
    overflow: hidden;
    color: #fff;
}

.style2_headerInfo {
    width: 45%;
    float: left;
    font-size: 10px;
    font-family: Tahoma, Sans-Serif;
    text-align: left;
    margin-left: 10px;
    border-right: solid 1px #e76d81;
}

/* #logoAnchor is logo image cum link on top */
.style2_logoUrlP {
    float: left;
    width: 45%;
    margin-top: 5px;
}

/* Accordion1 is accordion pane's container */
.style2_Accordion {
    clear: both;
    height: 350px;
    width: 280px;
    margin: auto;
    padding: 0;
}

    .style2_Accordion .accordionHeader {
        height: 23px;
        overflow: hidden;
    }

        .style2_Accordion .accordionHeader a {
            height: 23px;
            display: block;
            background-image: url('/css/images/style2popupheaderhov.png');
            background-repeat: no-repeat;
            background-position: left top;
            text-align: left;
            color: #f8c7d1;
            font-size: 12px;
            text-decoration: none;
            line-height: 1.6;
            padding-left: 20px;
            font-weight: 600;
            font-family: "Trebuchet MS", sans-serif;
        }

            .style2_Accordion .accordionHeader a:hover {
                color: #fff;
                background-position: left bottom;
            }

    /* .accordionContent is content which displays after clicking on acordion pane */
    .style2_Accordion .accordionContent {
        display: block;
        background-image: url('/css/images/style2accordionbg.png');
        background-repeat: repeat-y;
        background-position: left top;
        font-size: 11px;
        font-family: Tahoma, sans-serif;
        height: 100%;
        padding: 0 0 0 10px;
        overflow: scroll;
    }

        .style2_Accordion .accordionContent ul {
            margin: 0;
            padding: 0;
        }

            .style2_Accordion .accordionContent ul li {
                padding: 0 20px;
                list-style: none;
                background-image: url('/css/images/csbullet.png');
                background-repeat: no-repeat;
                background-position: 2px 2px;
            }

                .style2_Accordion .accordionContent ul li p {
                    text-align: justify;
                }

.style2_popupcontent {
    background-color: transparent;
}

.style2_popupclose {
    position: absolute;
    float: right;
    right: 0;
    top: 4px;
    background-image: url('/css/images/style2popupclose.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

/* Stylesheet for theme3 popup */
.style3_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    width: 283px;
    height: 430px;
    background-image: url('/css/images/style3popupbg.png');
    background-repeat: repeat-X;
    background-position: left top;
    border: solid 1px #000;
    margin: 0 0 0 7px;
}
/* #popupbot is the container div, holds all the elements, compaining div #popup for bottom vista border image */
.style3_popupbot {
    display: none;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for top vista border image */
.style3_popuptop {
    display: none;
}

/* header is stuff at top of page before accordion divided into paragraph */
.style3_headerbillboard {
    height: 76px;
    padding: 0;
    margin-left: 10px;
    width: 265px;
    overflow: hidden;
    color: #4dc5e2;
}

.style3_headerInfo {
    width: 45%;
    height: 90px;
    float: left;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
    text-align: left;
    margin: 10px;
}

/* #logoAnchor is logo image cum link on top */
.style3_logoUrlP {
    float: left;
    width: 45%;
}

/* Accordion is accordion pane's container */
.style3_Accordion {
    clear: both;
    height: 354px;
    width: 253px;
    margin: auto;
    padding: 0;
}

    .style3_Accordion .accordionHeader {
        height: 23px;
        overflow: hidden;
    }

        .style3_Accordion .accordionHeader a {
            height: 25px;
            display: block;
            background-image: url('/css/images/style3popupheaderhov.png');
            background-repeat: no-repeat;
            background-position: 1px top;
            text-align: left;
            color: #bed600;
            font-size: 12px;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 2;
            padding-left: 30px;
            font-family: "Segoe UI", sans-serif;
        }

            .style3_Accordion .accordionHeader a:hover {
                color: #bed600;
                background-position: 1px bottom;
            }

    /* .accordionContent is content which displays after clicking on acordion pane */
    .style3_Accordion .accordionContent {
        display: block;
        background-image: url('/css/images/style3accordionbg.png');
        background-repeat: repeat-y;
        background-position: left top;
        font-size: 11px;
        font-family: Tahoma, sans-serif;
        height: 100%;
        padding: 0 5px;
        overflow: scroll;
        color: #ccc;
    }

        .style3_Accordion .accordionContent a {
            color: #bed600;
            font-family: "Trebuchet MS", sans-serif;
            font-size: 11px;
        }

            .style3_Accordion .accordionContent a:hover {
                color: #fff;
            }

        .style3_Accordion .accordionContent ul {
            margin: 0;
            padding: 0;
        }

            .style3_Accordion .accordionContent ul li {
                padding: 0 20px;
                list-style: none;
                background-image: url('/css/images/csbullet.png');
                background-repeat: no-repeat;
                background-position: 2px 2px;
            }

                .style3_Accordion .accordionContent ul li p {
                    text-align: justify;
                }

.style3_popupcontent {
    background-color: transparent;
}

.style3_popupclose {
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url('/css/images/style3popupclose.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

/* Stylesheet for theme4 popup */
.style4_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    width: 300px;
    height: 400px;
    background-color: transparent;
}

.style4_popupcontent {
    font-family: Arial, sans-serif;
    background-image: url('/css/images/style4billboardbg.png');
    _background-image: url('/css/images/style4billboardbgie6.png');
    background-repeat: repeat-y;
    background-position: center top;
    margin: auto;
    padding: 0;
    width: 300px;
    top: 0;
    position: relative;
    background-color: transparent;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for bottom vista border image */
.style4_popupbot {
    margin: auto;
    width: 300px;
    height: 20px;
    background-image: url('/css/images/style4bordebot.png');
    _background-image: url('/css/images/style4bordebotie6.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    position: relative;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for top vista border image */
.style4_popuptop {
    background-image: url('/css/images/style4bordetop.png');
    _background-image: url('/css/images/style4bordetopie6.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    height: 20px;
    width: 300px;
    position: relative;
}

/*header is stuff at top of page before accordion divided into paragraph*/
.style4_headerbillboard {
    height: 65px;
    padding: 0;
    margin-left: 17px;
    width: 265px;
    overflow: hidden;
}

.style4_headerInfo {
    width: 45%;
    height: 90px;
    float: left;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
    text-align: left;
    margin: 10px;
}

/* #logoAnchor is logo image cum link on top */
.style4_logoUrlP {
    float: left;
    width: 45%;
}

/* Accordion1 is accordion pane's container */
.style4_Accordion {
    clear: both;
    height: 320px;
    width: 265px;
    margin-left: 17px;
    padding: 0;
}

    .style4_Accordion .accordionHeader {
        height: 25px;
        overflow: hidden;
    }

        .style4_Accordion .accordionHeader a {
            height: 25px;
            display: block;
            background-image: url('/css/images/style4popupheaderhov.png');
            background-repeat: no-repeat;
            background-position: -1px top;
            text-align: left;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            line-height: 2;
            padding-left: 20px;
            font-family: "Trebuchet MS", sans-serif;
        }

            .style4_Accordion .accordionHeader a:hover {
                color: #0066CC;
                background-repeat: no-repeat;
                background-position: -1px bottom;
            }

    /* .accordionContent is content which displays after clicking on acordion pane */
    .style4_Accordion .accordionContent {
        display: block;
        background-image: url('/css/images/style4accordionbg.png');
        background-repeat: repeat-x;
        background-position: 15px top;
        font-size: 11px;
        font-family: Tahoma, sans-serif;
        height: 100%;
        padding: 0 0 0 10px;
        overflow: scroll;
        background-color: #f9fcfd;
    }

        .style4_Accordion .accordionContent ul {
            margin: 0;
            padding: 0;
        }

            .style4_Accordion .accordionContent ul li {
                padding: 0 20px;
                list-style: none;
                background-image: url('/css/images/csbullet.png');
                background-repeat: no-repeat;
                background-position: 2px 2px;
            }

                .style4_Accordion .accordionContent ul li p {
                    text-align: justify;
                }

.style4_popupclose {
    position: absolute;
    right: 0;
    _right: 15px;
    top: 15px;
    background-image: url('/css/images/close.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}

/* Stylesheet for theme3 popup */
.style5_popup {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    width: 285px;
    height: 430px;
    background-image: url('/css/images/orange.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    border: solid 1px #89a513;
    margin: 0 0 0 7px;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for bottom vista border image */
.style5_popupbot {
    display: none;
}

/* #popupbot is the container div, holds all the elements, compaining div #popup for top vista border image */
.style5_popuptop {
    display: none;
}

/* header is stuff at top of page before accordion divided into paragraph */
.style5_headerbillboard {
    height: 80px;
    padding: 0;
    margin-left: 10px;
    width: 260px;
    overflow: hidden;
    color: #6a4f05;
}

.style5_headerInfo {
    width: 45%;
    height: 90px;
    margin-top: 10px;
    float: left;
    font-size: 10px;
    font-family: Arial, sans-serif;
    text-align: left;
    margin: 10px;
}

/*#logoAnchor is logo image cum link on top*/
.style5_logoUrlP {
    float: left;
    width: 45%;
}

/*Accordion is accordion pane's container*/
.style5_Accordion {
    clear: both;
    height: 354px;
    width: 258px;
    margin: auto;
    padding: 0;
}

    .style5_Accordion .accordionHeader {
        height: 23px;
        overflow: hidden;
    }

        .style5_Accordion .accordionHeader a {
            height: 23px;
            display: block;
            background-image: url('/css/images/style5popupheaderhov.png');
            background-repeat: no-repeat;
            background-position: 1px top;
            text-align: left;
            color: #516208;
            font-size: 12px;
            text-decoration: none; /*text-transform:uppercase;*/
            line-height: 1.7;
            padding-left: 30px;
            font-weight: 700;
            font-family: "Segoe UI", sans-serif;
        }

            .style5_Accordion .accordionHeader a:hover {
                color: #516208;
                background-position: 1px bottom;
            }

    /* .accordionContent is content which displays after clicking on acordion pane */
    .style5_Accordion .accordionContent {
        display: block;
        background-color: transparent;
        font-size: 11px;
        font-family: Verdana, sans-serif;
        height: 100%;
        padding: 0 5px;
        overflow: scroll;
        color: #293202;
    }

        .style5_Accordion .accordionContent a {
            color: #516208;
            font-family: "Trebuchet MS", sans-serif;
            font-size: 11px;
        }

            .style5_Accordion .accordionContent a:hover {
                color: #ffffff;
            }

        .style5_Accordion .accordionContent ul {
            margin: 0;
            padding: 0;
        }

            .style5_Accordion .accordionContent ul li {
                padding: 0 20px;
                list-style: none;
                background-image: url('/css/images/csbullet.png');
                background-repeat: no-repeat;
                background-position: 2px 2px;
            }

                .style5_Accordion .accordionContent ul li p {
                    text-align: justify;
                }

.style5_popupcontent {
    background-color: transparent;
}

.style5_popupclose {
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url('/css/images/close.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: none;
    cursor: default;
}

.leftPane {
    width: 121px;
    height: 64px;
    float: left;
    padding-left: 60px;
    padding-top: 20px;
}

.rightPane {
    width: 121px;
    height: 64px;
    float: right;
    padding-right: 10px;
    padding-top: 20px;
}

.albumNavigation {
    width: 403px;
    height: 16px;
    background-color: #ffffff;
}

.albumContainer {
    width: 383px;
}

.album {
    width: 383px;
    height: 106px;
    background-image: url('/Images/albumPages.gif');
    background-repeat: no-repeat;
}

.albumPages {
    width: 363px;
    height: 64px;
    font: normal 11px sans-serif;
    padding: 0;
}

/* centered image */
.MenusImage {
    display: block;
    margin: 0 auto;
}

.myPushpin {
    cursor: default;
}

#NameSearch_text, #MapSearch_text {
    width: 115px !important;
}

.riCell {
    padding-right: 0 !important;
    background-color: #dfe6f0;
    border: 1px solid #c0c7d4;
}

.riBtn {
    background-color: #dfe6f0;
    border: 1px solid #c0c7d4;
}

.MicrosoftMap {
    cursor: default !important;
}

a .rmLink .rmExpanded {
    width: 120px;
}

#blueModal .modal-dialog .modal-content,
#lightBlueModal .modal-dialog .modal-content {
    background-position: left top;
    background-image: url('/css/images/gradbluebigplane.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
}

    #blueModal .modal-dialog .modal-content .modal-body .closea,
    #lightBlueModal .modal-dialog .modal-content .modal-body .closea {
        top: 5px;
        right: 15px;
        position: absolute;
    }

div.enablediv, div.constStr {
    margin: 2px 0;
    text-align: left;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    height: auto;
}

div.constStr {
    padding-left: 1em;
    text-indent: -1em;
}

div.enabledivhd, div.enabledivhdbold {
    margin: 2px 0;
    text-align: center;
    font-size: smaller;
    width: 100%;
    height: auto;
    min-height: 10px;
}

div.enabledivhdbold {
    font-weight: bold;
}

div.constStrhd {
    margin: 2px 0;
    font-size: smaller;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

div.enablediv p, div.enabledivhd p, div.enabledivhdbold p {
    margin: 0;
}

.blackModal {
    margin: 0 auto;
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
}

.hotelCategory {
    background-color: #aaaaaa;
    color: #ffffff;
    width: 230px;
    height: 40px;
    margin: 10px;
    font-size: 16px;
}

.hotelModalButton {
    background-color: #e9e7d6;
    width: 100%;
    height: auto;
    margin: 10px 0;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .hotelModalButton img {
        display: inline-block;
        height: 30px;
        border: groove 1px;
        float: right;
    }

    .hotelModalButton div {
        display: inline-block;
        vertical-align: middle;
    }

    .hotelModalButton p {
        margin: 0;
    }

.hotelListItem {
    background-color: #e9e7d6;
    width: 100%;
    height: 150px;
    margin: 10px 5px;
    font-size: 12px;
    padding: 5px;
    cursor: default;
}

    .hotelListItem:hover {
        outline: 1px dashed #eeeeee;
    }

    .hotelListItem > img {
        display: inline-block;
        width: 100px;
        max-height: 100px;
        border: groove 1px;
        float: right;
        margin: 0 0 10px 5px;
    }

    .hotelListItem > .hli-header {
        position: relative;
        font-size: 14px;
        color: #17779C;
        top: 0;
    }

    .hotelListItem > .hli-text {
        float: left;
    }

    .hotelListItem .hli-text-1 {
        color: black;
    }

    .hotelListItem .hli-text-2 {
        color: black;
    }

    .hotelListItem > .hli-promos {
        font-size: 14px;
        color: red;
        margin: 5px 0;
    }

#hotelBrowserModal .modal-content {
    height: 90%;
}

#HotelBrowserPanel {
    height: 89%;
}

#hotelBrowserModal .carousel {
    height: 100%;
}

.customModal {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px;
}

span.validationMessage {
    color: rgb(246, 58, 58);
    display: block;
}

.simpleSelect {
    display: inline-block;
    width: auto;
    height: 26px;
    padding: 0 6px;
}

.header-style {
    position: absolute;
    width: 600px;
    min-height: 40px;
    padding: 10px;
    top: 10%;
    left: 25%;
    background-color: #fcfecc;
    border: 2px solid #aaaaaa;
    border-radius: 6px;
    font-size: 12px;
    color: #888888;
}

    .header-style a {
        color: #888888;
    }

.footer-style {
    position: absolute;
    width: 600px;
    min-height: 40px;
    padding: 10px;
    bottom: 5%;
    left: 25%;
    background-color: #fcfecc;
    border: 2px solid #aaaaaa;
    border-radius: 6px;
    font-size: 12px;
    color: #888888;
    text-align: center;
}

.message-style {
    position: absolute;
    width: 600px;
    min-height: 300px;
    padding: 10px;
    top: 30%;
    left: 25%;
    background-color: #fcfecc;
    border: 2px solid #aaaaaa;
    border-radius: 6px;
    font-size: 12px;
    color: #888888;
}

.logoImage {
    width: 125px;
    height: 125px;
    opacity: .9;
    border-style: outset;
    border-width: 4px;
    border-color: #aaaaaa;
}

.cs-brand-image {
    float: left;
    width: 150px;
    height: 50px;
    opacity: .9;
    margin-bottom: 40px;
    border-style: outset;
    border-width: 4px;
    border-color: #aaaaaa;
}

.pl-brand-image {
    float: right;
    width: 150px;
    height: 50px;
    opacity: .9;
    margin-bottom: 40px;
    border-style: outset;
    border-width: 4px;
    border-color: #aaaaaa;
}

.spinning-circle {
    display: none;
    width: 32px;
    height: 32px;
}


.accordionContent a {
    color: #428bca;
}
