/* GENERAL SPACING AND WIDTH STYLES  */
#htmlfactsheet p
{
	margin: 1em;
}
	
div#fcnav
{
	width:583px;
}
			
div#htmlfactsheet_fundbar{
	width:583px;
	margin-top:0.5em;
}			
			
/* TAB STYLES */
expandedtab
{
	display:block;
}
hiddentab
{
	display:none;
}

/* FUND DETAILS , STOCK and SECTOR BREAKDOWN INNER TABLES */
.factsheet td {
	font-size:11px;
	font-weight:normal;
	padding:2px;
	text-align:left;
}
			
.factsheet td.label{
	font-size: 11px;
	font-weight: normal;
	color: #3B73C5;
	padding: 2px;
	padding-left: 5px;
	text-align:left;
	width:25%;
}

.factsheet td.data1{
	width:25%;
	border-right:1px dotted #CCCCCC;
	text-align:left;
}
		
/* PERCENTAGE CHANGE INNER Table Header row*/
#percentagechangerow th.Titles_end_left {
		line-height:1.25em;
		background-image:url(/site/media/images/stylesheet_images/bg_section_large.gif);
		border-bottom:1px solid #cccccc;
}		

#percentagechangerow th.Titles_border {
	line-height:1.25em;
	background-image:url(/site/media/images/stylesheet_images/bg_section_large.gif);
	 border-bottom:1px solid #cccccc;
}
		
/* INLINE HEADERS */
.commentlabel{
 	font-weight: bold;
	color:#3B73C5;
	text-align:left;
}
	 		
/*  TOOLS AND LITERATURE LINK LISTS  */
.tools_list,.lit_list {
	margin-top:10px;
	padding-bottom:15px;
}
	 			
.tools_list li	,.lit_list li{
	margin-bottom:5px;
}	
 			
.tools_list a{
	font-weight:bold;
}	

.lit_list li{
	list-style-type:none;
}	

#tabpage_overview,#tabpage_performance,#tabpage_breakdown,#tabpage_literature,#tabpage_tools{
	width:100%; 
	display: block;
}			

#htmlfactsheet_header{
	margin-top:25px;
}

/* Searchby text space */
#searchbytext{
 margin-top:25px;
}

/* mouseovers */
.fc_hover{
 color:#3B73C5;
}

/* Search form buttons */
#prices_search_form .generic_small_button {
	background-color: transparent;
	cursor:pointer;
	background-image : url(/site/media/images/stylesheet_images/btn_generic.gif);
	background-repeat: no-repeat;
	color: #666666;
	width: 73px;
	border: none;
	height: 20px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0.3em 0;
}		




