/* newly add by Kapok */
@import url("investment-print.css");
@import url("../common.css");

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}
body, body *, td, td *, a {
	font-family: "Arial" , "新細明體" , "Helvetica" , "sans-serif";
	text-decoration: none;
	color: black;
	font-size: 12px;
	word-spacing: 2px;
}

.header-menu {
	float: right;
	height: 20px;
}

.header-menu, .header-menu a {
	font-size: 12px;
	text-decoration: none;
	color: black;
	vertical-align: baseline;
}

.header-menu span {
	font-weight: bold;
	font-size: 15px;
	color: red;
}
.logo-box {
	background-image: url("/images/new_menu/logon_bg.jpg");
	background-repeat: repeat-x;
	height: 92px;
	width: 100%;
	font-family: "Arial" , "新細明體" , "Helvetica" , "sans-serif";
	font-size: 12px;
}

.menu-item {
	background-image: url("/images/new_menu/menu_item.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 10px 6px 20px;
}
.menu-item img {
	vertical-align: middle;
}

.menu-item-expanded {
	background-image: url("/images/new_menu/menu_item_hl.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 10px 6px 20px;
}

.submenu-item-expanded {
	/*	background-image: url("/images/new_menu/menu_item_hl.jpg");*/
	background-color: #D2D2D2;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 10px 6px 20px;
	border-bottom: 1px solid #cccccc;
}

.submenu-item-expanded a, .submenu-item-expanded a * {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: red !important;
}

.submenu-item {
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 10px 6px 20px;
	border-bottom: 1px solid #cccccc;
}

.submenu-item a {
	/*font-weight:bold; */
	font-size: 12px;
	text-decoration: none;
	color: black;
}

.menu-item-sub, .menu-item-selected {
	background-color: #E1E1E1;
	padding: 6px 8px 6px 25px;
	border-bottom: 1px solid #cccccc;
}

.menu-item-selected {
	background-color: #D9D9D9;
}

.menu-item a, .menu-item-expanded a, .menu-item-selected a, .menu-item-sub a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: black;
}
.menu-item-sub a, .menu-item-selected a {
	font-weight: normal;
	font-size: 12px;
}
.menu-item-sub a:hover * {
	text-decoration: underline;
	color: red;
}
.menu-item-expanded a, .submenu-item-expanded a, .menu-item-selected a, .menu-item-selected * {
	color: red !important;
}

.menu-shadow {
	/* 	background-image:url("/images/homepage/bg.jpg"); 	background-repeat:no-repeat; 	background-position:bottom left; 	*/
	background-image: url("/images/homepage/menu_item_shadow.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
#menu-region, .menu-container {
	width: 213px;
	vertical-align: top; /*background-image:url("/images/new_menu/menu_bg.jpg");*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

.link-note {
	float: left;
	font-size: 10px;
	color: gray;
	padding-left: 10px;
}
.part-logo {
	float: right;
}
.part-logo img {
	vertical-align: middle;
}

.footer-links {
	float: left;
	padding-left: 10px;
}
.footer-rights {
	float: right;
	padding-right: 10px;
}
.footer-links a {
	font-size: 10px;
}

.footer-links, .footer-links a, .footer-rights {
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;
}

.remarks-text, .remarks-text * {
	color: gray;
	font-size: 11px;
}

.important-notice {
	font-size: 11px;
	color: #888888;
	padding: 8px 20px 20px 20px;
	text-align: justify;
}

.fund-list-tbl-header-row1, .fund-list-tbl-header-row2 {
	background-image: url("/images/latestfund/fund_list_tbl_head_bg.jpg");
	background-repeat: repeat-x;
}
.fund-list-tbl-header-row1 {
	background-position: left top;
}

.fund-list-tbl-header-row2 {
	background-position: left top;
}

.fund-list-tbl-header-row1 td, .fund-list-tbl-header-row2 td {
	padding: 3px;
	color: red;
	font-weight: bold;
	font-size: 13px;
}

.toolsCentreMatrixSubTitle {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: #A9CBCD;
	padding: 5px 5px 5px 5px;
}

.toolsCentreMatrixSubTitle i {
	color: white;
}

.toolsCentreMatrixData1 {
	background-color: #EDEEF0;
}

.toolsCentreMatrixData1 td, .toolsCentreMatrixData2 td {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

.toolsCentreMatrixData1 a:hover, .toolsCentreMatrixData2 a:hover {
	text-decoration: underline;
}

.fund-type-select, .fund-type-select * {
	font-size: 12px;
}

/* market news */
.market-news-title * {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
	text-align: left;
}

.market-news-title a:hover, .market-news-title a:hover * {
	text-decoration: underline;
}

.market-news-section {
	background-image: url("/images/common/section_bg.jpg");
	background-repeat: repeat-y;
	padding: 3px 0px 0px 10px;
	border-bottom: 2px #cccccc solid;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}

.market-news-row {
	padding-left: 25px;
}

.market-news-row a {
	text-decoration: none;
	font-size: 12px;
}

.market-row {
	display: block;
	width: 90%;
	padding: 4px 10px 2px 20px;
	margin-left: 20px;
	border-bottom: 1px #cccccc solid;
}

.market-news-date {
	width: 80px;
	float: left;
	display: block;
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.market-news-title {
	display: inline;
	color: gray;
	font-size: 13px;
}


.market-overview * {
	font-size: 12px;
	text-decoration: none;
	word-spacing: 0px;
	vertical-align: middle;
	white-space: nowrap;
}

.footerStyle {
	background: url("/images/homepage/grad_bar2.jpg");
	width: 100%;
	height: 26px;
	background-repeat: repeat-y;
}

/* Golden Rules Section */
div.golden-rules * {
	font-size: 13px;
}

div.golden-rules table, div.golden-rules td, div.golden-rules p {
	text-align: justify;
}

div.golden-rules img {
	text-align: center !important;
	border: 0px;
}
div.golden-rules td {
	/*text-align:left;*/
}

div.golden-rules table {
	border-collapse: collapse;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.golden-rules .tbl-header, div.golden-rules .tbl-header td {
	background-color: #B4B1CE !important;
	color: white !important;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

div.golden-rules .tbl-row1, div.golden-rules .tbl-row1 td, div.golden-rules .tbl-row2, div.golden-rules .tbl-row2 td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
}

div.golden-rules .tbl-row1, div.golden-rules .tbl-row1 td {
	background-color: #EDEEEF;
}

div.golden-rules .section-header td {
	background-image: url("/images/goldenRules/other_section_bg.jpg");
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

div.golden-rules .section-bottom td {
	background-image: url("/images/goldenRules/other_section_btm_bg.jpg");
	background-repeat: repeat-x;
}

div.golden-rules .no-border, div.golden-rules .no-border * {
	border: 0px;
}

.golden-rules .heading {
	background: transparent url("/images/product/index_01_bg.jpg") no-repeat scroll 0%;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	height: 23px;
	padding-left: 16px;
	margin-top: 30px;
	text-align: left;
	width: 80%;
}
.golden-rules .contentindent {
	padding-left: 20px;
}
.golden-rules .backtotop {
	padding-top: 15px;
}
.bulletinText {
	font-family: "新細明體" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	color: #FF0000;
}
.retireheading {
	font-family: "新細明體" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 14px !important;
	color: #FF0000 !important;
}


.top-links a, .top-links a * {
	color: red !important;
	text-decoration: none !important;
	font-size: 11px !important;
	font-family: "Arial" , "新細明體" , "Helvetica" , "sans-serif";
}

