/* import other stylesheets */
@import "/Protected/CSS/globals.css";
@import "/FSS/Home/Files/stylesheets/FSS_layout.css";
/* Style TOC */
/*
	10 - HTML Element Styles
	15 - General class styles
	20 - Body Region Styles 
	30 - Navigation Styles
		30a - Left Navigation  styles
		30b - Bottom Navigation styles
	40 - System Widget Styles
		40a - TopBar - Static HTML
		40b - BottomBar - Static HTML
		40c - Article Index
		40d - Column Specific System Widget tweaks
	45 - Site Specific Widget Styles
*/
/* This stylesheet controls font, colors, etc for CSR */
/*	10 - HTML Element Styles */

html{
	font-size: 75%; 
}
body 
{
	background: url(/FSS/Home/Files/images/FSS_BG.jpg) repeat-x #3361b8;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; /* 11px*/
	color: #292929;

}
a{
	color: #1e3761;
	text-decoration: none;
}
img{
	padding: 5px;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 	
	margin: 10px 0; 
}
ul{
	padding-left: 30px;
}
h2, h2 a{
	color: #c31111;
	font-family:  Arial, Helvetica, sans-serif;
	
}
h2{ 
	font-size: 1.273em; 
	margin: 10px 0;
	clear: both;
}
h3, h3 a{
	color: #1e3761;
	font-family: Arial, Helvetica, sans-serif;


}

h3{
	font-size: 1.091em;
	margin: 5px 0;


}
/*	End - 10 - HTML Element Styles */
/*	20 - Body Region Styles  */

.contentContainer{
	background: #fff ;
	border-top: 1px solid #fff;
	
}
.threecolumnsub .contentContainer{
	
	
	border-top: 1px solid #fff;
}

.column30{
	background: #fff;
	border-top: 1px solid #9f9f9f;
}
.staticFooter{
	background: #053da8;
	height: 103px;
}
.column2{
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
} 
.twocolumnsub #maincontent{
	border-right: 1px solid #9f9f9f;
}
.column2 > div{
	padding: 10px 5px;
	
}
.column11 img{
	display: none;
}
.mediaroom, .socialmedia{
	background: #ebe9d6;
	
}

.flickr-gallery{
	width: 325px;
	height: 250px;
}
/*	End - 20 - Body Region Styles  */
/*	30 - Navigation Styles */
	/*	30a -  Left Navigation  styles */
	#nav ul, #nav li, #nav, #nav p{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav a, #nav{
		color: #2b3d43;
	}
	#nav li{
		
		font-weight: bold;
		
	}
	#nav ul li{
		border-bottom: 1px dotted #073240;
		font-weight: normal;
		
	}
	
	
	
	/*	End - 30a -  Left Navigation  styles */
	/*	30b - Bottom Navigation styles */
	#nav{
		margin-left:50px;
	}
	 #nav li{
		border-left: 1px solid #00275b;
		border-right: 1px solid #0c72bb;
		color: #fff;
		line-height: 33px;
	}
	 #nav li li{
		line-height: 25px;
	}

	 #nav .first{
		border-left: none;
	}
	 #nav .last{
		border-right: none;
	}
	 #nav a,  #nav p{
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		text-align: center;
	}
	 #nav li li a,  #nav li li p{
		text-align: left;
	}

	 #nav li:hover,  #nav li.sfhover {
		background: url(http://files.bnpmedia.com/CSR/Home/Files/images/CSR_Menu_MainRollover.jpg) repeat-x;
		color: #004595;
	}
	 #nav li:hover a,  #nav li.sfhover a{
		color: #004595;
	}
	 #nav li:hover li,  #nav li.sfhover li{
		background: #d7e2eb;
		border-color: #fff;
		border-style: solid;
		border-width: 1px 2px;
		color: #004595;
		line-height: 25px;
		text-align: center;
	}
	 #nav li:hover li a,  #nav li.sfhover li a{
		color: #004595;
	}
	 #nav li:hover li:hover,  #nav li.sfhover li.sfhover{
		background: url(http://files.bnpmedia.com/CSR/Home/Files/images/CSR_Menu_SubRollover.jpg) repeat-x #016abe;
		border: none;
		color: #fff;
		line-height: 25px;
		padding: 6px 7px;
	}

	 #nav li:hover li:hover a,  #nav li.sfhover li.sfhover a{
		color: #fff;
	}
	#nav a{
		color: #fff;
	}
	#sitemap li{
		color: #666666;
		font-weight: bold;
	
	}
	#sitemap>li{
		padding: 10px;
	}
	#sitemap li li{
		font-weight: normal;
	}
	#sitemap{
		padding-top: 10px;
		width: 1000px;
		border-top: 1px solid #9f9f9f;
	}
	#sitemap a{
		color: #666666
	}
	#sitemap p{
		margin: 0;
	}



	/*	End - 30b - Bottom Navigation styles */
/*	End - 30 -  Navigation Styles */
/* 40 - System Widget Styles */
.BNP-ARTICLES-DECK{
	font-weight: bold;
	font-style: italic;
}
.BNP-AUTHORBLOCK-LONG{
	font-style: italic;
	border-top: 1px dotted #666666;
	padding: 5px 0;
}
.BNP-IMAGE{
	font-style: italic;
	text-align: center;
	width: 200px;
}
.BNP-IMAGE img{
	margin: auto;
	float:none;
}
.CURRENT-ISSUE img{
	float: left;
	width: 120px;
}
.CURRENT-ISSUE ul{
	float: right;
	width: 120px;
}


.BNP-EVENTS *{
	margin: 0;
	color: #5a83c1;
}
.EVENT-ITEM{
	margin: 10px 0;
}
.Article-Index-Item img, .BNP-ARTICLE img{
	float: left;
}
.Article-Index-Item {
	clear: both;
}
.column30{
	padding: 10px;
}
.column30 img{
	float: left;
	
	padding: 10px;
	text-align: center;
}

.ARCHIVES-CHANNEL{
	clear: both;
}
.BNP-RSS-Icon{
	float: right;
	width: 62px;
}
.BNP-RSS-Icon img{
	padding: 0 15px;
}
.BNP-LINK a{
	font-weight: bold;
}
	
	/* 40a - TopBar - Static HTML */
	#topbar{
		background: url(/FSS/Home/Files/images/FSS_Header_bg.jpg) no-repeat center top;
	}
	#topbar div{
		}
	#topbar a{
		color: #005390;
	}
	#topbar h1{
		float: left;
	}
	.staticHeader h1 a{
		display: block;
		height: 134px;
		text-indent: -9999px;
		width: 550px;
	}	
	#header_rotation img{
		padding: 0;
		position:absolute;
		top:0;
		left:0;
		z-index:8;
	}
	#header_rotation img.active{
		z-index:10;
		
	}
	#header_rotation img.last-active {
		z-index:9;
	}
	#header_rotation{
		float: right;
		width: 425px;
		height: 129px;
		overflow: hidden;
		position:relative;
	}
	/* 40a - End - TopBar - Static HTML */
	/* 40b - BottomBar - Static HTML */
	.copyright{
		width: 1000px;
		margin: 0 auto;
		color: #fff;
		clear: both;
	}
	.copyright a{
		color: #fff;
	}
	#bottomBar{
		width: 1000px;
		margin: 0 auto;	
		height: 85px;
	}
	#bottomBar h2{
		display: block;
		float: left;
		width: 150px;
		text-indent: -9999px;
		background: url(/CJ/Home/Files/images/CJ-Footer-Logo.jpg) left  no-repeat;
		margin-top: 30px;
		height: 28px;
		
	}
	#bottomBar a{
		width: 150px;
		height: 28px;
		display: block;
	}
	#bottomBar div{
		margin: 15px 0 0 15px;
		width: 468px;
		float: left;
	}
	/* 40b - End - BottomBar - Static HTML */
	/* 40c - Article Index */
	.BNP-ARTICLE{ 
		margin: 5px 0;
		clear: both;
		padding-top: 5px
	}
	.Article-Index-Item{
		border-top: #cccccc dashed 1px;
	}
	.BNP-ARTICLE-IMAGE{
		float: left;
	}
	.column11 h2, .column12 h2{
		background: url(/FSS/Home/Files/images/FSS_Channel_BG.jpg) no-repeat;
		width: 315px;
		height: 17px;
		padding: 6px 8px;
	}
	.BNP-AD-IN-ARTICLE{
		float: right;
		width:300px;
		padding:5px;
		text-align:center;
	}
	/* 40c - End - Article Index */
	/* 40d - Column Specific System Widget tweaks */
	/* 40d - End - Column Specific System Widget tweaks */
/* 40 - End - System Widget Styles */
/* 45 - Site Specific Widget Styles */
.homepage-intro {
	color: #999999;
	
	font-size: 1.1em;
}
.homepage-intro em{
	color: #035199;
}
.homepage-intro .red-highlight, .homepage-intro .bold-red-highlight{
	font-size: 1.5em;
	color: #d21442;
	text-align: center;
}
.bold-red-highlight{
	font-weight: bold;
}
.attendees, .exhibitors{
	width: 50%;
	float: left;
	text-align: center;
}
.attendees a{
	color: #d00a40;
}
.exhibitors a{
	color: #035199;
}
	
.column2 .BNP-EVENTS h2 a, .column2 .BNP-EVENTS h3 a, .column2 .mediaroom h2 a, .mediaroom a{
	color: #004982;
	font-weight: bold;
}
.column2 .BNP-EVENTS{
	color: #5a83c1;
}

.column2 .mediaroom h3 a, .column2 .mediaroom h3, .mediaroom, .column2 .mediaroom p.sponsor, .column2 .mediaroom p.sponsor a{
	font-weight: normal;
	color: #5a83c1;
}
.enews img{
	float: right;
}
.socialmedia h2{
	color: #004982;
}
/*Tabbed info page styles */
#links{
	float: left;
	width: 150px;
	
}
#tabs, #otherLinks, .otherLinks{
	
	width: 150px;
	margin: 0;
	padding-left: 20px;
	
}
#tabs li{
	
	margin: 0;
}
#tabs a, #otherLinks a, .otherLinks a{
	
	display: block;
	
	
	
	padding: 5px;
}


#panes{
	float: left;
	width: 550px;
	margin-left: 15px;
	border-left: 1px solid #666;
	
	padding: 0 15px;
	overflow: hidden;
	
	
}
#panes dt{
	margin-top: 10px;
	font-weight: bold;
}
#panes dd{
	
	margin-left: 15px;
}

#RegForm label { width: 10em; float: left; }
#RegForm label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#RegForm p { clear: both; }
#RegForm .submit { margin-left: 12em; }
#RegForm em { font-weight: bold; padding-right: 10px; vertical-align: top; color: #FF0000; width: 10px; font-style: normal; display: block; float: left;}

#EEAC_Members img{
	float: left;
	margin: 0 10px;
	clear: right;
}
#EEAC_Members h3, #EEAC_Members p{
	float: right;
	width: 675px;
}
.mediaRoomPodcasts div{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.mediaRoomPodcasts .download{
	background: url(/ASB/Home/Files/images/download_btn.gif) no-repeat top;
	font-weight: bold;
	display: block;
	padding-top: 41px;
	width: 60px;
	text-align: center;
	float: left;
	margin-right: 50px;
	margin-top: 15px;
}
	
/* 45 - End - Site Specific Widget Styles */

