﻿/*html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}*/

html {
    /*background-color: #C4E1FF;*/
    background-color: #FFFFFF;
    font-size: 16px;
}

body {
    color: #000;
    font-size: .8em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    overflow: auto;
    margin: 0;
    
}

input, textarea, select,label {
    font-family:inherit;
}

#wrap-all {
    width: 980px;
    margin: 5px auto;
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, div, span {
    margin: 0;
    padding: 0;
}

img {
    border-width: 0;
}

html, body, #container {
}

#container {
}

#mcontent {
    height: 70px;
    clear: both;
}

a, a:visited {
    color: #2C72AB;
    text-decoration: underline;
    outline: none !important;
}


    a:active, a:hover {
        color: #4A94D0;
        text-decoration: underline;
    }

header, footer, hgroup, nav, section {
    display: block;
}

.white {
    color: #FFF;
}

    .white a:link, .white a:visited {
        color: aqua;
        text-decoration: none;
    }

    .white a:active, .white a:hover {
        color: #b7d1ea;
        text-decoration: none;
    }

    .white a.selectedw {
        background-color: #FFF;
        padding: 3px;
        font-weight: bold;
        text-decoration: none;
        color: #0253AF !important;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    text-align: center;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1.05em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.not-decor-text {
    text-decoration: none !important;
}

/* Lists*/
#content ol {
    margin: 0 0 0 20px;
}

#content ul {
    margin: 0;
    list-style-type: none;
}

#content ol ol {
    list-style-type: upper-alpha;
    margin: 4px 0 4px 25px;
    padding: 0;
}

#content ol li {
    margin: 2px 0;
    padding-left: 5px;
    list-style: decimal;
}

#content ul li {
    margin: 2px 0;
    padding-left: 20px;
    background: url('../Images/li_bg_blue.png') no-repeat 0 4px;
}

#content ul ul {
    margin: 4px 0 4px 12px;
    padding: 0 0 5px;
}

    #content ul ul li {
        list-style-type: disc;
        font-weight: normal;
        list-style-position: inside;
        background-image: none;
    }

ul.notdecor {
    margin: 0 !important;
    padding: 0 !important;
}

    ul.notdecor li a {
        text-decoration: underline;
    }

    ul.notdecor li.atten {
        margin: 0 0 0 5px !important;
        background-image: none !important;
        list-style-type: none !important;
        padding: 3px 0 6px;
        border-bottom-style: dotted;
        border-bottom-width: thin;
        border-bottom-color: #999;
        font-size: .9em;
    }

    ul.notdecor li {
        margin: 0 0 0 5px !important;
        background-image: none !important;
        list-style-type: none !important;
        padding: 3px 0;
    }

        ul.notdecor li.folder {
            background-position: left top !important;
            background-image: url('../Images/folder.png') !important;
            background-repeat: no-repeat;
            padding-left: 30px !important;
        }

        ul.notdecor li.file {
            background-position: left center !important;
            background-repeat: no-repeat;
            padding-left: 30px !important;
        }

#content h3 {
    margin: 6px 5px 4px !important;
}

#content h4 {
    margin: 6px 5px 4px !important;
    text-align: center;
}

/*tables*/
table.doc img {
    margin: 0 auto;
}

table.doc {
    border: thin solid #9CF;
    border-collapse: collapse;
    width: 100%;
}

    table.doc .col-align-center {
        text-align: center;
    }

    table.doc .col-align-justify {
        text-align: justify;
    }

    table.doc .col-align-left {
        text-align: left;
    }

    table.doc td, table.doc th {
        border: thin solid #9CF;
        padding: 2px 4px;
    }

        table.doc td.col70, table.doc th.col70 {
            width: 70%;
        }

        table.doc td.col20, table.doc th.col20 {
            width: 20%;
        }

        table.doc td.col10, table.doc th.col10 {
            width: 8%;
        }

        table.doc td.col30, table.doc th.col30 {
            width: 30%;
        }

        table.doc td.col10 a {
            display: inline-block;
            text-align: center;
        }

        table.doc td.col90, table.doc th.col90 {
            width: 90%;
        }

        table.doc td.col50, table.doc th.col50 {
            width: 50%;
        }

        table.doc td.col60, table.doc th.col60 {
            width: 60%;
        }

    table.doc th {
        text-align: center;
        font-weight: bold;
        background-color: #71B8FF;
    }


/*table.doc th.col70, table.doc th.col20, table.doc th.col10, table.doc th.col90, table.doc th.col50, table.doc th.col60
{
	text-align: center;
	font-weight: bold;
	background-color: #71B8FF;
}*/
.rowstyle {
    background-color: #FFF;
}

.altrowstyle {
    background-color: #E2FDFE;
}
/*class comp*/
.header {
    background-image: url('../Images/header_r.gif');
    background-color: #C4E1FF;
    height: 150px;
    background-repeat: no-repeat;
}

.headere {
    background-image: url('../Images/header_e.gif');
    background-color: #C4E1FF;
    background-repeat: no-repeat;
    height: 150px;
}

#panel {
    clear: both;
    position: relative;
    top: 90px;
}

#header > .panelop {
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}

#seek {
    float: right;
    margin-right: 10px;
}

#footer {
    clear: both;
    position: relative;
    background: url('../images/footer_bg_01.gif') no-repeat;
    background-color: #C4E1FF;
    border-top: 1px solid #0263b5;
    height: 70px;
    margin-top: -70px;
}

.footer_1 {
    margin: 0;
    padding: 18px 0;
    text-align: center;
}

    .footer_1 a {
        color: #fff !important;
    }

.wrapper {
    background-color: #39F;
}
/*panels*/
#maincontent {
    border-style: none solid;
    border-width: 2px;
    border-color: #999;
    margin: 0;
    padding: 15px 0;
    background-color: #FFF;
}

#chleft {
    float: left;
    width: 225px;
    margin: 0 5px;
}

#chmenu {
    border: thin dotted #999;
    margin: 0;
    padding: 5px;
}

.div-non-decor {
    margin: 5px 0 3px;
    padding: 5px;
}

#chatt {
    margin: 5px 0 0;
    padding: 5px;
}

.centr-icon {
    margin: 0 auto 5px auto;
    padding: 0;
}

#content {
    border: thin dotted #999;
    float: left;
    background-color: #FFF;
    width: 723px;
    margin: 0 5px 0 0;
    padding: 5px;
    min-height:0;
    
}

div.routemap {
    margin: 3px 5px 15px;
    padding: 3px 10px;
    background-color: #EAF4FF;
    font-size: .9em;
    color: Blue;
}

.routemap a, .routemap a:visited {
    color: Blue;
    text-decoration: none;
}

    .routemap a:hover, .routemap a:active {
        color: Blue;
        text-decoration: underline;
    }

div.rbody {
    margin: 0;
}

.offlinks {
    border: thin dotted #999;
    margin: 5px 5px 0;
    background-color: #FFF;
    padding: 0 5px;
}

    .offlinks h3 {
        margin: 5px 0 0;
        padding: 0 0 0 10px;
        text-align: left;
    }

    .offlinks ul {
        margin: 0;
        padding: 0 0 5px;
    }

        .offlinks ul li {
            list-style-type: none;
            font-size: 1.2em;
            font-weight: normal;
            margin: 5px 2px 10px 0;
            padding: 0 3px 0 10px;
        }

            .offlinks ul li a, ul li a:visited {
                text-decoration: none;
            }

                .offlinks ul li a:active, .offlinks ul li a:hover {
                    text-decoration: underline;
                }

    .offlinks table {
        border-style: none;
        border-collapse: collapse;
        margin: 0;
        width: 100%;
    }

        .offlinks table td {
            width: 50%;
            vertical-align: top;
        }
/*Nav*/
.menu {
}

.nav {
    width: 100%;
    background-image: url('../Images/nav_bgq.jpg');
    background-repeat: repeat-x;
}

    .nav ul {
        height: 40px;
        margin: 0;
        padding: 0;
    }

        .nav ul li {
            float: left;
            display: inline-block;
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
            line-height: 40px;
            background: none;
            background: transparent url('../images/nav_bga.jpg') no-repeat 100%;
        }

            .nav ul li a {
                display: inline-block;
                color: #306;
                padding: 0 3px;
                margin: 0 1px 0 0;
                text-align: center;
                text-decoration: none;
                font-size: 94%;
                min-width: 55px;
            }

                .nav ul li a:hover {
                    background: transparent url('../images/nav_bgu.jpg') repeat-x 40px;
                    color: #fff !important;
                    text-decoration: none;
                }

.nav-sub {
    position: relative;
}

    .nav-sub .wrap-ul {
        margin: 0;
        z-index: 10 !important;
        position: absolute;
        display: none;
    }

.wrap-ul ul {
    background-color: #EAF4FF ;
    margin: 0;
    padding: 0;
    width: 245px;
}

.wrap-ul li {
    border-bottom: 1px solid #A6C2FF; /*D2E8FF;*/
    list-style-type: none;
    margin: 0 1px;
    padding: 3px 7px;
    border-bottom-color: #B7CEFF;
}

.wrap-ul ul li a {
    padding: 0;
    text-decoration: none;
    text-align: left;
    font-size: 100%;
    color: #306;
    display: block;
}

    .wrap-ul ul li a:hover {
        color: #5b8efe;
    }

.hover-main {
    background: transparent url('../images/nav_bgu.jpg') repeat-x 40px !important;
    color: #fff !important; /*font-weight: bold;*/
    text-decoration: none;
}

.submenu {
    margin: 0;
    width: 100%;
}

    .submenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .submenu ul li {
            border-width: thin;
            border-color: #C0C0C0;
            font-size: 1em;
            font-weight: 500;
            background-image: none !important;
            margin: 0 0 2px;
            padding: 0 0 2px;
            border-bottom-style: dotted;
        }

            .submenu ul li a {
                display: block;
                margin: 0;
                text-decoration: none;
                padding: 2px 8px;
                color: blue;
            }

                .submenu ul li a:hover, .submenu .selectedmenu {
                    background-color: #C4E1FF;
                    text-decoration: none;
                }

                .submenu ul li a:visited, .submenu ul li a:active {
                    text-decoration: none;
                }

.razdmenu {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

    .razdmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .razdmenu ul li {
            font-size: 1.1em;
            background-image: none !important;
            margin: 0;
            padding: 0 !important;
        }

            .razdmenu ul li a {
                display: block;
                margin: 0;
                text-decoration: none;
                padding: 4px 2px 4px 25px;
                font-weight: bold;
                text-align: justify;
                line-height: 1em;
            }

                .razdmenu ul li a:hover, .razdmenu .selectedmenu {
                    text-decoration: none;
                    background: url('../Images/sright.png') no-repeat 0 0;
                }

                .razdmenu ul li a:visited, .razdmenu ul li a:active {
                    text-decoration: none;
                }

.block-banner {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 0;
    border: none;
    height: 100%;
    width: 100%;
}

/*class field*/
#seekbig .findtext {
    font-size: 1em;
    padding: 1px 2px;
    width: 70%;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
}

#seekbig .findsubmit {
    height: 17px;
    width: 17px;
    background: url('../Images/seek.png') no-repeat 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

#seek .findtext {
    border-style: none;
    font-size: .86em;
    padding: 1px 2px;
    width: 140px;
}

#seek .findsubmit {
    height: 17px;
    width: 17px;
    background: url('../Images/seek.png') no-repeat 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

#seek div.inputtext {
    float: left;
    display: inline-block;
    margin: 0;
    padding-right: 5px;
}

.panelop a {
    text-decoration: none;
    font-weight: bold;
}

a.selected {
    border: thin solid #B0B0B0 !important;
    background-color: #E4E4E4;
    padding: 5px !important;
    font-weight: bold;
    text-decoration: none;
}

div.question p {
}

    /*div.question .rightcol p:first-letter {
        font-size: 1.2em;
        font-weight: bold;
    }*/

/*col----------------*/

.leftcol {
    float: left;
    font-weight: bolder;
    width: 14%;
    text-align: right;
    text-align:left;
}

.rightcol {
    float: right;
    padding-left:3px;
    padding-bottom: 15px;
    width: 85%;
    word-wrap:break-word;
}

    .rightcol p {
        padding-left:10px;
        margin: 0;
    }

.rown, .boldrown, .drown {
    margin: 0 2px;
    text-align: justify;
}

.boldrown {
    font-weight: 600;
    margin-bottom: 12px;
}

.drown {
    text-align: right;
}

.notcol {
    margin: 0 2px 10px;
}

    .notcol h3 {
        margin: 0 !important;
        padding: 5px 0 0;
        text-align: center;
    }

        .notcol h3.align-left {
            text-align: left;
        }

    .notcol img.left_float {
        float: left;
        margin: 0 10px 0 0;
    }

    .notcol img.center_block {
        display: block;
        margin: 10px auto 5px;
    }

    .notcol img.inline_block {
        display: inline-block;
        margin: 0 0 0 0;
        vertical-align: middle;
    }

    .notcol img.right_float {
        float: right;
        margin: 0 0 0 10px;
    }

    .notcol img.upcaptcha {
        cursor: pointer;
    }

    .notcol p {
        text-align: justify;
        padding: 4px 0;
    }

        .notcol p.sign {
            text-align: right;
            font-size: larger;
            font-style: italic;
            line-height: .4;
            margin: 4px 0 2px;
        }

        .notcol p.sign-date {
            text-align: right;
            margin: 1px 0 2px;
            line-height: .9;
        }

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

div.empty-height {
    min-height: 5px;
}

div.float_left {
    float: right;
    width: 300px;
}

div.float_right {
    float: right;
    width: 100px;
}

/*Accordian */
.accordion {
    margin: 0;
}

.accordionHeader, .accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    font-weight: bold;
    padding: 3px 5px 3px 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 3px center;
}

.accordionHeader, .accordionHeaderSelected {
    background-color: #B3CBFF;
    background-image: url('../Images/down1.gif');
}

.accordionHeaderSelected {
    background-color: #8CB1FF;
    background-image: url('../Images/up1.gif');
}

.accordionContent {
    border: 1px solid #C0C0C0;
    margin: 2px 0;
    padding: 0 5px;
    background-color: #F2F2F2;
}

.element_invisible {
    visibility: hidden;
    display: none;
}

.element_visible {
    visibility: visible;
    display: none;
}
/*End Accordian */
/*tablediv*/
.tablediv {
    display: table;
    margin: 0;
    width: 100%;
    border-spacing: 1px;
    border-collapse: collapse;
}

.rowdiv {
    display: table-row;
}

.tddiv1, .tddiv2, .tddiv3 {
    display: inline;
    padding:2px 2px  8px 2px;
    text-align: right;
    display: table-cell !important;
    
}

.tddiv1 {
    width: 42%;
    text-align: right;
    vertical-align:top;
}

.tddiv2 {
    width: 58%;
    text-align: left;
    vertical-align:top;
}

.tddiv3 {
    display: table-cell !important;
    width: 100%;
}
/*end tablediv*/
/*form field*/
.notcol input {
    border: 1px solid #C0C0C0;
    padding: 2px 5px;
    width: 95%;
}
/*visibility:hidden;*/
.notcol .input-hidden{
    visibility:hidden;  
    height:0;
    width:0;
    margin:0;
    padding:0;
    border-width:0;
    display:inline;
}

.notcol textarea {
    border: 1px solid #C0C0C0;
    padding: 2px 5px;
    width: 95%;
}

.notcol select {
    border: 1px solid #C0C0C0;
    padding: 2px 0 2px 2px;
    outline: none;
    width: 97%;
}

.notcol input.submitask {
    border-style: none;
    background-color: #8CB1FF;
    color: #fff;
    width: 100px;
    margin-right: 9px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    
}
/*end form field*/
.red {
    color: Red;
}
/*validation*/
.validation-summary-errors {
    font-weight: bold;
}

.input-validation-error {
    border-color: red !important;
    border-style: solid !important;
    border-width: 1px !important;
}
/* end validation */

/*.to-top, .to-bottom {
    position: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #0253AF;
    border: 2px solid #FFF;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    color: Aqua;
    left: -100px;
    margin: 0;
    height: 25px;
    width: 45px;
}*/

.to-top, .to-bottom {
    position: fixed;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    left: -100px;
    margin: 0;
    height: 50px;
    width: 35px;
}

.to-opacity-low {
    opacity: 0.40 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40) !important;
}

.to-opacity-hi {
    opacity: 0.65 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
}

.to-top {
    bottom: 3px;
    background-image: url('../Images/upb.png');
    padding: 0;
}

.to-bottom {
    top: 3px;
    background-image: url('../Images/downb.png');
    padding: 0;
}

.t-bottom {
    display: inline-block;
    padding: 3px 0 0;
}

#mnmenu {
    position: fixed;
    left: -100px;
    background-color: #0253AF !important;
    border: 2px solid #FFF;
    font-size: 1em;
    margin: auto 0;
    height: 98px;
    width: 32px;
}

    #mnmenu ul {
        list-style-type: none;
        list-style-position: outside;
    }

    #mnmenu li {
        margin: 2px;
        padding: 3px 2px 2px;
        text-align: center;
    }
/* maps */
.google-maps {
    margin: 10px 35px;
}

    .google-maps iframe {
        margin: 0;
    }

    .google-maps small {
        margin: 0;
        padding-top: 0;
        font-size: .82em;
        letter-spacing: .08em;
    }
/* sitemape*/
a.site-map {
    display: inline-block;
    background-image: url('../Images/sitemapiconb.gif');
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 25px;
}

    a.site-map:hover {
        background-image: url('../Images/sitemapiconw.gif');
    }

a.site-main {
    display: inline-block;
    background-image: url('../Images/home_blue.gif');
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 4px 0 3px;
    padding: 0;
    width: 18px;
}

    a.site-main:hover {
        background-image: url('../Images/home_gray.gif');
    }

.wrap-hidden {
    display: none;
    visibility: hidden;
}
/*finding*/
table.results {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    table.results td {
        padding: 15px 0 0;
        vertical-align: top;
    }

        table.results td.counter {
            width: 5%;
            font-weight: bold;
        }

        table.results td.finding {
            width: 95%;
        }

    table.results ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        table.results ul li {
            background: none !important;
            margin: 0 0 5px !important;
        }

span.find {
    display: inline-block;
    color: #093;
    font-style: italic;
    letter-spacing: .1em;
    font-weight: 600;
}

span.bold {
    font-weight: bold;
    letter-spacing: .2em;
}

.sbold {
    font-weight: bold;
}

span.bestfragment {
    font-size: .9em;
}

table.defdesc {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    table.defdesc tr {
    }

    table.defdesc td {
        padding-top: 6px;
        vertical-align: top;
        text-align: left;
    }

        table.defdesc td.td-def {
            width: 110px !important;
            font-weight: bold;
        }

        table.defdesc td.td-desc {
        }
/*order, archive, pages */
div.pages {
    /*position: absolute;*/
    margin: 0 5px;
    padding: 0;
    bottom: 1px;
}

    div.pages a, div.pages a:hover, div.pages a:visited, div.pages a:active {
        border: thin solid #FFF;
        text-decoration: none;
        display: inline-block;
        margin: 0 2px;
        padding: 2px;
        font-weight: bold;
        width: 20px;
        text-align: center;
    }

        div.pages a:hover {
            border: thin solid #B0B0B0;
            background-color: #E4E4E4;
            text-decoration: none;
        }

.order-archive {
    margin-left: 0;
}

.order {
    width: 80%;
    float: right;
}

.archive {
    width: 80%;
    float: right;
}

.archive, .order {
    margin: 10px 0;
}

.order-archive ul {
    display: inline-block;
    list-style-type: none !important;
}

.order ul {
    float: right;
}

.archive ul {
    float: right;
}

.order-archive ul li {
    float: left;
    display: inline-block;
    margin: 0 0 2px 11px !important;
    padding: 0 !important;
    background: none !important;
    font-size: .9em;
    font-weight: bolder;
}

    .order-archive ul li a, .order-archive ul li a:hover, .order-archive ul li a:visited, .order-archive ul li a:active {
        border: thin solid #FFF;
        text-decoration: none;
        margin: 0;
        padding: 3px;
        font-weight: bold;
    }

        .order-archive ul li a:hover {
            border: thin solid #B0B0B0;
            background-color: #E4E4E4 !important;
            text-decoration: none;
        }

.order .asc, .order .desc {
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 17px !important;
}

.order .asc {
    background-image: url('../Images/order-asc.png');
}

.order .desc {
    background-image: url('../Images/order-desc.png');
}

.order a.asc:hover {
    background-image: url('../Images/order-ascb.png');
}

.order a.desc:hover {
    background-image: url('../Images/order-descb.png');
}


#banobjtibo2013 {
    min-height: 150px;
}

/*corner---------------*/
.roundedEl {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.roundedEll {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.rounded2px, .white a.selectedw, .roundedinput, .order-archive ul li a:hover, a.selected, div.pages a:hover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

/*spec*/
.ef {
    background-image: url('../Images/ef.png');
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: inline-block;
    width: 27px;
    height: 17px;
    margin-bottom: -4px;
    margin-left: -1px;
}

/*reception color: rgb(46, 110, 158); background-color: rgb(223, 239, 252) rgb(208, 229, 245);*/
#ReceptionTimeSel table {
    border-collapse: collapse;
    border-spacing: 2px 2px;
    margin-top:10px;
    margin-bottom:10px;
}

#ReceptionTimeSel a {
    background-color: rgb(208, 229, 245) !important;
    
    color: rgb(46, 110, 158);
    font-weight: bold;
    text-decoration: none;
    padding:3px;
}

 #ReceptionTimeSel a.time-select {
        
        color: rgb(225, 112, 9);
        
    }


    #ReceptionTimeSel span.time-busy {
        display:inline-block;
        background-color: #f3f8fd;
        color: #c1cbdc;
        font-weight: bold;
        padding:3px;
    }

