@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;  
}

input {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: normal;
}

select {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: normal;
}

.fundselect {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: normal;
}

/* == HEADER == */


.header_text {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px; 
	color: #333333;  
}
.header_text A:link {		color: #cc0000; text-decoration: none;font-size: 9px;}
.header_text A:visited { 	color: #cc0000; text-decoration: none;font-size: 9px;}
.header_text A:active { 	color: #cc0000; text-decoration: none;font-size: 9px;}
.header_text A:hover { 		color: #000000; text-decoration: none;font-size: 9px; }


.nav_btn {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; 
	color: #a30202;  
}
.nav_btn A:link {		color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn A:visited { 	color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn A:active { 	color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn A:hover { 		color: #000000; text-decoration: none;font-size: 10px; }


.nav_btn_login {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; 
	color: #ffffff;  
}
.nav_btn_login A:link {		color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn_login A:visited { 	color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn_login A:active { 	color: #ffffff; text-decoration: none;font-size: 10px;}
.nav_btn_login A:hover { 	color: #c7c6c6; text-decoration: none;font-size: 10px; }


/* == END HEADER == */

/* == FOOTER == */
.footer {
	font-size: 10px;
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}
.footer A:link {	color: #cc0000; text-decoration: none;font-size: 10px;}
.footer A:visited { color: #cc0000; text-decoration: none;font-size: 10px;}
.footer A:active { 	color: #cc0000; text-decoration: none;font-size: 10px;}
.footer A:hover { 	color: #000000; text-decoration: none;font-size: 10px;}
/* == END FOOTER == */

/* == CONTENT == */

.headline2 {   /* == HEAD TITLE == */
	font: bold 14px  Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
}

.content_title_red {   /* == COLUMN TITLE == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #990000;
	padding: 3px 10px 3px 10px;
	font-weight:bold;  
	
	border-top-width: 1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;
}
.content_title_red A:link {		color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red A:visited { 	color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red A:active { 	color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red A:hover { 	color: #003399; text-decoration: none;font-size: 11px;}


.content_title_red2 {   /* == COLUMN TITLE == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #990000;
	padding: 3px 10px 3px 10px;
	font-weight:bold;  
}
.content_title_red2 A:link {		color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red2 A:visited { 	color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red2 A:active { 	color: #990000; text-decoration: none;font-size: 11px;}
.content_title_red2 A:hover { 	color: #003399; text-decoration: none;font-size: 11px;}


.content_border {   /* == COLUMN TITLE == */

	border-top-width: 1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;
}


.content_subtitle {   /* == SUB TITLE (BLUE) == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #003399;
	font-weight:bold;
}
.content_subtitle A:link {		color: #003399; text-decoration: none;font-size: 11px;}
.content_subtitle A:visited { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_subtitle A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_subtitle A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}



.content {   /* == CONTENT == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 10px 10px 10px 10px; 
	/* border: thin solid #999999; */
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-style: solid;
	border-color: #999999;
}
.content A:link {	color: #003399; text-decoration: none;font-size: 11px;}
.content A:visited { color: #003399; text-decoration: none;font-size: 11px;}
.content A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}

.content4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 10px 10px 10px 10px;  
	/*border no top & bottom*/
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 1px;
	
	border-style: solid;
	border-color: #999999;
}
.content4 A:link {	color: #003399; text-decoration: none;font-size: 11px;}
.content4 A:visited { color: #003399; text-decoration: none;font-size: 11px;}
.content4 A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content4 A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}


.content_noBorder {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 5px 5px 5px 5px; 

}
.content_noBorder A:link {		color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder A:visited { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}


.content_noBorder2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 2px 0px 2px 2px; 
}

.content_noBorder2 A:link {	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder2 A:visited { color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder2 A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder2 A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}


.content_noBorder3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 2px 0px 2px 2px; 
}
.content_noBorder3 A:link {	color: #003399; text-decoration: none;font-size: 10px;}
.content_noBorder3 A:visited { color: #003399; text-decoration: none;font-size: 10px;}
.content_noBorder3 A:active { 	color: #003399; text-decoration: none;font-size: 10px;}
.content_noBorder3 A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px;}

.content_noBorder4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 0px 0px 0px 0px; 
}
.content_noBorder4 A:link {		color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder4 A:visited { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder4 A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.content_noBorder4 A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}

.content_smalltext {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px; 
	color: #003399;
}
.content_smalltext A:link {		color: #003399; text-decoration: none;font-size: 10px;}
.content_smalltext A:visited { 	color: #003399; text-decoration: none;font-size: 10px;}
.content_smalltext A:active { 	color: #003399; text-decoration: none;font-size: 10px;}
.content_smalltext A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px;}


.more_link {  /* == MORE == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 2px 0px 2px 0px; 
}
.more_link A:link {	color: #cc0000; text-decoration: none;font-size: 11px;}
.more_link A:visited { color: #cc0000; text-decoration: none;font-size: 11px;}
.more_link A:active { 	color: #cc0000; text-decoration: none;font-size: 11px;}
.more_link A:hover { 	color: #FFFFFF; text-decoration: none;font-size: 11px; background-color: #FF0000;}

/* == TAB == */

.tab_title_left{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	background: transparent url('') repeat-x top left;
	
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;  
}
.tab_title_left A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_left A:visited { color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_left A:active { 	color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_left A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px;}


.tab_title_left_selected{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #cc0000;
	padding: 3px 3px 3px 3px;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #999999;  
}
.tab_title_left_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_left_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_left_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_left_selected A:hover { 		color: #333333; text-decoration: none;font-size: 10px;}


.tab_title_center{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px; 
	background: transparent url('') repeat-x top left;
	
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 1px;	
	border-style: solid;
	border-color: #999999; 	
}
.tab_title_center A:link {		color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_center A:visited { 	color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_center A:active { 	color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_center A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px;}


.tab_title_center_selected {
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #cc0000;
	padding: 3px 3px 3px 3px; 
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 0px;	
	border-style: solid;
	border-color: #999999; 	
}
.tab_title_center_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_center_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_center_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_center_selected A:hover { 	color: #333333; text-decoration: none;font-size: 10px;}


.tab_title_right{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	background: transparent url('') repeat-x top left;
	
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width: 1px;
	
	border-style: solid;
	border-color: #999999;   
	
}
.tab_title_right A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_right A:visited {color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_right A:active { color: #333333; text-decoration: none;font-size: 10px;}
.tab_title_right A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px; }

.tab_title_right_selected {
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #cc0000;
	padding: 3px 3px 3px 3px;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width: 0px;
	
	border-style: solid;
	border-color: #999999;   
	
}
.tab_title_right_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_right_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_right_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.tab_title_right_selected A:hover { 	color: #333333; text-decoration: none;font-size: 10px;}



.pagetableTopText 	{	font-size: 10px; }

.content_triangle_bullet { list-style-image: url(../images/fmy/common/icon_triangle.gif); } 

/*Added by Yinru*/
.subcontent {  /* == SUB TITLE (BLUE) == */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 0px 0px 0px 0px; 
}
.subcontent A:link {	color: #003399; text-decoration: none;font-size: 11px;}
.subcontent A:visited { color: #003399; text-decoration: none;font-size: 11px;}
.subcontent A:active { 	color: #003399; text-decoration: none;font-size: 11px;}
.subcontent A:hover { 	color: #CC0000; text-decoration: none;font-size: 11px;}

.sidetext { 
	font-size:11px; 
	text-decoration: none; 
}

.texttitle {font-weight: bold;  color: #982008; font-size: 12px; }
.pgtbl_subheader 	{	font-size: 10px; 	font-weight:normal; }
.table_header_style {font-size: 11px; background-color:#CCCCCC; color:#000000; font-weight: bold;}
.table_bdtext_style {font-size: 11px; color:#000000;}
.table_bdrow2_style {background-color:#DDDDDD;  color:#000000;}
.table_bdrow1_style {background-color:#eeeeee;  color:#000000;}

.module_big_top {
	width: 838px;
	background-repeat: no-repeat;
}

/* CSS Document - promotion*/
#browsePlaylist {
	position: absolute;
	width: 838px;
	height: 145px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 5px;
}
#buttonBlock {
	width: 12px;
	height: 10px;
	text-align: right;
  	padding-right: 10px;
}
#buttonSection {
	float: right;
}
#containerBlock {
	float:left;
	width: 838px;
	height: 145px;
	overflow: hidden;

}
#movingBlock {
	width:1600px;
	height:145px;
	position:relative;

}
.playlistObject
{
  float: left;
  text-align: center;
4bb  font-size: 0px;
  width: 156px;
  padding-left: 5px;
  padding-right: 5px;
}

.playlistThumb {
  background: url('../images/fmy/common/ads_black.gif');
  background-repeat: no-repeat;
  width: 156px;
  height: 60px;
}

playlistObjectCf
{
  float: left;
  text-align: center;
  font-size: 0px;
  width: 156px;
  padding-left: 5px;
  padding-right: 5px;
}

.playlistThumbCf {
  display:block;	
  background: url('../images/fmy/common/CF-MY-BG.gif');	
  background-repeat: no-repeat;
  width: 156px;
  height: 60px;
}

.opacityit img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  border:0;
}
.opacityit:hover img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
}

.playlistDesc
{
  float: left;
  text-align: left;
  font-size: 0px;
  width: 156px;
  padding-top: 5px;
}

.market_tab_title_left{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_left A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left A:visited { color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left A:active { 	color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px;}

.market_tab_title_left_selected{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	border-top-width: 0px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width: 0px;	
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_left_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_selected A:hover { 		color: #333333; text-decoration: none;font-size: 10px;}

.market_tab_title_right{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:0px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_right A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_right A:visited {color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_right A:active { color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_right A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px; }

.market_tab_title_right_selected {
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;	
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_right_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_right_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_right_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_right_selected A:hover { 	color: #333333; text-decoration: none;font-size: 10px;}

.market_tab_title_left_right{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:0px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_left_right A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right A:visited {color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right A:active { color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px; }

.market_tab_title_left_right_selected {
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;	
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_left_right_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_left_right_selected A:hover { 	color: #333333; text-decoration: none;font-size: 10px;}

.market_tab_title_no_border{
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_no_border A:link {	color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border A:visited {color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border A:active { color: #333333; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border A:hover { 	color: #CC0000; text-decoration: none;font-size: 10px; }

.market_tab_title_no_border_selected {
	font-family:  Arial, Helvetica,  Geneva, sans-serif;
	font-size: 10px; 
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background: transparent url('../images/fmy/common/home_tab_on.gif') repeat-x top left;
	text-decoration: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;	
	border-style: solid;
	border-color: #999999;  
}
.market_tab_title_no_border_selected A:link {		color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border_selected A:visited { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border_selected A:active { 	color: #CC0000; text-decoration: none;font-size: 10px;}
.market_tab_title_no_border_selected A:hover { 	color: #333333; text-decoration: none;font-size: 10px;}

