/* ---------------------------------------------------------------------------------------------------------------
	
	WSOD global

--------------------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
}

#WSOD {
	font-family: arial,sans-serif;
	font-size:12px;
	width:1024px;
}

body * {
	margin: 0;
	padding: 0;
}

#WSODContent * {
	margin: 0;
	padding: 0;
}

#WSOD .clear {
	clear:both;
}

#WSOD br.clear {
	clear:both;
	font-size:1px;
}

#WSOD a {
	color:#0f57c2;
	text-decoration:none;
}

#WSOD a:hover {
	text-decoration:underline;
}

#WSOD ul,
#WSOD ul li {
	list-style:none;
}

#WSOD .hidden {
	display:none;
}

#WSOD .note {
	color:#666;
	font-size:11px;
	margin-top:10px;
}

#WSOD .hasLayout {
	zoom:1;
}

#WSOD .hasLayout:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

#WSOD .sectionFooter {
	border-top:1px solid #ccc;
	color:#999;
	margin-top:30px;
	padding-top:20px;
}

#WSOD .sectionFooter div.adobeReader {
	font-size:10px;
}


/* Icons */
#WSOD a.goArrow,
#WSOD .printIcon,
#WSOD .bullet,
#WSOD a.question {
	zoom: 1;
	white-space:nowrap;
}

#WSOD .goArrow, 
#WSOD .printIcon {
	padding-left: 12px;
	width: auto;
}
#WSOD .printIcon {
	padding-left: 14px;
}
#WSOD .loginReq {
	background: url(../image/IconsSprite.gif) no-repeat 0 -225px;
}

#WSOD .printIcon {
	background: url(../image/IconsSprite.gif) no-repeat 0 -68px;
	height:17px;
	width:14px;
}

#WSOD .goArrow {
	background: url(../image/IconsSprite.gif) no-repeat 0 -95px;
	height: 15px;
	white-space: nowrap;
}

#WSOD div.btn {
	background:url(../image/button-bg.gif) no-repeat 0 0;
/*	height:19px;
	line-height:19px;*/
	padding-left:5px;
	float:left;
/*	width:1px; */
}

#WSOD div.btn  a {
	background:url(../image/button-bg.gif) no-repeat right -21px;
	display:block;
	float:left;
	height:19px;
	line-height:19px;
	padding-right:5px;
/*	padding:2px 5px 2px 0;*/
/*	margin-top:-1px; */
/*	border:0px;*/
	color:#000;
}

#WSOD .question {
	background: url(../image/ERF_sprite.gif) no-repeat  0px -40px ;
	font-size:11px;
	width:12px;
	height:13px;
	border:0px;
}

#WSOD a.question {
	background: url(../image/ERF_sprite.gif) no-repeat  0px -40px;
	padding-left:12px;
	text-decoration:none;
}

#WSOD .vsPDF {
	background: url(../image/IconsSprite.gif) no-repeat right -172px;
	font-size:11px;
	padding-right:20px;
}

#WSOD .altRow {
	background-color:#ecf1f6;
}

#WSOD .disabled .filterElements {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#WSOD .disabled .filterElements .labelContainer,
#WSOD .disabled .filterElements label  {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5;
	opacity: 0.5;
	zoom:1;
}

#WSOD div.breadcrumbs {
	margin: 5px 10px;
	width:964px;
}

#WSOD div.breadcrumbs ul {}

#WSOD div.breadcrumbs ul li {
	float:left;
}

#WSOD div.breadcrumbs ul li.breadcrumbArrow {
	background: url(../image/IconsSprite.gif) no-repeat 0 -152px;
	font-size:1px;
	margin:4px 5px 0 5px;
	padding: 6px 0 0 6px;
}

#WSOD div.breadcrumbs ul li.first a {
	font-weight:bold;
}

#WSOD div.breadcrumbs ul li a {
	color:#666;
	font-size:11px;
}

#WSOD div.breadcrumbs ul li a:hover {
	text-decoration:underline;
}

#WSOD div.breadcrumbs div.thirdPartyTermsNote {
	color:#666;
	display:inline;
	float:right;
	font-size:11px;
	/*margin-right:16px;*/
}

#WSOD div.breadcrumbs div.thirdPartyTermsNote a {
	color:#666;
}

#WSOD div.pipe {
	border-left:1px solid #afafaf;
	display:inline;
	font-size:10px;
	width:1px;
	zoom:1;
}

/* ---------------------------------------------------------------------------------------------------------------
	
	Sidebar

--------------------------------------------------------------------------------------------------------------- */

#WSOD div#mySidebar {
	float:left;
	margin-left:10px;
	/*width:175px;*/
}

#WSOD div#mySidebar * {

}

#WSOD div#mySidebar #symbol {
	padding:3px;
}

#WSOD div.sidebar {
	float:left;
	font-size:11px;
	display:inline;
/*	left:0; */
	margin-left:8px;
/*	position:absolute;	*/
	width:175px;
}

#WSOD div.sidebar h4 {
	color:#000;
}

#WSOD div.sidebar div.toc {}

#WSOD div.sidebar h3, 
#WSOD div.sidebar div.toc h3 {
	background: #4F8910;
	color:#fff;
	font-size:11px;
	padding: 3px 7px;
}

#WSOD div.sidebar div.toc ul.tocSection {
	border:1px solid #A3C183;
	border-top:none;
	padding:6px 0;
}

#WSOD div.sidebar div.toc ul.overviewItem {
	padding:0;
}


#WSOD div.sidebar div.toc ul li {
	padding: 4px 0 4px 10px;
}

#WSOD div.sidebar div.toc ul li.sectionHead {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

#WSOD div.sidebar div.toc ul li.sectionHead:hover {
	background:#fff;
}

#WSOD div.sidebar div.toc ul li.selected {
	background:#ededed;
}

#WSOD div.sidebar div.toc ul li a:hover {
	text-decoration:underline;
}

#WSOD div.sidebar div.toc ul li.selected a {
	font-weight:bold;
}

#WSOD div.sidebar div.toc ul li a {
	color:#2b4b67;
	text-decoration:none;
}

#WSOD div.sidebar  ul.tocSection li span.loginReq {
	padding-left:5px;
	margin-left:5px;
}

#WSOD div.sidebar div.symbolSearchBox {
	background:#EDF3E6;
	border:1px solid #A3C183;
	margin-bottom:15px;
}

#WSOD div.sidebar div.symbolSearchBox #TOCSymbolSearch{
	margin:8px 0 5px 10px;
}

#WSOD div.sidebar div.symbolSearchBox h4 {
	margin-bottom: 8px;
	font-size: 11px;
}

#WSOD div.sidebar div.symbolSearchBox a {
	color:#0f57c2;
	font-size:11px;
}

#WSOD div.sidebar div.symbolSearchBox a:hover {
	text-decoration:underline;
}

#WSOD div.sidebar div.symbolSearchBox .btn {
	width:18px
}

#WSOD div.sidebar div.symbolSearchBox div.symbolInputSection {
	margin-bottom:8px;
}

#WSOD div.sidebar div.symbolSearchBox div.symbolInputSection input {
	border:1px solid #809cb4;
	color:#999;
	height:18px;
	margin-right:8px;
	padding-left:3px;
	width:150px;
}

#WSOD div.sidebar div.symbolSearchBox div.pageSelectionSection {
	margin-bottom:6px;
}

#WSOD div.sidebar div.symbolSearchBox div.pageSelectionSection select {
	border:1px solid #809cb4;
	float:left;
	font-size:11px;
	margin-right:8px;
	height:19px;
	line-height:20px;
	width:121px;
}

#WSOD div.sidebar div.symbolSearchBox div.pageSelectionSection div.destinationSubmit {
	float:left;
	padding-left:5px;
}

#WSOD div.sidebar div.symbolSearchBox div.pageSelectionSection div.destinationSubmit a{
	padding-right:5px;
	font-size:11px;
}

#WSOD div.sidebar div.symbolSearchBox select option {
	line-height: 12px;
	margin:3px 0 0 2px;
}

#WSOD div.sidebar div.symbolSearchBox div.actions {}

#WSOD div.sidebar div.symbolSearchBox div.actions ul li {
	float:left;
	margin-right:5px;
	white-space:nowrap;
}

#WSOD div.sidebar  div.pipe {
	font-size:9px;
	*font-size:8px;
	*margin-top:2px;
}

#WSOD div.sidebar div.symbolSearchBox div.actions ul li.last {
	border:none;
}

#WSOD img.calendar{
	background: url(../image/ERF_sprite.gif) no-repeat  0px -123px ;
	height:15px;
	width:16px;
	border:0px;
	vertical-align:middle;
	
}

/* ---------------------------------------------------------------------------------------------------------------
	
	END Sidebar

--------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------------------------
	
	Main Body

--------------------------------------------------------------------------------------------------------------- */

#WSOD div.mainBody {
	/*margin-left:200px;*/
	float:left;
	margin-left:15px;
}

#WSOD div.mainBody input[type=text],
#WSOD div.mainBody input[type=checkbox] {
	border:1px solid #819cb4;
}

#WSOD div.mainBody div.filterContent {
	background:#f3f3f3;
	padding:8px;
	width:500px;
}

#WSOD div.mainBody h1,
#WSOD div.mainBody h2,
#WSOD div.mainBody h3,
#WSOD div.mainBody h4 {
	color:#408800;
}

#WSOD div.mainBody h1 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
}

#WSOD div.mainBody h2 {
	font-size:16px;
}

#WSOD div.mainBody h4 {
	color:#336600;
	font-size:11px;
	margin-bottom:15px;
	text-transform:uppercase;
}

#WSOD div.mainBody img.firmLogo {
	max-width: 275px;
	height: auto;
}

/* ---------------------------------------------------------------------------------------------------------------
	
	END Main Body

--------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------
	
	END Page Footer

--------------------------------------------------------------------------------------------------------------- */

#WSOD div.pageFooter {
	background:#eee;
	clear:both;
	margin-top:50px;
	padding:12px 8px 20px;
}

#WSOD div.pageFooter .logo {
	float:left;
}

#WSOD div.pageFooter .content {
	float:right;
	font-size:11px;
}

#WSOD div.pageFooter .content .copyright ul li {
	text-align:right;
	margin-bottom:5px;
}

#WSOD div.pageFooter .content .terms {}

#WSOD div.pageFooter .content .terms ul li {
	float:left;
	margin:0 3px;
}

#WSOD div.pageFooter .content .terms ul li a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------------------------------------------------------------
	
	END Page Footer

--------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------
	
	ResearchFirmTable

--------------------------------------------------------------------------------------------------------------- */


#WSOD table.researchFirmTable {
	width:100%;
	border-collapse:collapse;
}

#WSOD table.researchFirmTable tr th {
	border-top:1px solid #e0e6ec;
	padding:5px;
	text-align:left;
}

#WSOD table.researchFirmTable tr th.sortOn div {
	background: url(../image/IconsSprite.gif) no-repeat;
	padding-right:20px;
}

#WSOD table.researchFirmTable tr th.desc div {
	background-position: right 5px;
}

#WSOD table.researchFirmTable tr th.asc div{
	background-position: right -14px;
}

#WSOD table.researchFirmTable tr th,
#WSOD table.researchFirmTable tr td {
	border-left:1px solid #e0e6ec;
	padding-left:5px;
}

#WSOD table.researchFirmTable tr th,
#WSOD table.researchFirmTable tr td {
	border-right:none;
	font-size:12px;
}
#WSOD table.researchFirmTable tr th a {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#WSOD table.researchFirmTable tr th a.question {
	margin: 0 3px;
	text-decoration:none;
}

#WSOD table.researchFirmTable tr td {
	height:40px;
	padding-top:3px;
	vertical-align:top;
}

#WSOD table.researchFirmTable tr td a {
	font-weight:bold;
}z

/* ---------------------------------------------------------------------------------------------------------------
	
	ResearchFirmTable

--------------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------
	
	SearchCriteria

--------------------------------------------------------------------------------------------------------------- */

#WSOD .searchCriteria {
	margin-bottom:20px;
}

#WSOD .searchCriteria ul {
	
}

#WSOD .searchCriteria ul li {
	margin-top:3px;
}

#WSOD .searchCriteria ul li span {
	font-weight:bold;
}

/* ---------------------------------------------------------------------------------------------------------------
	
	End of SearchCriteria

--------------------------------------------------------------------------------------------------------------- */

#WSOD .hasLayout, #WSOD .haslayout { zoom:1; }
#WSOD .hasLayout:after, #WSOD .haslayout:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#WSOD .inline-block {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	vertical-align:text-bottom;
	_display:inline;
}

#WSOD .div-fidelity-button {
	background: transparent url(../image/subscribe-btn.png) repeat-x left -47px;
	padding:0 0 0 0; 
	height: 23px;
}

#WSOD .div-fidelity-button-disabled { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }

#WSOD .div-fidelity-button span {
	background: transparent url(../image/subscribe-btn.png) no-repeat left -1px;
	padding:0 0 0 0; margin:0 0 0 0;
	height:23px;
	display:block;
	_display:inline;
}

#WSOD .div-fidelity-button span a {
	display:block;
	background: transparent url(../image/subscribe-btn.png) no-repeat right -24px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	padding-left:15px; padding-right:15px;
	_display:inline;
}

#WSOD .div-center-button {
	 text-align:center;
}

/* Override styles for nav pulled in from Fidelity */

#FIDELITY .nb span.l {
	margin: 0 3px 0 3px;
}

#FIDELITY.ie7 .nb span.l {
	margin: 0 3px 0 3px;
}

#FIDELITY.ie8 .nb span.l {
	margin: 0 3px 0 3px;
}

#FIDELITY.ie9 .nb span.l {
	margin: 0 2px 0 2px;
}

#FIDELITY form.subtabs ul {
	padding-top: 2px;
}

#FIDELITY form.subtabs ul li.first {
	padding-left: 4px;
}

#FIDELITY a {
	color: #FFF;
}