@charset "utf-8";
/* CSS Document */

/* Right tabbed pannel  ################################################### */

#home_col_right .shadetabs{
	padding: 3px 1px 3px 0;
	margin: 0;
	height:auto;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-color:#ddd;
	/**/width:auto;
}
#home_col_right .shadetabs li{
	display: inline;
	margin: 0;
}
#home_col_right .shadetabs li a{
	/*new*/	text-decoration: none;
			padding: 5px 4px 5px 5px;
			border-right:1px #FFF solid;
			color: #2d2b2b;
			background-color:#aaa;
			background-color: #e3e5e9;
			background-repeat: repeat-x;
			background-position: bottom;
			background-image: url(../images/tile_tab.gif);
}
#home_col_right .shadetabs li a:visited{
	color:#2d2b2b;
}
#home_col_right .shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	background-color:#ddd;
}
#home_col_right .shadetabs li.selected{
	position: relative;
	color:#FFFFFF;
}
#home_col_right .shadetabs li.selected a{ /*selected main tab style */
	/*new*/	background-color:#6882b3;
			background-image:none;
			color:#FFFFFF;
}

#home_col_right .shadetabs li.selected a:visited{ /*selected main tab style */
			color:#FFFFFF;
}
#home_col_right .shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
		/*new*/	background-color:#6882b3;
			background-image:none;	
			color:#FFFFFF;
}
#home_col_right .tabcontentstyle{ /*style of tab content oontainer*/
	border-top:4px #6882b3 solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width:auto;
	min-height:275px;
	height:auto;
	padding:2px;
	background-color:#eee;
	position:relative;
}* html #home_col_right .tabcontentstyle{height:275px;} /*Hack for IE min height*/

#home_col_right .tabcontent{
	display:none;
}
@media print {
#home_col_right .tabcontent {
	display:block!important;
}
}
/* end Right tabbed pannel   */
/**/
/**/


/**/
/**/
/* invest Strategy tabbed pannel  ############################################ */

#investStrategy{
	width:490px;
	height:307px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:2px solid #ddd;
	padding:4px;
			
		/*border:solid 1px #FF0000;*/
}

/* left button pannel styles --------------------------- */
#investStrategy .shadetabs{
	padding: 0;
	margin: 0;
	height:auto;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float:left;
	width:155px;

	/*background-color:#000000;
	border: 1px  #F00 solid;*/
}

#investStrategy .shadetabs li{
	display: inline;
	margin: 0;
	
}
#investStrategy .shadetabs li a{
	
	font-size: 10px;
	color:#666;
	background-color: #e3e5e9;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/panel-btn-tile.gif);
	display: block;
	text-decoration: none;

	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 9px;
	width:136px;
	border-top: 1px  #FFF solid;
	border-right: 1px  #FFF solid;
	border-left-width: 1px #EEE solid;
}
#investStrategy .shadetabs li a:visited{

}
#investStrategy .shadetabs li a:hover{
	color: #FFF;
	background-color: #647eb0;
	text-decoration: none;
	background-image:none;
}
#investStrategy .shadetabs li.selected{
	position: relative;
	width:auto;
}
#investStrategy .shadetabs li.selected a{ /*selected main tab style */
	color: #FFF;
	background-color: #647eb0;
	text-decoration: none;
	width:auto;
	display: block;
	background-image:none;
}
#investStrategy .shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}


/* Content container styles ----------------------------------------------- */
#investStrategy .tabcontentstyle{ /*style of tab content container*/
height:300px;
width:350px;
display:inline;
}* html #investStrategy .tabcontentstyle {height:300px; } /*Hack for IE min height*/

#investStrategy .tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
}
}
/* Inside pannel styles ----------------------------------------------- */

.panelContent{/* holds content panel_top and panel_bottom */
	border-top:3px solid #e5e9f0;
	border-left:3px solid #e5e9f0;
	background-color: #f7f7f7;
	width:330px;
	float:left;
	height:267px;
	
	overflow:auto;
	margin:0;
	vertical-align: top;

	scrollbar-arrow-color:#fff; 
	scrollbar-3dlight-color:#eee; 
	scrollbar-darkshadow-color:#eee; 
	scrollbar-face-color:#ccc; 
	scrollbar-track-color:#eee; 
	scrollbar-highlight-color:#eee; 
	scrollbar-shadow-color:#eee;
/*background-color:#000000;
border: 3px  #F00 solid;*/
}

.panel_top{
	padding: 10px;
}

.panel_bottom{
	background-image: url(../images/bg-cnr-image-wide.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding: 20px 20px 15px 22px;
}

#investStrategy h1{
	font-size:15px;
	font-weight: bold;
	display:block;
	color: #757575;
	text-transform: capitalize;
	background-image: url(../images/panel-title-tile-02.gif);
	padding: 9px;
	background-color: #f2f3f8;
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0;
	
	width:auto;

}


