.tabs_container {
	float: left;
	position: relative;	
	top: -3px;
	left: -3px;
}
.tab_box_shadow {
	float: left;
	background-color:#CCCCCC; 
	display: inline;
	position: relative;
	top: 3px;
	left: 3px;
}
.tabs_positioning {
	float: right;
	width: 360px;
	height: 236px;
	margin-right: 1px;
	margin-top: -1px;
}
.tabs {	
	width: 362px;
	height: 32px;
	background-image: url(images/fund_tabs/tabs_BG.gif);
}
.tab_on {
	float: right;
	margin-top: 0px;
	display: inline;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.tab_on .tabRight {
	float: left;
	width: 5px;
	height: 31px;
	background-image: url(images/fund_tabs/right_on.gif);
	display: inline;
}
.tab_on .tabCenter {
	float: left;
	width: auto;
	height: 31px;
	background-image: url(images/fund_tabs/center_on.gif);
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 0px;
	padding-left: 4px;
	display: inline;
}
.tab_on .tabLeft {
	float: left;
	width: 3px;
	height: 31px;
	background-image: url(images/fund_tabs/left_on.gif);
	display: inline;
}
.tab_off {
	float: right;
	margin-top: 0px;
	display: inline;
	cursor: pointer;
	position: relative;
}
.tab_off .tabRight {
	float: left;
	width: 5px;
	height: 31px;
	background-image: url(images/fund_tabs/right_off.gif);
	overflow: hidden;	
	display: inline;
}
.tab_off .tabCenter {
	float: left;
	width: auto;
	height: 31px;
	background-image: url(images/fund_tabs/center_off.gif);
	display: inline;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 0px;
	padding-left: 4px;
}
.tab_off .tabLeft {
	float: left;
	width: 3px;
	height: 31px;
	background-image: url(images/fund_tabs/left_off.gif);
	overflow: hidden;
	display: inline;
	margin-left: -1px;
}

.tab_content{	
	width: 390px;
	height: 204px;
	background-color:#FFFFFF;
	border-right: 1px solid #009966;
	border-left: 1px solid #009966;
	border-bottom: 1px solid #009966;	
	margin-top: -1px;	

}

.tab_content_img {
	float: right;
	width: 352px;
	height: 198px;
	margin-right: 4px;
	margin-top: 2px;
	display: inline;
}
#tab0 {
	z-index: 0;
}
#tab1 {
	z-index: 1;
}
#tab2 {
	z-index: 2;
}
#tab3 {
	z-index: 3;
}


            
            .TopTabGroup
            {
                background-color: #ffffff;
                
            }
            
            .TabStrip tr td
            {
                background-image: url(images/fund_tabs/tabs_BG.gif);
                height: 32px;
                vertical-align: top;
            }                     
            
.tab_onTabCenter tr td
{	
	width: auto;
	height: 31px;
	background-image: url(images/fund_tabs/center_on.gif);
	
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 0px;		
}

.tab_offTabCenter tr td
{	
	width: auto;
	height: 31px;
	background-image: url(images/fund_tabs/center_off.gif);	
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 0px;	
	cursor: hand;
}           
