﻿* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   color: #8B8C86; 
   /*text-align: center; */
   min-width: 680px; 
   /*font-family: verdana, lucida, arial, helvetica, sans-serif;*/
   background-color:#0776A0;
}

p {
   /*margin-bottom: 10px;
   line-height: 19px;
   font-size: 50%;*/
}

a, a:link, a:visited {
   color: #88BDC1;
   text-decoration: none;
/*   font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #88BDC1;
}  

span a {
   /*font-weight: bold;*/
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 1000px;
   text-align: left;
   background: #84C7DA;
}

#pageHeader
{
	padding-top: 20px;
	padding-left: 40px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(   'Images/PageHeader.jpg' );

}

#pageHeaderText
{
	text-align:right;
	padding:20px 0px 0px 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #124F92;
	width:300px;
}

a.headerLink
{
	color:#124F92;
}

#mainContainer {
	margin-left: 10px;
	margin-right: 6px;
	height:652px;
	width:976px;
   	background-repeat: no-repeat;
	background-position: top;
	background-image: url( 'Images/MainBack.jpg' );
}

#mainGuestContainerReservationSearch
{
	width:728px;
	height:732px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url( 'Images/GuestLayoutReservationSearch.jpg' );
}

#mainGuessContainerChooseRoom
{
	width:848px;
	height:732px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url( 'Images/GuestLayoutChooseRoom.jpg' );
}
#mainGuestContainerInfo
{
	width:828px;
	height:928px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url( 'Images/GuestLayoutGuestInfo.jpg' );
	padding-left:50px;
	padding-top:20px;
}

#GuestInfoMainContainer
{
	margin-top:150px;
}

#menuContainer
{
	margin-left: 10px;
	margin-right: 6px;
	height:66px;
	width:976px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url( 'Images/MenuBack.jpg' );
}

#menuItems
{
	position:absolute;
	padding:13px 0px 0px 25px;
}

#footer 
{
	text-align:center;
	clear: both;
	font-size: 70%;
	margin-top: 20px;
	border-top: solid #000000 1px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	color: #000000;
}

.CenteredCalendar
{
	position:absolute;
	left:50%;
	width:500px;
	margin-left:-350px;
}

.CenteredInfo
{
	width:976px;
	margin:0px auto;
	text-align:center;
	padding:15px;
}

.CalcpYearNavigation 
{
    background-color: #3366CC;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.CalcpMonthNavigation
{
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #003399;
	font-weight: bold;
	background-color: #99CCFF;
}
        
        .CalcpDayColumnHeader, .CalcpYearNavigation, .CalcpMonthNavigation, .CalcpCurrentMonthDate, .CalcpCurrentMonthDateDisabled, .CalcpOtherMonthDate, .CalcpOtherMonthDateDisabled, .CalcpCurrentDate, .CalcpCurrentDateDisabled, .CalcpTodayText, .CalcpTodayTextDisabled, .CalcpText
        {
            font-family: arial;
            font-size: 8pt;
        }
        TD.CalcpDayColumnHeader
        {
            text-align: right;
            /*border: solid thin #6677DD;
            border-width: 0 0 1 0;*/
        }
        .CalcpCurrentMonthDate, .CalcpOtherMonthDate, .CalcpCurrentDate
        {
            text-align: right;
            text-decoration: none;
        }
        .CalcpCurrentMonthDateDisabled, .CalcpOtherMonthDateDisabled, .CalcpCurrentDateDisabled
        {
            color: #D0D0D0;
            text-align: right;
            text-decoration: line-through;
        }
        .CalcpCurrentMonthDate
        {
            color: #6677DD;
            font-weight: bold;
        }
        .CalcpCurrentDate
        {
            /*color: #FFFFFF;
            font-weight: bold;*/
        }
        .CalcpOtherMonthDate
        {
            color: #808080;
        }
        TD.CalcpCurrentDate
        {
          /*  color: #FFFFFF;
            background-color: #6677DD;
            border-width: 1;
            border: solid thin #000000;*/	
        }
        TD.CalcpCurrentDateDisabled
        {
            border-width: 1;
            border: solid thin #FFAAAA;
        }
        TD.CalcpTodayText, TD.CalcpTodayTextDisabled
        {
            /*border: solid thin #6677DD;
            border-width: 1 0 0 0;*/
        }
        A.CalcpTodayText, SPAN.CalcpTodayTextDisabled
        {
            height: 20px;
        }
        A.CalcpTodayText
        {
            color: #6677DD;
            font-weight: bold;
        }
        SPAN.CalcpTodayTextDisabled
        {
            color: #D0D0D0;
        }
        .CalcpBorder
        {
            border: solid thin #6677DD;
        }
        .style1
        {
            color: black;
        }
    .dataInfo
        {
            
            text-align:right;
            color: #3366CC;
	        font-size: large;
        }
.dataHeaders
{
	color: #000066;
}
.dataContent
{
	border: 1px solid #99CCFF;
	text-align: left;
	color: #000000;
	font-size: medium;
	background-color: White;
}

 .CalendarDiv
 {
 	position: absolute; 
 	visibility: hidden; 
 	background-color: white; 
 	color:#3366CC;
 	font-size:medium;
 	
 }
.CalendarDiv a:link
 {
 	 color: #3366CC;
 	 
 	}

.CalendarDiv a:hover
{
	color: #3366CC;
	background-color: #99CCFF;
	cursor:default;
}
