@media screen,projection,tv
{

/*
LIGHT BLUE:			E6F1F9
MID BLUE:				6AD
BLUE:						4F8BB8
DARK BLUE:			33688F
LIGHT GREY:			C5C5C5
DARK GREY:			5C5C5C
ORANGE:					D60
LIGHT TAN:			EED
DARK TAN:				CCB

*/

html,
body,
h1,h2,h3,h4,h5,h6,
form
{
	padding: 0;
	margin: 0;
}
html
{
	font: 68% Verdana, Helvetica, Arial, sans-serif;
}
body
{
	color: #000;
	background: #FFF;
}
form
{
	position: relative;
	width: 771px;
	padding-bottom: 19px;
	margin: 19px auto 0;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: 0.5em;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.6em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.2em;
}
h5
{
	font-size: 1.0em;
}
h6
{
	font-size: 0.9em;
}
img
{
	border: none;
}
p
{
	line-height: 1.5em;
	padding: 0 0 1em 0;
	margin: 0;
}
a:link
{
	color: #369;
}
a:visited,
a:active
{
	color: #999;
}
a:hover
{
	color: #79B;
}
ul
{
	list-style: none;
	margin: 0.5em 0 1em 1em;
	padding: 0;
}
ul li
{
	background: transparent url("/images/bullet_orange.gif") no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin: 0 0 0.5em 0;
}
ol
{
	margin: 0.5em 0 1em 3em;
	padding: 0;
}
ol li
{
	padding: 0;
	margin: 0 0 0.5em 0;
}
label
{
	cursor: pointer;
}
sup
{
	font-size: 0.9em;
}


/* GENERIC CLASSES */
.enhancedElement,
.enhancedView .basicElement
{
	position: absolute;
	left: -10000em;
}
.enhancedView .enhancedElement
{
	position: static;
	left: auto;
}
.detailContent,
.feeFootnotePrimary,
.feeFootnoteSecondary
{
	font-size: 0.8em;	
}
.detailContent
{
	color: #808080;
}
.detailContent .detailContent
{
	font-size: 1em;
}
.disclaimer p
{
	line-height: normal;
}
.footnote
{
	font-size: 0.8em;
	line-height: normal;
}


/* LAYOUT */
#Masthead
{
	height: 49px;
	color: #FFF;
	background: #5C5C5C;
	padding-bottom: 25px;   /* To accomodate the MainNav */
}
#Masthead a
{
	display: block;
}
#RussellInvestmentsLogo
{
	float: right;
	width: 177px;
	height: 100%;
}
#Tools
{
	height: 40px;
	padding: 10px 0 0 195px;
	background: #CCB;
}
#Welcome
{
}
#Trunk
{
	border-top: 1px solid #FFF;
	border-left: 1px solid #D5D5D5;
	padding: 0;
	margin: 0;
	background: #FFF;
}
#Content
{
	padding: 0 0 20px 12px;
	margin-left: 179px;
	border-left: 1px solid #D5D5D5;
}
.noSubNav #Content
{
	margin-left: 0;
	border-left: none;
}
#TitleSection
{
	min-height: 36px;
	padding: 10px 12px 15px 12px;   /* Bottom stripe is 5px tall */
	margin: 0 0 14px -12px;
}
#Masthead h1,
#TitleSection h1
{
	margin: 0;
}
#TitleSection.colorBackground
{
	background: #EEF6FC;
}
#TitleSection.imageBackground
{
	background: #FFF url("/images/mountains.gif") no-repeat right bottom;
	padding-right: 185px;
}
#PrecedingButtonArea
{
	display: none;
	text-align: right;
	margin: -14px 0 14px 0; /* Negative top is to cinch up under ContentH1 */
}
#PrecedingButtonArea a
{
	font-size: 0.9em;
	padding: 2px 0 2px 5px;
}
#FollowingButtonArea
{
 display: none;
}
#FollowingButtonArea.repositioned
{
 display: block;
 position: absolute;
 z-index: 2;
 left: 1px;
 width: 159px;
 padding: 10px;
}
#FollowingButtonArea .addToMyFavorites,
#FollowingButtonArea .removeFromMyFavorites,
#FollowingButtonArea .printThisPage
{
	display: block;
	position: relative;
	float: left;
	color: #DDD;
	text-align: center;
	width: 87px;
	height: 26px;
	overflow: hidden;
	font-size: 0.8em;
	cursor: pointer;
	margin: 0 0 0 5px;
}
#FollowingButtonArea .printThisPage
{
	width: 60px;
}
#FollowingButtonArea .addToMyFavorites span,
#FollowingButtonArea .removeFromMyFavorites span,
#FollowingButtonArea .printThisPage span
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#FollowingButtonArea .addToMyFavorites span
{
	background: url("/images/buttons/MyFavorites.gif") no-repeat left top;
}
#FollowingButtonArea .removeFromMyFavorites span
{
	background: url("/images/buttons/MyFavorites.gif") no-repeat -87px top;
}
#FollowingButtonArea .printThisPage span
{
	background: url("/images/buttons/Print.gif") no-repeat left top;
}
#FollowingButtonArea .removeFromMyFavorites:hover span
{
	background-position: -87px -26px;
}
#FollowingButtonArea .addToMyFavorites:hover span,
#FollowingButtonArea .printThisPage:hover span
{
	background-position: left -26px;
}
#PageDisclosures
{
	clear: both;
	background: url("/images/dotted_border.gif") repeat-x left 10px;
	padding-top: 22px;
	font-size: 0.8em;
}
#Search
{
	position: absolute;
	top: 80px;
	left: 613px;
	width: 153px;
	text-align: right;
}
#Search input
{
	display: block;
	float: left;
	margin: 0 0 0 2px;
}
#Search input.searchBox
{
	font-size: 11px;
	width: 118px;
	height: 14px;
	padding: 2px 1px 2px 5px;
	border: 1px solid #5C5C5C;
	margin: 1px 0 0 0;
}
#Search .advanced a
{
	display: block;
	clear: left;
	font-size: 0.9em;
	text-align: right;
	margin-right: 30px;
	color: #369;
}
#MyFavorites
{
	position: absolute;
	left: 10px;
	top: 90px;
	z-index: 2;
}
#MyFavoriteList
{
	background: #FFF;
	border: 1px solid #D5D5D5;
	font-size: 0.9em;
}
#IntrasiteNav
{
	position: absolute;
	top: -19px;
	right: 0;
	height: 19px;
	font: 10px Arial, Verdana, Helvetica;
	line-height: 19px;
}
#IntrasiteNav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#IntrasiteNav ul li
{
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
	background: none;
}
#Footer
{
	background: #FFF url("/images/Footer_bg.gif") no-repeat left top;
	padding-top: 9px;
	margin-bottom: 33px;
}
#CorporateNav
{
	margin-top: 14px;
	text-align: right;
}
#CorporateNav ul
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	margin: 0;
	text-align: right;
}
#CorporateNav ul li
{
	display: inline;
	padding: 0 0 0 1em;
	margin: 0;
	background: none;
}
#IntrasiteNav h3,
#CorporateNav h3,
#MainNav h3
{
	display: none;
}


/* MAIN NAVIGATION */
#MainNav
{
	position: absolute;
	z-index: 100;
	top: 49px;
	left: 0;
	float: left;
	width: 100%;
	height: 23px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #6AD;
	border: 1px solid #FFF;
	border-width: 1px 0;
}
#MainNav ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#MainNav li
{
  display: block;
  float: left;
	border-left: 1px solid #FFF;
	padding: 0;
	margin: 0;
}
#MainNav > ul > li:first-child
{
	border-left: none;
}
#MainNav a
{
	display: block;
	color: #FFF;
	background: #6AD;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 2px;
	font-size: 0.9em;   /* To prevent breaking into 2 lines */
}
#MainNav a:hover
{
	color: #33688F;
}
#MainNav a:active
{
	color: #000;
	background: #4F8BB8;
}
#MainNav li ul
{
  visibility: hidden;
  position: absolute;
  border-top: 1px solid #000;
}
#MainNav li:hover ul,
#MainNav li.hover ul
{
  visibility: visible;
}
#MainNav li li
{
	display: list-item;
  float: none;
	border-left: none;
}
#MainNav li li a,
#MainNav li.hover li a,
#MainNav li.active li a
{
	color: #000;
	background: #FFF;
	font-weight: normal;
	border: 1px solid #000;
	border-top: none;
}
#MainNav li li a:hover,
#MainNav li.active li a:hover
{
	color: #000;
	background: #CCE3F4;
}


/* SUBNAVIGATION */
#SubNav
{
	position: absolute;
	top: 125px;
	left: 1px;
	width: 179px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	padding-bottom: 142px;
	background: #FFF url("/images/gradient_grey_white_vertical.gif") repeat-x left bottom;
	z-index: 1;
}
#SubNav h3
{
	background: #5C5C5C url("/images/angle_grey_orange.gif") no-repeat right top;
	text-indent: -10px;
	padding: 3px 35px 3px 25px;
	margin: 0;
}
#SubNav h3,
#SubNav h3 a:link,
#SubNav h3 a:visited
{
	font-size: 1.0em;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#SubNav h3 a:hover,
#SubNav h3 a:active
{
	color: #FFF;
	text-decoration: underline;
}
#SubNav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#SubNav li
{
	background: #EEF6FC;
	border-top: 1px dotted #D5D5D5;
	padding: 0 3px 0 15px;
	margin: 0;
/*
	padding: 0 5px 0 25px;
	text-indent: -10px;
*/
}
#SubNav > ul > li:hover
{
	color: #369;
	background: #CCE3F4;
}
#SubNav ul > li:first-child
{
	border-top: none;
}
#SubNav a
{
	display: block;
	line-height: 1.5em;
}
#SubNav a:visited
{
	color: #369;
}
#SubNav li.selected,
#SubNav li.selected:hover,
#SubNav li.selected li.selected
{
	background: #FFF url("/images/arrow_blue.gif") no-repeat 3px 3px;
}
/*
#SubNav li.selected li.selected
{
	background-position: 1px 3px;
}
#SubNav li.selected ul
{
	margin-left: -5px;
}
*/
#SubNav li.selected li
{
	border: none;
	background: #FFF url("/images/bullet_subnav.gif") no-repeat 3px 7px;
	padding-left: 11px;
/*
	padding-left: 20px;
	padding-right: 0;
*/
}


/* COLUMNS */
.columns2WideThin,
.columns2Equal,
.columns3Equal
{
	float: left;
	clear: left;
	width: 578px;
	margin: 0 0 1em 0;
}
.column1,
.column2,
.column3
{
	float: left;
}
.column1
{
	clear: left;
}
.column2,
.column3
{
	padding-left: 9px;
	border-left: 2px dotted #CCD6DF;
	margin-left: 9px;
}
.columns1 .column1
{
	float: none;
}
.columns2WideThin .column1
{
	width: 351px;
}
.columns2WideThin .column2
{
	width: 207px;
}
.columns2Equal .column1,
.columns2Equal .column2
{
	width: 279px;
}
.columns3Equal .column1,
.columns3Equal .column2,
.columns3Equal .column3
{
	width: 179px;
}
.columns2WideThin .column2,
.columns3Equal .column3
{
	border-left-color: #FFF;
}
.summarySection
{
	margin: 0 0 1.5em 0;
}
.summaryContentColor table,
.summaryContentTabsColor table
{
     width: 100%;
}
.summaryContentColor th,
.summaryContentColor td,
.summaryContentTabsColor th,
.summaryContentTabsColor td
{
     padding: 0.1em 0.5em;
}
#ColumnSection1 .summarySection
{
	margin-top: -14px;
	margin-left: -12px;
	line-height: 1.5em;
}
#ColumnSection1 .summarySection .summaryContentNone,
#ColumnSection1 .summarySection .summaryContentColor
{
	padding: 1em 12px;
}
#ColumnSection1 .summarySection .summaryContentColor
{
	background: #EED;
	border-bottom: 1px solid #D5D5D5;
}


/* PERFORMANCE TABLES */
table.performanceTable,
table.content,
table.pageDividerBG
{
	border-collapse: collapse;
	border: none;
	line-height: normal;
	background: #D5D5D5;
	font-size: 0.9em;
}
table.performanceTable th,
table.performanceTable td,
table.content td,
table.pageDividerBG td
{
	border: 1px solid #D5D5D5;
}
table.performanceTable th,
table.performanceTable td,
table.pageDividerBG th,
table.pageDividerBG td
{
	padding: 0.2em 0.5em;
}
table.performanceTable th table,
table.performanceTable td table,
table.pageDividerBG th table,
table.pageDividerBG td table
{
	margin: -0.2em -0.5em;
}
table.content table,
table.pageDividerBG table,
table.content table td,
table.pageDividerBG table td
{
	border: none;
}
.rowBG,
table.performanceTable tr
{
	background: #FFF;
}
.rowBGalt,
table.performanceTable tr.alt
{
	background: #EFEFEF;
}
table.performanceTable th,
table.performanceTable td
{
	padding: 0.2em 0.5em;
}
table.performanceTable tbody th
{
	font-weight: normal;
	text-align: left;
}
table.performanceTable tbody td
{
	text-align: center;
}
.priceTableHeader,
.priceDataNavHeader,
.priceDataNav,
.priceDataLatestQuarterHeader,
.priceDataLatestQuarter,
.priceDataYTDHeader,
.priceDataYTD,
.priceDataPreviousYearsHeader,
.priceDataPreviousYears,
.priceDataTotalNetHeader,
.priceDataTotalNet
{
	text-align: center;
}
.priceDataNavHeader,
.priceDataNav
{
	background: #F2F2DF;
}
.priceDataYTDHeader,
.priceDataYTD,
.priceDataTotalNetHeader,
.priceDataTotalNet
{
	background: #EFEFEF;
}
.performanceTable thead th,
.performanceTable thead td,
.performanceTable tfoot th,
.performanceTable tfoot td,
.priceDataPreviousYears
{
	background: #E6F1F9;
	width: 52px;
}
.priceTableHeader,
.priceDataLatestQuarterHeader,
.priceDataLatestQuarter
{
	background: #FFF;
}
.calloutBG
{
	background: #E6F1F9;
}
table p
{
	padding: 0;
}
table#SalesChargeTable tbody th
{
	white-space: nowrap;
}

.lineHeight{
font-weight: bold;
padding-bottom: 15px;
padding-top: 15px;
} 

table.content {
	width: 800px!important;
}


.priceDataB1 {
	width: 69px;
	text-align: right;
}

.PageDividerBG table th, 
.PageDividerBG table td {
padding: 0.2em;
}

.performanceTable thead th, 
.performanceTable thead td, 
.performanceTable tfoot th, 
.performanceTable tfoot td, 
.priceDataPreviousYears {
width: 52px;
}


.priceDataNav {
width: 69px;
text-align: center;
}

.priceTableHeader, 
.priceDataLatestQuarter {
width: 69px;
}

 
.priceDataYTD, 
.priceDataTotalNetHeader, 
.priceDataTotalNet {
width: 69px;
}



/* TABS */
.tabs
{
	float: left;
	width: 100%;
	height: 100%;
	line-height: normal;
}
.tabs ul
{
	float: left;
	width: 575px;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 28px 0 0 0;
	border-bottom: 1px solid #6AD;
}
.tabs ul li
{
	display: block !important;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #6AD;
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	text-align: center;
	background: url("/images/tab_bg.gif") no-repeat left -200px;
}
.tabs ul li a
{
	position: relative;
	left: 10px;
	top: 1px;
	display: block;
	float: left;
	text-decoration: none;
	color: #5C5C5C;
	background: url("/images/tab_bg.gif") no-repeat right -201px;
	min-height: 14px;
	padding: 1px 20px 1px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #6AD;
	vertical-align: bottom;
}
.tabs ul li.selectedTab
{
	background-position: left top;
	border-bottom-color: #E6F1F9;
	z-index: 100;
}
.tabs ul li.selectedTab a
{
	background-position: right -1px;
	border-bottom-color: #E6F1F9;
	color: #000;
}
.summaryContentTabsColor
{
	clear: both;
	background: #E6F1F9;
	padding: 1em 17px;
}


/* BREAKOUT BOX */
.breakout
{
	clear: both;
	background: url("/images/dropshadow.png") no-repeat right bottom;
	width: 100%;
	margin: 0 0 1em 0;
}
.breakout h4
{
	color: #FFF;
	background: #5C5C5C url("/images/angle_grey_orange_fff.gif") no-repeat right top;
	padding: 5px 55px 5px 13px;
	margin: 0;
}
.breakout .body
{
	background: url("/images/bob_body_cce_on_fff.gif") no-repeat left bottom;
	padding: 0.25em 1em 21px;
	margin: 0 7px 0 0;
}


/* PAGE-SPECIFIC */

/* HOMEPAGE */
.homepage #Trunk
{
	float: left;
	border-left: none;
	background: #CCB;
}
.homepage #Content
{
	width: 771px;
	margin: 0;
	padding: 0 0 21px 0;
	border: none;
}
#Marquee
{
	position: relative;
	width: 771px;
	background: #EFF6FC;
	border-bottom: 1px solid #FFF;
}
.homepage #SubNav
{
	padding: 0;
}
#Marquee,
#MarqueeImage,
#MarqueeLinks
{
	float: left;
}
#MarqueeImage
{
	width: 508px;
}
#MarqueeLinks
{
	width: 263px;
}
#MarqueeLinks h3
{
	color: #FFF;
	padding: 3px 35px 3px 25px;
	height: 17px;
	overflow: hidden;
	margin: 0;
	background: #5C5C5C url("/images/angle_grey_orange.gif") no-repeat right top;
}
#MarqueeLinks .body
{
	height: 131px;
	padding: 5px;
	overflow: auto;
}
.homepage #SubNav .buttons
{
	width: 253px;
	padding: 5px;
	height: 25px;
	text-align: center;
}
.homepage #SubNav .buttons a
{
	display: inline;
	float: none;
	padding: 0 4px;
}
.homepage div[id=Content]
{
	float: left;
}
.homepage #Base
{
	float: left;
	clear: left;
	width: 760px;
	padding: 21px 0 0 11px;
}
.homepage #Base .baseColumn
{
	float: left;
	margin-right: 10px;
	background: url("/images/dropshadow.gif") no-repeat right bottom;
}
.homepage #Base .baseColumn .baseColumnLining
{
	background: url("/images/dropshadow_topmask_ccb.gif") no-repeat right top;
	padding-right: 7px;
}
.homepage #Base .baseColumn .body
{
	background: url("/images/body_fff_on_ccb.gif") no-repeat left bottom;
	padding: 0 16px 21px;
	min-height: 250px;
}
.homepage #Base #BaseColumn1
{
	width: 220px;
	width: 245px;
}
.homepage #Base #BaseColumn2
{
	width: 260px;
	width: 245px;
}
.homepage #Base #BaseColumn3
{
	width: 245px;
	margin-right: 0;
}
.homepage #Base h3
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #000;
	min-height: 15px;
	padding: 2px 15px;
	margin: 0 -16px 1em;
	background: #ACA195 url("/images/homepage_heading_bg.gif") no-repeat left top;
}
.homepage #Footer
{
	clear: left;
}


/* SALES AND MARKETING PRODUCT LISTS */
#Products
{
	float: left;
	clear: left;
	width: 100%;
}
#Products h2
{
	clear: left;
	font-size: 1.4em;
	color: #FFF;
	background: #5C5C5C;
	padding: 0.1em 0.5em;
	margin: 0;
	border: 1px solid #D5D5D5;
}
#Products hr
{
	display: none;
}
#Products .regular,
#Products .alternate
{
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #D5D5D5;
	border-top: none;
	background: #FFF;
	padding: 15px 12px 15px 120px;
	min-height: 128px;
	width: 444px;
}
#Products .alternate
{
	background: #EFEFEF;
}
#Products .regular img,
#Products .alternate img
{
	position: absolute;
	left: 12px;
	top: 15px;
	max-width: 98px;
	max-height: 128px;
}
#Products .regular .productInfo,
#Products .alternate .productInfo
{
	float: left;
	width: 250px;
}
#Products .regular .productInfo h4,
#Products .alternate .productInfo h4
{
	font-size: 1.09em;
	font-weight: bold;
	margin: 0;
}
#Products .regular .productInfo h5,
#Products .alternate .productInfo h5
{
	font-size: 1em;
	font-weight: normal;
	color: #808080;
}
#Products .regular dl,
#Products .alternate dl
{
	float: right;
	width: 184px;
	border-top: 1px solid #CDCFC4;
	background: #E4E4E4;
	font-size: 11px;
	color: #5C5C5C;
	padding: 0;
	margin: 1.25em 0 0 0;
}
#Products .regular dl img,
#Products .alternate dl img
{
	position: static;
	left: auto;
	top: auto;
	max-width: none;
	max-height: 14px;
}
#Products .regular dt,
#Products .alternate dt,
#Products .regular dd,
#Products .alternate dd
{
	padding: 2px 0;
	margin: 0;
	width: 91px;
	min-height: 17px;
	border-bottom: 1px solid #CDCFC4;
	vertical-align: bottom;
}
#Products .regular dt,
#Products .alternate dt
{
	clear: left;
	float: left;
	border-left: 1px solid #CDCFC4;
}
#Products .regular dd,
#Products .alternate dd
{
	clear: right;
	float: right;
	border-right: 1px solid #CDCFC4;
	text-align: right;
}


/* LOGIN PAGE */
#LoginPage p
{
	line-height: normal;
}
#LoginPage #Masthead
{
	padding-bottom: 0;
}
#LoginPage form
{
	width: 689px;
	margin-top: 49px;
}
#LoginPage #Trunk
{
	float: left;
	width: 677px;
	background: #FFF url("/images/login_bg_big_left.gif") repeat-y left top;
	padding: 10px 5px;
	border: 1px solid #D5D5D5;
	border-top: none;
}
#LoginPage #LoginWidget
{
	float: left;
	text-align: center;
	width: 390px;
}
#LoginPage #SupportingText
{
	float: right;
	width: 260px;
}
#LoginPage #RequestAccessLink
{
	display: block;
	margin: 20px auto;
	text-align: center;
}
#LoginPage #Footer
{
	clear: both;
	font-size: 0.9em;
	text-align: center;
	background: #FFF;
}
#LoginPage #LoginWidget .loginTextbox
{
}
#LoginPage #LoginWidget .loginLabel
{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	width: 125px;
}
#LoginPage #LoginWidget .loginLabelError
{
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	color: #F00;
}
#LoginPage #LoginWidget .cookie
{
	font-size: 0.8em;
	padding-bottom: 15px;
	margin-top: 10px;
}
#LoginPage #LoginWidget .smallTextTable
{
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 10px;
}
#LoginPage #XmlLoginWidget
{
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
#LoginPage #XmlLoginWidget h3
{
	font-size: 1.2em;
}
#LoginPage #XmlLoginWidget .controlBox
{
	width: 460px;
	background: #CCB;
	border: 1px solid #9E9E9E;
	padding: 0 0 5px 0;
	margin: 0 auto;
}
#LoginPage #XmlLoginWidget .controlBox h1
{
	color: #FFF;
	font-size: 1.6em;
	background: #5C5C5C;
	padding: 3px 0 3px 0;
	margin: 0;
}
#LoginPage #XmlLoginWidget .controlBox table
{
	text-align: left;
	margin: 0 auto;
}

/* SIGNUP PAGE */
#SignUpPage #Masthead
{
	padding-bottom: 0;
}
#SignUpPage #Trunk
{
	border-right: 1px solid #D5D5D5;
}
#SignUpPage #UserSignUp
{
	padding: 0 12px;
	background: #EED;
	border: 1px solid #D5D5D5;
	border-top: none;
	margin: 0 30px 0 18px;
}
#SignUpPage #UserSignUpForm1_Div2 br
{
	display: none;
}
#SignUpPage #UserSignUp h3
{
	color: #FFF;
	background: #5C5C5C url("/images/angle_grey_orange.gif") no-repeat right top;
	padding: 1px 55px 1px 12px;
	margin: 0 -12px 0.5em;
}
#SignUpPage .formBox
{
	margin-bottom: 1.5em;
}
#SignUpPage #lyrisTopicsList table
{
	margin: 5px auto 0;
}
#SignUpPage .formLabel,
#SignUpPage .formLabelLeft
{
	font-weight: bold;
	width: 11em;
	padding-right: 5px;
}
#SignUpPage .formLabel
{
	text-align: right;
}
#SignUpPage label
{
	font-weight: bold;
	cursor: pointer;
}
#SignUpPage #UserSignUpForm1_btnSubmit
{
	display: block;
	margin: 10px auto;
}


/* PASSWORD ASSISTANCE */
#PasswordAssistance #Password
{
	width: 460px;
	border: 1px solid #9E9E9E;
	margin: 50px auto 0;
}
#PasswordAssistance #RussellLogo
{
	display: block;
}
#PasswordAssistance .contentPassword
{
	padding: 20px 15px 20px 15px;
}
#PasswordAssistance .passwordLabel
{
	font-size: 1em!important;
	text-align: right;
	font-weight: bold;
	padding-right:10px;
}
#PasswordAssistance .smallText
{
	font-size: 0.8em;
	padding-bottom: 10px;
}
#PasswordAssistance table table
{
	margin-top: 1em;
}

/* SITEMAP */
#SiteMap
{
	float: left;
	width: 100%;
}
.siteMapRow
{
	float: left;
	width: 50%;
}

/* INSIGHTS CALENDAR */
.tableWithBorderAlignLeft
{
	background: #C5C5C5;
}

/* MODIFY MY FAVORITES */
#EditMyFavorites select.favorites
{
	width: 250px;
}

} /* End of screen/projection/tv rules */

@media print
{
	
html
{
	padding: 0;
	margin: 0;
}
body
{
	font: 9pt/130% "Times New Roman", Times, serif;
	width: 7in;
	padding: 0;
	margin: 0;
}
form
{
	padding: 0;
	margin: 0;
}
font
{
	font-size: 9pt;
}
table,
thead,
tfoot,
tbody,
th,
td
{
	padding: 0;
	border: none;
	border-collapse: collapse;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Futura, Arial, sans-serif;
	margin: 0 0 0.1in 0;
	padding: 0;
	page-break-after: avoid;
}
h1
{
	font-size: 16pt;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
}
h4
{
	font-size: 11pt;
}
h5
{
	font-size: 10pt;
}
h6
{
	font-size: 9pt;
}
ul, ol
{
	margin: 0 0 0 0.25in;
	padding: 0 0 0 0.25in;
}
li
{
	margin: 0;
	padding: 0 0 0.1in 0;
}


#Masthead
{
	position: relative;
	height: 0.5104167in;
	margin-bottom: 0.15in;
}
#RussellInvestmentsLogo img
{
	display: block;
	padding: 0;
	margin: 0;
	border: 0 solid #5C5C5C;
	border-width: 0 0 0 5.15625in;
}
#Tools,
#Search,
#MyFavorites,
#MainNav,
#SubNav,
#IntrasiteNav,
#CorporateNav,
#PrecedingButtonArea,
#FollowingButtonArea
{
	display: none;
}
#StartBreakoutThree
{
	border: 1px solid #000;
	margin: 0.25in 1in;
	padding: 0.1in;
}


/* Link url's for standard-compliant browsers */
/*
#Content a:link:after,
#Content a:visited:after
{
 content: " (LINK: " attr(href) ")";
 color: #C00;
 font-size: 0.7em;
}
#Content a[href^="/"]:after
{
 content: " (LINK: http://russelllink.russell.com" attr(href) ")";
}
#Content a[href^="javascript:"]:after
{
 content: "";
}
*/


/* PERFORMANCE TABLES */
table.content,
table.pageDividerBG
{
}
table.content td,
table.pageDividerBG td
{
	font-size: 7pt;
	border: 1px solid #D5D5D5;
}
.priceTableHeader,
.priceDataNavHeader,
.priceDataNav,
.priceDataLatestQuarterHeader,
.priceDataLatestQuarter,
.priceDataYTDHeader,
.priceDataYTD,
.priceDataPreviousYearsHeader,
.priceDataPreviousYears,
.priceDataTotalNetHeader,
.priceDataTotalNet
{
	text-align: center;
}
#StartBreakoutWide
{
	border: 2px solid #CCC;
	padding: 0.1in;
	margin: 0 auto;
	width: 3.5in;
}
#StartBreakoutWide h4
{
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #CCC;
	margin: -0.1in -0.1in 0.1in -0.1in;
	padding: 0.1in 0;
}
#PageDisclosures
{
	clear: left;
	border-top: 2px solid #999;
	padding-top: 0.1in;
	margin-top: 0.25in;
}
#PageDisclosures,
.disclaimer
{
	font: 8pt Arial, sans-serif;
}


/* COLUMNS */
.columns2WideThin,
.columns2Equal,
.columns3Equal
{
	float: left;
	clear: both;
	width: 7in;
	margin: 0 0 0.2in 0;
}
.column1,
.column2,
.column3
{
	float: left;
}
.column2,
.column3
{
	padding-left: 0.14in;
	border-left: 0.02in dotted #CCD6DF;
	margin-left: 0.14in;
}
.columns1 .column1
{
	float: none;
}
.columns2WideThin .column1
{
	width: 4.095in;
}
.columns2WideThin .column2
{
	width: 2.405in;
}
.columns2Equal .column1,
.columns2Equal .column2
{
	width: 3.25in;
}
.columns3Equal .column1,
.columns3Equal .column2,
.columns3Equal .column3
{
	width: 2.1in;
}
.columns2WideThin .column2,
.columns2Equal .column2,
.columns3Equal .column3
{
	border-left-color: #FFF;
}
.summarySection
{
	margin-bottom: 0.2in;
}
#ColumnSection1 .summarySection .summaryContentColor
{
	border-bottom: 1px solid #D5D5D5;
	padding: 0.1in;
}


/* Classes */
.tabs ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 1em 1em;
}
.tabs li
{
	display: none;
	padding: 0;
	margin: 0;
}
.tabs li.selectedTab
{
	display: list-item;
	font-size: 1.1em;
	font-weight: bold;
}
.breakout
{
	border: 2px solid #CCC;
	padding: 0.1in;
}
.breakout h4
{
	text-align: center;
	border-bottom: 2px solid #CCC;
	margin: -0.1in -0.1in 0.1in -0.1in;
}
.leadImage
{
	display: block;
	clear: right;
	float: right;
	margin-left: 0.1in;
}

} /* End of print rules */

/* added by Bruze.com ********************************************************************************************************************************/
a {
	-moz-outline-style:none;
	-moz-user-select:none;
}
.breakout .body b {
	margin-bottom:4px;
	display:block;
}
.breakout .body  a.svy {
	margin-top:4px;
	margin-right:9px;
	padding-right:9px;
	background:url('/images/retirement/svy_^.gif') no-repeat 100% 140%;
}
.svy_ol li
{
	font-weight:bold;
	color:#dd6600;
	margin: 0 !important;
}
.svy_ol p
{
	font-weight:normal;
	color:#000;
}
#svy_msg {
  margin-bottom:10px;
  color: #666;
  font-size: 10px;
  min-height:70px;
}
.svy_org { color:#dd6600;}
.sales_marketing {
	padding-left:15px;
	cursor: pointer;
}
.sales_marketing_closed {
	color:#999;
	background:url('/images/retirement/svy_^^.gif') no-repeat 0% 90%;
}
.sales_marketing_open {
	color:#000;
	background:url('/images/retirement/svy_vv.gif') no-repeat 0% 90%;
}
#svy_expandable {
	min-height:600px;
}
/*.column1 li {
	clear:both;
}

li b {
	clear:both;
}
*/

/*li img {

	clear:both;

	float:left;

	margin:5px 7px 10px 0px;

	background:#CCC;

}
*/
