#locationChanger { width:548px; }
#locationChanger .locationChangerClose {
    position:absolute;
    float:right;
    top:7px;
    right:0;
    color:#FFF;
}
#locationChanger h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:10px;
}
#locationChanger ul {
    margin:0;
    padding:0;
    list-style:none;
}
#locationChanger ul li {
    margin:0;
    padding:0;
    background:url(/content/s2/images/2009-home/button/icon_arrow.png) no-repeat;
    display:block;
    zoom:1;
    line-height:15px;
    padding: 0 0 0 20px;
    margin-bottom:10px;
}
#locationChanger table, #locationChanger td {
    margin:0;
    padding:0;
    vertical-align:top;
}
#locationChanger table { width:100%; }
#locationChanger td { font-size:10px; }
#locationChanger ul li a {
    text-decoration:underline;
    color:#292929;
}

.blockContainer { position:relative; }
.blockContainer .blockContainerHeader {
    position:relative;
    width:100%;
    height:31px;
    color:#FFF;
    font-size:14px;
    line-height:31px;
}
.blockContainer .blockContainerContent {
    position:relative;
    width:100%;
}
.blockContainer .blockContainerFooter {
    position:relative;
    width:100%;
}
.blockContainer .blockContainerContentBgLeft {
    position:relative;
    width:100%;
    float:left;
    background:url(/content/s2/images/2009-home/block/block_content_left.png) bottom left no-repeat;
}
.blockContainer .blockContainerContentBgRight {
    position:relative;
    width:100%;
    float:left;
    background:url(/content/s2/images/2009-home/block/block_content_right.png) bottom right no-repeat;
}
.blockContainer .blockContainerContentBgCenterPadding { padding: 0 14px 0 14px; }
.blockContainer .blockContainerContentBgCenter {
    position:relative;
    width:100%;
    float:left;
    background:url(/content/s2/images/2009-home/block/block_content_center.png) bottom right repeat-x;
    font-size:11px;
}
.blockContainer .padding { padding:19px 0 0 0; }
.blockContainer .blockLeft {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    background:url(/content/s2/images/2009-home/block/block_header_left.png) top left no-repeat;
}
.blockContainer .blockRight {
    position:relative;
    float:left;
    width:100%;
    height:31px;
    background:url(/content/s2/images/2009-home/block/block_header_right.png) top right no-repeat;
}
.blockContainer .blockCenter {
    height:31px;
    background:url(/content/s2/images/2009-home/block/block_header_center.png) top left;
    margin:0 14px 0 14px;
    overflow:hidden;
}
.blockContainerHeaderContent { position:relative; }
.blockContainerHeaderContent h2 {
    color:#FFFFFF;
    font-size:14px;
    line-height:31px;
    font-weight:lighter;
    margin:0;
    padding:0;
}
.blockContainer .blockContainerFooter .blockLeft {
    height:30px;
    background:url(/content/s2/images/2009-home/block/block_footer_left.png) top left no-repeat;
}
.blockContainer .blockContainerFooter .blockRight {
    height:30px;
    background:url(/content/s2/images/2009-home/block/block_footer_right.png) top right no-repeat;
}
.blockContainer .blockContainerFooter .blockCenter {
    height:30px;
    background:url(/content/s2/images/2009-home/block/block_footer_center.png) top left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/content/s2/images/2009-home/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	
	z-index: 102;
	
	display:none;
	
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




div.sectionWhite .leftFeature {
float:left;
margin-top:-10px;
position:relative;
width:388px;
z-index:2;
}
div.sectionWhite .rightFeature {
float:left;
margin-top:-10px;
position:relative;
width:521px;
z-index:2;
}
div.sectionWhite {
background-image:url("/content/s2/images/bg/riskBGWhite2.gif");
background-position:center bottom;
background-repeat:no-repeat;
float:left;
margin-bottom:1px;
padding:0 7px 5px;
width:909px;
}
div#sectionBottom .leftFeature .titleBar {
float:left;
padding-top:5px;
width:388px;
}

div.titleBar {
display:inline;
float:left;
padding-top:5px;
width:521px;
}
div#sectionBottom .leftFeature .content {
background-image:url("/content/s2/images/bg/eventsBG2.png");
background-repeat:no-repeat;
float:left;
height:124px;
margin-left:1px;
padding:6px 12px 0 13px;
width:363px;
}
div#sectionBottom .leftFeature .buttonBar {
float:left;
height:36px;
margin-left:1px;
width:387px;
}
div#sectionBottom .leftFeature .cornerLeft {
background-image:url("/content/s2/images/bg/button-titleBar/grey/left-small.png");
background-repeat:no-repeat;
float:left;
height:36px;
width:8px;
}
div#sectionBottom .leftFeature .BarMid {
background-image:url("/content/s2/images/bg/button-titleBar/grey/middle-small.png");
background-repeat:repeat-x;
float:left;
height:36px;
width:371px;
}
div#sectionBottom .leftFeature .cornerRight {
background-image:url("/content/s2/images/bg/button-titleBar/grey/right-small.png");
background-repeat:no-repeat;
float:right;
height:36px;
width:8px;
}
div#sectionBottom .rightFeature .cornerLeft {
background-image:url("/content/s2/images/bg/button-titleBar/grey/left-small.png");
background-repeat:no-repeat;
float:left;
height:36px;
width:8px;
}
div#sectionBottom .rightFeature .BarMid {
background-image:url("/content/s2/images/bg/button-titleBar/grey/middle-small.png");
background-repeat:repeat-x;
float:left;
height:36px;
width:505px;
}
div#sectionBottom .rightFeature .cornerRight {
background-image:url("/content/s2/images/bg/button-titleBar/grey/right-small.png");
background-repeat:no-repeat;
float:right;
height:36px;
width:8px;
}
div.topShadow {
background-image:url("/content/s2/images/bg/topShadowRisk.gif");
background-position:0 -11px;
background-repeat:no-repeat;
border:0 none;
float:left;
font-size:0;
height:10px;
line-height:0;
overflow:hidden;
position:relative;
width:923px;
z-index:1;
display:block;
}
div#sectionBottom .tabContentLeft {
float:left;
margin-left:0;
//margin-top:-15px;
position:relative;
width:302px;
z-index:2;
}

div#sectionBottom .tabContentLeft .tabTitleBar {
float:left;
height:33px;
width:302px;
}
div#sectionBottom .tabContentLeft .groupDropDown {
background:url("/content/s2/images/bg/threeColsBG.png") no-repeat scroll center bottom transparent;
float:left;

padding:13px 15px 3px 17px;
width:271px;
}
div#sectionBottom .tabContentLeft .groupDropDown .infoArea{
background-image:url(/content/s2/images/bg/map.gif);
background-position:10px top;
background-repeat:no-repeat;

}
div#sectionBottom .tabContentLeft .groupDropDown .infoArea .min-heightFix{
float:left;
height:152px;
width:1px;
font-size:0px;
lign-height:0px;
overflow:hidden;
display:block;
}
div#sectionBottom .tabContentLeft .groupDropDown .infoArea h2{
padding-top:10px;
}
div#sectionBottom .tabContentLeft .buttonBar {
float:left;
height:36px;
width:302px;
margin-left:1px;
}
div#sectionBottom .tabContentLeft .tabTitleBar .barLeft {
background-image:url("/content/s2/images/bg/button-titleBar/black/left.png");
background-position:-1px 50%;
background-repeat:no-repeat;
float:left;
height:33px;
width:7px;
}
div#sectionBottom .tabContentLeft .tabTitleBar .barMid {
background-image:url("/content/s2/images/bg/button-titleBar/black/middle.png");
background-repeat:repeat-x;
float:left;
height:33px;
width:287px;
}
div#sectionBottom .tabContentLeft .tabTitleBar .barRight {
background-image:url("/content/s2/images/bg/button-titleBar/black/right.png");
background-repeat:no-repeat;
float:right;
height:33px;
width:8px;
}
div#sectionBottom .tabContentLeft .cornerLeft {
background-image:url("/content/s2/images/bg/button-titleBar/grey/left.png");
background-position:-1px 50%;
background-repeat:no-repeat;
float:left;
height:35px;
width:7px;
}
div#sectionBottom .tabContentLeft .BarMid {
background-image:url("/content/s2/images/bg/button-titleBar/grey/middle.png");
background-repeat:repeat-x;
float:left;
height:36px;
width:286px;
}
div#sectionBottom .tabContentLeft .cornerRight {
background-image:url("/content/s2/images/bg/button-titleBar/grey/right.png");
background-repeat:no-repeat;
float:left;
height:36px;
width:8px;
}
div#sectionBottom .tabContentRight {
float:right;
//margin-top:-15px;
position:relative;
width:606px;
z-index:2;
}
div#sectionBottom .tabContentRight .tabTitleBar {
float:left;
height:33px;
width:606px;
}
div#sectionBottom .tabContentRight .contentBG {
background-image:url("/content/s2/images/bg/network_tab_rightBG.png");
background-position:center bottom;
background-repeat:no-repeat;
float:left;
height:auto !important;
min-height:210px;
padding:0 5px 0 3px;
width:598px;
}
div#sectionBottom .tabContentRight .buttonBar {
float:left;
height:33px;
width:606px;
}
div#sectionBottom .tabContentRight .contentBG ul {
list-style:none outside none;
margin:0;
padding:0 0 0;
}
div#sectionBottom .tabContentRight .contentBG ul li {
border-bottom:1px solid #E1E6EE;
display:block;
height:103px;
margin:0;
padding:0 0 0 13px;
}
div#sectionBottom .tabContentRight .contentBG ul li .thumb {
float:left;
height:74px;
margin-right:11px;
padding-top:10px;
width:131px;
}
div#sectionBottom .tabContentRight .contentBG ul li .content {
float:left;
height:89px;
padding-top:14px;
width:385px;
}
div#sectionBottom .tabContentRight .contentBG ul li .right {
padding:25px 20px 0 0;
}
div#sectionBottom .tabContentRight .tabTitleBar .barLeft {
background-image:url("/content/s2/images/bg/button-titleBar/black/left.png");
background-repeat:no-repeat;
float:left;
height:33px;
width:8px;
}
div#sectionBottom .tabContentRight .tabTitleBar .barMid {
background-image:url("/content/s2/images/bg/button-titleBar/black/middle.png");
background-repeat:repeat-x;
float:left;
height:33px;
width:590px;
}
div#sectionBottom .tabContentRight .tabTitleBar .barRight {
background-image:url("/content/s2/images/bg/button-titleBar/black/right.png");
background-repeat:no-repeat;
float:left;
height:33px;
width:8px;
}
div#sectionBottom .tabContentRight .cornerLeft {
background-image:url("/content/s2/images/bg/button-titleBar/grey/left-small.png");
background-repeat:no-repeat;
float:left;
height:33px;
width:8px;
}
div#sectionBottom .tabContentRight .BarMid {
background-image:url("/content/s2/images/bg/button-titleBar/grey/middle-small.png");
background-repeat:repeat-x;
float:left;
height:33px;
width:590px;
}
div#sectionBottom .tabContentRight .cornerRight {
background-image:url("/content/s2/images/bg/button-titleBar/grey/right-small.png");
background-repeat:no-repeat;
float:left;
height:33px;
width:8px;
}
div#sectionBottom .tabContentRight .button {
float:left;
padding:7px 0 0 5px;
}
div#sectionBottom .tabContentRight .contentBG ul li .content h2 {
color:#911F30;
font-size:0.9em;
margin-bottom:0.2em;
margin-top:0;
}
div#sectionBottom .tabContentRight .contentBG ul li .content p {
font-size:0.9em;
margin-bottom:0;
margin-top:0;
}
.sIFR-hasFlash div.tabTitleBar h2 {
color:#FFFFFF;
font-size:15px;
letter-spacing:0;
margin-left:8px;
margin-top:10px;
padding:0;
}


div.lastestNews.new {
background-image: url("/content/s2/images/bg/network_tab_rightBG.png"); 
width: 593px;
}
/* aerospace new plane news list */
div#sectionBottom .tabContentRight .contentBG ul li.plane{
	width:584px;
	height:74px;
	display:inline-block;
}
div#sectionBottom .tabContentRight .contentBG ul li.plane .content {
float:left;
height:61px;

}
div#sectionBottom .tabContentRight .contentBG ul li.plane .thumb {
float:left;
height:65px;
width:60px;
}
/* aerospace new plane news list */








