@media screen,projection,tv
{

/* Classes */
.bioImage
{
	float: left;
	margin-right: 1em;
}
.byline
{
	padding-top: 45px;
	font-weight: bold;
}
.pageDividerBG .detailContent
{
	font-size: 0.89em
}
.scroll
{
	display: block;
	height: 6em;
	width: 552px;
	overflow: auto;
	border: 1px solid #000;
	padding: 5px 1em;
	background: #FFF;
	margin: 0 0 1em 0;
}
.noSubNav .scroll
{
	width: 732px;
}
.leadImage
{
	float: right;
	clear: right;
	display: block;
	margin-left: 5px;
}
.feeFootnotePrimary
{
	float: right;
	margin-top: 30px;
	width: 50%;
}
.feeFootnoteSecondary
{
	clear: right;
	margin-top: 10px;
}

/* CSV Tables */
table.tableWithoutBorderAlignLeft
{
	border: 1px solid #5C5C5C;
	border-collapse: collapse;
}
table.tableWithoutBorderAlignLeft td
{
	font-size: 0.9em;
	padding: 0 2px 0.25em;
}
td.heading,
td.headingLight,
td.headingDark,
td.lightBold,
td.darkBold
{
	font-weight: bold;
}
td.heading
{
	background: #E6F1F9;
}
td.headingLight,
td.lightNoWrap,
td.light
{
	background: #FFF;
}
td.headingDark,
td.darkNoWrap,
td.dark
{
	background: #EED;
}
td.headingNoWrap,
td.lightNoWrap,
td.darkNoWrap
{
	white-space: nowrap;
}


/* CGI styles -- not sure what they're used for */
.forgotMyPasswordLabel
{
	font-size: 0.8em;
	color: #808080;
	text-align: center;
	width: 380px;
}
.changePasswordNotice
{
	vertical-align: top;
}

/* LAYOUT */
#RussellLinkLogo
{
	width: 346px;
	height: 100%;
	background: #FFF url("/images/RussellLINK_logo.gif") no-repeat left top;
}
#RussellLinkLogo a
{
	height: 100%;
	text-indent: -10000em;
	width: 160px;
}

/* NON-TEMPLATE PAGES */
.noTemplate #Masthead
{
	padding-bottom: 0;
}
.noTemplate #Trunk
{
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
.noTemplate #Content
{
	width: 757px;
	margin-top: 0px;
}
.noTemplate .actionArea
{
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
}
.noTemplate .actionArea a
{
	font-weight: normal;
}
.noTemplate h2,
.noTemplate .standout
{
	background: #E6F1F9;
	padding: 0.5em 20px;
	margin-left: -12px;
}
.noTemplate h2
{
	padding-bottom: 0.25em;
	margin-bottom: 0;
}
.noTemplate .standout
{
	padding-bottom: 2em;
}
.noTemplate .nameArea
{
		width: 30em;
    padding: 2em 0;
    margin: 0 auto;
}
.noTemplate .summaryContentColor
{
	padding: 1em 12px;
	background: #EED;
	border-bottom: 1px solid #D5D5D5;
}
/* Search Page */
#SearchPage #SearchArea
{
	padding: 0 75px;
}
#SearchPage .sectionTitle
{
	font-size: 1.2em;
	font-weight: bold;
}
#SearchPage #tblAdvancedTrue
{
	width: 98%;
	border-collapse: collapse;
}
#SearchPage #tblAdvancedTrue td
{
	font-size: 0.9em;
	padding: 0 0 0.25em 5px;
	font-weight: bold;
}
#SearchPage .searchAdvFileTypes
{
	background: #EBEBE9;
}
#SearchPage .searchAdvResults
{
	background: #E6F1F9;
}

/* Button positioning -- to overcome bottom padding on inline-level elements */
#searchForm_btnSubmitSearch,
#pdPageAllFunds_btnGo
{
	position: relative;
	top: 5px;
}

/* CGI-Specific styles */
div.Image div.left
{
	float: left;
}
div.Image div.right
{
	float: right;
}

} /* End of screen/projection/tv rules */

@media print
{
	
#RussellLinkLogo
{
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
		width: 700px;
		background-image: url("/images/RussellLINK_logo_print.gif" ) no-repeat left top;
		display: block;
}

#RussellLinkLogo a
{
	color: #FFF;
	text-decoration: none;
	line-height: 49px;
}
#RussellLinkLogo:before
{
	content: url("/images/RussellLINK_logo_print.gif" );
}
html:lang(en) #RussellLinkLogo a
{
	display: none;
}

} /* End of print rules */
