/**
 *  CSS for Star Alliance
 *  $Id: staralliance.css 5784 2007-01-19 11:35:53Z mtakag $
 *
 */

/**
 * import VFE and right column styles...
 */
@import "vfe.css";
@import "related_custom.css";
 
 
/**
 * initialization  
 */
@media screen,projection {
	body {
    font-size: 100.01%;
		font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background: url(earth_background.jpg) 0 0 no-repeat #000;
    text-align: center;
	}
} /* init/screen */

@media print {
  body {
		font-family: Arial, Helvetica, sans-serif;
  }
} /* init/print */

/**
 * global styles  
 */
@media all {
  /* initialization of all elements */
	* { margin: 0; padding: 0; border: 0 }
  
  .inv {
    position: absolute;
    left: -1000px; top: -1000px;
    overflow: hidden; display: inline;
    visibility: hidden;
  }
  :root .inv {
    display: none;
  }
  
	/* clearing floats */
	.clear {
		clear: both;
		font-size: 1px;
		height: 0; line-height: 0;
	}
	div.clear {
		overflow: hidden;
	}

	a img {
		border: 0;
	}
} /* global/all */

@media print {
}
  
/**
 * center outer frame 
 */
@media screen,projection {
	#outer {
		/* Content center concept: http://www.maxdesign.com.au/presentation/center/ */
		margin-left: auto;
		margin-right: auto;
		width:787px;
		text-align:left;
	}
} /* center/screen */


 /**
 * header
 */ 
@media screen,projection {
  /* languageSwitch */
  #langSwitch {
    position: absolute;
    top: 0;
    width: 776px;
  }
  #langSwitch ul {
    margin: 10px 1px 0 0;
    font-size: 10px;
	}
	#langSwitch ul li {
		display: inline;	
		padding: 0 6px;
		border-left: 1px solid #fff;
	}
	#langSwitch ul li.first {
		padding-left: 0;
		border-left: 0;
	}
  #langSwitch ul li a img {
    margin-top: 1px;
    margin-bottom: -2px;
    padding-bottom: 1px;
  }
  
  #langSwitch strong {
    font-weight: normal;
  }
  #langSwitch a,
  #langSwitch a:link,
  #langSwitch a:visited {
    color: #fff;
    text-decoration: none;
  }
  #langSwitch a:hover,
  #langSwitch a:focus,
  #langSwitch a:active {
    color: #fff;
    border-bottom: 1px solid white;
  }  
  * html #langSwitch a:hover,
  * html #langSwitch a:focus,
  * html #langSwitch a:active {
    text-decoration: underline;
  }

  /* Logos */
  #branding {
    position: absolute;
    top: 20px;
    height: 124px;
  }
  
  #branding #starLogo {
    display: block;
    margin-left: 489px;
    margin-bottom: 25px;
    width: 287px;
    height: 45px;
    min-height: 45px;
    background: url(starlogo_trans.gif);
	  cursor:pointer;
  }
  #branding #starLogo img {
    position: absolute;
    left: -1000px; top: -1000px;
    width: 0px; height: 0px;
    overflow: hidden; display: inline;
  }

  #header {
    top: 0;
		position: absolute;
		z-index: 90;
	}
} /* header/screen */

@media print {
  #header #langSwitch,
  #header #carrierLogos,
  #header #navigation {
    display: none;
  }
} /* header/print */

  
 /**
 * navigation
 */ 
@media screen, projection {
  #navigation {
    position: absolute; top: 164px;
    /* margin-top: 20px; */
    width: 767px;
    height: 14px;
    padding: 5px;
    background: transparent url("grau_header_rund.gif") no-repeat ;
    color: #fff;
  }
  #lobbyNav {
    position: absolute; /* otherwise to high in IE */
    margin: -5px;
    width: 800px; /* otherwise 'press' brakes into next line :( */
  }

  /* lobby navigation */
  #lobbyNav li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
  }
  #lobbyNav li a, #lobbyNav li span {
    color: #fff;
    text-decoration: none;
    padding: 5px 25px 5px 20px;
    line-height: 1.7;
  }
  #lobbyNav li strong {
    display: block;
    background: transparent url(round_r.gif) no-repeat right top; 
    padding: 0 25px 5px 20px;
  }
  #lobbyNav li strong span, #lobbyNav li strong a {
    color: #333;
  }
  #lobbyNav li strong a, #lobbyNav li strong span {
    padding: 0;
  }
  #lobbyNav li.active {
    padding-left: 5px;
    background-color: transparent;
    background: transparent url(round_l.gif) no-repeat left top;
  }

  /* lobby nav highlightning */
  #lobbyNav #lobby1 a:hover, #lobbyNav #lobby2 a:hover, #lobbyNav #lobby3 a:hover,
  #lobbyNav #lobby1 a:focus, #lobbyNav #lobby2 a:focus, #lobbyNav #lobby3 a:focus,
  #lobbyNav #lobby1 a:active, #lobbyNav #lobby2 a:active, #lobbyNav #lobby3 a:active  {
    background-color: #ececec;
    color: #666;
  }
  #lobbyNav #lobby1 strong a:hover,#lobbyNav #lobby2 strong a:hover, #lobbyNav #lobby3 strong a:hover,
  #lobbyNav #lobby1 li strong a:focus, #lobbyNav #lobby2 strong a:focus, #lobbyNav #lobby3 strong a:focus,
  #lobbyNav #lobby1 li strong a:active, #lobbyNav #lobby2 strong a:active, #lobbyNav #lobby3 strong a:active {
    background-color: #fff;
    color: #333;
  }


  /* lobby nav item borders: */
  #lobbyNav #lobby2 {
    background: url(w_sep.gif) no-repeat left;
  }
 #lobbyNav #lobby2.active {
    background: url(round_l.gif) no-repeat left top;
  }
  #lobbyNav #lobby1 a, #lobbyNav #lobby2 a {
    background: url(w_sep.gif) no-repeat right;
  }
  .press #lobbyNav #lobby2 a {
    background-image: none;
  }
  
  /* spacer (in case there is no area nav) */
  #navSpacer {
    position: absolute;
    height: 14px;
    padding: 5px 0;
    width: 776px;
    top: 26px;
    left: 0;
    background-color: #e3e3e3;
    color: #000;
    text-align: left;
  }
  * html #navSpacer {
    z-index: -1;
    padding: 3px 0;
  }
  
  * html fieldset { z-index: -1; }
   
  /* submenu (area nav) */
  #lobbyNav {
    height: 50px;
  }
  #lobbyNav .submenu {
    position: absolute;
    height: 14px;
    padding: 5px 0;
    width: 776px;
    top: 26px;
    left: 0;
    background-color: #fff;
    color: #666;
    text-align: left;
  }
  * html #lobbyNav .submenu {
    z-index: -1;
    padding: 3px 0;
  }
  #lobbyNav .submenu li, #lobbyNav .submenu li:hover {
    display: inline;
    text-transform: none;
    background: url(b_sep.gif) no-repeat left;
    font-size: 12px;
    font-weight: bold;
  }
  #lobbyNav .submenu li.first {
    margin-left: 5px;
    background-image: none;
  }
  #lobbyNav .submenu li strong {
    color: #333;
    line-height: 1.5;
    padding: 0 15px;
  }
  #lobbyNav .submenu li a {
    color: #666;
    line-height: 1.5;
    padding: 5px 15px;
  }
  #lobbyNav .submenu li strong {
    position: static;
    background-image: none;
  }
  #lobbyNav .submenu li strong a {
    padding: 0;
    color: #333;
  }
  #lobbyNav .submenu li a:hover,
  #lobbyNav .submenu li a:focus,
  #lobbyNav .submenu li a:active {
    text-decoration: none;
    background-color: #ececec;
    color: #666;
  }

  #lobbyNav #lobby1 .moSubmenu a, #lobbyNav #lobby2 .moSubmenu a,
  #lobbyNav #lobby1 .submenu a, #lobbyNav #lobby2 .submenu a {
    background-image: none;
  }

  /* lobby/language based corrections:
   * move 'business' and 'press' to the right: 
   */

   /* english */
  #lobbyNav #lobby2 { margin-left: 346px; width: 200px; }
  * html #lobbyNav #lobby2 { margin-left: 240px; /* don't know why :-S */ }
 
  /* german */
  #lobbyNav.langde #lobby2 { margin-left: 356px; width: 199px; }
  * html #lobbyNav.langde #lobby2 { margin-left: 236px; }

  /* french */
  #lobbyNav.langfr #lobby2 { margin-left: 293px; width: 245px; }
  * html #lobbyNav.langfr #lobby2 { margin-left: 213px; }

  /* spanish */
  #lobbyNav.langes #lobby2 { margin-left: 324px; width: 232px; }
  * html #lobbyNav.langes #lobby2 { margin-left: 219px; }

  /* portuguese */
  #lobbyNav.langpt #lobby2 { margin-left: 278px; width: 231px; }
  * html #lobbyNav.langpt #lobby2 { margin-left: 211px; }

  /* japanese */
  #lobbyNav.langja #lobby2 { margin-left: 376px; width: 215px; }
  * html #lobbyNav.langja #lobby2 { margin-left: 233px; }

  /* korean */
  #lobbyNav.langko #lobby2 { margin-left: 430px; width: 142px;}
  * html #lobbyNav.langko #lobby2 { margin-left: 259px; }

  /* Chinese */
  #lobbyNav.langcn #lobby2 { margin-left: 448px; width: 142px;}
  * html #lobbyNav.langcn #lobby2 { margin-left: 269px; }

  /* hk */
  #lobbyNav.langhk #lobby2 { margin-left: 463px; width: 142px;}
  * html #lobbyNav.langhk #lobby2 { margin-left: 269px; }

	/* onMouseover submenu items */
	#lobbyNav ul.moSubmenu, #lobbyNav ul.inv {
 		z-index: 999;
 		position: absolute;
		border: 1px solid #999; 
    border-top: 0;
		background-color: #ececec;
		width: 200px; /* standard width for navigation pulldowns */
	}
  * html #lobbyNav ul.moSubmenu, * html #lobbyNav ul.inv {
    border: 0;
  }

  /* navi pulldown width corrections: */  
  #lobbyNav #lobby1 ul.moSubmenu, #lobbyNav #lobby1 ul.inv { width: 200px; }
  
  #lobbyNav #lobby2 ul.moSubmenu, #lobbyNav #lobby2 ul.inv { width: 200px; }
  #lobbyNav.langde  #lobby2 ul.moSubmenu, #lobbyNav.langde #lobby2 ul.inv { width: 199px; }
  #lobbyNav.langfr  #lobby2 ul.moSubmenu, #lobbyNav.langfr #lobby2 ul.inv { width: 245px; }
  #lobbyNav.langes  #lobby2 ul.moSubmenu, #lobbyNav.langes #lobby2 ul.inv { width: 232px; }
  #lobbyNav.langpt  #lobby2 ul.moSubmenu, #lobbyNav.langpt #lobby2 ul.inv { width: 231px; }
  #lobbyNav.langja  #lobby2 ul.moSubmenu, #lobbyNav.langja #lobby2 ul.inv { width: 215px; }
  #lobbyNav.langko  #lobby2 ul.moSubmenu, #lobbyNav.langko #lobby2 ul.inv { width: 142px; }
  
  #lobbyNav #lobby3 ul.moSubmenu, #lobbyNav #lobby3 ul.inv { width: 150px; margin-left: -61px;}
  * html #lobbyNav #lobby3 ul.moSubmenu { margin-left: -59px; }

  #lobbyNav.langde #lobby3 ul.moSubmenu { margin-left: -51px }
  * html #lobbyNav.langde #lobby3 ul.moSubmenu { margin-left: -49px; }
  #lobbyNav.langfr #lobby3 ul.moSubmenu { margin-left: -51px }
  * html #lobbyNav.langfr #lobby3 ul.moSubmenu { margin-left: -49px; }
  #lobbyNav.langes #lobby3 ul.moSubmenu { margin-left: -50px }
  * html #lobbyNav.langes #lobby3 ul.moSubmenu { margin-left: -48px; }
  #lobbyNav.langpt #lobby3 ul.moSubmenu { margin-left: -33px }
  * html #lobbyNav.langpt #lobby3 ul.moSubmenu { margin-left: -31px; }
  #lobbyNav.langko #lobby3 ul.moSubmenu { margin-left: -43px }
  * html #lobbyNav.langko #lobby3 ul.moSubmenu { margin-left: -39px; }

  #lobbyNav #lobby3 .submenu ul.moSubmenu  { margin-left: 0 !important; }
  #lobbyNav ul.moSubmenu { top: 23px; }
  
  #lobbyNav .submenu ul.moSubmenu, #lobbyNav .submenu ul.inv { top: 21px; width: 200px !important; }
  

  #lobbyNav #lobby1 .moSubmenu a, #lobbyNav #lobby2 .moSubmenu a {
    background-image: none;
  }
    
  /* transparenz */
  #lobbyNav ul.moSubmenu { opacity: 0.90; }
  * html #lobbyNav ul.moSubmenu { 
    filter:alpha(opacity=90); 
	  /* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90); */
  } 

	#lobbyNav ul.inv li, #lobbyNav ul.moSubmenu li {
    font-size: 12px;
    font-weight: bold;
		display: block;
    float: none;
    background-image: none;
    text-transform: none;
    list-style-type: none;
    font-weight: normal;
    background-color: #ececec;
	}
	#lobbyNav ul.inv li a, #lobbyNav ul.inv li span,
  #lobbyNav ul.moSubmenu li a, #lobbyNav ul.moSubmenu li span {
		display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
		padding: 4px 20px;
    margin: 0;
    color: #666;
    background-color: #ececec;
	}
  * html #lobbyNav ul.moSubmenu li a, * html #lobbyNav ul.moSubmenu li span {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  * html #lobbyNav ul.moSubmenu li.last a {
    border-bottom: 1px solid #999;
  }
	#lobbyNav ul.moSubmenu li a:hover,
	#lobbyNav ul.moSubmenu li a:focus,
	#lobbyNav ul.moSubmenu li a:active {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff !important;
    color: #333;
    padding: 3px 20px;
	}
  
  /* Support for the "iehover-fix.js" */
  * html ul#lobbyNav iframe {
	  position: absolute;
	  /* account for the border */
	  left: -1px; 
    top: -1px;
	  z-index: 0;
  }

  * html ul#lobbyNav li { z-index: 201; }
  
  /* this is for IE 5.0 */
  select.hide { visibility: hidden; }
  /* End Support for the "iehover-fix.js" */
  
} /* navigation/screen */
  

/**
 * footer
 */
@media screen,projection {
  #footer ul {
    margin: 5px 1px 8px;
    font-size: 11px;
  }
  #footer li {
    display: inline;
		padding: 0 10px;
		border-left: 1px solid #fff;
  }
  #footer li.first {
    border-left: 0;
    padding-left: 0;
  }
  #footer a,
  #footer a:link,
  #footer a:visited  {
    color: #fff;
    text-decoration: none;
  }
  #footer a:hover,
  #footer a:focus,
  #footer a:active {
    color: #fff;
    text-decoration: underline;
  }
} /* footer/screen */  

@media print {
  #footer {
    display: none;
  }
}


/** 
 * global content styles
 */
@media screen, projection {
  /* Framework */
	#content {
		margin-top: 182px;
    background-color: transparent;
    color: #000;
	}

	#content {
    width: 776px;
	}
  #customMainCont, #mainCont {
    width: 776px; 
    margin-bottom: 4px;
  }
  #customMainCont {
    background-color: #fff;
  }
  #mainCont {
    background: url(bg_right_trans.gif) repeat-y;    
    background-color: transparent;    
  }  

#leftCol, #customLeftCol{
	float: left;
	width: 516px;
	background-color: #fff;
}

#leftCol, #customLeftCol{
	background-color: #fff; /* TODO: find solution for: padding-bottom: 25px; */
}

#leftCol .space.twocolCont, #customLeftCol .space.twocolCont{
	background-color: #fff;
	background: url(bg_2col.gif) repeat-y;
}
  
  * html .twocolCont {
    height: 0;
  }
  #rightCol {
    width: 256px;
    float: right;
    background-color: #e7e7e7;
  }
 
  /* general styles
    no font-sizes! 
  */
  a { color: #000; }
  
  .readon a {
    float: right;
    margin-bottom: 5px;
		text-decoration: underline;
		padding-left: 15px;
		background-image: url(arrow.gif); 
		background-repeat:no-repeat; 
    background-position: left;
	}
  .readon a:hover {
		background-image: url(arrow.gif); 
  }
  
  .readonext a {
    float: right;
    margin-bottom: 5px;
		text-decoration: underline;
		padding-left: 15px;
		background-image: url(arrow_double.gif); 
		background-repeat: no-repeat; 
    background-position: left;
	}
  .readonext a:hover {
		background-image: url(arrow_double.gif); 
  }
} /* global content/all */

@media print {
  #rightCol {
    display: none;
  }
} /* global content / print */

/* 
 * specific content 
 */	
@media all {

  /* row based content modules (lobby pages & promotion teaser) */
	.contentrow .small, .contentrow .medium, .contentrow .full {
		float: left;
		position: relative;
    margin: 0;
		margin-left: 4px;
    margin-bottom: 4px;
	}
  .contentrow .left {
    margin-left: 0;
  }
  .contentrow .grey.small  {
    background-color: #ddd;
  }
  
	.contentrow .small { width: 256px;  min-height: 215px; background-color: #fff; }
	* html .contentrow .small { width: 256px; height: 215px; }

	.contentrow .medium { width: 516px; min-height: 215px; background-color: #fff; }
	* html .contentrow .medium { width: 516px; height: 215px; }
	
	.contentrow .full { width: 776px; min-height: 215px; background-color: #fff; }
	* html .contentrow .full { width: 776px; height: 215px; }

  #cr1 .small, #cr1 .medium, #cr1 .full { min-height: 234px;}
  * html #cr1 .small, * html #cr1 .medium, * html #cr1 .full { height: 234px; }

 
  /* h1: page headline */
  #mainCont h1 {
    width: 476px;
    background-color: #fff;
    font-size: 14px;
    padding: 25px 20px 15px 20px;
    font-size: 12px;
  }

  /* GeneralContentPage sections */
  .section.space {
    border-top: 4px solid black;
    background-color: transparent;
  }
  * html .space { margin-top: -4px; }
  
  .sp25 { line-height: 0; width: 516px; padding-top: 15px; background-color: #fff; }
  /* .sp30 { padding-top: 20px; } */
  * html .sp25 { padding-top: 0; }  
  /* * html .sp30 { padding-top: 5px; }  */
  .twocol .sp25, .twocol .sp30 { width: 256px; }

  .contImage {
    padding:  5px 0 5px 20px;
  }  
  
  /* section headline */
  .section h2 {
    width: 476px;
    font-size: 11px;
    background-color: #fff;
    padding: 0 20px;
  }

  /* Press Section Headline */
  .section h2.press {
    color: #666;
    font-weight: normal;
  }
  
  
  /* section content */
  .section .vfe {
    width: 476px;
    background-color: #fff;
  }  
  .section p {
    font-size: 11px;
    width: 476px;
    background-color: #fff;
    padding: 0 20px 10px;
  }
  .section blockquote {
    font-size: 11px;
    width: 446px;
    background-color: #fff;
    padding: 0 35px 10px;
  }
  .section em {
    font-size: 11px;
    color: #666;
    font-style: normal;
  }
  
  .section ul {
    width: 456px;
    list-style-type: square;
    margin-left: 15px;
    padding: 0 20px 10px;
    background-color: #fff;
  }
  .section ul ul {
    width: 401px;
  }
  .section ul  li{
    font-size: 11px;
    margin-top: 5px;
    list-style-image: url(bullet.gif);
  }
  
  /* image with caption */
  .section dt {
  }
  .section dt img {
    margin: 0; padding: 0;
  }
  .section dl dd {
    font-size: 11px;
    width: 466px;
    color: #aaa;
    background-color: #fff;
    padding: 0 20px 10px;
  }

  .section dt .contImage {
    padding:  5px 20px;
  }  

  /* 2col sections: */
  .twocol.odd { float: left; width: 260px; }
  .twocol.even { 
	float: left; width: 256px; 
	 #float:none; _float: left; /*for IE7*/
  }
  
  #content .twocol.odd h2 { width: 220px; }
  #content .twocol.even h2, #content .twocol.space.odd h2  { width: 216px; }
  
  #content .twocol.odd .vfe { width: 220px; }
  #content .twocol.even .vfe, #content .twocol.space.odd .vfe { width: 216px; }

  #content .twocol.odd p { width: 220px; }
  #content .twocol.even p, #content .twocol.space.odd p { width: 216px; }

  /* TODO: twocol blockquote */
  
  #content .twocol.odd ul { width: 200px; }
  #content .twocol.even ul, #content .twocol.space.odd ul { width: 196px; }

  /* TODO: twocol image with caption */

  
  /* readon link in section */
	.section .readon, .section .readonext {
		float: right;
    width: 466px;
    height: 20px;
    vertical-align: top;
    padding-right: 25px;
    margin-bottom: 10px;
    background-color: #fff;
	}
	.section .readon a, .section .readonext a  {
    padding-bottom: 5px;
    font-size: 11px;
    color: #000;
  }
  .section .readon a { background-position: 3px 3px; }
  .section .readonext a { background-position: 3px 3px; }

  .twocol .readon, .twocol .readonext { width: 200px; }
  #content .twocol.space.odd .readon,
  #content .twocol.space.odd .readonext { width: 196px; border-right: 4px solid black; }
  
  /* content area linklist and downloads */
  #caLinklist, #caDownloads, #caImages, #anchorLinks {
    background-color: #fff;
    margin-bottom: 10px;
  }
  
  #caLinklist, #caDownloads {
    padding-top: 5px;
  }
  #caLinklist ul li, #caDownloads ul li {
    list-style: none;
    list-style-image: none;
  }
  * html #caLinklist h2 {
    width: auto; float: none;
    clear: both;
  }
  #caLinklist ul {
    margin-left: 0;
    padding-left: 15px;
  }
  
  #caDownloads ul {
    margin-left: 0;
    padding-left: 35px;
  }

  #caLinklist ul li a {
    padding-left: 15px;
		background-image: url(arrow.gif); 
		background-repeat: no-repeat; 
		background-position: 3px 3px;
  }
  #caLinklist ul li.external a {
    padding-left: 15px;
		background-image: url(arrow_double.gif); 
		background-repeat: no-repeat; 
		background-position: 3px 3px;
  }
  #caLinklist ul li span {
    padding-left: 15px;
  }
  #anchorLinks ul li {
    list-style-image: url(arrow_down.gif);
  }
  
  #caDownloads ul li {
    padding-left: 5px;
  }
  :root #caDownloads ul li {
    padding-left: 2px;
    margin-left: 5px;
  }
  #caDownloads ul li.pdf { list-style-image: url(icon_pdf.gif); }
  #caDownloads ul li.ppt { list-style-image: url(icon_ppt.gif); }
  #caDownloads ul li.image { list-style-image: url(icon_jpg.gif); }
  #caDownloads ul li.jpg { list-style-image: url(icon_jpg.gif); }
  #caDownloads ul li.gif { list-style-image: url(icon_gif.gif); }
  #caDownloads ul li.word { list-style-image: url(icon_word.gif); }
  #caDownloads ul li.excel { list-style-image: url(icon_excel.gif); }
  #caDownloads ul li.mp3 { list-style-image: url(icon_mp3.gif); }
  #caDownloads ul li.wav { list-style-image: url(icon_wav.gif); }
  #caDownloads ul li.zip { list-style-image: url(icon_zip.gif); }
  #caDownloads ul li.program { list-style-image: url(icon_program.gif); }
  #caDownloads ul li.video { list-style-image: url(icon_video.gif); }
  #caDownloads ul li.html { list-style-image: url(icon_html.gif); }
  
  #caDownloads ul li.mlimage { 
    list-style: none; list-style-image: none; 
    display: block;
    width:466px;
    margin-left: -20px;
  }
  #caDownloads ul li.mlimage .imgCont { 
    display: block;
  	float:left;
	  width:150px;
  }
  #caDownloads ul li.mlimage .resCont { 
    float: left;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    width: 300px;
  }
  #caDownloads ul li.mlimage .arrow a {
    padding-right: 6px;
  }
  * html #caDownloads ul li.mlimage .arrow a {
    padding-right: 10px;
  }

  #caImages h2 {
    margin-bottom: 5px;
  }
  
  #caImages .pressImage {
    display: block;
    width:476px;
  }
   
  #caImages .pressImage .imgCont {
    display: block;
  	float:left;
	  width:120px;
    padding-left: 20px;
  }
 
  #caImages .pressImage img {
    padding-bottom: 15px;
  }
  
  #caImages .pressImage p {
    display: block;
    float: left;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    width: 310px;
  }

  #caImages .pressImage .piReadon a {
		padding-left: 15px;
		background-image: url(arrow.gif); 
		background-repeat:no-repeat; 
    background-position: left;  
    float: right;
    padding-right: 0;
    font-size: 11px;
  }
  
  #anchorLinks li {
    padding-bottom: 5px;
  }
  
  /* footnote */
  .footnote p {
    padding: 5px 20px 30px;
    color: #aaa;
    font-size: 11px;
    background-color: #fff;
  }
  .footnote a {
    color: #aaa
  }
  
  /* toplink */
  #content .toplink {
    width: 516px;
    clear: right;
    background-color: #fff;
    vertical-align: top;
  }
  #content .toplink a {
    font-size: 11px;
    float: right;
    padding: 5px 25px 5px 15px;
		text-decoration: underline;
		background-image: url(arrow_up.gif); 
		background-repeat:no-repeat; 
    background-position: left;
  }
  
} /* specific content/all */

  
/**
 * lobby teaser styles...
 */
@media all {
  
  .teaser h3 {
    margin-top: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
  .teaser.img h3 {
    margin-top: 10px;
  }
  
  .teaser p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 11px;
  }
  
  .teaser em {
    font-size: 11px;
    font-style: normal;
  }

	.teaser .readon, .teaser .readonext {
		float: right;
    padding-right: 25px;
    padding-top: 5px;
	}
	.teaser .readon a, .teaser .readonext a {
    font-size: 11px;
    color: #000;
  }
  .teaser .readon a { background-position: 3px 3px; }
  .teaser .readonext a { background-position: 3px 3px; }
  
} /* teaser/all */


/**
 * lobby linklist styles...
 */
@media all {

  .linklist {
    background-color: #ddd;
    height: 215px;
  }
  #cr1 .linklist {
    height: 234px;
  }
  
  .linklist p {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 11px;
  }

  .linklist em {
    font-size: 11px;
    color: #bbb;
    font-style: normal;
  }

	.linklist .readon, .linklist .readonext {
		float: right;
    padding-right: 25px;
	}
	.linklist .readon a, .linklist .readonext a {
    font-size: 11px;
    color: #000;
  }
  .linklist .readon a { background-position: 3px 3px; }
  .linklist .readonext a { background-position: right 3px; }

	.linklist ul {
		list-style:square;
		margin: 20px 20px 0 20px;
  }

.linklist ul li {
	font-size: 11px;
	height: 20px;
	list-style: none;
}

  .linklist ul li a{
	padding-left: 15px;
	background-image: url(arrow.gif); 
	background-repeat:no-repeat; 
	background-position: 3px 2px;
  }
  .linklist ul li.external a {
    padding-left: 15px;
		background-image: url(arrow_double.gif); 
		background-repeat: no-repeat; 
		background-position: 3px 2px;
  }

} /* linklist/all */


/* 
 * right column content 
 */	
@media all {

  #topicNav {
    padding: 15px 0;
    border-bottom: 4px solid #000;
  }
  #topicNav ul {
    margin: 16px 5px 5px 5px;
    padding-left: 15px;
    list-style: none;
  }
  #topicNav ul li {
    font-size: 11px;
    color: #333;
	  vertical-align: text-top;
  	min-height:20px;
  }
  * html #topicNav ul li {
  
  }
  #topicNav ul li.active {
    list-style-image: none;
    list-style-type: none;
  }
  
  #topicNav a {
    padding-bottom: 10px;
    padding-left: 15px;
		background-image: url(arrow.gif); 
		background-repeat:no-repeat; 
		background-position: 3px 2px;
    text-decoration: none;
    color: #333;
  }
  #topicNav .external a {
		background-image: url(arrow_double.gif); 
  }
  #topicNav .active strong { padding-left: 15px; }
  
  #topicNav a:hover,
  #topicNav a:focus,
  #topicNav a:active {
    font-weight: bold;
  }
  
  .rcSec {
    padding: 15px 0 30px;
    border-bottom: 4px solid #000;
    color: #333;
  }
  * html .rcSec.rcStory, * html .rcSec.rcLinks { padding-bottom: 16px; }  /* adjustment for IE */
  
  #topicNav h3, .rcSec h3 {
    font-size: 14px;
    padding: 4px 10px;
    width: 236px;
    color: #666;
    background-color: #cbcbcb;
    text-transform: uppercase;
  }
  .rcSec h3 a, .rcSec h3 a:visited, .rcSec h3 a:hover, .rcSec h3 a:focus, .rcSec h3 a:active  {
    font-size: 14px;
    text-decoration: none;  
    color: #666;
  	padding-left: 14px;
	  background-image: url(hl_arrow.gif); 
	  background-repeat:no-repeat; 
    background-position: left;
  }
  
  .rcSec em {
    font-size: 11px;
    color: #bbb;
    font-style: normal;
  }
  .rcSec p {
    padding-top: 20px;
    margin: 0 20px;
  }
  .rcSec p, .rcSec a {
    font-size: 11px;
  }
   
 .rcSec ul {
		list-style: none;
    margin: 20px 5px 0 5px;
    padding-left: 15px;
  }
  .rcSec.rcLinks p { margin-bottom: -10px; }
  
  .rcSec ul li {
    font-size: 11px;
    top: auto;
	  vertical-align: text-top;
  	height:20px;
  }
  .rcSec li a {
    padding-bottom: 10px;
    padding-left: 15px;
		background-image: url(arrow.gif); 
		background-repeat:no-repeat; 
		background-position: 3px 3px;
  }
  .rcSec li.external a {
		padding-left: 15px;
		background-image: url(arrow_double.gif); 
		background-repeat:no-repeat; 
		background-position: 3px 3px;
  }
  
  .rcSec li.pdf a, .rcSec li.ppt a, .rcSec li.jpg a, .rcSec li.gif a,
  .rcSec li.word a, .rcSec li.excel a, .rcSec li.mp3 a, .rcSec li.wav a,  
  .rcSec li.zip a, .rcSec li.video a  { padding-left: 24px; background-position: 0 0 }
  .rcSec li.pdf a { background-image: url(icon_pdf.gif);  }
  .rcSec li.ppt a { background-image: url(icon_ppt.gif); }
  .rcSec li.jpg a { background-image: url(icon_jpg.gif); }
  .rcSec li.gif a { background-image: url(icon_gif.gif); }
  .rcSec ul li.word a { background-image: url(icon_word.gif); }
  .rcSec ul li.excel a { background-image: url(icon_excel.gif); }
  .rcSec ul li.mp3 a { background-image: url(icon_mp3.gif); }
  .rcSec li.wav a { background-image: url(icon_wav.gif); }
  .rcSec li.zip a { background-image: url(icon_zip.gif); }
  .rcSec li.video a { background-image: url(icon_video.gif); }

  
	.rcSec .readon, .rcSec .readonext {
    width: 256px;
    height: 20px;
    display: block;
	}
  .rcSec .readon a, .rcSec .readonext a {
    float: right;
    height: 20px;
    padding-top: 10px;
    margin-right: 20px;
  }
  .rcSec .readon a { background-position: 3px 13px; }
  .rcSec .readonext a { background-position: 3px 13px; }
  
} /* right column/all */  



/**
 * splash page
 */ 
@media screen,projection {
   #start {
    position: absolute;
    width: 772px;
    margin: 95px 0;
    border: 2px solid #fff;
    background-color: #6a6a6a;
  }
  
  #start #languages {
    background-color: #fff;
    width: 772px;
  }

#start #languages ul{
	margin: 0px;
	padding: 6px 0 7px 0;
}

  #start #languages ul li{
    display: inline;
    background: url(language-bar.gif) repeat-y left bottom;
    font-size: 1em;
  }

  #start #languages ul li.first{ 
	border-left:0px; 
  }
#start #languages ul li a {
	font-size: 1em;
	color: #333;
	padding: 0 9px 0 13px;
	text-decoration: none;
	font-weight: bold;
}


  #start #languages ul li.first{
    background-image: none;
  }
  #start p {
    width: 762px;
    color: #fff;
    text-align: right;
    font-size: 10px;
    padding: 4px 0;
  }
} /* splash/screen */



/*
 * other special styles
 */
@media all {
  .error1 {
   font-size: 11px;
   color:#cc0000;
   float:left;
   padding-left:230px; 
  }

  #rcFlightsearch {
     background-color: #fff;
  }
  #rcFlightsearch p {
    font-size: 11px;
    padding: 20px;
    border-bottom: 4px solid black;
  }
}