﻿/*General*/
#divTourOuter {
    position:absolute;
    top:15px;
    right:0px;
            float: right;
            overflow: hidden;
            transition: width 500ms;
            -moz-transition: width 500ms;
            -ms-transition: width 500ms;
            -o-transition: width 500ms;
            -webkit-transition: width 500ms;
        }

        .divButtonTour {
            color: #fff;
            background: rgba(46, 45, 114, 0.90);
            border-top-left-radius: 20px;
            border-Bottom-left-radius: 20px;
            cursor: pointer;
            padding: 15px 20px;
        }

            .divButtonTour:hover {
                color: #ddddf0;
            }

        .tblTourDesc {
            padding: 20px 30px 20px 5px;
        }

        

        .divSplitter
        {
            width:100%; height:1px; background:#fff; display:block;
        }

        .tdDateSlitter {
            border-right: solid 1px #fff;
            padding-right: 20px;
            min-width: 85px;
            box-sizing: border-box;
        }

        .tdTourDesc {
            padding-left: 20px;
        }

        .spanTourMon {
            font-size: 40px;
            font-family: Caveat Brush;
            line-height: 40px;
        }

        .spanTourDate {
            font-size: 28px;
            font-family: Caveat Brush;
            line-height: 28px;
        }

        .btnTourClose {
            width: 30px;
            height: 30px;
            display: block;
            background: url(../data/admcms/images/btn-close-tour-schedule.png)no-repeat 0px 0px;
            cursor: pointer;
        }

            .btnTourClose:link, .btnTourClose:visited {
                text-decoration: none;
            }

            .btnTourClose:hover, .btnTourClose:active {
                text-decoration: none;
                background: url(/data/admcms/images/btn-close-tour-schedule.png)no-repeat 0px -80px;
            }
