/* DRM/IW - contains reset reference and styles for global or general elements */
@import url(reset.css);

body {
	background-color:#04597e;
	/* background:#9eb26b url(../images/bg_full_page.gif) repeat-x; */
	color:#333;
	font-family:arial,sans-serif;
	font-size:0.8em;
}
body#landingPage {
	background:#9eb26b url(../images/bg_full_page.gif) repeat-x;
}
/* I added this on 10/29/2009 to see if this fixes the spacing issues - Brooks */
td { line-height: 1.4em; }

#pageHeader {
	background:url(../images/bg_page_head_gradient.gif) repeat-x;
	height:146px;
	position:relative;
}
body#landingPage #pageHeader {
	background:none;
	height:109px;
}

body#landingPage #landingPageHeaderImage {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#pageHeaderInner {
	background:url(../images/bg_header.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	width:997px;
	height:146px;
}
body#landingPage #pageHeaderInner {
	height:109px;
}
#pageHeaderInner fieldset {
	display:block;
	float:right;
	font-size:0.85em;
	clear:right;
	color:#ffffff;
	margin-top:20px;
}
/* DRM/IW - for the landing page */
#pageHeaderInner fieldset.landingPageSearch {
	padding-top:30px;
}

#pageHeaderInner select, #pageHeaderInner input {
	font-size:1.0em;
}
#pageHeaderInner label {
	color:#ffffff;
	font-size:1.0em;
	margin-right:5px;
}
#searchInput {
	margin-left:5px;
}
#searchButton {
	margin-bottom:-4px;
}
#logoScreen {
	position:absolute;
	top:31px;
}
#logoPrint {
	display:none;
}
/* Global Nav ----------------------------------------------------------------------------------------*/
ul#globalNav {
	float:right;
	margin-top:15px;
}	
ul#globalNav li {
	background:url(../images/bg_global_nav_divider.gif) no-repeat 100% 4px;
	display:inline;
	font-size:0.85em;
	padding:0px 10px;
}
ul#globalNav li.last {
	background:none;
	padding-right:0px;
}
ul#globalNav li a, ul#globalNav li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
ul#globalNav li a:hover {
	text-decoration:underline;
}
/* Primary Nav -----------------------------------------------------------------------------------------*/
ul#primaryNav {
	background:transparent;
	position:absolute;
	top:101px;
}
ul#primaryNav li {
	display:block;
	float:left;
	width:122px;
	height:45px;
	margin-right:3px;
}
ul#primaryNav li.last {
	margin-right:0px;
}

ul#primaryNav li a#tabResearchEconomy, ul#primaryNav li a#tabResearchEconomyOn,
ul#primaryNav li a#tabBanking, ul#primaryNav li a#tabBankingOn,
ul#primaryNav li a#tabNewsEvents, ul#primaryNav li a#tabNewsEventsOn,
ul#primaryNav li a#tabEducationResources, ul#primaryNav li a#tabEducationResourcesOn,
ul#primaryNav li a#tabConsumerInfo, ul#primaryNav li a#tabConsumerInfoOn,
ul#primaryNav li a#tabCommunityDev, ul#primaryNav li a#tabCommunityDevOn,
ul#primaryNav li a#tabPublications, ul#primaryNav li a#tabPublicationsOn,
ul#primaryNav li a#tabAboutTheFed, ul#primaryNav li a#tabAboutTheFedOn
 {
	background:url(../images/n1_tab_research_economy.gif) no-repeat 0px 0px;
	display:block;
	width:122px;
	height:45px;
	overflow:hidden;
}

ul#primaryNav li a#tabResearchEconomy:hover,
ul#primaryNav li a#tabBanking:hover,
ul#primaryNav li a#tabNewsEvents:hover,
ul#primaryNav li a#tabEducationResources:hover,
ul#primaryNav li a#tabConsumerInfo:hover,
ul#primaryNav li a#tabCommunityDev:hover,
ul#primaryNav li a#tabPublications:hover,
ul#primaryNav li a#tabAboutTheFed:hover
 {
	background-position: 0px -45px;
}

ul#primaryNav li a#tabResearchEconomy {
	background:url(../images/n1_tab_research_economy.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabResearchEconomyOn {
	background:url(../images/n1_tab_research_economy.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabBanking {
	background:url(../images/n1_tab_banking.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabBankingOn {
	background:url(../images/n1_tab_banking.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabNewsEvents {
	background:url(../images/n1_tab_news_events.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabNewsEventsOn {
	background:url(../images/n1_tab_news_events.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabEducationResources {
	background:url(../images/n1_tab_edu_resources.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabEducationResourcesOn {
	background:url(../images/n1_tab_edu_resources.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabConsumerInfo {
	background:url(../images/n1_tab_consumer_info.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabConsumerInfoOn {
	background:url(../images/n1_tab_consumer_info.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabCommunityDev {
	background:url(../images/n1_tab_community_dev.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabCommunityDevOn {
	background:url(../images/n1_tab_community_dev.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabPublications {
	background:url(../images/n1_tab_publications.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabPublicationsOn {
	background:url(../images/n1_tab_publications.gif) no-repeat 0px -45px;
}
ul#primaryNav li a#tabAboutTheFed {
	background:url(../images/n1_tab_about_fed.gif) no-repeat 0px 0px;
}
ul#primaryNav li a#tabAboutTheFedOn {
	background:url(../images/n1_tab_about_fed.gif) no-repeat 0px -45px;
}
/* drop navs ------------------------------------------------------------------------------------------*/
div.dropNav {
	
}

#dropNav1, #dropNav2, #dropNav3, #dropNav4, #dropNav5, #dropNav6, #dropNav7, #dropNav8 {
	background:#75a4ba url(../images/bg_dropnav.gif) repeat-x bottom;
	position:absolute; 
	visibility:hidden;
	top:0px; 
	left:0px;
	padding:10px;
	width:294px;
}

div.dropNav ul li {
	background:url(../images/blt_dropnav_arrow.gif) no-repeat 0px 10px;
	display:block;
	float:left;
	line-height:1.3em;
	width:135px;
	padding:5px 0 5px 12px;
	font-weight:bold;
}
div.dropNav ul li a, div.dropNav ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.dropNav ul li a:hover {
	text-decoration:underline;
}
/* Styles for secondary nav -------------------------------------------------------------------------------*/
div#secondaryNav {
	background:#4786a2 url(../images/bg_n2.gif) repeat-x;
	border-top:3px solid #76a4ba; 
	border-left:3px solid #76a4ba; 
	border-right:3px solid #76a4ba; 
	color:#fff; 
	min-height:42px; 
	margin:0 auto; 
	position:relative; 
	width:991px;
}
div#secondaryNav ul {
	padding:0 10px;
	width: 2000em;
}
div#secondaryNav li {
	background:url(../images/n2_colon_divider.gif) no-repeat 100% 16px;
	display:block;
	float:left;
/* DRM/IW - used fixed font size to prevent wrapping */
	font-size:13px;
	height:42px;
	padding:0px 10px;
	font-weight:bold;	
}
div#secondaryNav li.last {
	background:none;
}
div#secondaryNav li a {
	color:#fff;
	display:block;
	float:left;
	height:22px;
	padding:13px 0 10px;
	text-decoration:none;
}
div#secondaryNav li a:hover {
	text-decoration:underline;
}
div#secondaryNav li a.secondaryOn {
	background:url(../images/n2_on.gif) no-repeat 50% 92%;
	color:#d5d9b2;
}

/* The class below and IDs are to conceal the border on the secondary nav to make the parent tab appear
/* connected to the secondary tab. */
div.navBorderCover {
	position:absolute; 
	width:116px; 
	top:-3px; 
	border-top:3px solid #669ab2;
}
#tabCover1 {
	left:0px; 
} 
#tabCover2 {
	left:125px;
	width:116px; 
} 
#tabCover3 {
	left:250px;
	width:116px; 
} 
#tabCover4 {
	left:375px;
	width:116px; 
} 
#tabCover5 {
	left:500px;
	width:116px; 
} 
#tabCover6 {
	left:625px;
	width:116px; 
}
#tabCover7 {
	left:750px;
	width:116px; 
}
#tabCover8 {
	left:875px;
	width:116px; 
}
/* Page Alert featured on the home page --------------------------------------------------------------*/
#pageAlert {
	background:url(../images/bg_page_alert.gif) repeat-x;
	height:56px;
	position:relative;
	margin: 0px auto;
	width: 997px;
}
#pageAlertInner {
	margin:0 auto;
	padding:16px 0;
	position:relative;
	width:997px;
}
#pageAlertInner p {
	color:#ffffff;
	font-family:georgia,serif;
	font-size:1.4em;
	margin:0;
	text-align:center;
}
#pageCenter {
	background:#9eb26b url(../images/bg_page_center.gif) repeat-x;
	position:relative;
	overflow:hidden;
}
body#landingPage #pageCenter {
	background:none;
	// width:997px;
	margin:0 auto;
}
#pageCenterInner {
	background-color:#fff;
	margin:0 auto;
	padding:15px 21px;
	width:955px;
	position:relative; 
	overflow:hidden;
}
#threeColPageContainer {
	/* This div MUST be present on the 3-col page to allow for 100% height of left column */
	overflow:hidden;
}
#threeColLeftColumn {
	background:#84aec1 url(../images/bg_three_col_left_column.gif) repeat-x;
	float:left; 
	width:183px;
	/* These extreme margin and padding values must be present to allow for 100% height of left column */
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}
/* left nav styles ----------------------------------------------------------------------------------------------------*/
#threeColLeftColumn ul li {
	background:#e5eef2 url(../images/blt_left_nav_on.gif) no-repeat 13px 12px;
	border-bottom:3px solid #fff;
	padding:9px 0 5px 24px;
	font-weight:bold;
}
#threeColLeftColumn ul li.current {
	background:#669ab2 url(../images/blt_left_nav_on.gif) no-repeat 13px 12px;
	border-bottom:3px solid #fff;
	padding:9px 0 5px 24px;
}
#threeColLeftColumn ul li.current a {
	color:#ffffff;
}
#threeColCenterColumn {
	background-color:#ffffff;
	float:left; 
	padding-top: 0; 
	padding-right: 21px; 
	padding-left: 20px; 
	width:472px;
	/* These extreme margin and padding values must be present to allow for 100% height of left column */
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}
#threeColRightColumn {
	background-color:#ffffff;
	float:left; 
	width:258px;
	/* These extreme margin and padding values must be present to allow for 100% height of left column */
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}
/* small links that float right of header */
.headerLink a {
	color:#3e5c83;
	float:right;
	font-size:0.85em;
	padding-top:0.4em;
	text-decoration:none;
}
.headerLink a:hover {
	text-decoration:underline;
}
dl.tableLayoutTwoColLeft, dl.tableLayoutTwoColLeftNarrow {
	margin:0px 0 35px;
}
dl.tableLayoutTwoColLeft dt, dl.tableLayoutTwoColLeftNarrow dt {
	color:#000;
	float:left;
	margin:0;
	padding:5px 0;
	width:60px;
}
dl.tableLayoutTwoColLeft dd, dl.tableLayoutTwoColLeftNarrow dd {
	float:left;
	margin:0;
	padding:5px 0;
	width:550px;
}
dl.tableLayoutTwoColLeftNarrow dd {
	width:410px;
}
/* Misc structural styles ------------------------------------------------------------------------------*/
table.calendarOfEvents, table.podcasts {
	background-color:#e0eaef;
	font-size:0.9em;
	margin:0;
	position:relative;
	width:100%;
}
table.podcasts th {
	border-bottom:1px solid #fff;
	font-size:1.0em;
	font-style:italic;
	padding:8px 0;
	text-align:left;
}
table.calendarOfEvents td, table.podcasts td {
	color:#3e5c83;
	padding:4px 0;
	border-bottom:1px solid #fff;
	font-weight:normal;
	position:relative;
	line-height:1.5em;
}
table.calendarOfEvents td.date, table.podcasts td.date {
	width:80px;
	font-weight:bold;
}
table.podcasts td.date {
	width:50px;
}
table.calendarOfEvents tr.last td, table.podcasts tr.last td {
	border:0px;
}

/* Home page specific -------------------------------------------------------------------*/
div#twoColLeftColumn {
	float:left; 
	margin-right:20px;
	position:relative;
	width:610px;
}
div#twoColRightColumn {
	width:325px; 
	position:relative;
	float:left;
}

div#twoColLeftHighLight, div#researchContainer {
	margin-bottom:20px;
	position:relative;
	width:610px;
}
div.halfColumnContainer, div.homehalfColumnContainer, div.homehalfColumnContainerLeft {
	float:left; 
	width:295px;
}
div.halfColumnContainerNarrow, div.homehalfColumnContainerNarrow, div.homehalfColumnContainerLeftNarrow {
	float:left; 
	width:215px;
}
body#landingPage div.halfColumnContainer {
	width:226px;
}
body#landingPage div.fullColumnContainer {
	width:472px;
}
div.leftColumn {
	margin-right:20px;
}

div#twoColLeftHighLight a {
	text-decoration:none;
}
div#twoColLeftHighLight a:hover {
	text-decoration:underline;
}

img.mainImg {
	float:left; 
	margin-right:20px;
	position:relative;
	padding-bottom: 20px;
}
.highlightsOptions {
	float:right; 
	font-size:0.85em; 
	padding-top:3px;
}
/* Print friendly and font size ------------------------------------------------------------------------*/
div#subPageOptions {
	float:right; 
	font-size:0.85em; 
	color:#3e5c83;
}
div#printFriendly {
	border-right:1px solid #cbdde5; 
	padding:10px;  
	float:left;
	line-height:1.2em;
}
div#printFriendly a {
	text-decoration:none;
}
div#printFriendly a:hover {
	text-decoration:underline;
}
div#fontSizer {
	float:left; 
	line-height:1.0em;
	padding:10px;
}

a.fontSizerLetter, a.fontSizerLetterOn {
	padding:0px 3px;
	text-decoration:none;
}
a.fontSizerLetterOn {
	border:1px solid #9fbfcf;
}

#lrgFont {
	font-size:1.4em;
}

#medFont {
	font-size:1.2em;
}
#smlFont {
	font-size:1.0em;
}
/* General styles for HTML selectors and misc ------------------------------------------------------*/
a {
	color:#3e5c83;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div.carouselContentItem h3 a {
	color:#879d51;
	text-decoration:none;
}

div.carouselContentItem h3 a:hover {
	text-decoration:underline;
}

a.noUnderline {
	text-decoration:none;
}
a.noUnderline:hover {
	text-decoration:underline;
}
p {
	margin-bottom:14px;
	line-height:1.4em;
}
p.podcastListing {
	margin-bottom:0px;
}
p.date, p.author, p.source, div.date {
	font-size:0.85em;
}
div.date {
	color:#3e5c83;
}
p.author, p.employeeTitle { 
	font-style:italic;
	margin-bottom:0px !important;
}
p.employeeTitle {
	margin:0 0 15px !important; 
}

#threeColCenterColumn p.a:visited { 
	padding-right: 12px; 
	background: url(tick.gif) no-repeat 100% 50%; 
} 
cit	{font-style: italic;
}
h1 {
	background:none;
	color:#3c5b82;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em; 
	margin:10px 0;
	padding:0;
}
h1.main {
	background:url(../images/bg_h1.gif) repeat-x left bottom;
	color:#8da25a;
	padding:0 0 15px 0;
	margin:0 0 18px 0px;
}
h1.centers {
	margin:0 0 18px 203px;	
}
h2, body#landingPage #threeColCenterColumn h2  {
	color: #879D51; /* changed from #a3b156 per LW 10/23 */
	font-size:1.4em; 
	font-weight:normal;
	padding-bottom:12px;
}

#threeColCenterColumn h2 {
	color:#00577e;
	font-weight:bold;
}

#threeColCenterColumn h2 {
	color:#00577e;
	font-weight:bold;
}

h2 span a {
	text-decoration:none;
}
h2 span a:hover {
	text-decoration:underline;
}

h2.features {
	color:#A3B156 !important;
}

h2.handlers {
	color:#336699 !important;
	font-size:13pt !important;
	font-weight:bold !important;
	margin: 0 !important;
}

h2.pageHeader {
	color:#8da25a !important;
}

h3.features {
	color:#a3b156;
	font-size:1.2em; 
	font-weight:bold;
	padding:14px 0;
}

h3 {
	color:#00577E;
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:12px;
}

h4 {
	color:#000;
	font-weight:bold;
	padding:0 0 3px;
}
ul.blueSquare {
	margin:0;
	position:relative;
}
ul.blueSquare li {
	font-size:0.9em;
	line-height:1.2em;
	background:url(../images/blt_blue_square.gif) no-repeat 0px 9px;
	padding:4px 0 4px 10px;
	position:relative;
	height:1%;
}
ul.blueSquare li.listen {
	font-size:0.9em;
	background:url(../images/blt_headphones.gif) no-repeat 0px 4px;
	padding:4px 0 4px 22px;
	position:relative;
}

table.basic td {
	padding:4px 10px 4px 0;
	font-size:0.90em;
}
a.csvDownloadIcon {
	text-decoration:none;
	background:url(../images/btl_csv_download.gif) no-repeat;
	padding:0 0 0 20px;
}
/* DRM/IW - for the landing page */
a#homeLink {
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	top:70px;
	left:65px;
	color:#ffffff;
	font-size:0.8em;
}
/* DRM/IW - allows for display of drop down on same baseline as h2 */
fieldset {
	float:right;
}
fieldset select {
	font-size:0.85em;
}
fieldset label {
	color:#3e5c83;
	font-size:0.85em;
	font-weight:bold !important;
}

div.dotRule {
	clear:both; 
	background:url(../images/bg_blue_dot_div.gif) repeat-x; 
	height:1px; 
	margin:22px 0;
}
* html div.dotRule {
	margin:22px 0 11px;
}
.clr {
	clear:both;
}
.allCaps {
	text-transform:uppercase;
}
.smaller {
	font-size:0.85em;
}
/* Footer related styles ----------------------------------------------------------------------------------------*/
#footer {
	background:url(../images/bg_footer.gif) repeat-x; 
	min-height:61px;
}
#footerInner {
	color:#fff; 
	font-size:0.7em;
	line-height:1.6em;
	margin:0 auto; 
	padding-top:20px;
	text-transform:uppercase; 
	width:997px; 
}
#footerInner a {
	color:#fff;
	padding:0px 5px;
	text-decoration:none;
}
#footerInner a:hover, #footerInner a.first:hover {
	text-decoration:underline;
}
#footerInner a.first {
	color:#fff;
	padding:0px 5px 0 0;
	text-decoration:none;
}
a#backToTop {
	display:block;
	float:right;
	background:url(../images/blt_arrow_up.gif) no-repeat 0px 4px;
	padding:0 20px 0 15px;
}
.alertOnRedirect {
	display: none;
}
#footerIENotice {
	display: none;
}
#closeAlertBtn {
cursor:pointer;
position:absolute;
right:20px;
top:16px;
}
p.routerPubYear {
	font-weight:bold !important;
}
table.routerlinks {
	margin-top: 10px;
	margin-bottom: 20px;
}

table.routerlinks td{
	padding-bottom: 10px;
}

div.largeHighlight {
	min-height: 235px;
}

div.smallHighlight{
	width:275px;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-top:40px;
	padding-right: 15px;
}

div.smallHighlight p.smallHighlightImage {
	display:inline-block;
}

.podlink {
	Color: #333366;
	Font-Weight: normal;
	Text-Decoration: underline;
	font-size: 8pt;
}

.podlinki {
	Color: #333366;
	font-family: Verdana;
	font-weight: normal;
	Text-Decoration: underline;
	font-style: italic;
	font-size: 8pt;
}

.podlinkb {
	Color: #333366;
	Font-Weight: bold;
	Text-Decoration: underline;
	font-size: 8pt;
}

.title 
{
	color:#336699 !important;
	font-size:13pt !important;
	font-weight:bold !important;
	margin: 0 !important;
}
.title11 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color:  #336699;
}

.title2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:  #336699;
}

.title2wh {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color:  #ffffff;
	background-color: #bfc5d6; 
	padding-left: .5em !important;
}

.title3 {
     font-family: Verdana;
	 font-weight: bold;
	 color:  #336699; 
     font-size: 12px;
}

.title3wh {
     font-family: Verdana;
	 font-weight: bold;
	 color:  #ffffff; 
     font-size: 12px;
}

.title9b {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color:  #336699;
}

.title8b {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color:  #336699;
}

.title8bi {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color:  #336699;
}

.text14b {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-size: 14pt;
}

.text14 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 14pt;
}

.text12b {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-size: 12pt;
}

.text12 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 12pt;
}

.text11b {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-size: 11pt;
}

.text10b {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-size: 10pt;
}

.text10 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 10pt;
}

.text9 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 9pt;
}

.text9b {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-Weight: bold;
	font-size: 9pt;
}

.text8b {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-size: 8pt;
}

.text8 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 8pt;
}

.text8bu {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	Text-Decoration: underline;
	font-size: 8pt;
}

.text8bi {
	color: #000000;
	font-family: Verdana;
	font-Weight: bold;
	font-style: italic;
	font-size: 8pt;
}

.text8i {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-style: italic;
	font-size: 8pt;
}

.text8iu {
	color: #333366;
	font-family: Verdana;
	font-Weight: normal;
	Text-Decoration: underline;
	font-style: italic;
	font-size: 8pt;
}

.text7 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 7pt;
}

.text7u {
	Color: #333366;
	Font-Weight: normal;
	Text-Decoration: underline;
	font-size: 7pt;
}

.text75 {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 7.5pt;
}

.title2a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight:bold;
	color: black;
}

.title12 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight:bold;
	color: black;
}

.title10 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:bold;
	color: black;
}
.title9 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight:bold;
	color: black;
}
img.podChart {
	width: 287px;
}
table.textTeaser {
	width: 100%;
}
p.ttDate, p.ttHeadline {
	padding: 0 !important;
	margin: 0 !important;
}
p.ttHeadline {
	padding: 0 !important;
	margin-left: 25px !important;
}
span.absmiddle img {
	vertical-align:middle;
}
span.podcastRelatedLink {
	display: inline-block;
	padding-right: 30px;
}
span.podcastRelatedLink a {
	text-decoration: none !important;
}
h2.printableSubArticleLabelTitle, .printableSubArticleLabel {
	display:none !important;
}
table#toolsPodTable {
	width: 100%;
}
p.videoTeaser {
  display: inline-block !important;
  width: 100%;
}
#results ul {
  padding: 0;
}
#results ul li {
  list-style: none;
}
#pageSearchForm input.image {
	vertical-align: bottom;
}
#issueLeftNav {
	float: left;
	width: 180px;
}
#issueArticleContent {
	float: right;
	width: 466px;
}
#issueTOC {
	float: right;
	width: 750px;
}
#issueBanner {
	width: 100%;
}
#issueBanner img {
	padding: 0
}
.floatRight {
	float: right;
}
.issueTOCArticleDate {
	color: #999999;
}
.issueTOCArticleGalleryImage {
	float: left;
	padding-right: 10px;
}
.issueTOCArticleLink {
	font-weight: bolder;
}
.issueTOCArticleTeaser {
	min-height: 160px;
	line-height: 1.4em;
}
.issueUpdatedDate {
    color: #336699;
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    font-weight: bold;
	text-align: right;
}
.searchResult h3 {
	padding-bottom: 0px;
}
.searchResult p {
	margin-bottom: 24px;
}



.pageAlertMinimized {
	height: 20px !important;
}

.pageAlertSmallText {
	display: none;		
	float: right;
}

.pageAlertInner_reduced {
	margin:0 auto;
	padding:0px !important;
	position:relative;
	width:100% !important;
}

.pageAlertInner_reduced p {
	color:#ffffff;
	font-family:georgia,serif;
	font-size:.85em !important;
	font-weight: bold;
	margin:0;
	text-align:center;
}

#openAlertBtn{
	float:right;
	cursor: pointer;
	display:none;
	margin-right:20px;
}

cite {
	font-style: italic;
}
table.bieSpecialQuestionTable, table.bieSpecialQuestionTable td, table.bieSpecialQuestionTable th
{
	border:1px solid black;
	padding:15px;
}
table.bieSpecialQuestionTable th
{
	vertical-align:bottom;
	background-color:#af88b4;
	color:white;
}
.bieSpecialQuestionAnalysis
{
	display: none;
}
