/*
Todos los estilos de los Web User Control.
*/
@import url("wci-wuc.css");

/*== ================================*/
/* content class					 */
/* CSS for formatting styles screen  */
/* Enterinfo.aspx by J.L.			 */
/*===================================*/

#content {
	color:#000;
	font-family: Verdana;
	font-size: 0.75em; /* - 12px*/ 
	margin: 0px auto;
	min-width:744px;
	width:744px;
}

#content .resume
{
	text-align:left;
}

/*=======================*/
/* Error message by J.L. */
/*=======================*/
#content p {
	margin: 10px 0px;
}
#content p .Error {
	/*keyword: Red*/
	color: #FF0000;
	font-weight: bold;
	line-height: 15px;
}
/*
#content p .Error a, 
#content p .Error a:hover {
	color: #FF0000;
}
*/
/*================*/
/* Titles by J.L. */
/*================*/
#content h1 {
  border-bottom: 3px solid #0063ab;
  color: #0063AB;
  font-size: 1.5em; /* - 24px*/
  /*font-weight: bold;*/ font-weight: normal;
  margin: 10px 0px;
  padding: 9px;
  background: #EFF8FF; 
}

/*===============*/
/* Links by J.L. */
/*===============*/
#content ul li span a:link, 
#content ul li span a:visited {
	color: #1E569F;
}

/*====================*/
/* YouCheckIn by J.L. */
/*====================*/
#content #reqs-wci
{
  height: 50px;
  list-style: none;
  min-height: 50px;
  margin: 0px 0px 0px 50px;
  padding: 0px;
}
#content #reqs-wci li
{
  float: left;
  margin-right:5px;
  min-width: 217px;
  width: 217px;
}
#content #reqs-wci li img {
	border-width: 0px;
	float: left;
	height: 40px;
	min-height: 40px;
	margin-right: 3px;
	width: 40px;
}
#content #reqs-wci li span
{
	/*display: block;*/
	overflow: auto;
	padding: 5px 0px 0px 0px; 
}

/*===============*/
/* Login by J.L. */
/*===============*/
#content #login-wci {
	/*margin: 0px 0px 0px 250px;*/
	margin: 0px 0px 0px 230px;
}
#content #login-wci .Box {
	margin: 0px;
}
#content #login-wci .Box input {
	font-size: 0.9em; /* - 12px*/
	height: 20px;
	margin: 0px 0px 4px;
	min-height: 15px;
	min-width: 216px;
	padding: 6px 0px 0px 4px;
	width: 216px;
}
#content #login-wci .Box input.unwatermarked, 
#content #login-wci .Box input.watermarked {
	font-family: Verdana;
	font-weight: lighter;
	border:1px solid #BEBEBE;
}
#content #login-wci .Box input.unwatermarked {
	/*keyword: Black*/
	color: #000000;
}
#content #login-wci .Box input.watermarked {
	/*keyword: AliceBlue*/
	background-color: #F0F8FF;
	/*keyword: Gray*/
	color: #808080;
}
#content #login-wci .Box input.validatorCalloutHighlight {
	/*keyword: lemonchiffon*/
	background-color: #FFFACD;
}
#content #login-wci .Box .Help {
	display: inline;
	vertical-align: top;
}
#content #login-wci .Box .Help .Open {
	font-size: 0.75em; /*0.625em;*/ /* - 10px*/
	cursor: pointer;
	padding: 0px 0px 5px;
	text-decoration: underline;
}
#content #login-wci input.GoImageButton, 
#content #login-wci input.GoImageButtonActive {
	border-width: 0px;
	margin: 0px 36px;
	padding: 0px;
}
#content #login-wci input.GoImageButton, 
#content #login-wci input.GoImageButtonActive {
	min-height: 35px;
	min-width: 150px;
	height: 35px;
	width: 150px;
}
#content #login-wci input.GoImageButtonActive {
	cursor: pointer;
}
#content #login-wci .Validators {
}
#content #login-wci .Validators .RequiredField {
	display: inline;
}
#content #login-wci .Validators .RegularExpression {
	display: inline;
}
#content #login-wci .Validators .RequiredField span, 
#content #login-wci .Validators .RegularExpression span {
	visibility: hidden;
}

/*======================*/
/* DoYouHaveAny by J.L. */
/*======================*/
#content #baggage-wci {
	height: 40px;
	min-height: 40px;
}
#content #baggage-wci img {
	border-width: 0px;
	float: left;
	height: 40px;
	margin: 0px 5px 0px 15px;
	min-height: 40px;
	min-width: 60px;
	width: 60px;
}
#content #baggage-wci span {
	display: block;
	overflow: auto;
	padding: 5px 0px 0px 0px; 
}

/*=====================================*/
/* WhoCannotPassengersThatHave by J.L. */
/*=====================================*/
#content #whocannot-wci {
	margin: 10px 0px;
	padding: 0px 40px;
}
#content #whocannot-wci li {
	list-style-type: disc;
}
#content #whocannot-wci span label {
	cursor: pointer;
	text-decoration: underline;
	color: #1E569F;
}

/*==========================================*/
/* YouShouldForInternationalFlights by J.L. */
/*==========================================*/
#content #youshould-wci {
	margin: 10px 0px;
	padding: 0px 40px;
}
#content #youshould-wci li {
	list-style-type: disc;
}

/*======================*/
/* On-Line Help by J.L. */
/*======================*/
#content #help-wci {
	text-align: right;
}
#content #help-wci .OnlineHelpImage, 
#content #help-wci .OnlineHelpImageActive {
	border-width: 0px;
}
#content #help-wci .OnlineHelpImage, 
#content #help-wci .OnlineHelpImageActive {
	min-height: 75px;
	min-width: 125px;
	height: 75px;
	width: 125px;
}
#content #help-wci .OnlineHelpImageActive {
	cursor: help;
}

#content .clear {
  clear: both;
  display: none;
  height: 0px;
  line-height:0px;
  margin: 10px 0px 0px 0px;
  min-height: 0px;
}

/*====================*/
/* Boarding Passes by J.L. */
/*====================*/
/*
#content .wci h2 {
  color: #0063AB;
  font-size: 1.125em;
  font-weight: bold;
  margin: 10px 0px;
  padding: 0px 20px;
}
*/
#content .wci .bp-travelers {
	margin: 10px 0px;
	padding:0px 20px; /*25/06/2008*/
}
#content .wci .bp-travelers h2 {
	color: #0063AB;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px;
	padding: 0px;
}
#content .wci .bp-travelers p {
	color: #0063AB;
	font-size: 1.125em;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}
#content .wci .bp-travelers div {
	margin: 10px 0px;
}
#content .wci .bp-travelers div p {
	color: #0063AB;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0px;
	padding:0px 30px; 
}
/*
#content .wci .bp-travelers div p:first-child {
	margin: 30px 0px 10px 0px;
}
*/
#content .wci .bp-travelers div p.bp-comments {
	color: #000000;
	font-weight: normal;
	margin: 20px 0px 30px;
	padding: 0px 30px;
}

/*----------------------------
				GridView Style
----------------------------*/
#content .wci .bp-travelers .bp-travelers-list {
	padding:0px 30px;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle {
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
	border-width: 0px;
	color: #0063AB;
	margin: 0px 0px 20px 0px; /*25/06/2008*/
	text-align: left;
	width: 100%;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr.Off {
	background-color: #FFFFFF;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr.On {
	background-color: #EFF8FF;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr {
	margin: 0px;
	padding: 0px;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr th, 
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr td {
	margin: 0px;
	padding: 8px 0px 8px 70px;
	vertical-align: middle;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr td div, 
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr th div {
	cursor: default;
	display: block;
	letter-spacing: 0px;
	margin: 0px;
	padding: 5px 0px;
	word-spacing: 0px;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr th div {
	padding: 0px 0px;
}
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr td div label,
#content .wci .bp-travelers .bp-travelers-list .GridViewStyle tr th div label {
	margin: 0px 0px;
	vertical-align: top;
	width: 250px;
	
	padding-left: 5px;
	vertical-align: 2px;
}
#content .wci .bp-travelers #bp-delivery {
	padding: 0px 20px; /*25/06/2008*/
	text-align: right;
}
#content .wci .bp-travelers #bp-delivery input {
	border-width: 0px;
	margin: 0px 10px 0px 0px; /*25/06/2008*/
}
#content .wci .bp-travelers #bp-delivery-option {
	height: 80px; 
	min-height: 80px;
}
#content .wci .bp-travelers #bp-delivery-option .Off,
#content .wci .bp-travelers #bp-delivery-option .On {
	background-color: #EFF8FF;
	border-top: 3px solid #0063ab;
	margin: 0px;
	padding: 20px 0px 10px 150px;
}
#content .wci .bp-travelers #bp-delivery-option .Off {
	display: none;
}
#content .wci .bp-travelers #bp-delivery-option .On {
	display: block;
}
#content .wci .bp-travelers #bp-delivery-option .On span.label {
	display: block;
	color: #0063AB;
	font-weight: bold;
}
#content .wci .bp-travelers #bp-delivery-option .On input.unwatermarked, 
#content .wci .bp-travelers #bp-delivery-option .On input.watermarked {
	border: 1px solid #BEBEBE;
	margin: 0px;
	min-width: 416px;
	padding: 3px 0px 3px 4px;
	vertical-align: top;
	width: 416px;
}
#content .wci .bp-travelers #bp-delivery-option .On input.unwatermarked {
	/*keyword: Black*/
	color: #000000;
	font-style: normal;
}
#content .wci .bp-travelers #bp-delivery-option .On input.watermarked {
	/*keyword: White*/
	background-color: #FFFFFF;
	/*keyword: Gray*/
	color: #808080;
	font-style: italic;
}
#content .wci .bp-travelers #bp-delivery-option .On input.validatorCalloutHighlight {
	/*keyword: White*/
	background-color: #FFFFFF;
}
#content .wci .bp-travelers #bp-delivery-option .On input.go {
	vertical-align: top;
}
#content .wci .bp-travelers #bp-delivery-option .On span.help {
	display: none;
	color:#0063AB;
	font-size: 0.75em; 
	min-width: 422px;
	padding: 0px 0px 0px 4px;
	visibility: hidden;
	width: 422px;
}

#content .wci #bp-others {
	margin: 10px 0px;
	text-align: right;
}
#content .wci #bp-others input {
	border-width: 0px;
	margin-right: 20px;
	vertical-align: top;
}

/*=============================*/
/* Style AJAX Modal Background */
/*=============================*/
.modalBackground {
	/*background-color: #7FA4BF;*/
	background-color: #000000;
    filter:alpha(opacity=25);
    opacity:0.25;
}

/*=====================================*/
/* Style AJAX Modal Progress Indicator */
/*=====================================*/
.modalPopup-Progress {
    color: #0063AB;
    display: block;
    float: right;
    padding: 0px;
}

.modalPopup-Progress .container {
	 background-color:#CF4342;
	 padding: 2px 4px;
}
.modalPopup-Progress .container span {
    color:#FFFFFF;
    font-weight:bold;
}

#content div.Loading {
    background-color: #CF4342;
    color: #0063AB;
    display: block;
    float: right;
	padding: 2px 4px;
}
#content div.Loading span {
    color: #FFFFFF;
    font-weight: bold;
}


/*======================================*/
/* Style AJAX Modal Window Confirmation */
/*======================================*/
#content .wci .modalPopup-Window {
    background: #FFFFFF url('../Images/background_send_email.gif') no-repeat scroll 0%;
    color: #0063AB;
    display: block;
    padding: 0px;
    min-width: 350px;
    position: absolute;
    width: 350px;
}
#content .wci .modalPopup-Window .container {
    border: solid 1px #808080;
    border-width: 1px 0px;
}
#content .wci .modalPopup-Window .container .header {
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 1.9;  
}
#content .wci .modalPopup-Window .container .header .Title {
    font-weight: bold;
}
#content .wci .modalPopup-Window .container .header .Button {
    background: url('../Images/sprite_multiple.png') no-repeat 0px -300px;
    cursor: pointer;
    height: 15px;
    min-height: 15px;
    min-width: 25px;
    position: absolute;	
    right: 5px;
    top: 5px;	
    width: 25px;
}

#content .wci .modalPopup-Window .container .body {
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px 10px 30px 10px;
}
#content .wci .modalPopup-Window .container .body span {
    display: block;
}
#content .wci .modalPopup-Window .container .body ul {
	list-style-type: none;
	padding: 0px 20px;
	margin: 4px 0px;
}
#content .wci .modalPopup-Window .container .body ul li {
	font-style: italic;
}
#content .wci .modalPopup-Window .container .footer {
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
}
#content .wci .modalPopup-Window .container .footer a, 
#content .wci .modalPopup-Window .container .footer a:link, 
#content .wci .modalPopup-Window .container .footer a:visited {
	color: inherit;
	font-weight: bold;
}

#content div.On, 
#content div.Off {
	margin: 10px 0px;
}
#content div.On {
	display: block;
}
#content div.Off {
	display: none;
}
#content div.On span.Error,
#content div.Off span.Error {
	color: #FF0000;
	font-weight: bold;
	line-height: 15px;
}
/*
#content .wci .errorOff, 
#content .wci .warningOff {
	display: none;
}
#content .wci .errorOn {
	background: #FFFFCC url(../Images/ico_error.gif) no-repeat scroll 5px 5px
}
#content .wci .warningOn {
	background: #FFFFCC url(../Images/ico_warning.gif) no-repeat scroll 5px 5px
}
#content .wci .errorOn,
#content .wci .warningOn {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	font-style: italic;
	margin: 10px 0px;
	padding: 5px 10px 5px 45px;
}
#content .wci .errorOn,
#content .wci .warningOn {
	display: block;
}
#content .wci .errorOn span.header,
#content .wci .warningOn span.header {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
#content .wci .errorOn span.comment,
#content .wci .warningOn span.comment {
	display: block;
	overflow: auto;
	padding: 5px 5px 0px 5px;
}
*/
/*
.nota {
	background:#FFFFCC url('../Images/notawarning.png') no-repeat scroll 0%;
	border: 1px solid #CCCCCC;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px 3px 3px 44px;
}
*/

/*== ================================*/
/* wci-ebussiness for home and passenger details  */
/* CSS for formatting styles screen  */
/* Enterinfo.aspx by J.L.			 */
/*===================================*/
/*
.wci-ebusiness * {
    color: #333333;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
}
*/
.wci-ebusiness {
    font-family:Arial,Helvetica,Sans-Serif;
    width: 930px;
}

.wci-ebusiness input, select {
	color:#787777;
}

.wci-ebusiness .home {
	color:#000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em; /*-12px*/
	margin: 0;
	min-width:634px;
	width:634px;
	text-align:left;
	float:left;
}

.wci-ebusiness .HomeInformation {
	color:#333;
	padding-top:20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; /*-12px*/	
	text-align:left;
	float:left;
}


/****************************************/
/*    Headers and Other					*/
/****************************************/ 

.wci-ebusiness .HomeInformation h1,
.wci-ebusiness .home h1 {
  /*border-bottom: 3px solid #0063ab;*/
  color: #004982;
  font-size: 20px; 
  font-weight: bold; 
  margin: 0px 0px 10px;
  padding: 9px 0;
}
.wci-ebusiness .HomeInformation h2 ,
.wci-ebusiness .home h2 {
  color: #333333;
  font-size: 15px; 
  font-weight: bold; 
  margin: 10px 0px;
  padding: 9px;
}/**/

.wci-ebusiness .HomeInformation p {  
 margin:10px;
 text-align:left;
}




/*===============*/
/* Links by J.L. */
/*===============*/
.wci-ebusiness .home ul li span a:link, 
.wci-ebusiness .home ul li span a:visited {
	color: #1E569F;
}

/**===========================*/
/*   Text Validation Styles   */
/*============================*/
.wci-ebusiness span.validation{
	color:#D19434 !important;
	font-weight:bold;
	display:none;

}

.wci-ebusiness .txtError {
	border:1px solid #CC0000;
}

.wci-ebusiness span.asterisk {
	color:Red;
	display:none;
}

.wci-ebusiness span.show {
	display:inline;
}

/*===========================================*/
/*   login form table style					 */
/*===========================================*/

.wci-ebusiness .home .form {
	width:634px;
	font-size:12px;
	background-color:#f2f0f1;
	border:none;
}

.wci-ebusiness .home . h3.form {
	font-size: 16px;
	font-weight: bold;
	color: #004982;
	margin:20px 0 10px 0;
}

.wci-ebusiness .home .form p {
	margin-bottom:10px;
	line-height:1.4em;
}

.wci-ebusiness .home .form p strong {
	font-weight:bold;
}

.wci-ebusiness .home .form input {
	float:left;
	margin-top:5px;
}

.wci-ebusiness .home .form .need_help {
	float:left;
	margin:-4px 0 0 10px;
	color:#004982;
	text-decoration:underline;
}

.wci-ebusiness .home .form td {
	vertical-align:top;
}

.wci-ebusiness .home .form .searchcol1, 
.wci-ebusiness .home .form .searchcol3 {
	padding:20px;
}

.wci-ebusiness .home .form .searchcol2{
	padding:20px 10px;
}

.wci-ebusiness .home .form .searchcol2 {
	text-align:center;
}

.wci-ebusiness .home .form .searchcol3 {
	padding-left:10px;
}

.wci-ebusiness .home .form .searchcol3 ul  {
	margin-bottom:10px;
}

.wci-ebusiness .home .form .searchcol3 ul li {
	list-style:none;
	height:28px;
	padding-left:33px;
}

.wci-ebusiness .home .form .searchcol3 ul li.passport {
	background:url(../Images/webcheckin-icon-passport.jpg) no-repeat;
}
.wci-ebusiness .home .form .searchcol3 ul li.printer {
	background:url(../Images/webcheckin-icon-printer.jpg) no-repeat;
}

.wci-ebusiness .home .form .col1 {
	width:228px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	padding-top:5px;
}

.wci-ebusiness .home .form .col2 {
	padding:0 0 5px 10px;
}

.wci-ebusiness .home .form .no-padding {
	padding:0;
}
/*======================*/
/* Error Panel  */
/*======================*/
.wci-ebusiness .home .ErrorPanel
{
  max-width:638px; 
  height:inherit;
}


/*===========================================*/
/* HomeInformation Style for WhoCannotPassengersThatHave 	 */
/* and YouShouldForInternationalFlights panel  			 */
/*===========================================*/
.wci-ebusiness .HomeInformation span 
{
	display :inline;
}

.wci-ebusiness .HomeInformation span label,
.wci-ebusiness .HomeInformation span a {
    color:#1E569F;
	/*display:block;*/
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	height:auto;
	margin:0;
	/*padding-right:14px;*/
	text-decoration:underline;
}

.wci-ebusiness .HomeInformation .insIcon {
	float:left;
}

.wci-ebusiness .HomeInformation .insDesc, 
.wci-ebusiness .insIcon {
	float:left;
	margin:0 20px 0px 0;
}
.wci-ebusiness .HomeInformation  .insDesc {
	width:500px;
}

.wci-ebusiness .HomeInformation .insDesc span {
	font-size: 16px;
	font-weight: bold;
	color: #004982;
}

.wci-ebusiness span.notice1 {
	text-align:left;
	font-size:12px;
	color: #246eaa;
	font-weight:bold;
}

.wci-ebusiness .HomeInformation .insDesc ul li span{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.wci-ebusiness .HomeInformation .insDesc ul {
	margin:15px;
}

.wci-ebusiness .HomeInformation .insDesc ul li {
	margin:13px 0;
	list-style: url(../Images/bullet_blue.gif);
	line-height:1.5em;
}

.wci-ebusiness .HomeInformation .insDesc p {
	margin:20px 0;
	line-height:1.5em;
}

/*======================================*/
/*    Need Help Panel					*/
/*======================================*/
.wci-ebusiness .HomeInformation .helpfooter {
	height: 62px; 
	width:930px; margin: 0 auto; 
}
.wci-ebusiness .HomeInformation .helpfooter a {
	font-weight: bold;
}
.wci-ebusiness .HomeInformation .helpfooter a .button  {
	display: block; 
	float: left; 
	padding:0 25px 0 6px;
}

.wci-ebusiness .HomeInformation .helpfooter h3 span {
	color:#004982;
	font-size:16px;
	font-weight:bold;
}

.wci-ebusiness .HomeInformation .helpfooter p  {
	margin:30px;
	padding:0;
}

.wci-ebusiness .HomeInformation .helpfooter p span {
	margin:0 30px 0 0;
	padding:0;
}		


/*=======================================*/
/* Right Column and My Reservations Panel*/
/*=======================================*/

.wci-ebusiness .Home .rightCol
{
	width: 262px; /*262 total, inc. paddding*/
	padding-top: 60px;
	font-family:arial;
	text-align:left;
}

.wci-ebusiness .Home .rightCol .subPageMenu
{
	float: left;
	width: 262px; /*262px total, inc. padding*/
}

.wci-ebusiness .Home .rightCol .subPageMenu ul, 
.wci-ebusiness .rightCol .subPageMenu ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wci-ebusiness .Home .rightCol .subPageMenu ul li a
{
	display: block;
	margin: 0;
	padding: 4px 0 3px 15px;
	text-decoration: none;
	border-top: 1px solid #ecebeb;
	height: 15px;
	color: #1E569F;
	font-weight:normal;
	font-size:12px;
}

.wci-ebusiness .Home .rightCol .subPageMenu ul li a:hover {
	background-color:#004982; 
	color:#fff; 
	font-weight:bold; 
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li.on a
{
	border-top: 1px solid #ffffff;
	background-color: #004982;
	color: #ffffff;
	font-weight: bold;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li a.selected
{
	background-color: #f2f1f1;
	font-weight: bold;
	padding-left: 28px;
	background-image: url('../Images/arrow_blue.gif');
	background-position: 15px 5px;
	background-repeat: no-repeat;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li.on a.selected
{
	padding-left: 28px;
	font-weight: bold;
	background-image: url('../Images/arrow_white.gif');
	color: #ffffff;
	background-color: #004982;
}

.wci-ebusiness .rightCol .subPageMenu ul li a.withSubItem
{
	padding-bottom: 0px;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li a.subItem
{
	border-top: none;
	padding: 1px 0 0 36px;
	background-color: #f2f1f1;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li.on a.subItem
{
	background-color: #004982;
	border-top: none;
	padding: 1px 0 0 36px;
	color: #ffffff;
	font-weight: normal;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li.on a.subItem:hover
{
	text-decoration: underline;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li a.subItemSelected
{
	border-top: none;
	background-color: #f2f1f1;
	padding: 0 0 0 48px;
	background-image: url('../Images/blue_triangle.gif');
	background-position: 37px 4px;
	background-repeat: no-repeat;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li.on a.subItemSelected
{
	background-image: url('../Images/white_triangle.gif');
	padding: 0 0 0 48px;
	background-color: #004982;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.wci-ebusiness .Home  .rightCol .subPageMenu ul li a.lastSubItem, #subPageMenu ul li.on a.lastSubItem
{
	padding-bottom: 3px;
}

.wci-ebusiness .Home  .rightCol .subPageMenuHeader
{
	float: left;
	width: 262px;
	height:20px;
	max-height:31px;
	padding:6px 10px;
	background-image: url('../Images/copa_my_reservations_hdr.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.wci-ebusiness .Home  .rightCol .subPageMenuHeader span
{
	color:#1E569F;
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;

}

.wci-ebusiness .Home .subPageMenuContent
{
	float: left;
	width: 262px;
}

.wci-ebusiness .Home  .subPageMenuFooter
{
	float: left;
	width: 262px;
	height: 7px;
	background-image: url('../Images/copa_travel_info_ftr.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*=====================================*/
/* passenger-details Styles By J.L.    */
/*=====================================*/
.wci-ebusiness h2 {
    /*border-bottom: 1px solid #C0C0C0;*/
    color:#004982;
    font-size: 20px;
    font-weight: bold;
    /*margin: 10px 0px;*/
    /*padding: 5px 0px;*/
    text-align:left;
}
.wci-ebusiness .passenger-details,
.wci-ebusiness .seat-assignment {
    float:left;
    text-align:left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.75em;
    font-weight: normal;
    width: 755px;
}
.wci-ebusiness .passenger-details h3,
.wci-ebusiness .seat-assignment h3 {
    color:#004982;
    font-size:16px;
    font-weight:bold;
    margin:20px 0 10px;
}
.wci-ebusiness .passenger-details p,
.wci-ebusiness .seat-assignment p {
    margin: 10px 0px;
}
.wci-ebusiness .passenger-details div.details {
    background-color:#F2F0F1;
    border: 1px solid #F2F0F1;
    margin: 0px 0px;
    padding: 10px;
}
/*
 * Added by Julio Obispo
 * 06/01/2010
 * Task 9281
 * Style for fields that have been added.
 */
 .wci-ebusiness .passenger-details div.infopassenger
 {
 	background-color:#F2F0F1;
 	border:solid 1px #F2F0F1;
 	margin:0;
 	padding:10px;
 	}
 	
.wci-ebusiness .passenger-details div.notLoginUser
{
	font-size:12px;
 	padding:20px;
 	color:#000000;
 	background-color:#F0F0F0;
 	font-family:Arial, Sans-Serif, helvetica, Times New Roman;
}
.wci-ebusiness .passenger-details div.loginUser
{
	padding:12px;
	font-family: Arial, Sans-Serif;
	color:#000000;
	background-color:#F0F0F0;
	font-size:12px;
}
.wci-ebusiness .passenger-details div.loginUser label
{
	font-weight:bold;
	font-size:12px;
}
.wci-ebusiness .passenger-details div.loginUser span
{
	font-size:11px;
	color:#666666;
	padding-left:22px;
}
.wci-ebusiness .passenger-details div.infopassenger table table tr td.importantheader{ color:#004982; font-weight:bold;}
.wci-ebusiness .passenger-details div.infopassenger table table tr td.importantcontent{color:#004982;}
.wci-ebusiness .passenger-details .about, 
.wci-ebusiness .passenger-details .passport,
.wci-ebusiness .passenger-details .documentation,
.wci-ebusiness .passenger-details .whereisstaying, 
.wci-ebusiness .passenger-details .passengers {
    width: auto;
}
.wci-ebusiness .passenger-details .about h3, 
.wci-ebusiness .passenger-details .passport h3, 
.wci-ebusiness .passenger-details .documentation h3, 
.wci-ebusiness .passenger-details .whereisstaying h3 {
    color:#004982;
    font-size:16px;
    font-weight:bold;
    margin:20px 0px 10px;
    padding:0px;
}
.wci-ebusiness .passenger-details .passengers {
    margin-top: 20px;
}
.wci-ebusiness .passenger-details .passengers h4 {
    font-size:14px;
    font-weight:bold;
    height:25px;
    margin:0px;
    padding:0px;
}
.wci-ebusiness .passenger-details .passengers h4 div {
    float: left;
    margin: 0px 10px 0px 0px;
    text-transform: capitalize;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle {
    float: left;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit {
    float: left;
    font-size: 12px;
    height: 19px;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit span {
    display: block;
    line-height: 10px;
    padding: 5px 0px 5px 14px;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit {
    background: transparent url(../images/btn_blue_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit span {
    background: transparent url(../images/btn_blue_s_01.jpg) no-repeat scroll 0 0;
}
/*
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit:hover {
    background: transparent url(../images/btn_gold_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .passenger-details .passengers h4 div.ButtonStyle a.Edit:hover span {
    background: transparent url(../images/btn_gold_s_01.jpg) no-repeat scroll 0 0;
}
*/
.wci-ebusiness .passenger-details .passengers table {
    height: auto;
    margin: 5px 0px 15px 0px;
    padding: 0px;
}
.wci-ebusiness .passenger-details .passengers table thead th {
    background-color:#004A84;
    color:#FFFFFF;
    font-weight:bold;
    padding:6px 6px 6px 20px;
    width:190px;
}
.wci-ebusiness .passenger-details .passengers table tbody td {
    border:1px solid #E4E4E4;
    line-height:1.5em;
    padding:15px 20px;
    vertical-align:top;
}
/*
.wci-ebusiness .passenger-details .passengers .details .value {
    font-style: italic;
}
*/
.wci-ebusiness .passenger-details .VisaAndHealthRequirements {
    /*
    margin-top: 20px;
    */
    width: auto;
}
/*
.wci-ebusiness .passenger-details .VisaAndHealthRequirements h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 20px 0px;
}
*/
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details {
    padding:20px 20px 10px
}
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details label {
    vertical-align: bottom;
}
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details label a, 
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details label a:link, 
.wci-ebusiness .passenger-details .VisaAndHealthRequirements .details label a:visited {
	/*color: #1E569F;*/
	color: #006BB3;
}
.wci-ebusiness .passenger-details .VisaAndHealthRequirements {

}
.wci-ebusiness .passenger-details .documentation .details p {
    margin: 10px 0px;
}
.wci-ebusiness .passenger-details .whereisstaying .details p {
    margin: 10px 0px;
}
.wci-ebusiness .passenger-details .whereisstaying .details .stayingat {
}
.wci-ebusiness .passenger-details .whereisstaying .details .different {
    margin: 10px 0px 0px;
}
.wci-ebusiness table {
    border-collapse: collapse;
    width: 100%;
}
.wci-ebusiness table th, 
.wci-ebusiness table td {
    vertical-align: top;
}
.wci-ebusiness .passenger-details .LabelCellStyle {
	padding-right: 4px;
	text-align: right;
	vertical-align: top; 
	width: 220px;
}
.wci-ebusiness .passenger-details .LabelCellStyle span {
	float: right;
	font-weight: bold;
}
.wci-ebusiness .passenger-details .ControlCellStyle {
	text-align: left;
	vertical-align: top;
	width: auto;
}
.wci-ebusiness .passenger-details .ControlCellStyle .TextBoxStyle, 
.wci-ebusiness .passenger-details .ControlCellStyle .DropDownListStyle, 
.wci-ebusiness .passenger-details .ControlCellStyle .DropDownListStyle option {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
.wci-ebusiness .passenger-details .ControlCellStyle .TextBoxStyle, 
.wci-ebusiness .passenger-details .ControlCellStyle .DropDownListStyle {
	width: 200px;
}
.wci-ebusiness .passenger-details .ControlCellStyle .ValidatorStyle {
	display: block;
	height: 20px;
}
.wci-ebusiness .passenger-details .ControlCellStyle .ValidatorStyle .RequiredFieldValidatorStyle {
	color: Red;
	display: inline;
}
.wci-ebusiness .passenger-details .ControlCellStyle .ValidatorStyle .RegularExpressionValidatorStyle {
	color: Orange;
	display: inline;
}
.wci-ebusiness .passenger-details .ControlCellStyle .RadioButtonListStyle {
	vertical-align: text-top;
}
.wci-ebusiness .passenger-details .ControlCellStyle .RadioButtonListStyle label {
}
.wci-ebusiness .passenger-details .ControlCellStyle .RadioButtonListStyle input {
	margin: 0px 5px;
	padding: 1em;
}

/*==============================*/
/* Seat Assignment Page by J.L. */
/*==============================*/
/*
.wci-ebusiness .seat-assignment {
    float:inherit;
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:0.75em;
    font-weight:normal;
    text-align:left;
    width:auto;
}
*/
.wci-ebusiness .seat-assignment h2 {
    border-bottom:1px solid #C0C0C0;
    font-size:18px;
    font-weight:bold;
    margin:10px 20px;
    padding:5px 0;
    text-align:left;
}
/*
.wci-ebusiness .seat-assignment p {
    margin:10px 20px;
}
*/
/*
.wci-ebusiness .seat-assignment h3 {
    font-size:14px;
    font-weight:bold;
    margin:10px 20px;
    padding:5px 0;
}
*/
/*
.wci-ebusiness .seat-assignment .flight-information {
    margin: 10px 20px;
    overflow: auto;
}
*/
.wci-ebusiness .seat-assignment .flights {
    margin: 0px 0px 20px 0px;
}
/*
.wci-ebusiness .seat-assignment .flights .GridViewStyle {
    border-collapse:separate !important;
    width: 100%;
}
*/
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr th, 
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	vertical-align: top;
}
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr th {
    background-color:#004A84;
    color:#FFFFFF;
    font-weight:bold;
    padding:6px;
    text-align:center;
}
/*
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr th h4 {
    color: #FFF;
    height:auto;
    margin:0;
    padding: 5px 0px;
    
    font-size: 12px;
    font-weight: bold;
}
*/
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td {
    border:1px solid #E4E4E4;
    line-height:1.5em;
    padding:15px 20px;
    vertical-align:top;
}
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td span.cityname,
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td span.countryname {
    text-transform: capitalize;
}
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td span.citycode {
    text-transform: uppercase;
}
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td span.date {
	text-transform: capitalize;
}
.wci-ebusiness .seat-assignment .flights .GridViewStyle tr td span.time {
	padding-left: 4px;
	text-transform: uppercase;
}
.wci-ebusiness .seat-assignment .passengers {
    margin:20px 0px;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle {
    width: auto;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr th, 
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr td {
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr th {
    color:#1E569F;
    font-size:16px;
    font-weight:bold;
    padding: 20px 10px;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr td {
    padding: 5px 0px;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr th.Name, 
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr td.Name {
	text-align: left;
	text-transform: capitalize;
	width: 250px;
	padding-left: 0px;
}
.wci-ebusiness .seat-assignment .passengers .GridViewStyle tr td.Button {
    padding-left:10px;
}


/*
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-transform: capitalize;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a {
    float: left;
    font-size: 12px;
    height: 19px;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a span {
    display: block;
    line-height: 10px;
    padding: 5px 0px 5px 14px;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a {
    background: transparent url(../images/btn_blue_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a span {
    background: transparent url(../images/btn_blue_s_01.jpg) no-repeat scroll 0 0;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a:hover {
    background: transparent url(../images/btn_gold_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .seat-assignment .flight-information .passengers .ButtonStyle a:hover span {
    background: transparent url(../images/btn_gold_s_01.jpg) no-repeat scroll 0 0;
}
*/
.wci-ebusiness .wci-selecttravelers .ButtonStyle,
.wci-ebusiness .seat-assignment .passengers .ButtonStyle {
    float: left;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle a.ChangeSeat,
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat {
    text-transform:none;
    float: left;
    font-size: 12px;
    height: 19px;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle a.ChangeSeat span ,
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat span {
    display: block;
    line-height: 10px;
    padding: 5px 0px 5px 14px;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle a.ChangeSeat,
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat {
    background: transparent url(../Images/btn_blue_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle a.ChangeSeat span,
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat span {
    background: transparent url(../Images/btn_blue_s_01.jpg) no-repeat scroll 0 0;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle .ButtonStyle a.ChangeSeat:hover
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat:hover {
    background: transparent url(../Images/btn_gold_s_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .wci-selecttravelers .ButtonStyle .ButtonStyle  a.ChangeSeat:hover span 
.wci-ebusiness .seat-assignment .passengers .ButtonStyle a.ChangeSeat:hover span {
    background: transparent url(../Images/btn_gold_s_01.jpg) no-repeat scroll 0 0;
}
/*=====================================*/
/* Style AJAX Modal Progress Indicator */
/*=====================================*/
.wci-ebusiness .modalPopup-Progress {
    color: #0063AB;
    display: block;
    float: right;
    padding: 0px;
}

.wci-ebusiness .modalPopup-Progress .container {
	 background-color:#CF4342;
	 padding: 2px 4px;
}
.wci-ebusiness .modalPopup-Progress .container span {
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
}

/*=====================================*/
/*       e-mail Sent Sussesfully       */
/*=====================================*/
.wci-ebusiness .modalPopup-Window {
    background: #FFFFFF url('../Images/background_send_email.gif') no-repeat scroll 0%;
    color: #0063AB;
    display: block;
    padding: 0px;
    min-width: 350px;
    position: absolute;
    width: 350px;
}
.wci-ebusiness .modalPopup-Window .container {
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.wci-ebusiness .modalPopup-Window .container .header {
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 1.9;  
}
.wci-ebusiness .modalPopup-Window .container .header .Title {
    font-weight: bold;
}
.wci-ebusiness .modalPopup-Window .container .header .Button {
    background: url('../Images/sprite_multiple.png') no-repeat 0px -300px;
    cursor: pointer;
    height: 15px;
    min-height: 15px;
    min-width: 25px;
    position: absolute;	
    right: 5px;
    top: 5px;	
    width: 25px;
}

.wci-ebusiness .modalPopup-Window .container .body {
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px 10px 30px 10px;
}
.wci-ebusiness .modalPopup-Window .container .body span {
    display: block;
}
.wci-ebusiness .modalPopup-Window .container .body ul {
	list-style-type: none;
	padding: 0px 20px;
	margin: 4px 0px;
}
.wci-ebusiness .modalPopup-Window .container .body ul li {
	font-style: italic;
}
.wci-ebusiness .modalPopup-Window .container .footer {
	border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
    height:20px;
    width:340px;
    margin-left:0;
    _margin-left:2px;
}

.wci-ebusiness .closePopupMail{
	float:right;
	margin:0;
}


/*==============================================*/
/* Navigation: previous & next buttons. by J.L. */
/*==============================================*/
/*
.wci-ebusiness .ButtonStyle {
    width: 700px;
}
*/
.wci-ebusiness .ButtonStyle {
    float: right;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    width: auto;
}
.action .wci-ebusiness .ButtonStyle {
    float:inherit;
    font-weight: bold;
}
.wci-ebusiness .ButtonStyle a {
    color: #FFFFFF;
    display: block;
    float:right;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-right: 14px;
    text-decoration: none;
}
.wci-ebusiness .ButtonStyle a span {
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 14px;
}
.wci-ebusiness .ButtonStyle a.Previous {
    float: left;
    margin: 0px 6px 0px 0px;
}
.wci-ebusiness .ButtonStyle a.Cancel {
    float:none;
    margin: 0px 150px 0px 0px;
}

.wci-ebusiness .ButtonStyle a.Cancel ,
.wci-ebusiness .ButtonStyle a.Previous {
    background: transparent url(../images/btn_blue_m_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .ButtonStyle a.Cancel span,
.wci-ebusiness .ButtonStyle a.Previous span {
    background:transparent url(../images/btn_blue_m_01.jpg) no-repeat scroll 0 0;
}
/*
.wci-ebusiness .ButtonStyle a.Cancel:hover ,
.wci-ebusiness .ButtonStyle a.Previous:hover {
    background: transparent url(../images/btn_gold_m_02.jpg) no-repeat scroll right top;
} 
.wci-ebusiness .ButtonStyle a.Cancel:hover span,
.wci-ebusiness .ButtonStyle a.Previous:hover span {
    background:transparent url(../images/btn_gold_m_01.jpg) no-repeat scroll 0 0;
}
*/
.wci-ebusiness .ButtonStyle a.Next {
	float: left;
	font-size:16px;
	height:29px;
}
.wci-ebusiness .ButtonStyle a.Next {
	background: transparent url(../images/btn_gold_b_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .ButtonStyle a.Next span {
    background:transparent url(../images/btn_gold_b_01.jpg) no-repeat scroll 0 0;
    line-height:20px;
}
/*
.wci-ebusiness .ButtonStyle a.Next:hover {
	background: transparent url(../images/btn_gold_m_02.jpg) no-repeat scroll right top;
}
.wci-ebusiness .ButtonStyle a.Next:hover span {
    background:transparent url(../images/btn_gold_m_01.jpg) no-repeat scroll 0 0;
}
*/

/*============================*/
/* Title: Title page. by J.L. */
/*============================*/
.wci-ebusiness .Title {
    margin: 0xp;
    padding: 10px 0px;
}
.wci-ebusiness .Title h2 {
    color:#004982;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align:left;
    width: 400px;
}
.wci-ebusiness .Title div {
    border-bottom:1px solid #E5E3E3;
    overflow:auto;
    padding-bottom:4px;
    height:10%;
}

.clear
{
    clear: both;
}

.wci-ebusiness .blue_b a,
.wci-ebusiness .blue_m a,
.wci-ebusiness .blue_s a,
.wci-ebusiness .gold_b a,
.wci-ebusiness .gold_m a,
.wci-ebusiness .gold_s a{
	color: #FFF;
    display: block;
	float:left;
    font-family:Arial,Sans-Serif;
	font-weight:bold;
	text-decoration: none;
	margin:0 6px 10px 0;
    padding-right: 14px;
}


.wci-ebusiness .gold_b  a{
    background: transparent url(../Images/btn_gold_b_02.jpg) no-repeat scroll top right;
	font-size:16px;
    height: 29px;
    color: #FFF;
}

.wci-ebusiness .gold_b a span {
    background: transparent url(../Images/btn_gold_b_01.jpg) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 14px;
} 


.wci-ebusiness .gold_m a{
    background: transparent url(../Images/btn_gold_m_02.jpg) no-repeat scroll top right;
	font-size:14px;
    height: 23px;
    
}

.wci-ebusiness .gold_m a span {
    background: transparent url(../Images/btn_gold_m_01.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 14px;
}

.wci-ebusiness .gold_s a{
    background: transparent url(../Images/btn_gold_s_02.jpg) no-repeat scroll top right;
	font-size:12px;
    height: 19px;
    
}

.wci-ebusiness .gold_s a span {
    background: transparent url(../Images/btn_gold_s_01.jpg) no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 14px;
} 


.wci-ebusiness .gold_b  a.SelectNext{
	float:right;
	margin:10px 181px 0 0;
	_margin-right:90px;

}

.wci-ebusiness .horizontalLine {
	border-top: 1px solid rgb(204, 202, 203); 
	margin: 20px 0px;
	width:932px;
}

.wci-ebusiness .blue_b a{
    background: transparent url(../Images/btn_blue_b_02.jpg) no-repeat scroll top right;
	font-size:16px;
    height: 29px;
    
}

.wci-ebusiness .blue_b a span {
    background: transparent url(../Images/btn_blue_b_01.jpg) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 14px;
} 


.wci-ebusiness .blue_m a{
    background: transparent url(../Images/btn_blue_m_02.jpg) no-repeat scroll top right;
	font-size:14px;
    height: 23px;
    
}

.wci-ebusiness .blue_m a span {
    background: transparent url(../Images/btn_blue_m_01.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 14px;
} 

.wci-ebusiness .blue_s a{
    background: transparent url(../Images/btn_blue_s_02.jpg) no-repeat scroll top right;
	font-size:12px;
    height: 19px;
    
}

.wci-ebusiness .blue_s span {
    background: transparent url(../Images/btn_blue_s_01.jpg) no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 14px;
    /*added for Julio Obispo*/
    /*Correcion de Comportamiento no esperado en Safari*/
    white-space:nowrap;
}

.wci-ebusiness .buttonPrintWC
{
	padding:20px;
}

#bpassAction2 {
	float: left;
	background-color:#f2f0f1;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	min-width:280px;
	width:auto; 
}

#bpassAction2 input{
	float:left;
	margin:0 6px 5px 0;
	display:block;
}
#bpassAction2 a{
	float:right;
}

#bpassAction1 {
	float:left;
	margin-top:20px;
	padding-bottom:13px;
}

#PBUCPaxPrintBoarding{
	background-color:#E5ECF2;
	margin-top:5px;
	padding-top:10px;
	clear:both;
	margin-bottom:5px;
    width:630px;
}


/********************************************/
/*        Select Travelers Styles           */
/********************************************/

.wci-ebusiness .wci-selecttravelers {
	margin:0 auto;
	width:930px;
	color:#333333;
	font-family:Arial,Sans-Serif;
	font-size:12px;
	text-align:left;

}

.wci-ebusiness .wci-selecttravelers h2 {
	margin: 30px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #004982;

}

.wci-ebusiness .wci-selecttravelers p{
	margin-top:20px;
}

.wci-ebusiness #OnePassMsg{
	margin:0 0 20px 0;
}
/*
.wci-ebusiness .wci-selecttravelers #main
{
	margin: 0 auto;
	width: 930px;
}
.wci-ebusiness .wci-selecttravelers #main input { margin-bottom: 5px; display: block; }
*/

/*.wci-ebusiness .wci-selecttravelers .select_passengers td a,*/
.wci-ebusiness .wci-selecttravelers .select_passengers  .link {
	color : #004982;
	text-decoration: underline;
	cursor:pointer;

}

.wci-ebusiness .wci-selecttravelers .select_passengers {
	margin:20px 0 20px 0;
}


.wci-ebusiness .wci-selecttravelers .select_passengers td {
	padding:5px 0;

}

/*===============================================*/
/*      OnePass Modal popup
/*===============================================*/
.wci-ebusiness .wci-selecttravelers .select_passengers .popupOnePass {
	height:10px;
	

}


.wci-ebusiness .wci-selecttravelers .requirements td {
	padding:20px;
}

.wci-ebusiness .wci-selecttravelers .requirements p {
	padding-bottom:10px;
	margin:0;
}


.wci-ebusiness .wci-selecttravelers .form2 {
	background-color:#F2F0F1;
	border:medium none;
	font-size:12px;
	width:638px;

}



.wci-ebusiness .wci-selecttravelers .hrSeparator {
	background-color:#E5E3E3;
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	/*margin-top:10px;*/

}

.wci-ebusiness .wci-selecttravelers .select_passengers div.travelers-list{
	margin:20px 0 20px 0;
}


.wci-ebusiness .wci-selecttravelers p.instructions {
	margin:20px 0 0;
	padding:0;
}

.wci-ebusiness .wci-selecttravelers .titlebar{
	height:78px;

}

.wci-ebusiness .wci-selecttravelers .titlebar .progressctrl {
	float: right;
	margin: 20px 0 15px 0;
}

.wci-ebusiness .wci-selecttravelers .titlebar h2 {
	float: left;
	height:20px;
	max-width:450px;
}

.wci-ebusiness .wci-selecttravelers input,
.wci-ebusiness .wci-selecttravelers select, 
.wci-ebusiness .wci-selecttravelers table.form input, 
.wci-ebusiness .wci-selecttravelers table.form select {
	float:left;
	margin:0 6px 0 0;
}

.wci-ebusiness .wci-selecttravelers .gridPax{
	border-left-color: #1e569f; 
	border-bottom-color: #1e569f; 
	width: auto;                                        
    color: white; 
    border-top-style:solid; 
    border-top-color: #1e569f; 
    border-right-style: solid;
    border-left-style: solid; 
    height: 24px; 
    background-color: #1e569f; 
    border-right-color: #1e569f;
    border-bottom-style: solid;
    
    
}

.wci-ebusiness .wci-selecttravelers h3.form {
	font-size: 18px;
	font-weight: bold;
	color: #004982;
	margin:20px 0 10px 0;
	font-family:Arial,Sans-Serif;
}





/********************************************/
/*			 Wait Page 1 Styles				*/
/********************************************/


.wrap {
	width:390px;
	/*height:231px;*/
	padding:10px;
	font-family:Arial;
	color:#333;

}

.wrap .logo {
	float:left;
	font-size:20;
	font-weight:bold;
}


.wrap .close {
	float:right;
	margin-top:4px;
}

.wrap .content {
	clear:both;
	padding:20px;
	text-align:center;
	margin:0;
	
	

}

.wrap .content .action {
	margin:35px 0;
	max-height:40px;
}

.wrap .content p {
	font-size:12px;
	font-family:Arial;
	color:#333;
	text-align:left;
	margin:0;

}

.wrap .content p br{
	margin-bottom:8px;
}

#topspace {
	padding:0;
}

/***************************************************************************************
***************************************************************************************/

.GenericError {
    height: 300px;
}
.GenericError p {
    text-align: left;
}
.banner
{
	margin: 0px auto; padding: 0px;  width: 930px; height: 89px;
}
#boardingPassFrame
{
	width:auto;
	border:solid 0px blue;
	/*background-color:#FFBFBF;*/
}
#boarding-pass
{
	width:auto;
	border:solid 0px red;
}
#boarding-pass TD
{
	background-color:#DAE4ED;
	border:solid 1px white;
	border-collapse:separate;
	padding: 0px !important;
	vertical-align:middle !important;
}

#boarding-pass .traveler-name
{
	font-weight:bold;
	padding:2px;
	width:200px;
}
#boarding-pass .checkboxColumn
{
	width:20px;
	text-align:center;
}
#boarding-pass .checkboxColumn div
{
	margin-left:5px;
	width:20px;
}
#boarding-pass .checkboxColumn span
{
	/*border: 0px solid #0A4A78;
	float:left;*/

}
#boarding-pass .changeSeatCommand
{
	padding-top:2px !important;
	padding-left:5px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
}
#boarding-pass .blue_s a{
	margin: 0px 0px 2px 2px !important;
}
#boarding-pass .seat{
	padding: 5px 0px 5px 0px !important;
	text-align:center;
	width:80px;
}
#boarding-pass .commandColumn
{
	width:180px;
}
#boarding-pass .left{
	background-color:White !important;
	text-align:left;
	
}
#boarding-pass .center{
	background-color:White !important;
	text-align:left;
	
}
#boarding-pass .right{
	background-color:White !important;
	text-align:left;
}

#boarding-pass .tramo
{
	background-color:#87A5BF;
	color:White;
	font-weight:bold;
	text-align:center;
}
#boarding-pass .date
{
	background-color:#004782;
	color:White;
	font-weight:bold;
	text-align:center;
	height:27px;
	font-size:7.5pt;
	text-transform:capitalize;
}
/*
 * Added by Julio Obispo
 * 07/19/2010 
 * Task 10461
 */
 .warningCharacter
 {
 	font-weight:normal;
 	color:Black;
 	padding-bottom:10px;
 	font-size:10px !important;
 }
