﻿/*CATEGORY,BODY,Page background/font,FOREGROUND,BACKGROUND */
body {
	background-color: #FFFFFF;	
	color:#000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:75%;
	margin:0;
	padding:0;
	border:none;	
}

div, p, h1, h2, h3, h4, ul, li, table {
	margin:0;
	padding:0;
	border:none;
}

/*Explanation of categories */
/*1 - parameter -> always default CATEGORY  (mandatory)*/
/*2 - parameter -> name of the category  (mandatory)*/
/*3 - parameter -> name of the category to display on the page  (mandatory)*/
/*4 - parameter -> if the foreground color is changeable of this category then add FOREGROUND  (optional)*/
/*5 - parameter -> if the background color is changeable of this category then add BACKGROUND  (optional)*/
/* if category 4 is not changeable just leave it out then the category 5 will be the category 4 */
/* add/modify the same comment before each css # tag selector and it will belong to the same category */

/****** Main Layout like Colums (master pages) ***********/

#header {margin:-1px auto 0 auto;}

#header {}

#headertop {
	height:140px;
}

#maincontent {margin:0px auto 20px auto;}

#leftcontent
{
	margin:0px;
	padding: 0px;
}

.leftcolumn 
{
	margin-bottom:10px;
}
/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.leftcolumn a 
{
	margin:0;
	padding:2px 5px;
	color:#14428C;
	text-decoration:none;	
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.leftcolumn a:hover 
{
	color:#4A6E3B;
}	

#rightcontent
{
	margin: 0px;
	padding: 0px;
}

.rightcolumn 
{
	margin-bottom:10px;
}
/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.rightcolumn a 
{
	color:#14428C; 
	padding:1px; 
	text-decoration:none;
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.rightcolumn a:hover 
{ 
	color:#4A6E3B; 
}

#middlecontent
{
	margin:0px;
	padding: 0px;
}

.middlecolumn 
{
	margin-bottom:10px;
}
/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.middlecolumn a 
{
	color:#14428C; 
	padding:1px; 
	text-decoration:none;
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.middlecolumn a:hover 
{
	color:#4A6E3B;
}	

#footer 
{
	padding:10px 0 5px 10px;
	color:#333;
	font-size:0.8em;
	letter-spacing:0.1em;
}

#footertop 
{
	margin-bottom:10px;
}

#footerbottom 
{
	margin-bottom:10px;
}

/****** End Main Layout like Colums ***********/


/********** General Content Style *************/

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

/* Wrapper is used to wrap the control */
.commonControlWrapper {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:20px;
	border:0px;
	width:100%;
}
/*CATEGORY,HEADERSTYLE,Header background/font,FOREGROUND,BACKGROUND */
.headerStyle
{
	height:17px;
	border:0px;
	color:#ffffff;
	background-color:#7795B7;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	border-top:1px solid #A3A3A3;
	padding-left:2px;
}

.headerStyleTable
{
	border:0px;
	width:100%;	
}

.contentsStyle
{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}
 /*CATEGORY,BUTTON,Buttons background/font,FOREGROUND,BACKGROUND */
.btnCommonButton
{
	border-right:1px solid #A3A3A3;
	border-bottom:1px solid #A3A3A3;
	border-top:1px solid #D4D0C8;
	border-left:1px solid #D4D0C8;
	margin-right:2px;
	background-color:#14428C;
	color:#ffffff;
	font-size: 11px;
	cursor:pointer;
}
/*CATEGORY,BUTTON,Button background/font,FOREGROUND,BACKGROUND */
.boldLink
{
	margin:0;
	padding:2px 5px;
	color:#14428C;
	text-decoration:none;	
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
    font-size:9px;	
}

.RequiredValidators
{
	padding:5px 5px;
	margin-left:270px;	
	position:absolute;
	color: Red;
}
/*******************************************/

/*************** Help Styles ***************/

.HelpButton
{
	margin-right:2px;
}

.PrintHelpButton
{
	width:0px;
	height:0px;
	display:none;
	visibility:hidden;
}
/*CATEGORY,HELPTITLE,Help Title background/font,FOREGROUND,BACKGROUND */
.helpTitleStyle 
{
    background-color: #A3A3A3;
    border-color: #A3A3A3;
    color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    border-style: groove;
    border: 0px;
    border-style: solid;    
}
/*CATEGORY,HELPTEXT,Help Text background/font,FOREGROUND,BACKGROUND */
.helpTextStyle 
{
    background-color: #CBE2FE;
    border-color: #CBE2FE;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    border-style: groove;
    border: 0px;
    border-style: solid;    
}

#f_tooltip_content
{
	position:absolute;			
	padding:0px;
	background-color:#A3A3A3;
	border:0px solid black;
}

/*************** End Help Styles ***************/

/*************** AJAX Styles ***************/

.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.collapsePanel {
	overflow:hidden;
	font-size:11px;
}

.dynamicPopulate_Normal 
{	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(../../../I/nav/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

.listSearch
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

/************* End AJAX Styles **************/

/************* Search Rates *********************/

.selDate
{
    FONT-SIZE: 10px;
    COLOR: #373737;
    FONT-FAMILY: Arial, Verdana, Sans-Serif;
}

.ddlSearchDropDownList
{
	font-size:10px;
}
/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.SpecialRateWindowLink
{
	color:#14428C;
	text-decoration:none;	
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
    font-size:11px;	
    cursor:pointer;
}

/************* End Search Rates *****************/

/************* Reservation Special Requests *********************/

.ddlSpecialRequestDropDownList
{
	font-size:10px;
}


/*CATEGORY,GENERALAV2,Rate description fields,BACKGROUND */
.PriceNameCell
{
	border-left: 1px solid #C8C8BE;
	border-bottom: 1px solid #C8C8BE;
	border-top: 1px solid #C8C8BE;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	margin-top:5px;
	height: 28px;
	background-color:#9EC8FB;
}

.PriceNameImage {
	margin-right: 5px;
	padding-left: 5px;
}

.PriceEmptyCell
{
	height:5px;
}

/*CATEGORY,GENERALAV,Price fields,BACKGROUND */
.PricePriceConverterCell {
	border-bottom: 1px solid #C8C8BE;
	border-top: 1px solid #C8C8BE;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	width: 140px;
	font-size: 9px;
	margin-top:5px;
	height: 28px;
	background-color:#CBE2FE;
}
/*CATEGORY,GENERALAV,Price fields,BACKGROUND */
.PricePriceConverterCell .lblRateChange {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
    color:red;
    background-color:#CBE2FE;
}
/*CATEGORY,GENERALAV2,Rate description fields,BACKGROUND */
.PriceButtonCell {	
	border-right: 1px solid #C8C8BE;
	border-bottom: 1px solid #C8C8BE;
	border-top: 1px solid #C8C8BE;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	width: 100px;
	font-size: 9px;
	margin-top:5px;
	height: 28px;
	background-color:#9EC8FB;
}

.RateChangeDisplay
{
	color: #FF4848;
	margin-left:5px;
}

.RateTotalDisplay
{
	margin-left:5px;
}

.RoomImageThumb 
{
    border-right: 1px solid #C8C8BE;
	border-bottom: 1px solid #C8C8BE;
	border-top: 1px solid #C8C8BE;
	border-left:1px solid #C8C8BE;
    width:100px;
    border:0;
}


/************* End GeneralList **********************/

/************* Image Gallery **********************/

.ImageGalleryImg
{
	width:80px;
	border: 0px;
	margin-top: 5px;
}

.PictureGalleryThumbs
{
	width:300px;
}

/************* End ImageGallery **********************/

/******* Availability Calendar ***********/

.AvailabilityCalendar {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
 }

.AvailabilityCalendarHeader {
	font-size: 11px;
    font-weight: bold;
    background-color: #DADADA;
    color: #000000;
    text-decoration: none;
 }
 
 .AvailabilityCalendarHeader a {
	font-size: 11px;
    font-weight: bold;
    background-color: #DADADA;
    color: #000000;
    text-decoration: none;
 }
 
/*CATEGORY,CALENDAR_PASSED,Calendar passed days background,BACKGROUND */
.CalendarPassedDate {
	background-color:#DADADA; 
	/*#DADADA*/
}

/*CATEGORY,CALENDAR_OPEN,Calendar available days background,BACKGROUND */
.CalendarAvailable {
	background-color:#D9FFEF;
	cursor:pointer;
}
/*CATEGORY,CALENDAR_PASSED,Calendar passed days background,BACKGROUND */
.CalendarNotAvailable {
	background-color:#DADADA;
}

/*CATEGORY,CALENDAR_SELECT,Calendar selected days background,BACKGROUND */
.CalendarSelected {
	background-color:#F8FDA7;
	cursor:pointer;
}

/* Different types of restrictions */
.Restriction_Text
{
	font-size:10px;	
}

/*CATEGORY,CALENDAR_OPEN,Calendar available days background,BACKGROUND */
.Calendar_open 
{
    background-color:#D9FFEF;
    width:10px;
    height:10px;
}    

/*CATEGORY,CALENDAR_CLOSE,Calendar closed days background,BACKGROUND */
.Calendar_closed 
{
    background-color:#B73939;
    color:#FFFFFF;
    width:10px;
    height:10px;	    
}
/*CATEGORY,CALENDAR_RESTRICT,Calendar restrictions background,BACKGROUND */
.Calendar_minimum_stay_through 
{
	background-color:#FFD7DA;
	width:10px;
	height:10px;			    
}
/*CATEGORY,CALENDAR_PASSED,Calendar passed days background,BACKGROUND */
.Calendar_NotSelectable 
{
	background-color:#DADADA; 
	width:10px;
	height:10px;	    		
}
/*CATEGORY,CALENDAR_PRICE,Calendar prices font,FOREGROUND */
.Calendar_Lowest_price 
{
	color: #14428C;
	font-weight: bold;
    width:10px;
    height:10px;	
}

.Calendar_minimum_advance_booking 
{
    background-color:#FFE9FF;
}

.Calendar_closed_for_arrival 
{
    background-color:#7F80FF;
}

.Calendar_maximum_length_of_stay 
{
	background-color:#A55559;
}

.Calendar_minimum_length_of_stay 
{
    background-color:#524FCE;
}

.Calendar_open_for_arrival 
{
    background-color:#FFC0C0;
}
    
/* End Different types of restrictions */

/******* End Calendar ***********/


/******* Navigation Bar ********/

/*CATEGORY,NAVBAR_PAST_LINK,Navigation Bar past step background/font,FOREGROUND,BACKGROUND */
#headerbottom div
{
	/*background-image: url(../../../I/nav/blueBox_light.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#85A7CD;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	text-align:center;
	height:20px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:11px;
	color:#DFDFDF;
	line-height:20px;
	text-decoration:none;
	text-transform:none;
	text-indent:0;
}

#headerbottom .navTable_Selected div a
{
	font-size:12px;
	color:#AFAFAF;
	text-decoration:none;
}
/*CATEGORY,NAVBAR_PAST_LINK,Navigation Bar past step background/font,FOREGROUND,BACKGROUND */
#headerbottom .navTable_NonSelected div a
{
	background-color:#85A7CD;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
/*CATEGORY,NAVBAR_PAST,Nav. Bar Mouse over past step,FOREGROUND */
#headerbottom .navTable_NonSelected div a:hover {
	color:#14428C;
}

#headerbottom .navTable_Selected div
{
	/*background-image: url(../../../I/nav/blueBox.gif);*/
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:12px;
	height:23px;
	background-color:#FFFFFF;
	line-height:22px;
	border-right: 1px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;	
}

.navTable_Link
{
	text-decoration:none;
	color:#FFFFFF;	
}

.navTable_Link a {
	margin:0;
	padding:0;
	border:0;
	color:#466F9D;
	text-decoration:none;	
}

.navTable_Link a:hover {
	color:#4A6E3B;
}

#headerbottom .navTable_Disabled div
{
	text-decoration:none;
	background-color:#DFDFDF;
	color:#DFDFDF;	
	height:20px;	
}

#headerbottom .navTable_Disabled div a
{
	text-decoration:none;
	background-color:#DFDFDF;
	color:#466F9D;	
}

/******* End Navigation Bar ********/


/******** Customer Profile Information *******/

.txbAdditionalPackQty {
	width :15px;
	height: 12px;
	font-weight: normal;
	font-size:10px;
	text-align : center; 
}

.lblAdditionalPackDesc {
	font-weight: bold;
	text-align : center;
}

.txtProfileEditField {
	width :260px;
}

.txtProfileDropDownField {
	width :266px;
}

/******** End Customer Profile Information *******/

/******** Menu **********/

.menuTable
{
	width:246px;
	height:39px;
}

.menuPrintTable
{
	display:none;
	visibility:hidden;	
}
/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.lnkMenuItem
{
    color:#14428C;
    font-weight:bold;
    text-decoration:none;
    margin:2px;
    padding:2px;
    border:2px;	
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.lnkMenuItem:hover {
	color:#4A6E3B;
}


/*CATEGORY,LINK,Hyperlinks,FOREGROUND */
.lnkLanguageItem
{
    color:#14428C;
    text-decoration:none;
    margin:2px;
    padding:2px;
    border:2px;	
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.lnkLanguageItem:hover {
	color:#4A6E3B;
}

/*CATEGORY,HEADERSTYLE,Header background/font, FOREGROUND,BACKGROUND */
.ForgetPasswordText
{
	padding:5px 5px 5px 5px;
	text-decoration:none;
	background-color: #7795B7;
	background-repeat: no-repeat;
	color: #FFFFFF;			
}
/************************************/

/*********** Reservation *************/

.lblConfirmationText
{
	font-weight:bold;	
}

/************************************/

/****** Reservation Hotel Info *******/

.dailyTable
{
	BORDER-RIGHT: Gray 1px solid; 
	BORDER-TOP: Gray 1px solid; 
	BORDER-LEFT: Gray 1px solid; 
	BORDER-BOTTOM: Gray 1px solid;
	font-size: 11px;
}

.packTable
{
	BORDER-RIGHT: Gray 1px solid; 
	BORDER-TOP: Gray 1px solid; 
	BORDER-LEFT: Gray 1px solid; 
	BORDER-BOTTOM: Gray 1px solid;
	font-size: 11px;	
}

.packTableCell
{
	background-color: Gray;
}
/*CATEGORY,BUTTON,Button backgroun/font,FOREGROUND,BACKGROUND */
.BackToSearchCell a
{
	margin:0;
	padding:5px 5px;
	background-color: #14428C;
	background-repeat: no-repeat;
	color: #FFFFFF;	
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;    
}
/*CATEGORY,LINKHOVER,Mouse over Hyperlinks,FOREGROUND */
.BackToSearchCell a:hover
{
	margin:0;
	padding:5px 5px;
	background-color: #14428C;
	background-repeat: no-repeat;
	color: #FFFFFF;	
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;    
}

/************************************/

/********* CurrencyConverter ********/

.CurrencyConverter
{
	border-right: #14428C 1px solid; 
	border-top: #14428C 1px solid;
    border-left: #14428C 1px solid; 
    border-bottom: #14428C 1px solid;
    width: 352px; 
    height: 361px;	
}

.CurrencyConverterDisclaimer
{
	border-bottom: #14428C 1px solid;	
}

/************************************/

/********* Messaging Info/Errors ********/

.ErrorMessageStyle
{
	color: #FF0000;
	font-weight: bold;
}
/*CATEGORY,HEADERSTYLE,Header background/font,FOREGROUND,BACKGROUND */
.modalPopupHeader 
{
	color: #ffffff;
	font-weight: bold;
	background-color:#7795B7;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	vertical-align :middle;
	text-align:left;
	width:250px;
}
.modalPopup 
{
	color: #FF0000;
	font-weight: bold;
	background-color:white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	border-width:1px;
	border-style:solid  ;
	border-color:Gray;
	vertical-align :middle;
	text-align:left;
	padding:3px;
	width:250px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;

}
.InfoMessageStyle
{
	font-weight: bold;
}

/********* MyReservationList Control ********/

.Myrestable
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #000fff;
	width: 280px;
	background-color: #000666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	white-space :nowrap;
}

.Myrestable td 
{
	background-color: #000CCC;
	color: #000000;
	padding: 4px;
	text-align: left;
	border: 1px #000fff solid;
	white-space :nowrap;
}

.Myrestable th
{
	background-color: #7795B7;
	color: #000fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #000fff solid;
	font-size: 12px;
	font-weight: bold;
	white-space :nowrap;
} 

/************************************/