﻿
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	width: 725px;
	height: 350px;
	/*-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;*/
	}
.jshowoff {
	width: 725px;
	margin: 0px 0;
	}
.jshowoff div {	
	width: 725px;
	height: 350px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	/*-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #c2a0e8;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	border:solid 1px #666;
	color: #000;
	}
p.jshowoff-controls {
    display:none;
    border:solid 1px #582c87;
	background: #f9f4e5;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	/*-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	*/
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


.aacnode
{
    width:560px;overflow:hidden;
}

/* container for slides */
.images {
	background:#fff;
	/*border:1px solid #666;*/
	position:relative;	
	height:350px;
	padding-bottom:15px;
	width:725px;
	float:left;	
	/*margin:15px;*/
	cursor:pointer;

}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;
	padding:15px 30px 15px 15px;*/
	height:350px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


.menu{width:956px;font-size:12px;position:relative;z-index:100;background-color: #666;height: 26px;padding-left:14px;}   
.menu ul{list-style:none;margin:0;padding:0;}   
.menu li {float:left;position:relative;	}   
.menu ul ul {visibility:hidden;position:absolute;left:3px;top:25px;}   
.menu table {position:absolute; top:0; left:0;}   
.menu ul li:hover ul,   
.menu ul a:hover ul{visibility:visible;}   
.menu a{display:block;border:0px solid #aaa;background:#666;padding:3px 12px;margin:3px;color:#fff;text-decoration:none;font-weight:bold;}   
.menu a:hover{background: #333;color:#fff;border:0px solid #000;}   
.menu ul ul{}   
.menu ul ul li {clear:both;text-align:left;font-size:12px;}   
.menu ul ul li a{font-weight:normal;color:black;display:block;background:#ffffff;width:167px;height:16px;margin:0px;padding-top:4px;padding-left:5px;border:0;border-bottom:1px solid #666;border-left:1px solid #666;border-right:1px solid #666;}   
.menu ul ul li a:hover{height:16px;padding-top:4px;padding-left:5px;border:0;background:#ccc;border-bottom:1px solid #666;border-left:1px solid #666;border-right:1px solid #666;}   

.NavStaticButton
{    color: White;
    cursor: pointer;

}
a.NavStaticButton:link, a.NavStaticButton:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavStaticButton:hover
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavStaticButton:active
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

.NavDropdownButton
{    color: Black;
    cursor: pointer;

}
a.NavDropdownButton:link, a.NavDropdownButton:visited
{
    color: Black;
    cursor: pointer;
    text-decoration: none;
}

a.NavDropdownButton:hover
{
    color: #Black;    
    cursor: pointer;
    text-decoration: none;
}

a.NavDropdownButton:active
{
    color: Black;
    cursor: pointer;
    text-decoration: none;
}


/* Glossary TAB */
.TABSelect
{
    background-color: white;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    height: 24px;
    cursor: pointer;
    color: Black;
    font-weight: bold;
}

.TABNoSelect
{
    background-color: #464646;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #464646;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    height: 24px;
    cursor: pointer;
    color: White;
    font-weight: bold;
}


body
{
    margin: 0;
   /* FILTER:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ED9118,endcolorstr=#F6E5B2,gradientType=0); */
    padding: 0;
}

img
{
  border:0;
}

div, td
{
    margin: 0;
    padding: 0;
}

a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    color: #542785;
   
    text-decoration: underline;
}

h1
{
    color: white;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    margin:0px;
}

h2
{
    color: black;   
    padding-top: 10px;
    font-size: 16px;
    
}


h3
{
    color: #542785;
    padding-top: 10px;
    font-size: 14px;
    
}


.H1_CN
{
    color: #333;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 20px;
    font-family:Microsoft YaHei, 黑体
}

.contenth1
{
font-weight: bold; font-size: 18px; margin-bottom: 5px; padding-top: 15px; border-bottom: rgb(204,204,204) 1px dotted; height: 30px;color:#542785;

}

.contentsub
{
    color:#666;font-weight: bold; font-size: 15px; margin-bottom: 8px; padding-top: 5px; height: 30px
}

.pagerbt{
 
  		font-weight:bold;
/* 		line-height:30px;  */
        padding-top:2px;
        padding-bottom:2px;
        padding-left:3px;
        padding-right:3px;

        }

.pagerbton{
/* 		line-height:30px;  */
        border-top:1px #ccc solid;
        border-bottom:1px #ccc solid;
        border-left:1px #ccc solid;
        border-right:1px #ccc solid; 
        padding-top:2px;
        padding-bottom:2px;
        padding-left:3px;
        padding-right:3px;
        }

.valign
{
   vertical-align:middle;  
} 
        
hr
{
    background-color: #999;
    margin-top: 4px;
}

.AACContent_CN_LineHeight
{
    line-height:20px;
}
.AACContentH1
{
    font-weight: bold;
    border-top: solid 3px #999;
    padding-top: 4px;
    border-bottom: solid 1px #999;
    padding-bottom: 1px;
    text-align: left;
    height: 20px;
}

.AACContentH1_CN
{
    font-size:14px;
    font-weight:bold;
    border-top: solid 3px #999;
    padding-top: 2px;
    border-bottom: solid 1px #999;
    padding-bottom: 2px;
    text-align: left;
    height: 20px;
}

.AACContentH2
{
    font-weight: bold;
    padding-top: 4px;
    border-bottom: solid 1px #999;
    padding-bottom: 1px;
    text-align: left;
    height: 20px;
}

.AACContentParahSpacer
{
    padding-top: 8px;
    padding-bottom: 22px;
    line-height: 18px;
}

.AACContent_HR1
{
    width: 750px;
    height: 3px;
    background-color: #999;
    margin-bottom: 4px;
}

.AACContent_HR2
{
    width: 750px;
    height: 1px;
    background-color: #999;
    margin-top: 4px;
}

.Page_Title_Bg
{
    background: url(images/page_title_bg.gif) repeat;
}


.PageContentHeader
{
    margin: 0px;
    width: 725px;
    height: 54px;
    background-color: White;
}


.PageContentHeader UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.PageContentHeader LI
{
    margin-top: 0px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.PageContentHeaderName
{
    float: left;
    width: 509px;
    /*background-color:#f2f2f2;
    border-top:solid 1px #644791;
    border-left:solid 1px #644791;
    border-bottom:solid 1px #644791;
    vertical-align:top;
    */
    background: #542784;
    padding-top:15px;
    height:39px;
}

.PageContentHeaderSep
{
    float: left;
    width: 2px;
    background-color: White;
}

.PageContentHeaderPic
{
    float: left;
    width: 214px;
    vertical-align: top;
}

.PageContentDiv
{
    width: 750px;
}

.ParentNodeLink
{
    color: White;
}


a.ParentNodeLink:link, a.ParentNodeLink:visited
{
    color: White;
    text-decoration: none;
}

a.ParentNodeLink:hover
{
    color: White;
    text-decoration: none;
}

a.ParentNodeLink:active
{
    color: White;
    text-decoration: none;
}

.BacktoTop
{
    padding-right: 10px;
    text-align: right;
    padding-top: 10px;
}

.TableInLine
{
    margin-top: 4px;
    width: 730px;
    height: 1px;
    background-color: #ccc;
    overflow: hidden;
}

.HomeIndexName
{
    font-size: 11px;
    background-color: White;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.HomeExchangeName
{
    font-size: 12px;
    font-weight: bold;
}

.HomeExchangeTitle
{
    font-size: 11px;

}

.HomeExchangeValue
{
    font-size: 11px;
}

.HomeIndexCountry
{
    background-color: White;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 10px;
}

.HomeIndexCountry_CN
{
    background-color: White;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 11px;
}

.HomeIndex
{
    font-size: 11px;
    padding-left: 4px;
}

.morelink
{
    font-size: 11px;
    padding-top: 6px;
    text-align: right;
}

/* --- Clear --- */
.clear
{
    clear: both;
}


/* --- 外边框 --- */


#All
{
    width: 970px;
  /*  min-height:700px;*/
    margin: 0 auto;
    background-color:White;
    padding: 0 0px;
    border:solid 1px #757D81;
    overflow:hidden;
}

#All_Print
{
    width: 770px;
    margin: 0 auto;
    background: url(images/All_Bg3.gif) repeat-y;
    padding: 0 5px;
}


/* --- Header --- */
#AACHeader
{
    
    height: 136px;
    position: relative;
    z-index: 400;
}
#LangSel
{
    text-align: right;
    line-height: 22px;
    height: 22px;
    border-top:solid 3px #624490;
}
#HeaderBg
{
    height: 90px;
    background: url(images/AAC_Headbg.gif) no-repeat;
     z-index: -1000;
}
#HeaderBg_Print
{
    background: url(images/AAC_Header_Print.gif) no-repeat;
    height: 161px;
}
#AACLogo
{
    float: left;
    position: absolute;
    width: 419px;
    height: 127px;
    top: 8px;
    left: 20px;
}
#AACFullName
{
    float: left;
    position: absolute;
    width: 439px;
    height: 75px;
    top: 40px;
    left: 520px;
}

.AACPartofAIMS
{
    float: left;
    position: absolute;
    top: 166px;
    left: 22px;
    font-size: 11px;
    font-weight:bold;
    font-family: Arial;
}

a.AACPartofAIMS:link, a.AACPartofAIMS:visited
{
    font-size: 11px;
    color: #1A0200;
    text-decoration: none;
}

a.AACPartofAIMS:hover
{
    font-size: 11px;
    color: #A97E13;
    text-decoration: none;
}

a.AACPartofAIMS:active
{
    font-size: 11px;
    color: #1A0200;
    text-decoration: none;
}


#AACFullName_CN
{
    float: left;position: absolute;top: 119px;left: 153px;font-size: 34px;color: Red;font-family: Microsoft YaHei, 黑体;
}

#AACFullName_Print
{
    float: left;
    position: absolute;
    top: 123px;
    left: 153px;
    font-size: 21px;
    color: Red;
}

#AACFullName_Print_CN
{
    float: left;
    position: absolute;
    top: 119px;
    left: 153px;
    font-size: 34px;color: Red;font-family:Microsoft YaHei, 黑体
}


.ClaimText
{
    height: 20px;
    background-color: #666666;
    font-size: 12px;
    text-align: center;
    color: White;
    padding-top: 3px;
    font-family:Microsoft YaHei,Arial;
}


.ClaimText_Print
{
    height: 20px;
    background-color: #666666;
    font-size: 12px;
    text-align: center;
    color: White;
    padding-top: 3px;
    font-family:Microsoft YaHei,Arial;
}
/* --- 页尾 --- */
.AACFooter
{
    margin: 0px;
    width: 970px;
    background-color: #E1E1E1;
    height: 50px;
    position: relative;
    background: url(images/Footer_bg.gif) repeat-x;
}

.FooterBorder
{
    margin: 0 auto;
    width: 970px;
    height: 5px;
    padding-bottom: 0px;
    
}

.AACFooter_Print
{
    margin: 0px;
    width: 770px;
    background-color: #E1E1E1;
    height: 30px;
    position: relative;
}

#AACFooterLogo
{
    float: left;
    position: absolute;
    width: 98px;
    height: 43px;
    top: 4px;
    left: 12px;
}

.FooterLink
{
    text-align: center;
    line-height: 28px;
    height: 19px;
    font-size: 11px;
}


a.FooterLink:link, a.FooterLink:visited
{
    font-size: 11px;
    text-decoration: none;
}

a.FooterLink:hover
{
    font-size: 11px;
    text-decoration: none;
}

a.FooterLink:active
{
    font-size: 11px;
    text-decoration: none;
}


/* ---  AAC 站点BreadCrumb    --- */
.AACNav_Breadcrumb
{
    height: 24px;
    font-size: 11px;
    text-indent: 28px;
    line-height: 22px;
    color:#666;
    
}

a.AACNav_Breadcrumb:link, a.AACNav_Breadcrumb:visited
{
    font-size: 11px;
    color:#666;
    text-decoration: none;
}

a.AACNav_Breadcrumb:hover
{
    font-size: 11px;
    color:#624490;
    text-decoration: none;
}

a.AACNav_Breadcrumb:active
{
    font-size: 11px;
    color:#666;
    text-decoration: none;
}

.AACNav_Breadcrumb_bold
{
    font-weight: bold;
    color: #666;
}

.AACBreadcrumb_Column
{
    margin: 0px;
    width: 970px;
    /*background: url(images/AACNav_Breadcrumb_bg.gif) repeat-y;*/
    background:#f2f2f2;
    border-top:solid 1px #333;
    height: 24px;
}

.AACBreadcrumb_Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.AACBreadcrumb_Column LI
{
    margin-top: 0px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.AACBreadcrumb_Center_Box
{
    float: left;
    width: 770px;
    padding-top: 2px;
}

.AACBreadcrumb_Center_Box_CN
{
    float: left;
    width: 686px;
    padding-top: 2px;
}

.AACBreadcrumb_Right
{
    float: left;    
    width: 200px;
    vertical-align: top;
}

.AACBreadcrumb_Right_CN
{
    float: left;
    width: 282px;
    vertical-align: top;
}

.AACSitesearch_TextBox
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    text-indent: 6px;
    font-size: 11px;

}

.Watermark
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 18px;
    width: 120px;
    overflow: hidden;
    line-height: 16px;
    text-indent: 6px;
    font-size: 11px;
    color: #666;
   /* font-family: Microsoft YaHei, Arial, Verdana, sans-serif; */
}

.AACSitesearch_Button
{
    background: url(images/bt_go.gif) no-repeat;
    width: 40px;
    height: 20px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}


.AACSubmit_Button
{
    background: url(images/bt_submit.gif) no-repeat;
    width: 64px;
    height: 21px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}

.AACSitesearch_Button_CN
{
    background: url(images/bt_go_cn.gif) no-repeat;
    width: 44px;
    height: 20px;
    border: 0;
    cursor: pointer;
    margin: 0 0px;
}

.AACSearch_TextBox
{
    border: 0;
    vertical-align: top;
    padding: 0px;
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
    height: 18px;
    width: 100px;
    overflow: hidden;
    line-height: 16px;
    text-indent: 6px;
    font-size: 10px;
    color: #666;
}


/* --- 横向导航栏 --- */
#AACMainNav
{
    background-color: #222222;
    height: 29px;
    padding-left: 16px !important;
    z-index: 1500;
}

#AACMainNav1
{
    background-color: #666;
    height: 15px;
    padding-left: 16px !important;
    z-index: 1500;
}

#AACMainNav_Print
{
    background-color: #464646;
    height: 12px;
    padding-left: 22px !important;
    z-index: 1500;
    padding-top: 5px;
    color: White;
    margin-bottom: 20px;
}

.NavButton
{
    background-color: #222222;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;
    padding-right: 6px !important;
    height: 27px;
    color: White;
    font-weight: bold;
    z-index: 1500;
}

.NavHoverButton
{
    
    background: url(images/nav_botton_hoverbg.gif) repeat-x;
    cursor: pointer;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;
    padding-right: 6px !important;
    height: 27px;
    color: Black;
    text-decoration: none;
    z-index: 1500;
}



a.NavButton:link, a.NavButton:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton:hover
{
    color: Black;
    cursor: pointer;
    text-decoration: none;
}

a.NavButton:active
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:link, a.NavHoverButton:visited
{
    color: White;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:hover
{
    color: Black;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

a.NavHoverButton:active
{
    color: White;
    height: 27px;
    cursor: pointer;
    text-decoration: none;
}

.DynaMenuStyle
{
    background-color: #fff;
    color: Black;
    text-indent: 8px;
    text-decoration: none; /*     width:180px;      border-left: 1px solid black;     border-right: 1px solid black;  
    border-top: 1px solid black;
    border-bottom: 1px solid black;*/
     display: block;
   
    line-height: 25px; 
    
    z-index: 1000;
}


.DynaMenuItemStyle
{
    background-color: #fff;
    color: Black;
    padding-right: 16px;
    text-indent: 8px;
    text-decoration: none; 
 /* width:180px;
    white-space: nowrap;
    display: block;*/
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black; 
    float: left;
    line-height: 25px;
    height: 25px; 
    z-index: 1000;
}


.DynaHoverStyle
{
    background-color: #EFC629;
    color: Black;
/*  height: 25px;*/
    line-height: 25px;
    padding-right: 16px;
    text-decoration: none; /*    display: block;  white-space: nowrap;  width:180px; */
    float: left;
    z-index: 1000;
}

a.DynaMenuItemStyle:link, a.DynaMenuItemStyle:visited
{
    color: Black;
    text-decoration: none;
}

a.DynaMenuItemStyle:hover
{
    background-color: #EFC629;
    color: Black;
    text-decoration: none;
}

a.DynaMenuItemStyle:active
{
    color: White;
    text-decoration: none;
}



/* --- 首页股指滚动 --- */
.AACHome_Marquee
{
    background-color: #F0EFEB;
    height: 25px;
    width: 946px;
    margin: 0 auto;
    padding-top: 0px;
}

.AACHome_Marquee UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.AACHome_Marquee LI
{
    margin-top: 2px;
    display: block;
    margin-left: 0px;
    text-align: left;
}


/* --- 首页新闻区 --- */
.AACHome_Block
{
    /* background: url(images/AAC_Block_HeaderBg3.gif) repeat-y; */
    background: #666;
    overflow: hidden;
    color: White;
    width: 210px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    text-indent: 14px;
}


.AACHome_Block2
{
   /* background: url(images/AAC_Block_HeaderBg2.gif) repeat-y; */
    background: #666;
    height: 28px;
    line-height: 24px;
    overflow: hidden;
    text-indent: 16px;
    color: Black;
    width: 210px;
}

.AACHome_Block3
{
    /*background: url(images/Home_Block_HeaderBg.gif) repeat-y;*/
    background: #666;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-indent: 22px;
    color: White;
    width: 210px;
}

.AACNav_Left_GreyLine3
{
    /*background: url(images/AAC_Block_HeaderBg.gif) repeat-y;*/
    background: #666;
    height: 24px;
    line-height: 24px;
    width: 210px;
    font-weight: bold;
    color: White;
    text-indent: 22px;
}


.AACHome_Block_Border
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 190px;
}

.AACHome_Block_Border2
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 190px;
}

.AACHome_Block_GreyBg
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}


.AACHome_Block_GreyBg2
{
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}

.AACHome_Block_GreyBg3
{
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F4F3F0;
}

.AACHome_Block_StockIndex
{
    background-color: White;
    line-height: 30px;
    font-size: 11px;
}

.AACHome_Block_StockIndex UL
{
    font-size: 11px;
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.AACHome_Block_StockIndex LI
{
    font-size: 11px;
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
}



.AACHome_Block_More
{
    font-size: 11px;
    padding-left: 160px;
}

.AACHome_NewsBlock
{
    margin: 0px;
    width: 970px;
    height: 148px;
}

.AACHome_NewsBlock UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.AACHome_NewsBlock LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.AACHome_NewsHeader
{
    float: right;
    width: 759px;
    background-color: #A9AED6;
    height: 25px;
}

.AACHome_NewsLister
{
    float: right;
    width: 759px;
    background-color: #D7D9EC;
    color: black;
}

/* --- 首页三栏布局 --- */

.AACHome_3Column
{
    margin: 0px;
    width: 970px;
    height: auto;
    min-height: 480px;
    overflow: hidden;
}

.AACHome_3Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.AACHome_3Column LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.AACHome_2Column
{
    margin: 0px;
    padding: 0px;
    width: 970px;
    background: url(images/home_column_bg.gif) repeat-y;
    z-index: 300px;
}

/*
.AACHome_2Column UL
{
	display: inline;
	margin: 0px;
	list-style-type: none; 
	z-index:300px;
}

.AACHome_2Column LI
{
	margin-top: 3px;
	display: block;
	margin-left: 0px;
	text-align: left;
	z-index:300px;
}
*/


.AACHome_Column_Home
{
    margin: 0px;
    width: 970px;
    height: auto;
    min-height: 480px;
    overflow: hidden;
    z-index: 300px;
}

.AACHome_Column UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
    z-index: 300px;
}

.AACHome_Column LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
    z-index: 300px;
}


.AACHome_Column_HR1
{
    width: 260px;
    height: 1px;
    color: #C8C8C8;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

/*---  内容区三栏分布  --- 

.AACContent_Left_Box
{
    float: left; 
    width: 210px;
}

.AACContent_Left
{
    width: 210px;
    margin: 0 auto;
}
 */
 
 
.AAC_3Column_Content_Box
{
    float: left;
    width: 570px; /*    border-right: 1px solid #C8C8C8;  */
    height: auto;
    min-height: 480px;
}

.AAC_3Column_Content
{
    width: 550px;
    margin: 0 auto;
    padding-left: 3px;
    height: 100%;
}



.AACContent_Right
{
    float: left;
    width: 190px;
    height: auto;
}


.AAC_2Column_Content_Box
{
    float: left;
    width: 725px;
    height: auto;
    min-height: 480px;
}

.AAC_2Column_Content
{
    width: 725px;
    margin: 0 auto;
    padding-left: 3px;
    height: 100%;
    padding-bottom: 20px;
}




/*---  内容区两栏分布  ---  */
.AACContent_2CoulmnCenter_Box
{
    float: left;
    width: 770px;
    border-right: 1px solid #C8C8C8;
    height: auto;
    min-height: 680px;
}

.AACContent_2CoulmnCenter
{
    width: 750px;
    margin: 0 auto;
    height: 100%;
}


/*--- Listing Rules 分栏 */
.Table_Rules
{
    margin: 0px;
    width: 750px;
}

.Table_Rules UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.Table_Rules LI
{
    margin-top: 3px;
    display: block;
    margin-left: 0px; /*	border-left: 1px solid gray; */
    text-align: left;
}


/*---  内容区一栏分布  ---  */
.AACContent_1CoulmnCenter_Box
{
    float: left;
    width: 970px;
    height: auto;
    min-height: 420px;
    padding-bottom: 20px;
}



/* --- 内容区Funds Nav --- */

.AACFunds_NavHeader
{
   /* background: url(images/AAC_Block_HeaderBg3.gif) repeat-y; **/
    background: #666;
    height: 28px;
    line-height: 28px;
    width: 210px;
    font-weight: bold;
    color: White;
    text-indent: 18px;
}


.AACFunds_Nav_Block_Border
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 196px;
    background-color:white;
}


.AACFundsNav_Root
{
    
    
    border-top: 1px solid #E6BC11;
   
    color: White;
   /* width: 210px;*/
    /* background-color: #EAE9E6;    background-image: url(images/fly.gif); */
    width: 210px;
    height:28px;
  text-decoration: none;
    font-size: 11px;
    background-color:white;
}

a.AACFundsNav_Root:link, a.AACFundsNav_Root:visited
{
    color: Black;
    
    text-decoration: none;
}

a.AACFundsNav_Root:hover
{
    color: #A97E13;
        font-weight:bold;
    text-decoration: underline;
}

a.AACFundsNav_Root:active
{
    color: Black;
   
    text-decoration: none;
}



.AACFundsNav_Leaf
{   
    border-top: 1px solid #666;   
    font-size: 11px;    
    width: 210px;
    height:24px;
    background-color:white;
}

.AACFundsNav_Leaf_Selected
{
    border-top: 1px solid #666;
    color: White;
    background-color: #f2f2f2; /*    background-image: url(images/fly.gif); */
    width: 210px;
    font-size: 11px;
    height:24px;
}


.AACPrice_Block_Border
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color:White;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top:6px;
    width: 181px;
  
}

.SharePriceName
{
    font-size:11px;
    font-weight:bold;

}

.SharePriceDetail
{
    font-size:11px;
    color:#222;

}


.AACNavHeader
{
    /* background: url(images/AAC_Block_HeaderBg3.gif) repeat-y; */
    background: #666;
    height: 28px;
    line-height: 28px;
    width: 210px;
    font-weight: bold;
    color: White;
    text-indent: 18px;
}


.AACNav_Block_Border
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color:White;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 208px;
  
}


.AACNav_Leaf
{   
    border-top: 1px solid #666;   
    font-size: 11px;    
    width: 210px;
    height:24px;

    background-color:white;
}

.AACNav_Leaf_Selected
{
    border-top: 1px solid #666;
    color: White;
    background-color: #f2f2f2; /*    background-image: url(images/fly.gif); */
    width: 210px;
    font-size: 11px;
    font-weight:bold;
    height:24px;
  
}

.AACNav_Left_HR1
{
    width: 210px;
    height: 1px;
    color: #C8C8C8;
}

.FundsLogoImg
{
    padding:10px;
}

.AACFI_Root
{
    font-weight: bold;
    font-size: 12px;
    cursor:hand;

}

.AACFI_Leaf
{

    font-size: 11px;    
    cursor:hand;

}

.AACFItree td div {  height: 20px !important; width:725px; overflow:hidden; }

.AACFItree2 td div {  height: 50px !important ; width:725px; overflow:hidden;  }

a.AACFI_Leaf:link, a.AACFI_Leaf:visited
{
    color: Black;
    text-decoration: none;
}

a.AACFI_Leaf:hover
{
    color: #A97E13;     
    text-decoration: underline;
}

a.AACFI_Leaf:active
{
    color: Black;
    text-decoration: none;
}




/* --- 内容区左导航栏 ---    */
.AACNav_Left_GreyLine
{
    background-color: #aaaaaa;
    height: 1px;
    width: 210px;
    overflow: hidden;
}

.AACNav_Left_GreyLine2
{
    background-color: #666666;
    height: 3px;
    width: 210px;
    overflow: hidden;
}


.AACNav_Left_On
{
    border-top: 1px solid #EAEAEA;
    border-right: 1px solid #F4F3F0;
    font-weight: bold;
    padding-top: 4px;
    width: 210px;
}

.AACNav_Left
{
    border-top: 1px solid White;
    border-right: 1px solid #F4F3F0;
    font-weight: bold;
    text-indent: 20px;
    background-color: #EAEAEA;
    padding-top: 4px;
    width: 210px; /*    line-height:12px;   */
}


.AACNav_Left_SubOn
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #DFDACC;
    color: Black;
    background-color: #DFDACC; /*    background-image: url(images/fly.gif); */
    width: 210px;
    font-size: 12px;
}

.AACNav_Left_Parent
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #DFDACC;
    font-weight: bold;
    color: White;
   /* width: 210px;*/
    background-color: #A8A8A8;  /*   background-image: url(images/fly.gif); */
    width: 210px;
 
    font-size: 12px;
}

a.AACNav_Left_Parent:link, a.AACNav_Left_Parent:visited
{
    color: White;
    text-decoration: none;
}

a.AACNav_Left_Parent:hover
{
    color: Red;
    text-decoration: none;
}

a.AACNav_Left_Parent:active
{
    color: White;
    text-decoration: none;
}



a.AACNav_Left_SubOn:link, a.AACNav_Left_SubOn:visited
{
    color: Black;
    text-decoration: none;
}

a.AACNav_Left_SubOn:hover
{
    color: Red;
    text-decoration: none;
}

a.AACNav_Left_SubOn:active
{
    color: Black;
    text-decoration: none;
}

.AACNav_Left_Sub
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #F4F3F0;
    font-size: 11px;
    padding-left:12px;
    width: 210px;
}

.AACNav_Left_HR1
{
    width: 210px;
    height: 1px;
    color: #C8C8C8;
}



/* --- 编辑页面背景   --- */
.ModalPopup
{
    padding: 5px;
}

.ContentEditbg
{
    filter: alpha(opacity= "70" );
    background-color: #aaaaaa;
    opacity: 0.2;
}

.ContentEditHeader
{
    font-weight: bold;
    width: 840px;
    background-color: #A9AED6;
    text-indent: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ContentEditAttachment
{
    margin: 0px;
    width: 840px;
    min-height: 350px;
    height: auto;
}

.ContentEditAttachment UL
{
    display: inline;
    margin: 0px;
    list-style-type: none;
}

.ContentEditAttachment LI
{
    margin-top: 2px;
    display: block;
    margin-left: 0px;
    text-align: left;
}

.ContentEditAttachment_Left
{
    float: left;
    width: 420px;
    vertical-align: top;
}


.ContentEditAttachment_Right
{
    padding-left: 5px;
    float: left;
    width: 410px;
    border: 1px solid #666;
    overflow: auto; /*   overflow:scroll; */
    height: 350px;
}


.AACFundsMainCategory
{
    Padding-top:15px;
    padding-bottom:15px;

}
