/* $Header: /WebSites/affiliate/includes/desktop/css/promopage/exacttarget_m.css 1     6/07/16 9:55a Shamilton $ */
/* American Airlines Styles for Magnolia-ExactTarget Landing Pages */

/* Hide C-column */
#position_div, .sideColumn {
  display:none;
}
.wrap {
  border-top:none;
  border-right:none;
  border-bottom:none;
}
.mainColumn {
  border-right:none;
  margin-top:0px;
  width:99%;
}

/* Fonts */
h1, 
.basiccopy_header
	{font-size:24px;}
	
h2, 
.ue_confirm_icon
	{font-size:22px;}
	
h3 
	{font-size:20px;}
	
.ue_confirm_text
	{font-size:18px;}
	
p,
.basiccopy_body, 
.eu_button,
.eu_form_text
	{font-size:16px;}
	
.notice, 
.validation_error
	{font-size:14px;}

/* Text Styles */
h1, h2, h3 {font-family:Helvetica, Arial, sans-serif; font-weight:bold; color:#0078d2;}
.basiccopy_body, p, .eu_form_text {color:#36495a;}
.notice {color:#6e8999;}

/* Buttons */
.brand_button_outer {border-radius:4px; border-width:0px; border-style:none;} /*border-radius, border-width, and border-style specified by brand*/
button.active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #006dc0), color-stop(1, #006dc0) );
	background:-moz-linear-gradient( center top, #006dc0 0%, #006dc0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006dc0', endColorstr='#006dc0');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006dc0), to(#006dc0));
	background: -webkit-linear-gradient(top, #006dc0, #006dc0);
	background:    -moz-linear-gradient(top, #006dc0, #006dc0);
	background:     -ms-linear-gradient(top, #006dc0, #006dc0);
	background:      -o-linear-gradient(top, #006dc0, #006dc0);
	background-color:#006dc0;
} /*border-color, background, and background-color specified by brand*/
button.active:hover {
	background:#003e92;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #003e92), color-stop(1, #003e92) );
	background:-moz-linear-gradient( center top, #003e92 0%, #003e92 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003e92', endColorstr='#003e92');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003e92), to(#003e92));
	background: -webkit-linear-gradient(top, #003e92, #003e92);
	background:    -moz-linear-gradient(top, #003e92, #003e92);
	background:     -ms-linear-gradient(top, #003e92, #003e92);
	background:      -o-linear-gradient(top, #003e92, #003e92);
} /*background and background-color specified by brand*/
.brand_button_inner {text-transform:none; font-weight:bold;}  /*text-transform specified by brand*/
button.active .brand_button_inner {text-shadow:1px 1px 1px #006cca; color:#FFFFFF;} /*active text-shadow, font-weight, and color specified by brand*/