/* -------------------------------------------------------------------------------------------

 * Filename: 		compare.css
 * Description: 	Styles for compare pages.
 * Version: 		1.0.0 (2009-09-01)
 * Website: 		http://www.roycefunds.com
 * Author:			Christian, Kristen and Charlene

== STRUCTURE ==================================================================================

---------------------------------------------------------------------------------------------*/

table {table-layout: fixed; }

col.col1 { width: 120px; }
col.col2 { width: 200px; }
col.col3 { width: 200px; }
col.col4 { width: 200px; }
col.col5 { width: 200px; }

/* Fund Selector */
select.fundselector { width: 174px; }	

/* More Styles */
img.graph { margin: 3px 0; }

/* Variations on Global Styles */
h1 { padding-left: 10px; }

body { background: #d1d1d1; margin: 0 auto; font-size: 12px; line-height: 20px; font-family: 'verdana', 'arial', 'sans-serif'; }
a:link, a:visited, a:active { color: #2d699b; text-decoration: none; }
a:hover { color: #2d699b; text-decoration: underline; }
	h3 { font-size: 12px; font-weight: 800; color: #676767; font-family: 'verdana', 'arial', 'sans-serif'; padding: 0; }
	input, select { height: 18px; vertical-align: middle; font-size: 11px; line-height: 13px; font-family: 'verdana', 'arial', 
