﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  font-family: 'Poppins', sans-serif;/*"DxRg",sans-serif; */
  /*font-size: 62.5%;*/
  min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;

}
body {   
    height: 100%;
    font-family: 'Poppins', sans-serif;/*"DxRg",sans-serif; */
    color:#747373;
    /*font-size: 1.6rem;
    font-size: 3rem;*/
     background-color: #ffffff;
     /* below for the menu*/
     font-size:14px;-webkit-text-size-adjust:100%
}

/* Rex Flyer*/
.BlueTire {
    color: #004B85;
    background-color: #9eb1d1;
}

.SapphireTire {
    color: #ffffff;
    background-color: #004b85;
}

.EmeraldTire {
    color: #ffffff;
    background-color: #005953;
}

.DiamondTire {
    color: #ffffff;
    background-color: #4a1446;
}
/* End Rex Flyer*/

/* equal height*/
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    flex-grow: 1;
}

/*table*/
table .trHeader td {color:#fff; background-color:#004B85;padding-bottom:2px;padding-top:2px;}
table td {color:#747373;}
/*End table*/

/*datagrid*/
.dataGridItem td {
	background-color: #ffffff;
	padding:2px 2px 2px 2px;
	border-bottom: solid 1px silver;
}

.dataGridAltItem td {
	background-color: #eeeeee;
	padding:2px 2px 2px 2px;
	border-bottom: solid 1px silver;
}

.dataGridHeader th {
	color:#fff;
     background-color:#004B85;
     padding-bottom:2px;
     padding-top:2px;
     text-align:center;
     
}
/*remove right border copied from schTableWeekly*/
.dataGridHeader th:nth-child(2) {
    border-right: none;
}
/*End datagrid*/
a,a:focus {
    color: #F47920;/*#004B85;*/
    text-decoration: none;
}
a:hover{
    color: #F47920;
    text-decoration: none;
}

/* Buttons*/
 .RexRegBtn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 5px 50px;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
  border-radius: 10px;
  cursor:pointer;
}

.RexRegBtn:hover {opacity: 1}

.RexBigBtn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 5px 50px;
  text-align: center;
  font-size: 25px;
  font-weight:bold;
  margin: 4px 2px;
  opacity: 0.8;
  transition: 0.3s;
  border-radius: 10px;
  cursor:pointer;
}

.RexBigBtn:hover {opacity: 1}
/*End Buttons*/


/* booking radio css*/
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
  cursor:pointer;
  
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
  
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  /*border: 2px solid #ff6600;*/
  border: 2px solid #003366;
  background-color: transparent;
  
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  /*background: #ff6600;*/
  background: #003366;

  
}
/* test */
.mainContent {
   /* max-width: 92%;
    margin: auto;
    background: white;
    padding: 10px;
     */ 
   margin: auto;
 /*width: 90%;*/
}

/* Begin text inside circle with flex*/
.circles {
    margin-top:30px;
  display: flex;
 /* opacity: 0.5;
    filter: alpha(opacity=50);*/ /* For IE8 and earlier */
}
.circle-with-text:hover {
    background: #FF5900;
}
.circle-with-text {
  /*background: linear-gradient(orange, red);*/
  background-color: rgba(255,89,0,0.6);
  justify-content: center;
  align-items: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin: 1px 20px;
  font-size: 12px;
  padding: 5px;
  /*display: flex;*/
  height: 200px;
  width: 200px;
  color: #fff;
}
/*
.circle-with-text .ports, .price {
    font-size: 20px;
}
.circle-with-text .price .from{
    font-size: 15px;
}
.circle-with-text .terms {
    font-size: 10px;
    padding-top:5px;
}
.circle-with-text .findout {
    font-size: 12px;
}
*/

.multi-line-text {
  font-size: 20px;
}
/* End text inside circle with flex*/


/* LatestNews */
.LatestNews {
    border: 5px solid #004B85;
    padding: 10px;
}

.LatestNews>H2 {
    color: #004B85;
    font-size:18px;
    text-transform:capitalize;
    padding-bottom:10px;
}
.LatestNews a {
    color: #004B85;
    font-size:16px;
    
    
}
/* End LatestNews */

.SubHeaderBlue{
    color: #004B85;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:bolder;
    min-height: 34px;
    position: relative;
    line-height: 34px;
    background-color: transparent;
    padding-top:10px;
    padding-bottom:10px;
}

.SubHeaderParaBlue{
    color: #004B85;
    text-align: left;
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight:bolder;
    /*min-height: 34px;*/
    position: relative;
    /*line-height: 34px;*/
    background-color: transparent;
    /*padding-top:10px;*/
    padding-bottom:10px;
}
.TextBoldBlue {
    font-weight: bold;
    color: #004B85
}
.SubHeaderOrange{
    color: #ff6600;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight:bolder;
    min-height: 34px;
    position: relative;
    line-height: 34px;
    background-color: transparent;
    padding-top:10px;
    padding-bottom:10px;
}
.SubHeaderParaOrange{
    color: #ff6600;
    text-align: left;
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight:bolder;
    min-height: 34px;
    position: relative;
    line-height: 34px;
    background-color: transparent;
    padding-top:10px;
    padding-bottom:10px;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}
/* LatestNews */
.RexCommunity {
    background-color:#E8E8E8;
    border:1px solid #ddd1e5;
  /*padding: 10px;*/
  /*box-shadow: 5px 5px rgba(232, 232, 232, 0.45);*/
  -webkit-box-shadow: 5px 5px 20px #E8E8E8;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    5px 5px 20px #E8E8E8;  /* Firefox 3.5 - 3.6 */
  box-shadow:         5px 5px 20px #E8E8E8;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius:2px;
}

.RexCommunity>H1 {
    color: #004B85;
    font-size:16px;
    font-weight:bolder;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
}
.RexCommunity p {
   /*color: #004B85;*/
    padding-left:5px;
}
/* End LatestNews */

/* Footer */
/* holder and body to make sure space before footer. */
#holder {
    min-height: 100%;
    position:relative;
}
#body {
    /* same size as the height of footer*/
    padding-bottom: 400px;
}
#footer {
    position: relative;
   /*position: absolute;
       height:400px;
   */
   left: 0;
   bottom: 0;
   width: 100%;
  background-color: #D7D7D7;
  color:#004B85;
  /*font-weight:bold;*/
   /*color: white;
   text-align: left;*/
   
   
}
#footer a{color:#004B85;}
#footer a:hover{color:#ff6600;}
div.outer { position: relative; height:100px; }
div.outer img { position: absolute; right: 300px; bottom: 0;}
.background-img{
    background:url('/v8/_lib/img/icon/grass_v4.png');
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-repeat:no-repeat;
}
/* Also can fix in the body
body { 
    background-image: url('/v8/_lib/img/icon/grass_v4.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right; 
}

*/
/* End Footer*/

/*----start-subfooter----*/
.subfooter{
	/*background: #2C3E50;*/
	
	border-top: 1px solid #394C5F;
	text-align: center;
	padding: 1.5em 0 2em;
	position:relative;
}

.subfooter ul li a{
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1em;
}
.subfooter ul li a:hover{
	/*color:#1DD2AF;*/
    color:#A29061;
    text-decoration:none;
}

.to-top span{
	width: 64px;
	height: 32px;   
    cursor:pointer;
	background: url("../img/icon/footer.triangle.png") no-repeat center center;
    /*background-image: url("../img/icon/artwork-16.svg");*/
    background-size: contain;
	
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:-25px;
}




.centerimage {
    display: block;
margin-left: auto;
margin-right: auto;
/*-- use above or below
display: block;
margin: 0 auto;*/
}

/* set the footer bottom of the page*/


/*search*/
.searchButtonHomePage{
    background-color: Transparent;
    /*border: none;
    overflow: hidden;
    outline:none;*/
    background: url("/v8/_lib/img/icon/Icon_Search.png"); /*no-repeat center center;*/
    background-repeat:no-repeat;
    background-size:cover ;
     z-index: 2;
    /*display: block;*/
    width:calc(12px + 1vw);
    height:100%;
}
.searchbutton {
    background-color: Transparent;
    border: none;
    /*overflow: hidden;*/
    outline:none;
   /* background-repeat:no-repeat;
    
    cursor:pointer;
    */
   /*position:absolute;*/
   /*float:left;
    
    top: -34px;
    left: 0;*/
   padding-left:calc(10px + .8vw);
   padding-top:calc(10px + .2vw);
    z-index: 2;
    display: block;
    /*width: 30%;
    height: auto;*/
    /*line-height: 34px;*/
     vertical-align:bottom;
    text-align: center;
   font-size:calc(10px + 1.5vw);
   color:#666;
}
    .searchbutton:hover {
        color:#ff6600;
    }
#searchfield {
    width: 130px;
    /*width: 100%;*/
    padding-left:38px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    /*background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;*/
    /*padding: 12px 20px 12px 40px;*/
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#searchfield:focus {
    width: 100%;
}

/* booking form*/
.wrapper {
	width:100%;
	position:relative;
    
    /*removed to test background color*/
	overflow:hidden;
	/*z-index:0;*/
}

.header {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

.header.withBg .nav{
	background:rgba(255,255,255,0.8);
}

.BookNowRgt {
	/*position: absolute;
	top:100%;
	right: 0px;
	z-index:99999;
	left:auto !important;
	clip:auto !important;*/
     position:absolute;
	margin-top:125px;
    height:auto;
	right: 0;	
	z-index:999;
	clip: auto !important;
    left: auto !important;
	display:none;
}
.BookNowRgt.vertical {
    
    position:absolute;
	margin-top:125px;
    height:auto;
	right: 0;	
	z-index:999;
	clip: auto !important;
    left: auto !important;
	display:block;
}

.BookNowRgt .bookNowIcon{
	display:none;
}

/*Booking Form*/
.header .bookingForm{
	/*
	position:absolute;
	bottom:30px;
	right:80px;
	width:280px;
	height:auto;
	z-index:99;
	*/
	position:absolute;
	margin-top:60px;
	right:20px;
	/*width:383px;
    height:auto;*/
	z-index:999;
	clip: auto !important;
    left: auto !important;
	display:none;

    
}
.HOME .header .bookingForm{
	display:block;	
}
.header .bookingForm .Bookcontainer{
	width:100%;
	height:auto;
	/*background:rgba(255,255,255,0.9);*/
    /*background-image:url('/v8/_lib/img/homepage/bookingform/bookingform.png');*/
     background-color:#E8E8E8;
	border:1px solid #ddd1e5;
  /*padding: 10px;*/
  box-shadow: 5px 5px rgba(232, 232, 232, 0.45);
  border-radius:15px;
   /* */
	position:relative;
     /*border-radius: 5px 5px 0 0;*/
     /*padding-right:20px;
     padding-left:10px;*/
      
}
/*
.header .bookingForm .container .title{
	width:100%;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	font-weight:900;
	color:#747373;
	letter-spacing:2px;
	text-transform:uppercase;
	
}
    */
.header .bookingForm .Bookcontainer .minimize{
	position:absolute;
	/*right:10px;*/
    right:310px;
	top:-26px;
	font-size:12px;
	font-weight:900;
	color:#747373;
	text-decoration:none;
    z-index:1;
}
/*
.header .bookingForm .container .formLayout{
	width:90%;
	padding:10px 5%;
	text-align:left;
}
.header .bookingForm .container .formLayout .col_2{
	width:47.5%;
	float:left;
	padding-right:5%;
}
.header .bookingForm .container .formLayout .col_2.last{
	width:47.5%;
	padding-right:0;
}
.header .bookingForm .container .formLayout strong{
	color:#000000;
	font-size:11px;
	font-weight:700;
	text-align:left;
}
.header .bookingForm .container .formLayout .col_2 .col_2Field{
	width:100%;
	position:relative;
}
.header .bookingForm .container .formLayout .col_2 .col_2Field .calendarIcon{
	position:absolute;
	top:1px;
	right:3px;
	cursor:pointer;
}
.header .bookingForm .container .formLayout .terms{
	font-size:11px;
	line-height:12px;
	font-style:italic;
	padding-top:5px;
	color:#5a2a82;
}
    */
.mobileBookingForm{
	position:fixed;
	bottom:0;
	left:0;	
	width:100%;
	display:none;
}
.mobileBookingForm .bookingFormBtn{
	width:100%;
	height:30px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	background:#004B85;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	cursor:pointer;
	text-transform:uppercase;
}
.mobileBookingForm .bookingFormBtn .container{
	width:270px;
	margin:0 auto;
	position:relative;
}
.mobileBookingForm .bookingFormBtn .container .logoIcon{
	position:absolute;
	top:-30px;
	left:-30px;
}
.mobileBookingForm .formLayout{
	width:90%;
	padding:10px 5%;
	text-align:left;
	background:#ebebeb;
	display:none;
}
.mobileBookingForm .formLayout .col_2{
	width:47.5%;
	float:left;
	padding-right:5%;
}
.mobileBookingForm .formLayout .col_2.last{
	width:47.5%;
	padding-right:0;
}
.mobileBookingForm .formLayout strong{
	color:#000000;
	font-size:11px;
	font-weight:700;
	text-align:left;
}
.mobileBookingForm .formLayout .col_2 .col_2Field{
	width:100%;
	position:relative;
}
.mobileBookingForm .formLayout .col_2 .col_2Field .calendarIcon{
	position:absolute;
	top:1px;
	right:3px;
	cursor:pointer;
}
.mobileBookingForm .formLayout .terms{
	font-size:11px;
	line-height:12px;
	font-style:italic;
	padding-top:5px;
}

/*******************************/

/* end booking form*/

.AnimatedNextButton {
  border-radius: 2px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 7px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.AnimatedNextButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.AnimatedNextButton span:after {
  content: '\00bb';
  /*content: '\2708';*/
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.AnimatedNextButton:hover span {
  padding-right: 25px;
}

.AnimatedNextButton:hover span:after {
  opacity: 1;
  right: 0;
}
.AnimatedNextButton:focus {
  outline: none;
}

/* Tab color*/
        /*.nav-pills>li>a {
    min-height:50px;
    
}
  .nav-pills>li>a {
    color: #747373;
    background-color: #eae7e7;
}
   .nav-pills>li>a:focus, .nav-pills>li>a:hover {
     color: #ff6600;
    background-color: #eae7e7;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #ff6600;
    background-color: #ffffff;
}*/
/* End Tab color*/

/*Schedule page dot*/
.schTable{
    width:100%;border-collapse:collapse; 
    text-align:center;
}
.schTable  tr {
    border: solid thin;
}
.schTable th{
    background-color:#e8e8e8; 
    text-align:center;
    color:#004B85;
}
 /*.schTable th:nth-child(1), th:nth-child(2) {
        border-right: solid thin;        
    }
.schTable td:nth-child(3), td:nth-child(10) {
 border-right: solid thin;
}*/

.schTableWeekly{
    width:100%;border-collapse:collapse; 
    text-align:center;
}
.schTableWeekly  tr {
    border: solid thin;
}
.schTableWeekly th{
    background-color:#e8e8e8; 
    text-align:center;
    color:#004B85;
}
 .schTableWeekly th:nth-child(1), th:nth-child(2) {
        border-right: solid thin;        
    }
.schTableWeekly td:nth-child(3), td:nth-child(10) {
 border-right: solid thin;
}
.dotGray {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dotOrange {
  height: 12px;
  width: 12px;
  background-color: #ff6600;
  border-radius: 50%;
  display: inline-block;
}
/* end Schedule page dot*/

/* Landing Page*/
.BoxLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
}
.BoxLandingPage {
    border: solid;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;  
    
    border-width: 1px;
    height:200px;    
    width:250px;
    position: relative;
    margin-bottom:50px;
}
.B1 {
    background-color: #FF5900;
    border-color: #E1E1E1;
}
.B1 a:link {
    color: #003366;
}

/* visited link */
.B1 a:visited {
    color: #003366;
}

/* mouse over link */
.B1 a:hover {
    color: #09519a;
}

/* selected link */
.B1 a:active {
    color: #003366;
}

.B2 {
    background-color: #E1E1E1;
    border-color: #FF5900;
}
.B3 {
    background-color: #003366;
    border-color: #E1E1E1;
}
.B4 {
    background-color: #E1E1E1;
    border-color: #003366;
}
.B5 {
    background-color: #003366;
    border-color: #FF5900;
}
/* End Landing Page*/

.btn-circle {
      /*width: 20vw;
	  max-width: 200px;
	  min-width: 150px;*/
	  width: calc(100px + 20vw);
	  max-width: 220px;
      /*height: 20vh;
	  max-height: 200px;
	  min-height: 150px;
	  */
	  max-height: 220px;
	  height: calc(100px + 20vw);
      /*padding: 10px 16px;*/
	  padding:10px;
      border-radius: 50%;
      
	  /*font-size: calc(8px + 1vw);*/
	 
	  
      line-height: 1.33;
margin:10px;	
background-color: rgba(255,89,0,0.6);  
  }

.btn-circle:hover {
    background: #FF5900;
}


.btn-circle .ports {
      font-size:calc(12px + .9vw);
      
}
@media screen and (min-width: 1200px) {
.btn-circle .ports {
     font-size: 22px;
  }
}


.btn-circle .price {
     font-size:calc(10px + 1.3vw);
}
@media screen and (min-width: 1200px) {
.btn-circle .price {
     font-size: 28px;
  }
}


.btn-circle .from{
     font-size:calc(8px + .7vw);
}
@media screen and (min-width: 1200px) {
.btn-circle .from {
     font-size: 18px;
  }
}


.btn-circle .terms {
     font-size:calc(8px + .6vw);
    padding-top:5px;
}
@media screen and (min-width: 1200px) {
.btn-circle .terms {
     font-size: 12px;
  }
}


.btn-circle .findout {
     font-size:calc(10px + .5vw);
}
@media screen and (min-width: 1200px) {
.btn-circle .findout {
     font-size: 12px;
  }
}


/* Big circle
.btn-circle {
      width: calc(100px + 20vw);
	  max-width: 300px;      
	  max-height: 300px;
	  height: calc(100px + 20vw);
      padding:10px;
      border-radius: 50%;      
	  font-size:calc(8px + 1.3vw);
	  
      line-height: 1.33;
margin:10px;	
background-color: rgba(255,89,0,0.6);  
  }

.btn-circle:hover {
    background: #FF5900;
}
.btn-circle .price {
     font-size:calc(8px + 1.5vw);
}
.btn-circle .from{
     font-size:calc(8px + 1vw);
}
.btn-circle .terms {
     font-size:calc(8px + .5vw);
    padding-top:5px;
}
.btn-circle .findout {
     font-size:calc(8px + .7vw);
}

*/

/*@media screen and (max-width: 700px) {
    .header .bookingForm {
        display: none;
    }
    
    
    .BookNowRgt {
		display:none;
	}
	
}*/

/* Disruption */

.DisruptionAlert {
  border-style: solid;
  border-width:3px;
   border-radius: 8px;
  border-color:  #c0c0c0 #c0c0c0 #c0c0c0 #FF0000 ;
  padding:10px;
}
.DisruptionAlertTitle {
   font-size:16px;
   font-weight:bold;
   color:#b22222;
   padding-bottom:5px;
}



/* End Disruption*/

/* tile page*/
.tpbPadding{
    padding-bottom:30px;
}
/*end tile page*/

/* vertical align in bootstrap*/
.vertical-align {
     margin-top: auto;
margin-bottom: auto;
}

/*Where we fly*/
.wwfTable{
    width:100%;border-collapse:collapse; 
    text-align:center;
    font-size:14px;
}
.wwfTable thead tr th {
    padding:7px 7px 7px 10px;
    background-color:#e8e8e8; 
    text-align:left;
    color:#004B85;
     border:  solid 1px #E8E8E8 ;
}
    .wwfTable tbody tr td {
        padding: 7px 7px 7px 10px;
        text-align: left;
        border: solid 1px #E8E8E8;
    }

.redBold{
    color:#ff0000; 
    font-weight:bold;
}

/*.schTableWeekly{
    width:100%;border-collapse:collapse; 
    text-align:center;
}
.schTableWeekly  tr {
    border: solid thin;
}
.schTableWeekly th{
    background-color:#e8e8e8; 
    text-align:center;
    color:#004B85;
}
 .schTableWeekly th:nth-child(1), th:nth-child(2) {
        border-right: solid thin;        
    }
.schTableWeekly td:nth-child(3), td:nth-child(10) {
 border-right: solid thin;
}*/

/* vertically centre a row content in bootstrap grid row*/
.bootstrap-vertical-center {
  display: flex;
  align-items: center;
   vertical-align: middle; 
}
@media (max-width: 768px) {
    .bootstrap-vertical-center {
        height: auto;
        align-items: unset;
        /* Or */
        display: block;
    }
}

/* End bootstrap vertically certre*/
.footernote{
    font-size:10px;
}


/*Rex homepage modal*/
	

#modalPage_OneWay
{
    display: none;
    position: absolute;
    
    
    
	width: 100%;
    height: 100%;
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	z-index: 200;
    top: 0px; left: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    
    
    
	width: 100%;
    height: 100%;
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	z-index: 200;
    top: 0px; left: 0px;
}
#modalPage_UM
{
    display: none;
    position: absolute;
    
    
    
	width: 100%;
    height: 100%;
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	z-index: 200;
    top: 0px; left: 0px;
}

.modalBackground
{
    filter: Alpha(Opacity=100);-moz-opacity:1;opacity:1;
    width: 100%; 
	height: 100%;	
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	background-color: #999999;
	
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modalContainer_UM
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal_OneWay
{
    background-color: white;
    border: solid 4px red; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 240px;
    padding: 0px;
}

.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 320px;
    padding: 0px;
}
.modal_UM
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 260px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: center;
    vertical-align:text-bottom;
}
.modalTop_OneWay
{
    width: 292px;
    background-color: #ff0000;
    padding: 4px;
    color: #ffffff;
    text-align: center;
    vertical-align:text-bottom;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

#modalWaitingPage
{
    display: none;
    position: absolute;
    
    
    
	width: 100%;
    height: 100%;
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	z-index: 200;
    top: 0px; left: 0px;
}
.modalWaitingBackground
{
    filter: Alpha(Opacity=100);-moz-opacity:1;opacity:1;
    width: 100%; 
	height: 100%;	
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0; left: 0;
}
.modalWaitingContainer
{
    position: absolute;
    width: 730px; 
    left: 30%;
    top: 50%;
    z-index: 750;
}
.modalWaiting
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 730px;
    /*height: 220px;*/
    padding: 0px;
}
.modalWaitingTop
{
    width: 730px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: center;
    vertical-align:text-bottom;
}
.modalWaitingTop a, .modalWaitingTop a:visited
{
    color: #ffffff;
}
.modalWaitingBody
{
    padding: 10px;
}	
/* New css Qconnect*/
#modalWaitingPageQConnect
{
    display: none;
    position: absolute;
    
    
    
	width: 100%;
    height: 100%;
	
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);

	z-index: 220;
    top: 0px; left: 0px;
}


/* end*/
.awardImageLink {
    vertical-align: middle;
    border: none;
    margin-bottom: 5px;
}

.modalBackground_ContactUs {
    /*
 filter: Alpha(Opacity=85); -moz-opacity:0.85; opacity:0.85; 
    width: 100%; height: 100%; 
    background-color:#003366;
    position:relative;
    z-index: 500;
    top: 0px; left: 0px;
	*/
    filter: Alpha(Opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #003366;
    /*z-index: 50000!important;*/
}