.profile-info h6 {
clear: both;
}
.yourProfile{
	/* background: url(../../images/common/profile-icon.gif) no-repeat right; */
padding-right: 25px; /*keep in px as it's padding for an image of a specific size */
}
.profile-info .h3-highlight {
text-align: right;
margin-right: 0.625em; /* 10px */
}
.profile-info .leftBlock {
float: left;
width: 57%;
}
.profile-info .rightBlock {
float: right;
width: 50%;
}
.rightBlock .label {
float: left;
}
.telephone {
width: 100%;
float: right;
text-align: right;
}
div.recentTransactions{
  display: block;
  clear: both;
}
div.recentTransactions div.tabs { 
  margin: 0;
  padding: 0;
  border: none;
  display: inline;
  float: left;
  height: 30px;
  width: 100%;

position: relative;
background-color: #ffffff;
clear: both;
}

div.recentTransactions div.tabs div.tab { 
  display: inline;
  float: left;
  height: 30px;
  width: auto;
  max-width: 250px;
  /* color: #ffffff; */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  font-family: Verdana,Arial;
}
div.recentTransactions div.tabs div.tabactive {
  font-weight: bold;
  height: 31px;
  position: relative;
  z-index: 1;
}
div.recentTransactions div.tabs div.tabinactive {
  height: 25px;
  font-weight: bold;
}
div.recentTransactions div.tabs div.tab div.mainactive { 
  width: auto;
  line-height: 30px;
  height: 30px;
  clear: both;
  background-color: #999999;
  border: none;
  float: left;
}

div.recentTransactions div.tabs div.tabactive div.mainactive { 
  height: 31px;
}

div.recentTransactions div.tabs div.tab div.mainactive div.leftactive {
  height: 31px;
  width: 9px;
  display: inline;
  float: left;
  background: #999999 url(../../images/common/recentTabs/Tab_active_left.gif) no-repeat left top;
}
div.recentTransactions div.tabs div.tab div.mainactive div.tpcenteractive { 
  height: 100%;
  display: inline;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
div.recentTransactions div.tabs div.tab div.mainactive div.rightactive { 
  height: 100%;
  width: 9px;
  display: inline;
  float: left;
  background: #999999 url(../../images/common/recentTabs/Tab_active_right.gif) no-repeat right top;
}


div.recentTransactions div.tabs div.tab div.maininactive { 
  width: auto;
  line-height: 25px;
  height: 25px;
  clear: both;
  background-color: #D6D6D6;
  border: none;
  float: left;
}

div.recentTransactions div.tabs div.tabinactive div.maininactive { 
	height: 25px;
	position: relative;
	/* bottom: -6px; */
	bottom: -12px;
	left: 10px;
}

div.recentTransactions div.tabs div.tab div.maininactive div.leftinactive {
  height: 100%;
  width: 4px;
  display: inline;
  float: left;
  background: #999999 url(../../images/common/recentTabs/Tab_inactive_left.gif) no-repeat left top;
}
div.recentTransactions div.tabs div.tab div.maininactive div.tpcenterinactive { 
  height: 100%;
  display: inline;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
div.recentTransactions div.tabs div.tab div.maininactive div.rightinactive { 
  height: 100%;
  width: 3px;
  display: inline;
  float: left;
  background: #999999 url(../../images/common/recentTabs/Tab_inactive_right.gif) no-repeat right top;
}

#recentTransactionsList {
font-size: 0.833em; /* 10px */
}
table#recentTransactionsList  {
table-layout:fixed;
padding: 10px;
}
#recentTransactionsList th {
/* background: #CCCCCC url(../../images/common/h5.jpg) center left;
color:#333333;
*/
font-weight:bold;
padding: 0.5em; /* 5px */
}
#recentTransactionsList td {
padding: 0.5em; /* 5px */
line-height: 1.2em; /* 12px */
border-bottom: 1px solid #ccc;
}
.even {
background: #f0f0f0;
}
#recentTransactionsList th.dateTime{
/* width: 14%; */
	width:150px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
#recentTransactionsList th.event{
width: 6%;
}
#recentTransactionsList th.desc{
/* width: 30%; */
width:402px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
#recentTransactionsList th.bookingRef{
/* width: 10%; */
width:120px;
text-align: right;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
#recentTransactionsList th.milesEarned{
width: 12%;
}
#recentTransactionsList th.total{
width: 5%;
}
#noLoyaltyTransactions {
  font-size: 12px; /* 10px */
 }
 
table#noLoyaltyTransactions  {
table-layout:fixed;
padding: 10px;
}

#noLoyaltyTransactions th {
/* background: #CCCCCC url(../../images/common/h5.jpg) center left;
color:#333333; */
font-weight:bold;
padding: 0.5em; /* 5px */
} 
 
#noLoyaltyTransactions th.dateTime{
  /* width: 10%; */
  width: 150px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#noLoyaltyTransactions th.desc{
/* width: 15%; */
width: 402px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

#noLoyaltyTransactions th.bookingRef{
/* width: 10%; */
width: 150px;
text-align: left;	
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

#noLoyaltyTransactions td {
padding: 0.5em; /* 5px */
line-height: 1.2em; /* 12px */
border-bottom: 1px solid #ccc;
}

#noLoyaltyTransactions td.button {
font-size: 1.2em; /* 10px */
}
.clearBoth {
clear: both;
}
.phoneNumber {
float: left;
}
.milesDetails {
margin-bottom: 0.715em; /* 10px */
}
.leftBlock .details {
padding-top: 0;
}
.rightBlock .details {
padding-top: 0;
display: block;
text-align: right;
}
.align-left {
float: left;
}
.profile-info .button {
clear: both;
float:left;
font-size:0.8333em; /* 10px */
line-height:2em; /* 20px */
margin-left: 1em; /* 10px */
}
.editProfile {
margin-top:-1em;
margin-bottom:0.5em;
}
.profile-info .button a {
white-space:nowrap;
display: block;
text-decoration: none;
padding: 0.417em; /* 5px */
color: #666666;
}
.profile-info .nav {
background:url(../../images/common/buttonSlimLeft.gif) left center no-repeat;
}
.profile-info .nav a{
background: url(../../images/common/buttonSlimRight.gif) right center no-repeat;
padding-right: 30px; /*keep in px as it's padding for an image of a specific size */
}

#loginContainer {
margin-right: 19em;
font-size: 1.2em;
}
#loginContainer  #loginPanel {
display: block;
margin: 0px auto;
width: 19em;
border: 1px solid #ccc;
}

#loginContainer .headerHighlight {
font-size: 1.2em;
padding: 0.5em 0.5em 0 0.5em;
}

#loginContainer .button {
margin-right: 0.5em;
}

.forgottenPasswordMessage {
display: block;
text-align: center;
margin: 4em 0.5em;
color: #FF6600;
font-weight: bold;
}

#loginPanel .button {
margin-top: 0;
margin-right: 0.5em;
}
#retrieveBookingPanel .button {
margin-top: 0.5em;
margin-right: 0.5em;
}
/* Styles required for sign in page old loginContinue.css */
#body-main {
	width: 786px;
}
/* / old loginContinue.css */

#headerLoyalty ul {
	list-style: none;
	padding:0;
	margin:0;
}

#headerLoyalty li {
	display: inline;	
	border-width: 1px 1px 0 1px;
  margin: 0 0.5em 0 0; 
}

.tdRight{
	text-align:right;
}

.displayBooking_hotelBookingDetails, .displayBooking_hotelPriceDetails{
	background:#FFFFFF;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

h5 {
	font-size: 1.167em; /* 14px */
	font-style: normal;
	font-weight: bold;
	/* line-height: 1.6426em; 23px */
	line-height: 40px;
	padding: 0 0 0.0714em 0.714em; /* 0px 0 0 10px;  */
	background:none;
	background-color: #F0F0F0;
	color: #333333;
}
.myProfileLink {
	width:935px;
	height:20px;
	line-height:20px;
	color:#ADADAD;
	text-align:right;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	padding-right:5px;
	margin-bottom:10px;
}

.myProfileLink a{
	color:#666;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

.totalPagesNav {
	padding-top:5px;
}
