﻿body {
	background-color: #fff;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
}

a  {
	color: #4A312A;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.sel {
	color: #BF4031;
}

img 
{
	border: 0;
}

div {
	min-height: 1px;
	height: auto;
	_height: 1px;
}

div.col  {
	float: left;
}

div.row  {
	clear: both;
}

/****Image Styles****/
div.imagethumb {
	float: left;
	background-image: url(../assets/images/thumb_bg.jpg);
	background-repeat: no-repeat;
	height: 56px; 
	width: 62px;
	padding: 4px 4px 0px 3px;
	_padding: 4px 0px 0px 3px;
	margin-right: 5px;
}

div.imagemedium {
	background-image: url(../assets/images/bio_med_bg.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 183px;
	padding: 7px 0px 0px 8px;
}

div.image {
	background-image: url(../assets/images/bio_bg.jpg);
	width: 241px;
	height: 241px;
	padding: 8px 0px 0px 10px;
	margin-top: 3px;
	_margin-top: 0px;
}

/****Safari tweaks for top/2nd nav in Safari_styles.css****/

/****Top Nav****/
div.nav_wrapper {
	background-image: url(../assets/images/horz_div.gif);
	background-repeat:repeat-x;
	background-position: bottom;	
	height: 65px;
	_height: 64px;
	font-family: Arial, Verdana;
	width: 984px;
}

div.nav_sel_first {
	background-color: white;
	background-image: url(../assets/images/title_bg_sel.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 30px;
	float: left;
	border-right: solid 20px #fff;
	border-left: solid 10px #fff;
	padding: 25px 0px 10px 0px;
	_padding-top: 24px;
	margin: 0px -10px 0px 0px;
}

div.nav_sel {
	background-color: white;
	background-image: url(../assets/images/title_bg_sel.gif);
	background-repeat:repeat-x;
	background-position: right bottom;
	height: 30px;
	float: left;
	border-right: solid 20px #fff;
	border-left: solid 20px #fff;
	padding: 25px 0px 10px 0px;
	_padding-top: 24px;
	margin: 0px -10px 0px -10px;
}

div.nav_sel a, div.nav_sel_first a {
	color: #BF4031;
}

div.nav_top {
	float: left;
	padding: 25px 10px 10px 10px;
	_padding-top: 24px;
}

/****Secondary Nav****/
div.secondary_nav_wrapper 
{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 8px 10px;
	background-image: url(../assets/images/horz_div.gif);
	background-repeat:repeat-x;
	background-position: right bottom;
	min-height: 10px;
	overflow: auto;
	_height: 10px;
	_overflow: none;
	text-align: left;
	font: 12px/15px Arial;
}

div.secondary_nav_wrapper div
{
	float: left;
	padding-right: 22px;
}

div.secmenu_sel a
{
	float: left;
	padding-left:16px;
	color: #BF4031;
	background-image: url(../assets/images/arrow_red2.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}



/****Content Styles****/
div.center  {
	width: 990px;
	margin-left:  auto;
	margin-right: auto;
	_width:99%;
	_text-align: center;
}

div.main_body {
	width: 984px;
	margin: 0px 3px 0px 3px;
	text-align: left;
}

div.content {
	width: 984px;
	min-height: 200px;
	overflow: visible;
	height: auto;
	_height: 200px;
	clear: both;
	margin: 27px 0px 26px 0px;
	text-align: left;
	font-family: Arial, Verdana;
}

div.content h1 {
	font-size: 14px;
	color: #BF4031;
	margin: 0px;
	line-height: 15px;
	_line-height: 13px;
}

div.content h2 {
	font-size: 14px;
	color: #4A312A;
	margin-bottom: 4px;
}

div.content h3 {
	font-size: 12px;
	color: #BF4031;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.leftpadding14 {
	padding: 0px 0px 27px 15px; 	
	font-size: 14px;
}

.noleftpadding14 {
	padding: 0px 0px 22px 0px; 	
	font-size: 14px;
}

div.content .pixel9 {
	font-size: 9px;
}

div.content .pixel10 {
	font-size: 10px;
}

div.content .pixel12 {
	font-size: 12px;
}

div.content .pixel14 {
	font-size: 14px;
}

div.content .pixel16 {
	font-size: 16px;
}

div.content div.underimage {
	padding-top: 24px;
	_padding-top: 23px;
	min-height: 40px;
	height: auto;
	_height: 40px;
	_overflow: visible;
}

div.content div.noheaderimage {
	padding-top: 0px;
	_padding-top: 0px;
	min-height: 40px;
	overflow: auto;
	_height: 40px;
	_overflow: visible;
}

div.vert_divider {
	background-image: url(../assets/images/vert_top_div.gif); 
	height: 260px; 
	float: left; 
	background-repeat: repeat-y; 
	margin-left: 7px;
}

div.horizontal_divider {
	margin: 9px 0px 10px 0px;
	background-image: url(../assets/images/horz_div.gif);
	background-repeat:repeat-x;
	background-position: right bottom;
	height: 18px;
	width: 480px;
	clear: both;
}

div.horizontal_divider_big {
	margin: 6px 0px 40px 0px;
	width: 984px;
}

.error
{
	color: #BF4031;
}

.error ul
{
	padding: 0px;	
	margin: 0px;
	margin-left: -15px;
	list-style-type: none;
}

.error li
{
	padding: 0px;	
	margin: 0px;
	background-image: url(../assets/images/bullet_red.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 15px;
}

.crosshair_bullet {
	background-image: url(../assets/images/bullet.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 15px;
}

div.auto_height {
	min-height: 10px; 
	overflow: auto; 
	_height: 10px; 
	_overflow: visible;
}

/****Home Template****/
p.matforms_menu  {
	margin: 4px 0px 4px 0px;
}

p.matforms_menu a {
	padding-right:16px;
	color: #BF4031;
	background-image: url(../assets/images/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

div.top_home {
	width: 960px;
}

div.bottom_home {
	width: 960px;
}

div.top_home div.left, div.bottom_home div.left {
	float: left; 
	width: 460px;
}

div.top_home div.right, div.bottom_home div.right {
	float: left; 
	height: 80px; 
	width: 460px; 
	padding-left: 10px; 
}

/****Performance emplate Styles****/
div.who {
	width: 960px;
	min-height: 20px;
	overflow: auto;
	_height: 20px;
	_overflow: visible;
}

div.graph_wrapper {
	float: left;
	width: 788px;
}

div.graph_row_name {
	padding-left: 3px;
	float: left;
	width: 207px; 
	color: #000;
	text-align: left;
} /* 570 */

div.graph_row_ytd {
	padding-left: 3px;
	float: left;
	width: 110px;
	text-align: center;
}

div.graph_row_1yr {
	padding-left: 3px;
	float: left;
	width: 110px;
	text-align: center;
}

div.graph_row_4thQtr {
	padding-left: 3px;
	float: left;
	width: 110px;
	text-align: center;
}

div.graph_row_inception {
	padding-left: 3px;
	float: left;
	width: 170px;
	text-align: center;
}

div.graph_wrapper .norm {
	background-color: #E6E6E6;
	color: #BF4031;
}

div.graph_wrapper .alt {
	background-color: #fff;
	color: #BF4031;
}

div.graph_wrapper .namenorm {
	background-color: #E6E6E6;
}

div.graph_wrapper .namealt {
	background-color: #fff;
}

div.graph_wrapper .title {
	background-color: #fff;
	color: #444444;
}

div.graph_wrapper .highlight 
{
	background-color: #BF4031;
	color: #fff;
	font-weight: bold;
}

div.graph_wrapper .header {
	background-color: #fff;
	color: #BF4031;
	font-weight: bold
}

.headerText 
{
	font-weight: bold;
	color: #fff;
}

/****Holdings and Funds Template****/
div.chart_wrapper {
	float: left;
	width: 375px;
}

div.pie_chart_wrapper {
	float: left;
}

div.color_box {
	margin: 2px 0px 0px 2px;
	width: 10px;
	height: 10px;
	float: left;
}

div.chart_row_color {
	float: left;
	width: 20px;
}

div.chart_row_name {
	float: left;
	width: 210px; 
}

div.chart_row_title {
	float: left;
	width: 70px;
}

div.chart_row_value {
	float: left;
	width: 60px;
	text-align: right;
}

div.chart_wrapper .norm {
	background-color: #E6E6E6;
}

div.chart_wrapper .alt {
	background-color: #fff;
}

div.chart_total_left {
	float: left;
	width: 298px;
	background-color: #fff;
	border-top: solid 1px #000;
	padding-left: 2px;
	_padding-left: 4px;
}

div.chart_total_right {
	float: left;
	text-align: right;
	width: 60px;
	background-color: #fff;
	border-top: solid 1px #000;
}

div.top_items {
	width: 483px;
}

div.top_items span.asof {
	width: 483px;
	float: right; 
	font-size: 10px;
}

span.asof {
	text-align: right;
	padding-bottom: 16px;
}

/****FAQ Template****/
div.faq {
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
}

div.faq img {
	padding-right: 5px
}

div.faq a {
	color: #BF4031;
}

div.faq_divider {
	margin: 6px 0px 40px 0px;
	width: 989px;
}

/****Materials & Forms Template****/
div.document_wrapper {
	clear: both;
	min-height: 10px;
	overflow: auto;
	_height: 10px;
	_overflow: visible;
	margin: 15px 0px 13px 0px;
}

div.document_title {
	float: left;
	width: 175px;
	padding-left: 25px;
}

div.document_copy {
	float: left; 
	width: 780px;
}

div.document_title span.fake_url 
{
	color: #BF4031;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/****Contact Template****/
div.contact_form 
{
	padding: 2px;
	width: 584px;
	min-height: 150px;
	height: auto;
	_height: 150px;
}

div.contact_form div.row 
{
	clear: both;
	min-height: 22px;
	height: auto;
	_height: 22px;
}

div.contact_form div.title_cell 
{
	float: left; padding-top: 3px; width: 80px;
}

div.contact_form div.textbox_cell
{
	float: left;
	width: 500px;
}

/****Right Menu Items In Content****/
div.right_menu {
	float: left;
	padding-left: 16px;
}

/****Footer Styles****/
div.footer {
	clear: both;
	background-image: url(../assets/images/horz_div.gif);
	background-repeat:repeat-x;
	background-position: left top;	
	height: 40px;
	width: 984px;
}

div.footer_copywrite {
	float: left;
	font: 11px Arial;
	color: #888;
	width: 250px;
	height: 20px;
	padding-top: 2px;
}

div.footer a {
	color: #675048;
}

div.footer_legal {
	float: left;
	font: 11px Arial;
	color: #888;
	padding-top: 8px;
	width: 984px;
	text-align: center;
}

div.footer_divider 
{
	text-align: center;
	border-top: solid 1px #675048;
	width: 400px;
	color: #675048;
}

div.footer_legal a {
	font: 11px Arial;
	color: #BF4031;
}
/****Heading Boxes****/
div.heading_box {
	clear: both;
	background-image: url(../assets/images/title_box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 39px; 
	width: 483px;
	margin-bottom: 0px;
}

div.heading_box_outer {
	background-color: #eaeaea; 
	height: 30px; 
	width: 480px;
	padding: 1px; 
	border-right: solid 1px #b1b0ae; 
	border-bottom: solid 1px #b1b0ae; 
	text-align: left;
}

div.heading_box_inner {
	background-color: #eaeaea; 
	border: solid 1px #fff; 
	height: 21px; 
	padding: 7px 0px 0px 8px; 
	font-size: 12px;
	font-weight: bold;
	color: #BF4031;
	text-align: left;
}

/****Object Styles****/
.normal_textbox {
	border: solid 1px #B0B0B0;
}


/****Java Script Styles****/
div.hidden {
	display: none;
	visibility: hidden;
}

div.visible {
	display: block;
	visibility: visible;
}

div.contactAddress 
{
	margin: 0;
	padding: 0;
}

/****Sitemap Template****/
ul.sitemap {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

p.sitemaps {
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

ul.sitemap li {
	margin-left: 15px;
}

ul.sitemap a {
	text-decoration: none;
	font-weight: normal;
}

/** Performance Styles **/

table.return
{
	width: 100%;
}
table.return tr td
{
	padding: 3px;
	text-align:center;
	color: Black;
	vertical-align:top;
}
table.return tr td.date
{
	font-size: 10px;
	padding: 0px;
	color: #B1B0AE;
}
table.return tr.header th
{
	color: #BF4031;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
table.return tr.header th sup
{
	vertical-align:text-top;
}
table.return tr td.name
{
	width: 325px;
	text-align: left;
}
table.return tr.red
{
	background-color: #BF4031;
}
table.return tr.red td
{
	color: White;
}
table.return tr.gray
{
	background-color: #EAEAEA;
}
table.return tr.darkgray td
{
	color: White;
}
table.return tr.darkgray
{
	background-color: #999999;
}
table.return tr.gold
{
	background-color: #D2A669;
}
table.return tr.white
{
	background-color: #FFFFFF;
}
.commentary_column
{
	float:left;
	width: 470px;
}
.commentary_column p
{
	text-align: justify;
}
.footnote 
{
	font: italic 11px Arial;
	color: #888;
}
.nobold 
{
	font-weight: normal;
}


/*****Research Template******/
div.research_content
{
	width: 960px;
	min-height: 20px;
	height: auto;
	_height: 20px;
	font-size: 12px;
}

div.news_sum_container {
	width: 250px;
	min-height: 200px;
	height: auto;
	_height: 200px;
}

div.news_sum {
	width: 250px;
}

div.news_sum div.description  {
	width: 250px;
}

div.research_item
{
	min-height: 20px;
	height: auto;
	_height: 20px;
}


div.research_detail {
	width: 980px;
	min-height: 300px;
	height: auto;
	_height: 300px;
	float: left;
}

div.research_footer {
	width: 980px;
	text-align: right;
	visibility: hidden;
	display: none;
}

   #perc_of_holdings {
     color: #bf4031;
     font-size: 11px;
     margin-left: 200px;
     padding: 0 0 5px 5px;
     width: 150px;
   }

   #top_items_chart {
     height: 90px;
     width: 482px;
   }

   #top_items_chart2 {
     height: 90px;
     width: 482px;
   }

   #item {
     background: #e6e6e6;
     float: left;
     font-size: 10px;
     padding: 1px 2px;
     width: 478px;
   }

   #item.even {
     background: #fff;
   }

   #label {
     float: left;
     width: 200px;
   }


   #bar {
     border: 1px solid #999;
     height: 10px;
     font-size: 8px;
     line-height: 10px;
     margin-top: 2px;
     width: 235px; 
     float: left; 
   }

   #perc {
     background-color: #b6b6b6;
     height: 10px;
     font-size: 8px;
     line-height: 10px;
   }

   #perc.even {
     background-color: #e6e6e6;
     height: 10px;
     line-height: 10px;
   }
   
   #perc2 {
     color: #bf4031;
     float: right;
     text-align: right;
     width: 35px;
   }

   #as_of {
     float: left;
     font-size: 10px;
     padding: 0 2px 15px 2px;
     text-align: right;
     width: 480px;
   }
