/*landing page styles*/
#boxes {
	float: left;
	width: 537px;
	background: #fff url(../../../images/tfl/online/home-box-bg.gif) top
		left repeat-y;
	padding: 0;
}

#boxbottom {
	float: left;
	clear: both;
	width: 537px;
	background: #fff url(../../../images/tfl/online/home-box-bottom.gif)
		bottom left no-repeat;
	margin: 0;
	padding: 0;
	height: 17px;
}

.lost-box {
	border: 1px solid #0099FF;
	padding: 10px 10px 2px 10px;
}

.lost-box input {
	margin: 2px 0 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
}

#supportingtext {
	float: left;
	clear: both;
	width: 537px;
	margin: 10px 0 0 0;
}

#existinguser {
	float: left;
	width: 262px;
}

#newuser {
	float: right;
	width: 262px;
	height: 308px;
	background: url(../../../images/tfl/online/oyster-photocard.gif) center
		bottom no-repeat;
}

#newuser li {
	padding: 3px 0;
}

#boxes h2 {
	background: url(../../../images/tfl/online/header-background.gif) top
		left no-repeat;
	border: none;
}

#newuser h2,#existinguser h2 {
	padding: 3px 6px 12px 6px;
	margin: 9px 6px 0 6px;
	color: #fff;
	font-size: 1.2em;
}

#newuser p {
	padding: 0 12px;
	margin: 0;
	text-align: left;
}

#existinguser p {
	padding: 0 6px 6px 6px;
	margin: 0 7px 0 6px;
	text-align: left;
}

#newuser ul {
	padding: 0 8px 15px 19px;
	margin: 0;
	line-height: 140%;
}

#newuser li {
	background: none;
}

#existinguser form {
	padding: 0;
	margin: 0 7px 0 6px;
	text-align: right;
	background-color: #F7F7F7
}

#existinguser form p {
	padding: 0;
	margin-bottom: 0;
}

#existinguser input {
	margin: 2px 0 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
}

#passwordConfirm,#password{
	width: 155px;
}

#username {
	width: 239px;
}

#existinguser label {
	vertical-align: middle;
}

#supportingtext ul {
	line-height: 180%;
}

/*end of landing page styles*/

/*styles for the various 2 column layouts instead of using tables*/
.formrow {
	clear: both;
	padding-top: 5px;
}

.myaccountpersonaldetails {
	width: 240px;
	float: left;
}

.myaccountlinks {
	width: 240px;
	float: right;
	padding-top: 5px;
}

.formrow span.text {
	float: left;
	width: 230px;
	text-align: left;
}

.formrow span.textwide {
	float: left;
	width: 350px;
	text-align: left;
}

.formrow span.textnarrow {
	float: left;
	width: 150px;
	text-align: left;
}

.formrow2 span.textverynarrow {
	float: left;
	width: 70px;
	text-align: left;
}

.formrow2 span.textverynarrow2 {
	float: left;
	width: 150px;
	text-align: left;
}

.formrow span.textnarrow2 {
	float: left;
	width: 160px;
	text-align: left;
}

.formrow span.textheadernarrow {
	float: left;
	width: 350px;
	text-align: left;
}

.formrow .textheadernarrow {
	float: left;
	width: 280px;
	text-align: left;
}

.formrow .formfieldnarrow {
	float: left;
}

.formrow span.formfield {
	float: right;
	width: 290px;
	text-align: left;
}

.formrow span.formfieldwide {
	float: right;
	width: 50px;
	text-align: left;
}

.formrow span.formfieldnarrow {
	float: left;
}

.formrow span.formerror {
	float: right;
	text-align: left;
	width: 275px;
	color: red;
	padding: 0 0 1px 20px;
	background: url('../../../images/tfl/online/exclamation.png') 3px 1px
		no-repeat;
}

.formrow span.formerrornarrow {
	float: right;
	text-align: left;
	width: 360px;
	color: red;
	padding: 0 0 1px 20px;
	background: url('../../../images/tfl/online/exclamation.png') 3px 1px
		no-repeat;
}

.formrow span.formerrorwide {
	float: right;
	text-align: left;
	width: 500px;
	color: red;
	padding: 0 0 1px 20px;
	background: url('../../../images/tfl/online/exclamation.png') 3px 1px
		no-repeat;
}

.formrow span.widetext {
	float: left;
	width: 360px;
	text-align: left;
}

.formrow span.narrowformfield {
	float: right;
	width: 160px;
	text-align: left;
}

.formrow span.phototext {
	float: left;
	width: 100px;
	text-align: left;
}

.formrow div.photocard {
	float: right;
	width: 400px;
	text-align: left;
}

.formrow span.photocard {
	float: right;
	width: 400px;
	text-align: left;
}

.formrow span.photocardleft {
	float: left;
	width: 400px;
	text-align: left;
}

.formrow div.photocardleft {
	float: left;
	width: 400px;
	text-align: left;
}

/*end of 2 column styles*/

/*adds padding to form*/
fieldset {
	padding: 5px;
	border: 0 none;
}

/*remove generic underline from h2's*/
h2 {
	border: none;
}

/*styles to layout buttons*/
#buttonbox {
	width: 100%;
	margin: 10px auto;
	padding-bottom: 10px;
}
#buttonbox.buttonboxPhotoUpload, .buttonboxPhotoUpload  {
	margin: 10px 0 10px 115px;
}
#cartCancelBox {
	width: 100%;
	margin: 0px auto 20px;
}

#leftbuttons {
	float: left;
	text-align: left;
	width: 49%;
}

.leftbuttons20 {
	width: 20%;
}

#lefttext {
	float: left;
	text-align: left;
	width: 80%;
}

#lefttext>div {
	padding: 0 0 3px;
	color: black;
}

#lefttext>div.newOyster {
	margin: 0 0 5px 0;
}

#rightbuttons {
	float: right;
	text-align: right;
	width: 49%;
}

#middlebuttons {
	float: right;
	width: 295px;
}

#narrowbuttons {
	float: right;
	width: 382px;
}

/*end of button layout styles*/
.error {
	color: red
}

.error li {
	background: transparent url(../../../images/tfl/online/green-bullet.gif)
		no-repeat scroll 0pt 7px;
	padding-left: 8px;
}

#cardnumber label,label.nodisplay {
	display: none;
}

.lostcard {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	background: #F6F9FB;
	width: 515px;
}

.lostcard span.text {
	float: left;
	width: 320px;
	text-align: right;
}

.lostcard span.formfield {
	float: right;
	width: 210px;
	text-align: left;
}

.req-info-bullet {
	display: inline;
	float: left;
	width: 1.5em;
	height: 2em;
}

.req-info-text {
	display: inline;
}

.toolTip {
	background-color: #EEE;
	color: #555;
	display: none;
	position: absolute;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 10px;
}

#landingpage-supporting-content {
	float: left;
}

#landingpage-supporting-content .home-sign-in h2 {
	padding: 8px 0 7px 7px;
}

#landingpage-supporting-content .home-sign-in {
	height: 155px !important;
	overflow: hidden;
	right: 0px;
	top: 0px;
	width: 169px !important;
	margin-top: 8px
}

#landingpage-supporting-content .home-sign-in input {
	margin: 5px 0 0 8px;
}

#landingpage-supporting-content .home-sign-in input[type=text],
#landingpage-supporting-content .home-sign-in input[type=password] {
	width: 87%;
}

#landingpage-supporting-content .home-sign-in ul.linklist {
	margin-left: 10px;
	border: 0;
}

#landingpage-supporting-content .home-sign-in ul.linklist li {
	background: url('../../../images/tfl/online/green-bullet.gif') no-repeat
		0 7px;
	border: 0;
	padding-left: 8px;
}

#landingpage-supporting-content .home-sign-in div.options {
	clear: both;
	padding: 4px 0 5px 8px !important;
}

#landingpage-supporting-content .home-sign-in div.options a {
	padding: 0 !important;
	margin: 0 !important;
}

#sign-in {
	height: 155px !important;
	background-color: #fafafa;
	overflow: visible;
}

#sign-in label {
	display: block !important;
	margin: 0 !important;
	padding: 0 0 0 7px !important;
}

#sign-in h2 {
	margin-bottom: 0 !important;
	background: url('../../../images/tfl/online/grey-panel-header.gif')
		repeat-x top left #F7F7F7
}

h1.oyster {
	background: url('../../../images/tfl/online/oysterphotocardlogo.gif')
		no-repeat 0 0;
	color: #01a6eb;
	width: 100%;
}

#landingpage-content h2 {
	border-bottom: 1px solid #ccc;
}

.oyster span {
	padding: 14px 0 10px 150px;
	display: block;
}

#landingpage-content {
	width: 100%;
	float: left;
}

#landingpage-content .rounded-shadow-box .contentArea {
	padding: 5px;
	width: 99%;
}

#landingpage-supporting-content .styled {
	padding-top: 0;
}

#landingpage-supporting-content .styled label {
	text-align: left
}

#landingpage-supporting-content h2 {
	border-bottom: 1px solid #ccc;
	color: #000;
	padding-left: 5px;
}

#landingpage-supporting-content .linklist li a {
	padding-left: 0;
	margin-left: 0;
}

#landingpage-supporting-content .linklist li {
	margin-bottom: 10px;
}

#landingpage-content .sml {
	width: 50px;
}

.furtherInfo {
	background: url('../../../images/tfl/online/highlightArrow.gif')
		no-repeat #fff79d;
	padding: 5px 5px 5px 15px;
	float: left;
	width: 48%;
	margin-top: 55px;
}

.panel2 ul,.furtherInfo p,.panel2 p {
	margin-bottom: 0;
}

.panel1 .linklist {
	float: left;
	width: 45%;
	margin-bottom: 0;
}

.panel1 .linklist li {
	margin-bottom: 10px;
}

.panel2 ul li {
	background: none;
	padding-left: 0;
	float: left;
	margin-top: 5px;
}

.panel2 .contentArea .button-default-1 {
	margin-top: 4px;
	width: 50px;
	margin-bottom: 4px;
}

.panel2 ul li input {
	width: 260px;
	_width: 250px;
}

.panel2 label {
	padding: none;
	border: none;
}

#results {
	height: 73px;
	width: 59px;
	z-index: 1;
	position: relative;
	left: 138px;
	top: -120px;
	overflow: hidden;
}

#results img {
	position: absolute;
	top: -112px;
	left: -207px;
}

.application-container-incomplete {
	background-color: #fff79d;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid lightblue;
}

.application-container-blank {
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.application-container-complete {
	background-color: #E8FFD1;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid lightblue;
}

.application-container-expired {
	background-color: #F8F8F8;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid lightblue;
}

.payment-container {
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid lightblue;
}

.myaccount-header {
	border-bottom: 1px solid #ccc;
	margin-left: 5px;
	margin-right: 3px;
}

.shadow {
	box-shadow: inset 0 0 1px #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	background-color: #FFFFFF
}

.insidePanel {
	padding-left: 10px;
	padding-right: 10px;
	background: #F0F0F0;
	border: 1px solid silver;
	margin-bottom: 8px;
	margin-top: -1px;
	padding-top: 0px!
}

.orderHistoryTable {
	color: black;
	background-color: ABABAB;
}

.orderHistoryHeader th {
	background-color: #A09D9D;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	color: #000;
	border-right: 0px;
}

/************************************************************************************************************************
 * Panel related styles                                                                                                 *
 ************************************************************************************************************************/
.panel_top {
	border-bottom: 1px solid silver;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

.panel_top_left {
	background-image:
		url(../../../images/taglib/ui2/default/panel_top_left.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid silver;
	width: 5px;
	height: 24px;
	vertical-align: top;
	font-size: 1px;
}

.panel_top_left_slant {
	background-image:
		url(../../../images/taglib/ui2/default/panel_top_left_slant.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid silver;
	width: 9px;
	height: 24px;
	vertical-align: top;
	font-size: 1px;
}

.panel_top_middle {
	background-image:
		url(../../../images/taglib/ui2/default/panel_top_middle.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid silver;
	height: 24px;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

.panel_top_middle img {
	vertical-align: middle;
}

.panel_top_right {
	background-image:
		url(../../../images/taglib/ui2/default/panel_top_right.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid silver;
	width: 5px;
	height: 24px;
	vertical-align: top;
	font-size: 1px;
}

.panel_top_right_slant {
	background-image:
		url(../../../images/taglib/ui2/default/panel_top_right_slant.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid silver;
	width: 9px;
	height: 24px;
	vertical-align: top;
	font-size: 1px;
}

.panel_middle_cell {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: #F0F0F0;
}

.panel_margin {
	padding: 5px;
}

.panel_middle_table {
	width: 100%;
}

.panel_middle_table td {
	white-space: nowrap;
}

.panel_middle_table_form {
	width: 100%;
}

.panel_middle_table_form td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
}

.panel_bottom {
	background-color: silver;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

.grid {
	background: gray;
	color: white;
	font-size: 11px;
}

.grid_row {
	background: white;
	color: black;
}

.grid_heading {
	font-weight: bold;
	background: silver;
	color: black;
}

.cell {
	display: table-cell;
	color: black;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	border-width: thin;
}

.heading_cell_top {
	display: table-cell;
	color: black;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	border-width: thin;
	padding-top: 2px;
	padding-bottom: 4px;
}

.heading_cell_bottom {
	display: table-cell;
	color: black;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	border-width: thin;
	padding-top: 6px;
	padding-bottom: 2px;
}

.card_heading_cell_left,.bottom_table_cell_left,.bottom_table_cell_right
	{
	position: relative;
	float: left;
	color: black;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	border-width: thin;
	padding-top: 2px;
	padding-bottom: 4px;
}

.bottom_table_cell_right {
	float: right;
}

.bottom_table_cell_left,.bottom_table_cell_right {
	padding-top: 3px;
	padding-bottom: 3px;
}

.heading {
	display: table-row;
	background: #c0c0c0;
	color: black;
	font-weight: bold;
	font-weight: bold;
	margin-top: 50px;
}

.subTotal {
	display: table-row;
	background: #c0c0c0;
	color: black;
	font-weight: bold;
	font-weight: bold;
}

.stationColumnWidth {
	width: 160px;
}

.columnWidth {
	width: 70px;
}

.columnWidthNoStation {
	width: 140px;
}

.itemWidthNoSation {
	width: 220px;
}

.itemWidth {
	width: 180px;
}

.priceWidthNoStation {
	width: 70px;
}

.priceWidth {
	width: 60px;
}

.shoppingcartbuttons {
	display: table-row;
	background: #c0c0c0;
	color: black;
	font-weight: bold;
	font-weight: bold;
	margin-top: 50px;
}

.itemrow {
	display: table-row;
	background: white;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid;
	border-top: 0px;
}

.itemRowCart {
	display: table-row;
	background: white;
}

.itemRowCart.notLastRow>div.cell {
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 1px solid #c0c0c0;
	border-top: 0px;
}

.itemRowCart.notLastRow>div.cell.Lcell {
	border-left: 1px solid #666;
}

.itemRowCart.notLastRow>div.cell.Rcell {
	border-right: 1px solid #666;
}

.totalrow {
	display: table-row;
	background: white;
}

.table {
	display: table;
	border-collapse: collapse;
	font-size: 11px;
	margin-bottom: 20px;
	border: solid;
	border-width: thin;
}

.topTableCaption {
	display: table-caption;
	caption-side: top;
	border-style: solid;
	background: white;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 0px;
	border-top: 1px solid;
}

.bottomTableCaption {
	display: table-caption;
	caption-side: bottom;
	border-style: solid;
	background: white;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#shopping_basket>div.table {
	width: 536px;
}

.clear {
	clear: both;
}

.floatLeft {
	position: relative;
	float: left;
	text-align: left;
}

.itemSeperator {
	position: relative;
}

.grandTotal {
	position: relative;
	float: right;
	padding: 0 25px 0 0;
	padding-top: 2px;
	padding-bottom: 4px;
}

.collectionStationSelect {
	width: 295px;
	margin: 6px 0 0 4px;
}

.travelCardDurationSelect, .topUpAmountSelect{
	width: 65%;
	padding: 0 5px 1px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
.travelCardZoneSelect{
	width: 65%;
	padding: 0 5px 1px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
.travelCardStartDateSelect{
	width: 65%;
	padding: 0 5px 1px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
.travelCardEndDateInput {
	width: 65%;
	padding: 0 5px 1px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
.activationExtensionBanner {
	text-align: left;
	color: #000;
	background-color: #FFF69F; 
	margin-bottom: 19px;
	padding: 4px;
	zoom: 1;
}