/* -------------------------------------------------------------------------------------------

 * Filename: 		fund-overview.css
 * Description: 	Styles for fund profile pages
 * Version: 		1.0.0 (2009-09-01)
 * Website: 		http://www.roycefunds.com
 * Author:			Christian, Kristen and Charlene

== STRUCTURE ==================================================================================


---------------------------------------------------------------------------------------------*/


/* Page-Specific Variations on Global Styles */	
img.thumbnail { margin: 5px 5px 5px 0; }
div.section { padding-bottom: 30px; }

/* Other Page-Specific Styles */
select.fundselector { width: 165px; }	
select.fundclassselector { margin-left: 15px; }	
ul.fundbasics { float: left; width: 325px; }
ul.managerstats { display: block; }
h3.fundstatus { color: #96b43c; }
div.fundnews { width: 325px; }
img.riskgraph { margin: 5px 0; }
.tickersymbol { font-size: 16px; color: #676767; }
.netassetvalue { font-weight: 800; }
.navchange { font-weight: 800; color: #96b43c; }
.subh { font-size: 12px; color: #676767; }

col.col200px { width: 200px; }
col.col150px { width: 150px; }
col.col133px { width: 133px; }
col.col116px { width: 116px; }
col.col66px { width: 66px; }
col.col50px { width: 50px; }
col.columns2b { width: 59px; }
col.columns2a { width: 101px; }

col.sector { width: 30px; }
col.sector2 { width: 150px; }
col.sector3 { width: 86px;}

col.dist { width: 81px; }

col.qdist { width: 114px; }

table.columns1 { width: 266px; padding-bottom: 5px; }
table.columns2 { width: 573px; }
table.columns2 td { padding-left:0px; }

/* Hides Tab Section Until Tabs are Clicked */
.hide-section {	visibility:hidden;	display:none;}

#recentnewsfund {
	width:410px;
	height:62px;
	overflow-y:auto;
}
#recent {
	position:absolute;
	top:230px;
	left:520px;
	width:410px;
}