
        html, body
        {
            /*font-family:Arial, Helvetica, sans-serif;*/
            clear: both;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 300;
            color: #404142;
            font-size: 14px;
            background-color: #00000;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            line-height: normal;
        }

        #sidebar-wrapper
        {
            z-index: 1000;
            position: fixed;
            /*left: 250px;*/
            width: 220px;
            height: 100%;
            /*margin-left: -250px;*/
            overflow-y: auto;
            background: #0d7cae; /* background: #000;*/
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #wrapper
        {
            /*  padding-left: 220px;*/
            /*padding-left: 0;*/
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .sidebar-nav
        {
            position: absolute;
            top: 0;
            width: 220px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sidebar-nav li
            {
                /*  text-indent: 70px;
    line-height: 40px;*/
                text-align: center;
            }

                .sidebar-nav li a
                {
                    display: block;
                    text-decoration: none;
                    color: #999999;
                }

                    .sidebar-nav li a:hover
                    {
                        text-decoration: none;
                        color: #fff;
                        background: rgba(255,255,255,0.2);
                    }

                    .sidebar-nav li a:active, .sidebar-nav li a:focus
                    {
                        text-decoration: none;
                        background: rgba(255,255,255,0.4);
                    }

            .sidebar-nav > .sidebar-brand
            {
                height: 10px;
                font-size: 18px;
                line-height: 20px;
            }

                .sidebar-nav > .sidebar-brand a
                {
                    color: #999999;
                }

                    .sidebar-nav > .sidebar-brand a:hover
                    {
                        color: #fff;
                        background: none;
                    }

        @media (min-width:768px)
        {
            #wrapper
            {
                /*  padding-left: 220px;*/
            }

                #wrapper.toggled
                {
                    padding-left: 0;
                }

            #sidebar-wrapper
            {
                width: 220px;
            }

            #wrapper.toggled #sidebar-wrapper
            {
                width: 0;
            }

            #page-content-wrapper
            {
                padding: 0px;
                position: relative;
            }

            #wrapper.toggled #page-content-wrapper
            {
                position: relative;
                margin-right: 0;
            }
        }

        .media-heading
        {
            font-size: 14px;
            font-weight: 700;
            line-height: 5px;
            text-transform: uppercase;
            color: #ff0033;
            margin: 15px 0 0 0;
        }

        .table
        {
            border-top: 1px solid black;
        }

        .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
        {
            border: 1px solid red;
            border-right-width: 1px;
            border-left-width: 1px;
        }

        .table > thead > tr > th
        {
            border: 1px solid black;
            text-align: center;
            background-color: #0d7cae;
            color: White;
        }

        /*** Accordian Start ***/
        .breadcrumb a
        {
            color: #404142;
        }

        .abtAccordn
        {
            background: #eaeaea;
            margin: 15px 0 0 0;
        }

            .abtAccordn .div01
            {
                overflow: hidden;
            }

                .abtAccordn .div01 span
                {
                    color: #989999;
                    font-size: 26px;
                    font-weight: bold;
                    color: #0b6aba;
                    float: left;
                    margin-right: 20px;
                }

        .adCntnr
        {
            overflow: hidden;
            margin-bottom: 10px;
        }

            .adCntnr .acco2 .expand
            {
                background: #666768;
                padding: 7px 0 7px 5px;
                margin-bottom: 2px;
            }

                .adCntnr .acco2 .expand a, .adCntnr .acco2 .openAd a
                {
                    display: block;
                    width: 100%;
                    font-family: Helvetica35ThinThin;
                }


                .adCntnr .acco2 .expand a
                {
                    background-position: right 5px;
                    padding-left: 11px;
                    text-decoration: none;
                }

            .adCntnr .acco2 .openAd a
            {
                background-position: right -45px;
                color: #fff !important;
                text-decoration: none;
            }

            .adCntnr .acco2 .openAd
            {
                line-height: 30px;
                padding-left: 5px;
            }

            .adCntnr .acco2 .expand a
            {
                color: #fff;
                font-size: 18px;
            }

            .adCntnr .accCntnt
            {
                padding: 10px 10px;
                font-size: 14px;
                color: #565758;
                overflow: hidden;
            }

        /**/
        .styled.rooms
        {
            width: 80px;
            height: 27px !important;
            left: 0;
            top: 23px;
        }

        .textbox
        {
            padding: 3px 3px;
            margin: 6px 0 0 0;
        }

        .back
        {
            background-image:;
        }

        .ui-widget-header
        {
            background-color: #0d7cae;
        }

            .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
            {
                background-color: #0d7cae;
            }
    