
/*
AVAILABILITY PAGE STYLES
======================================================================
*/

#ChooseStartDate
{
    width:700px;
    float:left;
    margin:15px 20px 0 20px;
    border-bottom:1px solid rgb(153,153,153);
    padding:0 0 15px 0;
}
#ChooseStartDate .left
{
    float:left;
    width:500px;
}
#ChooseStartDate .right
{
    float:left;
    margin:0 0 0 15px;
}


div.month
{
    margin-left: 0px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}

#fullCalendar
{
    width:700px;
    border-bottom:1px solid rgb(153,153,153);
    padding:0 0 15px 0;
    text-align: center;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
#fullCalendar .selectDate
{
    margin-top:10px;
}

tr.monthName
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height:1.5em;
    background-color:#f2d997;
}

tr.monthName a
{
    color: white;
}

span.monthNav
{
    width: 100%;
    height:20px;
    font-size: 10px;
    color: gray;
}

div.availabilityTable
{
    float: left;
    margin-top:10px;
}

div.availabilityTable table
{

}



div.availabilityTable table th
{

    text-align: center;
    background-color: #CC7A16;
}

tr.dayNames
{
    font-weight:bold;
    background-color:#f2d997;
    height:1.5em;
    color:#fff;
}

div.availabilityTable table tr td
{
    text-align:center;
    background-color:#ffffff;
    font-weight:normal;
    color:black;
}
div.availabilityTable .month table tr td
{
    height:30px;
    width:40px;
}
div.availabilityTable .subMonth
{
    font-size:10px;
    width:160px;
    display:inline;
    float:left;
    margin:0 10px 10px 0;
}
div.availabilityTable .subMonth table tr td
{
    height:15px;
    width:20px;
}
div.availabilityTable table tr td a
{
    color:#ffffff;
}

.dateInput
{
    margin: 5px;
}

div.availabilityTable table tr td
{
    background-color: #cccccc;
    background-image:url("../gfx/cal_avail.gif");
}

div.availabilityTable table tr td.dateAvailable
{
	background: white;
	color: black;
}

div.availabilityTable table tr td.dateAvailable a
{
	background: white;
	color: black;
}

div.availabilityTable table tr td.dateSelected
{
    background-color: #e5b42f;
    background-image:url("../gfx/cal_sel.gif");
}

div.availabilityTable table tr td.dateInvalid
{
    background-color: #DE6F6F;
    color: white;
}



p.invalid
{
    color: #DE6F6F;
    font-weight: bold;
    padding-left: 10px;
}

div.book_now
{
    margin:100px 0 0 0;
    float:right;
    width:200px;
}
input.bookNowButton
{
    margin: 20px;
    width:115px;
    height:30px;
    background-color: #cc7a16;
    border: 1px solid #ecc867;
    color: white;
    cursor:pointer;
}


#legend
{
    float: left;
    padding-bottom: 5px;
}

#legend table
{
    width: 150px;
}


#legend table tr td
{
    padding: 3px;
    background: white;
    text-align: left;

}
#legend table tr td.booking
{
    background-color: #e5b42f;
    background-image:url("../gfx/cal_avail.gif");
    width: 30px;
    height: 30px;
    border: 1px solid black;
}

#legend table tr td.unavailable
{
    background-color: #cccccc;
    background-image:url("../gfx/cal_sel.gif");
    width: 30px;
    height: 30px;
    border: 1px solid black;
}

#legend table tr td.available
{
    background-color: white;
    width: 30px;
    height: 30px;
    border: 1px solid black;
}
div.availabilityTable table tr td.noDate
{
    background-color: #9EA7A6;
    background-image: none;
}

span.greenhead
{
    font-size: 16px;
    color: #f2d997;
}


#PageHeading div.title
{
    float:right;
    padding:20px 20px 0 0;
    margin:0;
    text-align:right;
    color: #e5b42f;
}

.calendarIntro
{
    font-size: 12px;
    font-weight: normal;
    color: #e5b42f;
}


#SeasonPrices
{
    padding: 10px;
    background-color: #aca97a;
    background-image: url(/gfx/tiny-drop.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 170px;
    float: left;
    margin-left: -5px;
    color: white;
    margin-top: 3px;

}

#SeasonPrices h5, #SeasonPrices h5 a
{
    font-size: 12px;
    color: #f6e5b6;
    font-weight: normal;
    line-height: 16px;
}

#SeasonPrices ul
{
    padding: 0px;
    margin: 0px;
}

#SeasonPrices ul li
{
    list-style: none;
    float: left;
    width: 85px;
}

#SeasonPrices span
{
    line-height: 14px;
}

#SeasonPrices a
{
    color: white;
}

#DetailsPanel
{
    background-color: #aca97a;
    background-image: url(/gfx/bottom-curves-midi.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 154px;
    margin-top: 20px;
    float: left;

    margin-bottom: 20px;
}

#MainInfo
{
    color: #eeeee4;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/gfx/top-curves-midi.gif);
    background-repeat: no-repeat;
    background-position: top;
    line-height: 20px;
    padding-top: 10px;
}

#MainInfo span
{
    font-weight: bold;
}

#ChangeDates
{
    margin-top: 20px;
}
