﻿/* Navigation classes */
.NavigationRes
{
    width: 780px;
    height: 25px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    background-image: url(../../Images/settings_reservation.gif);
    background-repeat: no-repeat;
}

    .NavigationRes .InnerLeft 
    {
        width: 275px;
        height: 25px;
        float: left;
    }
   
    .NavigationRes .InnerMiddle
    {
        width: 90px;
        height: 25px;
        float: left;
    }
    
    .NavigationRes .InnerRight
    {
        height: 25px;
        float: left;
    }

    .NavigationRes .InnerProgress
    {
        width: 25px;
        height: 25px;
        float: right;
    }

    .NavigationRes .Month 
    {
        font-size: 11px;
    }

    .NavigationRes .Year 
    {
        margin-left: 10px;
        font-size: 11px;
    }

	.NavigationRes .Cabin
	{
		font-size: 11px;
	}
	
	.NavigationRes .Calendar
	{
		width: 60px;
		margin-left: 10px;
		font-size: 11px;
	}

/* Calendar classes */
.CalExplanation 
{
	margin-top: 5px;
	width: 800px;
}

.CalExplanation .InnerText 
{
	float: right;
	padding-right: 5px;
	font-size: 11px;
	line-height: 20px;
}

.CalTableBG 
{
	width: 800px;
	clear: both;
	background-color: #CCCCCC;
}

.CalTable 
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

.CalItemHeader 
{
	padding: 2px 0px 2px 2px;
	background-color: #EFEFEF;
	font-weight: bold;
	width: 100px;
}

.CalItem 
{
	padding: 2px 0px 2px 2px;
	background-color: #FFFFFF;	
}

.CalDayHeader
{
	width: 20px;
	background-color: #EFEFEF;
	text-align: center;
}

.CalDayHeaderWeekend 
{
	width: 20px;
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
}

.CalDayHeaderSunday
{
	width: 20px;
	background-color: #EFEFEF;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.CalDay
{
	background-color: #FFFFFF;
	text-align: center;
}

.CalDayWeekend 
{
	background-color: #ffffcc;
	text-align: center;
}

.ReservedDay 
{
	background-image: url(../../Images/res_taken.gif);
	background-repeat: no-repeat;
	margin: 2px;
	cursor: pointer;
}

.PrelDay 
{
	background-image: url(../../Images/res_prel.gif);
	background-repeat: no-repeat;
	margin: 2px;
	cursor: pointer;
}

.ConflictDay
{
	background-image: url(../../Images/res_conflict.gif);
	background-repeat: no-repeat;
	margin: 2px;
	cursor: pointer;
}