/* -------------------------------------------------------------------------------------------

 * Filename: 		category.css
 * Description: 	Styles for fund homepages
 * Version: 		1.0.0 (2009-09-01)
 * Website: 		http://www.roycefunds.com
 * Author:			Christian, Kristen and Charlene

== STRUCTURE ==================================================================================


---------------------------------------------------------------------------------------------*/

.header_title {
	padding:0 0 0 10px;
	color:#FFFFFF;
	font-weight:bold;
}

ul.category_funds li {
	border-bottom: dotted #999999 thin;
}

#main_box {
	padding-top:10px;
	margin:0px;
	/* border:1px solid red; */
	width:670px;
}

#box_1, #box_2, #box_3, #box_4, #box_5, #box_6 {
	position:relative;
	float:left;
	width: 330px;
}

#box_1_inner, #box_2_inner, #box_3_inner, #box_4_inner, #box_5_inner, #box_6_inner {
	padding:0 5px 10px 5px;
}

#box_1_header_left, #box_2_header_left, #box_3_header_left, #box_4_header_left, #box_5_header_left, #box_6_header_left {

	width:70%;
	padding:0px; 
	float:left;
}

#box_1_header_right, #box_2_header_right, #box_3_header_right, #box_4_header_right, #box_5_header_right, #box_6_header_right {

	width:30%;
	padding:0px; 
	float:right;
}

#box_1_content, #box_2_content, #box_3_content, #box_4_content, #box_5_content, #box_6_content {

	padding:10px;
	font-family:'verdana', 'arial', 'sans-serif';
	font-size:12px;
	line-height:20px;
	height:360px;
}

/* core */
#box_1 {
	/* border:1px solid blue; */
} 
	#box_1_inner {
	
	} 
	#box_1_header_left {
		background-color:#3382B6;
	} 
	#box_1_header_right {
		background-color:#79ABCC;
	}
	#box_1_content {
		background-color:#E0ECF4;
	} 
	
/* micro-cap/opportunistic */
#box_2 {

	/* border:1px solid red; */
}
	#box_2_inner {
	
	} 
	#box_2_header_left {
		background-color:#CE513C;
	} 
	#box_2_header_right {
		background-color:#DD8D80;
	}
	#box_2_content {
		background-color:#F8E5E2;
	} 
	
/* core + dividends */
#box_3 {

	/* border:1px solid yellow; */
}
	#box_3_inner {
	
	} 
	#box_3_header_left {
		background-color:#CB912D;
	} 
	#box_3_header_right {
		background-color:#DDB777;
	}
	#box_3_content {
		background-color:#F7EEE0;
	} 
	
/* global/international */
#box_4 {

	/* border:1px solid aqua; */
}
	#box_4_inner {
	
	} 
	#box_4_header_left {
		background-color:#6AC3BB;
	} 
	#box_4_header_right {
		background-color:#9ED8D3;
	}
	#box_4_content {
		background-color:#E9F6F5;
	} 
	
/* quality + focused */
#box_5 {

	/* border:1px solid green; */
}
	#box_5_inner {
	
	} 
	#box_5_header_left {
		background-color:#5F8D2E;
	} 
	#box_5_header_right {
		background-color:#93B174;
	}
	#box_5_content {
		background-color:#E7EEE0;
	} 
	
/* qualified investors */
#box_6 {

	/* border:1px solid brown; */
}
	#box_6_inner {
	
	} 
	#box_6_header_left {
		background-color:#8B816B;
	} 
	#box_6_header_right {
		background-color:#B3AD9F;
	}
	#box_6_content {
		background-color:#EEECE9;
	} 