﻿/*日期样式*/
.calendarCss
{
    font-size: 12px;
    border: solid 1px #b1dd99;
    border-collapse: collapse;
    text-align: center;
    width:100%;
}
.calendarCss td, .calendarCss tbody td, .calendarCss tbody tr td
{
    border: solid 1px #b1dd99;
    border-collapse: collapse;
    height:auto;
    vertical-align:middle;
    padding:0px;
}
.calendarCss th
{
    border: solid 1px #b1dd99;
    border-collapse: collapse;
    height:auto;
}
.calendarTitleCss
{
    font-weight: bold;
    background: #fff5f5;
    border: 0px;
    border-collapse: collapse;
    width:100%;
    height:30px;
}
.calendarTitleCss tbody tr td
{
    border:none;
    border-collapse: collapse;
    vertical-align:middle;
}
.calendarCss th.calendarDayHeadCss
{
    font-weight: bold;
    height:20px;
    background:none;
}
.calendarCss .calendarDayCss
{
    font-weight: normal;
    border: solid 1px #b1dd99;
    border-collapse: collapse;
    color: #999;
    height:40px;
}
.calendarSelectedDayCss
{
    background: #fdfeee;
}
.calendarTodayCss
{
    background: #fdfeee;
    color: #F00;
    font-weight: bold;
}
.calendarCss .calendarOtherMonthDayCss
{
    color: #999;
    height:40px;
}

.calendarCss .seatStatus
{
    float: right;
    font-size: 11px;
    color: #e67d01;
}
.calendarCss .price
{
	font-family:Arial;
    float:none;
    color: #006dd7;
    font-size: 11px;
}
.calendarCss .calendarDay
{
    float:none;
    font-weight: bold;
    color: #555;
}
.calendarCss .tourDays
{
    float:none;
    width:50px;
}
.calendarCss .seatFull
{
    float: right;
    color: red;
    font-size: 11px;
    font-family: MingLiU;
}

.calendar_tourDateHover
{
    background: #fff9d0;
    color: red;
    cursor: pointer;
}

/*button样式*/
.buttonCss
{
    width: 73px;
    height: 27px;
    border: none;
    padding: 0px;
    margin: 0px;
    background: url(Images/login_btnBg.gif);
    color: #fff;
}
.inputBoxCss
{
}

/*分页控件样式*/
.pager
{
    padding:5px 0px;
    overflow:hidden;
    }
.pager a:link, .pager a:visited
{
    display:block;
    float:left;
    padding:5px;
    border:solid 1px #ccc;
    }
.pager a:hover
{
    background:#eee;
    }
.pager span
{
    display:block;
    float:left;
    padding:5px;
    border:solid 1px #ccc;
    }

