/* GUIDES PAGE CSS */
/*AUTHOR CLAIRE QUEST - 01 May 2007*/
/* generic page elements */

.waitErrorBox {
  text-align: center;
  padding: 40px 0 0 0;
  min-height: 500px;
}
.waitErrorBox h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.waitErrorBox p.textContent {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  padding: 40px 0 0 0;
}

ul#cmlist {
    width:800px;
    margin: 0 auto 20px auto;
    overflow:hidden;
}
ul#cmlist li{
    line-height:1.9em;
    float:left;
    display:inline;
}
ul#cmlist li
{
    width:50%;
}

.bodyContentSpacing
{
    margin: 10px 0px 10px 0px;
}
.controlLabel
{
    margin-right: 10px;
    width: 250px;
    display: inline;
}
.questionMark
{
    vertical-align: middle;
    height: 19px;
    width: 20px;
    margin: 5px;
    margin-top: -3px;
    cursor: help;
}

.hotelInfoBox 
{
    float: right;
	min-width: 315px;
	max-width: 400px;
	border: solid 1px #AAAAAA;
	padding: 7px 7px 5px 7px; 
	border-radius: 3px;
	-webkit-box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    3px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow:         3px 0px 6px rgba(0, 0, 0, 0.2);
	margin: 0; 
	background-color: #f2f2f2;
}
.infoBoxExtra 
{
	border: solid 1px #AAAAAA;
	padding: 12px 12px 10px 12px; 
	border-radius: 3px;
	-webkit-box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    3px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow:         3px 0px 6px rgba(0, 0, 0, 0.2);
	margin: 0; 
	background-color: #f7f7f7;
}
.infoBoxExtra select, .infoBoxExtra input, .infoBoxExtra textarea
{
    padding: 5px;
}
a.lostPassword 
{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}
a:hover.lostPassword 
{
    text-decoration: underline;
}
#contactUsListExtra a
{
    color: #666666;
    text-decoration: none;
}
#contactUsListExtra a:hover
{
    text-decoration: underline;
}
.RoomTitle, input#txtRackRate { padding: 5px; }
input.tochange, select.tochange { padding: 5px!important; }

.scrollMe 
{
    overflow-y: auto;
}
.scrollTop
{
    height: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.scrollTopInner
{
    overflow-x: scroll;
    overflow-y: hidden;
}
.availabilityNavWrapper 
{
    padding: 10px;
    margin: 10px 0 10px 0;
}
 /* hotel options sprite icons */
#hotelOptions {
	clear: both;
	margin-top: 20px
}

#hotelOptions .hotelOptionsIcon {
	float: left; 
	width: 48px; 
	height: 48px;
	background-image:url('../../imagesv3/sprites/extranet-hotels-sprite.png?v=2');
	background-repeat: no-repeat;
	margin: 0 5px 10px 0;
}
.hotelInfoIcon { background-position: 0px 0px; }
.hotelPhotoIcon { background-position: 0px -68px; }
.customerReviewsIcon { background-position: 0px -136px; }
.arrivalReportIcon { background-position: 0px -204px; }
.findBookingsIcon { background-position: 0px -272px; }
.channelManagersIcon { background-position: 0px -340px; }
.manageAccountsIcon { background-position: 0px -408px; }
.promotionsIcon { background-position: 0px -476px; }
.ratesIcon { background-position: 0px -544px; }
.boardTypeIcon { background-position: 0px -612px; }
.roomTypeIcon { background-position: 0px -680px; }
.localChargesIcon { background-position: 0px -756px; }
.testAvailabilityIcon { background-position: 0px -824px; }
.sourceMarketsIcon { background-position: 0px -892px; }
.inactiveIcon { opacity: 0.4; }

/* AccountManagement/UserMaintenance sprite icons */
.hotelOptionsIconSm {
	float: left; 
	width: 24px; 
	height: 24px;
	background-image:url('../../imagesv3/sprites/extranet-hotels-sprite-sm.png?v=2');
	background-repeat: no-repeat;
	/* margin: 0 5px 10px 0; */
}
.hotelInfoIconSm { background-position: 0 0px; }
.hotelPhotoIconSm { background-position: 0 -34px; }
.customerReviewsIconSm { background-position: 0px -68px; }
.arrivalReportIconSm { background-position: 0px -102px; }
.findBookingsIconSm { background-position: 0px -136px; }
.channelManagersIconSm { background-position: 0px -170px; }
.manageAccountsIconSm { background-position: 0px -204px; }
.promotionsIconSm { background-position: 0px -238px; }
.ratesIconSm { background-position: 0px -272px; }
.boardTypeIconSm { background-position: 0px -306px; }
.roomTypeIconSm { background-position: 0px -340px; }
.localChargesIconSm { background-position: 0px -374px; }
.testAvailabilityIconSm { background-position: 0px -408px; }
.sourceMarketsIconSm { background-position: 0px -442px; }

/* make big fat orange button */
.trp-btn
{
	font-family: 'droid_sansbold', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 110%;
    font-weight: normal;
    text-align: center;
    padding: 7px 8px 7px 8px;
    cursor: hand;
    cursor: pointer;
    margin: auto;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC; /* border for old browsers */
	border-color: rgba(0, 0, 0, 0.25);
	background-clip: border-box;
}
trp-btn {
	text-decoration: none!important;
}
trp-btn, .trp-btn:hover, .trp-btn:focus {
	text-decoration: none!important;
	background-image: none;
	filter: none;
}

.trp-btn-xl {
	font-size: 22px;
	font-family: 'droid_sansbold', Arial, Helvetica, sans-serif;
	letter-spacing: -0.6px;
	font-weight: normal;
	padding: 9px 16px 9px 16px;
	line-height: 120%;
}
.trp-btn-block {
	display: block;
}

/* end big fat orange button */


P
{
/* FONT-WEIGHT: normal; */
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

textarea
{
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.mandatory
{
FONT-WEIGHT: bold;
COLOR: #DC143C;
}

.bc
{
FONT-SIZE: 6.5pt;
FONT-FAMILY: Verdana
}

.PageTitle
{
FONT-WEIGHT: 900;
FONT-SIZE: 22pt;
COLOR: #0088ce;
LINE-HEIGHT: normal;
FONT-FAMILY: Tahoma;
LETTER-SPACING: 1px
}

.tinyheader
{
color:#0088ce!important;
font-weight:normal;
font-size:8pt;
}

.PageCaption
{
color:#0088ce; 
font-size:24pt; 
font-weight: bold; 
font-family:tahoma
}

.PromoFlightBox
{
BORDER-RIGHT: #404040 1px solid; 
BORDER-TOP: #404040 1px solid; 
FONT-SIZE: 10pt; 
BORDER-LEFT: #404040 1px solid; 
BORDER-BOTTOM: #404040 1px solid; 
FONT-FAMILY: verdana;
padding:0px
}
.promoHeader
{
padding-top:3;
padding-left:3;
padding-right:3;
padding-bottom:0;
background-color:#6699CC;
color:white;
font-weight:bold
}
.promoSubHeader
{
padding-top:0;
padding-left:3;
padding-right:3;
padding-bottom:1;
background-color:#6699CC;
color:white;
font-size:7pt
}

.boxLink
{
color:#000000;
text-decoration: none
}
a.boxLinkHeader
{
color:white;
text-decoration: none;
}
a.boxLinkHeader:hover
{
text-decoration: underline;
}
A.boxLink:hover
{
text-decoration: underline	
}
.menuLink
{
color:White;
text-decoration: none
}
A.menuLink:hover
{
text-decoration: underline	
}

.ErrorText
{
color:crimson;
font-weight:bold;
font-size:8pt
}

.estabTitle
{
font-family:verdana;
font-size:12pt;
font-weight:bold;
padding-top:2px;
padding-left:2px;
padding-right:2px;
height:25px;
vertical-align:bottom;
}

.DataTable TH
{
PADDING-RIGHT: 6px;
PADDING-LEFT: 6px;
PADDING-BOTTOM: 4px;
PADDING-TOP: 4px;
color:white;
font-weight: bold;
}
.DataTable TD
{
PADDING-RIGHT: 6px;
PADDING-LEFT: 6px;
FONT-WEIGHT: normal;
PADDING-BOTTOM: 4px;
PADDING-TOP: 4px;
TEXT-ALIGN: left;
}

#pageHeader
{
color:#0088ce;
font-size:24pt;
font-weight:bold;
font-family:tahoma;
letter-spacing:-0.2mm;
margin:0px;
}

.showButton
{
border:0px;
float:right;
width:178px;
height:23px;
}

img{
border:0px;}
.nobr {white-space: nowrap;}
    
/* FOOTER  */
.footerWrapper {
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    background-color: #F2F2F3;
    background: url("/imagesV3/global/footer-background.png") repeat-x scroll left top #F2F2F3;
}
#footerDetails  
{
    max-width: 968px;
    margin: 0 auto;
    text-align: left;
    /* font-size:0.8em; */
}
#divFooterMenus ul li a
{
    color: #444444;
    font-size: 1.1em;
    line-height: 1.6em;
    text-decoration: none!important;
}
#divFooterMenus ul li a:hover
{
    font-size: 1.1em;
    line-height: 1.6em;
    text-decoration: underline!important;
}
#footerContact li a 
{
    color: #444444;
    text-decoration: none!important;
}
#footerContact li a:hover
{
    text-decoration: underline!important;
}
.footerGradient 
{
    height: 40px;
    background: #f2f2f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul#homepageList li a, ul#homepageList li a:hover {
     text-decoration: none;
     border-bottom: 1px solid;
}
.clickable
{
	cursor: hand;
	cursor: pointer;
}
.trade-logo-panel { float: right; }

.trade-logo
{
	display: inline-block;
	margin-left: 4px;
	background-image: url("/imagesv3/sprites/trp-uk-extra.png");
	background-repeat: no-repeat;
}
.trade-logo-iata
{
	background-position: -197px 0;
	width: 62px; 
	height: 41px;
}
.trade-logo-abta
{
	background-position: -269px 0;
	height: 40px;
	width: 103px;
	margin-right: 3px;
}
.trade-logo-atol
{
	background-position: -382px 0;
	height: 40px;
	width: 39px;
}
.trade-logo-tfp
{
	background-position: -537px 0;
	width: 42px; 
	height: 42px;
}
.trade-logo-lpg-en
{
	background-position: -639px -3px;
	width: 40px; 
	height: 40px;
}



hr
{
height:1px;
color:#cccccc;
background:#cccccc}

.block{
list-style-image: none;
list-style:none;
list-style-type: none;
margin:10px 0 10px 0px;
padding:0px;
font-size:10px;
width:500px;
line-height:1.4em;
max-width:600px;
display:block!important;
}

/* HEADER CONTENT */
#trp-header {
  height: auto; /*defines outer height of entire header including nav bar shadow - was 128px */
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}
#trp-header-inner 
{
    max-width: 968px;
    margin: 0 auto;
  height: 78px;
}
.trp-body-constraint {
  width: 960px;
  margin: 0 !important;
}
div#logoWrapper {
    width: 100%;
    margin: 0;
}
p#trp-header-phone {
    clear: right;
    float: right;
    text-align: right;
    margin-top: 3px;
    font-size: 18px;
    font-weight: normal;
    color: #005eb8;
}
.navigationWrapper {
    width: 986px;
    margin: 0 auto 0 auto;
    padding: 3px 0 0 0;
}
ul.trp-header-nav-list 
{
  float: left;
  max-width: 700px;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-left: 0;
}
ul.trp-header-nav-list li {
  float: left;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
ul.trp-header-nav-list li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}
ul.trp-header-nav-list li a:hover {
  text-decoration: underline;
}
ul.trp-header-nav-list li.first {
  border-left-width: 0;
  padding-left: 0;
  margin-left: 0;
}
ul.trp-header-nav-list li.last {
  border-right-width: 0;
  padding-right: 0;
}
#agentMode {
  float: left;
  width: 220px;
  margin: 22px 0 0 30px;
}
.agentsMode {
  display: block;
  float: left;
  margin-top: 6px;
  color: #005eb8;
  font-size: 18px;
  font-weight: bold;
  padding-left: 32px;
  white-space: nowrap;
}
.agentModeLogo
{
    background: url('../../../imagesv3/sprites/global-en.jpg?s=1') repeat scroll -970px -0px transparent; 
    width: 34px; 
    height: 34px; 
    display: block; 
}
/* END HEADER CONTENT */

/* domain flags (26x21 flags) */
.domain-flag-link {
  background-image: url('/StyleSheets/CSS/images/sprites/flags.png');
  display: inline-block;
  height: 21px;
  width: 26px;
  text-decoration: none;
  margin-left: 10px;
}
.domain-flag-link:hover {
  text-decoration: none;
}
.domain-flag-en-GB {
  background-position: -56px 0px;
  background-repeat: no-repeat;
}
.domain-flag-en-IE {
  background-position: 0 0;
}
.domain-flag-es-ES {
  background-position: -140px 0px;
  background-repeat: no-repeat;
}
/* .domain-flag-fr-FR {
    background-position: 0 0;
} */
.domain-flag-de-DE {
  background-position: -28px 0px;
  background-repeat: no-repeat;
}
.domain-flag-it-IT {
  background-position: -84px 0px;
  background-repeat: no-repeat;
}
/* .domain-flag-en-US {
    background-position: 0 0;
}
.domain-flag-ar-AE {
    background-position: 0 0;
} */
.domain-flag-de-AT {
  background-position: -112px 0px;
  background-repeat: no-repeat;
}
input::-ms-clear {
  width : 0;
  height: 0;
}
