﻿/***** General HTML Tags *****/
body
{
	color: #000000;
	background-color: #eaecee;
	font-family: Arial;
	font-size: small;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
a
{
	/*color: #000000;*/
	color: #ffffff;
}
h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}
/***** END: General HTML Tags *****/

/***** MasterPage *****/
.Master_bluebar
{
	height: 20px;
	background-color: #273746;
	width: 100%;
}
.Master_bluebar_left
{
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
}
.Master_bluebar_right
{
	text-align: right;
	vertical-align: middle;
	color: #ffffff;
}
.Master_logo
{
	background-color: #ffffff;
	width: 100%;
}
.Master_logo_left
{
	text-align: left;
	vertical-align: top;
}
.Master_logo_right
{
	text-align: right;
	vertical-align: top;
}
.Master_redbar
{
	border-bottom: #566573 3px solid;
	height: 7px;
	width: 100%;
}
.Master_tabstrip
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
}
.Master_tabtitle
{
	text-decoration: none;
	color: #273746;
	font-size: 11pt;
	font-family: Arial;
	font-weight: lighter;
}
.Master_tabtitle_active
{
	text-decoration: none;
	color: #273746;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
}
.Master_tabcell
{
	background-image: url(Images/NavTab_Active.png);
	width: 210px;
	height: 27px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
}

.Master_tabcell_active
{
	background-image: url(Images/NavTab_Selected.png);
	width: 210px;
	height: 27px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
}
.Master_tabcell_spacerleft
{
	background-image: url(Images/NavTab_SpacerLeft.png);
	width: 10px;
	height: 27px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.Master_tabcell_spacerright
{
	background-image: url(Images/NavTab_SpacerRight.png);
	height: 27px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.Master_placeholder
{
	width: 100%;
	background-color: #d5d8dc;
	border-bottom: #808b96 2px solid;
}
.Master_placeholder_left
{
	width: 20%;
	vertical-align: top;
	padding-right: 5px;
}
.Master_placeholder_right
{
	width: 80%;
	vertical-align: top;
}
.Master_footerbar
{
	height: 20px;
	width: 100%;
}
.Master_footertext
{
	font-size: 3mm;
	text-align: center;
	color: #b4b3c5;
}
/***** END: MasterPage *****/



/***** General controls styles *****/
.ButtonNormal
{
	border-style: outset;
	border-width: thin;
	color: black;
	height: 21px;
	background-color: #abb2b9;
}

.TextBoxNormal
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	height: 12px;
}

.TextBoxHighLight
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	height: 12px;
	background-color: #FFFF00;
}

.ControlNormal
{
	color: black;
	background-color: #abb2b9;
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}

.TableNormal
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	/*background-color: #cccbdf;*/
}

.TableNormalNoBorder
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	/*background-color: #cccbdf;*/
}
/***** END: General controls styles *****/



/***** Custom styles *****/
#lblUserName
{
	color: #c8d8cc;
}
.pnlFlags
{
	width: 120px;
	height: 20px;
	margin: 5px 5px auto auto;
	
}
.pnlUserName
{
	width: 200px;
}
/***** END: Custom styles *****/



/***** Main menu *****/
.trvMenu
{
	font-family: Arial;
	font-size: 12pt;
}
.trvMenuNode
{
	color: #273746;
}
.trvMenuHoverNode
{
	color: #000000;
}
.trvMenuSelectedNode
{
	color: #000000;
}
/***** END: Main menu *****/



/***** Period Selector *****/
.PeriodSelector_SelectPeriod
{
	/*background-color: #cccbdf;*/
	width: 650px;
}
.PeriodSelector_SelectPeriodEmpty
{
	width: 650px;
}
.PeriodSelector_SelectWeekdays
{
	/*background-color: #cccbdf;*/
	width: 530px;
}
/***** END: Period Selector *****/



/***** Room Type Selector *****/
.RoomTypeSelector
{
	/*background-color: #cccbdf;*/
	width: 530px;
}
.trvRoomTypeSelectorNode
{
	color: #000000;
}
/***** END: Room Type Selector *****/



/***** Modal Popup *****/

/*.ui-widget-overlay
{
	position:			absolute;
	top:				0; 
	left:				0; 
	width:				100%; 
	height:				100%;
	background-color:	Gray;
	filter:				alpha(opacity=70);
	opacity:			0.7;
}*/

.ui-dialog
{
	/*background-color:	#cccbdf;*/
	border-width:		3px;
	border-style:		solid;
	border-color:		white;
	padding:			3px;
}

.ui-dialog-titlebar-close 
{
	visibility:			hidden;
}
/***** END: Modal Popup *****/



/***** Table elements *****/
.TableCellCenteredBold
{
	font-weight: bold;
	text-align: center;
}
.Hotel_HotelInfo_InfoRowHeader
{
	color: #cccbdf;
	background-color: #273746;
	/*height: 14px;*/
}
.Hotel_HotelInfo_InfoRowHeaderBorder
{
	color: #cccbdf;
	background-color: #273746;
	/*height: 14px;*/
	border: solid 1 black;
}
.Hotel_HotelInfo_InfoRow
{
	vertical-align: top;
}
.Hotel_HotelInfo_BookedProduct
{
	text-align: right;
	font-style: italic;	
}

.Hotel_RoomInfo_Facilities
{
	/*border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;*/
	background-color: #cccbdf;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 530px;
	padding-top: 0px;
}

.Framework_Search_Search_SelectedRow
{
	color: #cccbdf;
	background-color: #273746;
}

.PriceAvailable_AvailabilityMatrix_ascx
{
	background-color: #273746;
	color: #ffffff;
}

.PriceAvailable_AvailabilityMatrix_link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.PriceAvailable_AvailabilityMatrix_link2
{
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	height: 9px;
}

.PriceAvailable_AvailabilityMatrix_table
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	/*background-color: #cccbdf;*/
}

.PriceAvailable_AvailabilityMatrix_weekend
{
	background-color: #abb2b9;
}

.PriceAvailable_AvailabilityMatrix_legend
{
	/*background-color: #cccbdf;*/
}

.AvailabilityMatrix_NoData
{
	background-color: #5f6a6a;
	color: #5f6a6a;
}
.AvailabilityMatrix_NoData_greyed
{
	background-color: #5f6a6a;
	color: #5f6a6a;
}
.AvailabilityMatrix_Bookable
{
	background-color: #27ae60;
	color: #27ae60;
}
.AvailabilityMatrix_Bookable_greyed
{
	background-color: #145a32;
	color: #145a32;
}
.AvailabilityMatrix_NotBookable
{
	background-color: #c0392b;
	color: #c0392b;
}
.AvailabilityMatrix_NotBookable_greyed
{
	background-color: #641e16;
	/*background-color: #904444;*/
	color: #996666;
}
.AvailabilityMatrix_OnRequest
{
	background-color: #dc7633;
	color: #dc7633;
}
.AvailabilityMatrix_OnRequest_greyed
{
	background-color: #6e2c00;
	color: #B87333;
}
.AvailabilityMatrix_BookableNoPrice
{
	background-color: #27ae60;
	color: Black;
}
.AvailabilityMatrix_BookableNoPrice_greyed
{
	background-color: #145a32;
	color: Gray;
}
.AvailabilityMatrix_NotBookableNoPrice
{
	background-color: #c0392b;
	color: Black;
}
.AvailabilityMatrix_NotBookableNoPrice_greyed
{
	background-color: #996666;
	/*background-color: #904444;*/
	color: Gray;
}
.AvailabilityMatrix_OnRequestNoPrice
{
	background-color: #dc7633;
	color: Black;
}
.AvailabilityMatrix_OnRequestNoPrice_greyed
{
	background-color: #B87333;
	color: Gray;
}
/***** END: Table elements *****/



/***** HotelInfo_Description *****/
.HotelInfo_Description_Cell
{
	width: 300px;
	/*height: 80px;*/
	vertical-align: top;
}
.HotelInfo_Description_Label
{
	width: 300px;
	/*height: 80px;*/
	vertical-align: top;
}
.HotelInfo_Description_Cell_DoubleSize
{
	width: 600px;
	/*height: 80px;*/
	vertical-align: top;
}
.HotelInfo_Description_Label_DoubleSize
{
	width: 600px;
	/*height: 80px;*/
	vertical-align: top;
}
.HotelInfo_Description_TextBox
{
	width: 300px;
	height: 80px;
	vertical-align: top;
}
.HotelInfo_Description_TextBox_DoubleSize
{
	width: 600px;
	height: 80px;
	vertical-align: top;
}
.HotelInfo_Description_TextBoxResort
{
	width: 300px;
	vertical-align: top;
}
/***** END: HotelInfo_Description *****/



/***** HotelInfo_UploadPictures *****/
.HotelInfo_UploadPictures_PicStrip
{
	background-color: #cccbdf;
}
/***** END: HotelInfo_UploadPictures *****/



/***** Rating *****/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
/***** END: Rating *****/


/***** Other *****/
.GeneralError
{
	font-weight: bold;
	color: #993333;
}
.GeneralWarning
{
	font-weight: bold;
}
.GeneralNotification
{
	font-style: italic;
}
/***** END: Other *****/

/***** SUPPLIERSCORNER INDEX *****/
div#container
{
    width: 500px;
    height: 250px;
	border: solid 1px #333;
	margin: 250px auto 20px auto;
	text-align: center;
	background-color: #fff;
	}
img#logo
{
	padding: 40px 0;
	}
div#links
{
	padding-left: 42px;
    text-align: left;
	}
div#links a
{
	color: Blue;
	}
/***** END: SUPPLIERSCORNER INDEX *****/



.hidden {display: none;}
/*------------------------------------*\
	$WAITSCREEN
\*------------------------------------*/
div#waitscreen, div.darkscreen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    position: fixed;
    background-color: #ccc;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    z-index: 1000;
}

div.darkscreen {
    visibility: visible;
    z-index: -1;
}

div#waitscreen_loading {
    width: 200px;
    min-height: 150px;
    z-index: 10001;
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: solid 2px #25408e;
}

img.loaderbar {
    height: 30px;
    width: 120px;
}