*{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}
body {/*background: #454545 url(../images/bg.jpg) repeat-x;*/ background:#333; color:#FFF; font:12px Arial; line-height:16px; text-align:left;}
a {text-decoration:none; color:#5F5F5F;}
a img {border:0px;}
ul {list-style:none;}
ul li {display:inline;}
h1 {color:#464646; font-size:29px; font-weight:normal; padding:0 0 10px; line-height:30px;}
fieldset {border:0px;}
#container {margin-top:25px; /*width:1000px;*/ width:960px; text-align:left;}
body, div, p {color:#464646; font-size:12px;}
input[type="text"], textarea {border:1px solid #a2a2a2; padding:2px 3px; margin:0; font-size:12px; color:#333;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:none; outline:none;}
dl {float:left;}
dl dt {float:left; width:18px;}
dl dd {float:left; margin:0 10px 0 0;}
/*****************************************************************************************************
	Button
******************************************************************************************************/
span.btn {background:transparent url(../images/btn_a.gif) no-repeat right 0px; height:23px; padding:0 10px 0 0; display:inline-block; margin:0 1px 0 0; cursor:pointer;}
span.btn input {background:transparent url(../images/btn_span.gif) no-repeat left 0px; height:23px; padding:0 0 0 10px; line-height:15px; color:#FFF; font-size:12px; font-weight:700; border:none; cursor:pointer;}
span.btn:hover {background:transparent url(../images/btn_a.gif) no-repeat right -23px;}
span.btn:hover input {background:transparent url(../images/btn_span.gif) no-repeat left -23px;}

/*******************************************************************************************
	Common Classes
/*******************************************************************************************/
/*****************************************************************************************************
	HEADER
******************************************************************************************************/
#block-header{
	height: 40px;
}

#header-logo{
	float:left;
	width:17%;
}

ul#header-link{
	float:left;
	text-align:right;
	/*width: 66%;*/
	width:65%;
	margin-top: 6px;
	margin-right: 20px;
}

ul#header-link li a{
	/*color: #787878;*/
	color: #8D8E8E;
}

ul#header-link li a:hover{
	color: #FFF;
}

ul#header-link li{
	margin-left: 20px;
}

ul#header-link li#large{
	font-size: 16px;
	color: #787878;
	margin-left: 2px;
}


ul#header-link li#large a{
	text-decoration: underline;
}

#header-search{
	float:right;
	margin-top: 6px;
}

#header-search #frmSearch input#txtSearch{
	float: left;
	background: #656565 url(../images/input-search.gif) no-repeat;
	border: 0px;
	height: 17px;
	width: 119px;
	margin-right: 6px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 10px;
	color: #2f3030;
}

#header-search #frmSearch .button{
	float:left;
	background: url(../images/button-search.gif) no-repeat;
	border: 0px;
	width: 21px;
	height: 22px;
	font-size: 11px;
	color: #FFF;
}

/*-----------------------------------Navigation-----------------------------------*/

#block-navigation{
	height: 46px;
	background:#222323;
}

ul.nav-main{
	background: #222323;
	height: 40px;
	padding-top: 6px;
	padding-left: 28px;
	float:left;
	width: 932px;
}

.nav-main li{
	/*margin-right: 44px;*/
	margin-right:80px;
	float: left;
}

.nav-main .left{
	width: 13px;
	height: 34px;
	float: left;
}


.nav-main span{
	float: left;
	height: 27px;
	margin-top: 1px;
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;
}

.nav-main span a{
	/*color: #5f5f5f;*/
	color: #C8C7C7;
}

.nav-main .right{
	width: 13px;
	height: 34px;
	float: left;
}


.nav-main .active .left{
	background: url(../images/left.gif) left top no-repeat;
}

.nav-main .active span{
	background: #2b2b2b;
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
	height: 25px;
	margin-top: 1px;
	padding-top: 6px;
}

.nav-main .active .right{
	background: #2b2b2b url(../images/right.gif) right top no-repeat;
}

.nav-main .active span a, .nav-main span a:hover{
	color: #fff;
}

.nav-sub{
	position: relative;
	background: url(../images/bg-transparent.png) repeat-x;
	color: #484848;
	height: 21px;
	padding-top: 4px;
	clear: both;
	font-size:13px;
	z-index:99;
}

.nav-sub ul{
	display: none;
	margin-left:15px;
}



.nav-sub ul li{
	margin: 0px 0px 0px 26px;
}


.nav-sub ul li a{
	color: #484848;
}

.nav-sub ul li a:hover{
	text-decoration: underline;
}

/*-----------------------------------Navigation temp-----------------------------------*/
#navi_main{
	height: 34px;
	position:absolute;
	bottom:6px;
	padding-left:30px;
	font-size:13px;
	display:list-item;
}

#navi_main li{
	margin-right:20px;
	color:#717272;
	font-weight:bold;
	line-height:34px;
	padding:9px 13px 9px 13px;
}
#navi_main li a span{
	padding:7px 13px 8px 13px;
}
#navi_main li a{
	margin-right:13px;
}

#navi_main li:hover a span{
	background:url(../images/left.gif) no-repeat;
}

#navi_main li a span:hover{
	background:#2b2b2b url(../images/right.gif) no-repeat top right;
}

#navi_main li a:hover span{
	border-bottom:1px solid #575757;
	border-top:1px solid #575757;
	color:#FFF;
}
/*-----------------------------------Flash---------------------------------------*/

#block-flash{
	background:#222323 ;
	color: #898989;
	height: 227px;
}

#block-image{
	background: #FFF;
	color: #898989;
	height: 227px;
}

#block-image-media{
	background: #FFF;
	color: #898989;
	height:227px;
}

#block-image-career{
	background: #FFF;
	color: #898989;
	height: 227px;
}
/*-----------------------------------Content---------------------------------------*/

#block-content{
	color: #898989;
	position:relative;
}

#content-top{
	background: #FFF;
	height: 126px;
	padding: 0px 0px 0px 25px;
}

#content-bottom {background:#DDD; height:170px; padding:10px 22px 0px 30px; border-top:1px solid #cfcfcf;}

#content-top #login{
	color: #2d2d2d;
	padding: 18px 0px 0px 0px;
	float: left;
	/*width: 290px;*/
	width:250px;
}

#content-top #login .title{
	font-size: 13px;
	font-weight: bold;
}

#content-top #login .fieldtext{
	background: #c8c8c8;
	border: 1px solid #a9a9a9;
	margin-top: 8px;
	height: 18px;
	padding-top: 2px;
	width: 128px;
	color: #2f3030;
	padding-left: 2px;
	font-size: 10px;
}

#content-top #login input#txtPassword,  #txtPasswordClone{
	float:left;
}

#content-top #login .button{
	background: url(../images/bg-login.gif) no-repeat;
	border: 0px;
	width: 40px;
	height: 19px;
	float:left;
	margin-top: 10px;
	margin-left: 8px;
}

#login .welcome{
	font-size:12px;
	color:#A41318;
}

#content-top .widget {width:180px; height:67px; float:left; cursor:pointer; padding:10px 7px 5px 13px; margin:20px 0 20px 20px; color:#464646; font-size:12px;}
#content-top .active {background:url(../images/widget_frame.gif) no-repeat 0 0;}
#content-top .widget .button {background: url(../images/button-widget.gif) no-repeat; width:152px; height:18px; color:#ebb9bb; font-size:10px; margin:10px 0 0; padding:1px 0 0 5px;}
#content-top .widget .button a {color:#ebb9bb;font-size:11px;}
#content-top .widget .button a span {font-weight:bold; color:#FFF;}

.share_event {float:left; margin:20px 60px 20px 5px; width:180px;}
.share_event a img {margin:0 0 4px; padding:0;}
#popup .close{
	background: url("../images/close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: right;
	height: 10px;
	width: 12px;
	margin: 2px;
}

/*-----------------content bottom left-----------------*/

#content-bottom #left{

}


.tabs {
	position: relative;
	top: -18px;
	font-size:10px;
	margin:0px;
	z-index:500;
}


.tabs a, .tabs a:visited {
	background: transparent url(../images/tabL.gif) left top no-repeat;
	padding: 3px 2px 1px 5px;
	*padding: 0px 2px 0px 5px;
	color: #FFF;
}

.tabs a span, .tabs a:visited span{
	background: transparent url(../images/tabR.gif) right top no-repeat;
	padding: 3px 5px 1px 0px;

}

.tabs a:hover, .tabs a:active, .tabs a:focus, .tabs .active a, .tabs .active a:visited {
	background: transparent url(../images/tabL.gif) left top no-repeat;
	padding: 3px 2px 5px 5px;
	*padding: 0px 2px 4px 5px;
	color: #2d2d2d;
	background-position:0% -22px;

}

.tabs a:hover span, .tabs a:active span, .tabs a:focus span, .tabs .active a span, .tabs .active a:visited span {
	background: transparent url(../images/tabR.gif) right top no-repeat;
	padding: 3px 5px 4px 0px;
	background-position:100% -22px;

}

.tabs li.active, .tabs a:hover, .tabs a:active, .tabs a:focus {
	border-bottom: 0px solid #DDD;
}


.column {float:left; width:230px;}

.column #fund{
	/*background: #7c7c7c url(../images/fund_left.gif) left top no-repeat;
	padding-left: 5px;
	height: 111px;
	*/
	background: #7c7c7c url(../images/stock_top.gif) left top no-repeat;
	padding-top:7px;
	color: #FFF;
	height: 115px;
}

.column #fund .content{
	/*background: #7c7c7c url(../images/fund_right.gif) right top no-repeat;
	padding-right: 5px;
	height: 111px;*/
	background: #7c7c7c url(../images/stock_bottom.gif) right bottom no-repeat;
	padding-bottom: 7px;
	height: 115px;
}

.column #fund .content .title{
	font-weight: bold;
	/*height: 25px;*/
	color:#222;
}

.column #fund .content .title td{
	border-bottom:1px solid #BFBFBF;
}

#fund table{
	border-bottom:1px solid #bfbfbf;
}

.column .odd{
	background: #7c7c7c;
	/*height: 24px;	*/
	color:#FFF;
}

.column .even{
	background: #6d6d6d;
	/*height: 24px;*/
	color:#FFF;
}

.column .even td, .column .odd td{
	padding-left: 5px;
	border-top: 1px solid #bfbfbf;
}

.column .even td span{
	/*color: #4af802;*/
	color: #FFF;
	padding-left: 2px;
}

.column .odd td span{
	/*color: #ce1b21;*/
	color: #FFF;
	padding-left: 2px;
	font-size:12px;
}

.column #fund .content .title td{
	padding-left: 5px;
}

td img{
	/*vertical-align: middle;
	float:left;*/

}
/*-----------------content bottom funt_name---------------*/
.fund_name {float:left; margin:0 30px 0 40px; width:245px;}
.fund_name li {list-style-type:none; clear:both;}
.fund_name li dl {border-bottom:1px solid #cfcfcf; padding:0 0 10px; margin:3px 0 10px; display:block;}
.fund_name li dl.last_child {border:none;}
.fund_name li dt {width:50px; float:left;}
.fund_name li dd {width:175px; float:left; border-left:1px dotted #000; padding:0 0 0 10px; margin:0 0 0 9px; color:#222;}
.fund_name li dd span {color:#818181; text-decoration:underline;}

/*-----------------content bottom center---------------*/
#content-bottom #center {float:left; color:#2d2d2d; padding:0 0 0 30px; width:320px; background: url(../images/line_home.gif) no-repeat 0 0; position:relative;}
#content-bottom #center .title {padding:0 0 3px 15px; border-bottom:1px solid #b2b2b2; font-size:13px; background:url(../images/bullet_4.gif) no-repeat 0px 3px; font-weight:bold;}
#content-bottom #center .more_news {position:absolute; right:0px; top:0px;}
#content-bottom #center .more_news a {color:#bb131a; background:url(../images/bullet_4.gif) no-repeat 0 2px; padding:0 0 0 14px;}
#content-bottom #center .home_logo {margin:30px 0 0;}
#content-bottom #center .content {padding-top: 5px; font-size: 11px; line-height: 18px;}
#content-bottom #center .content a, 
#content-bottom #right #line .content a {/*text-decoration: underline;*/ color: #2d2d2d;}
#content-bottom #center .content a:hover, 
#content-bottom #right #line .content a {color:#000; text-decoration:underline;}
#line table a {text-decoration:underline;}

/*-----------------content bottom right----------------*/
#content-bottom #right{
	float: left;
	color: #2d2d2d;
	padding-left: 43px;
}

#content-bottom #right #line{
	width: 257px;
}

#content-bottom #right #line .image{
	float: left;
	width: 46px;
	padding-right: 10px;
	height: 46px;
}

#content-bottom #right #line{
	padding-left: 10px;
	color: #2d2d2d;
	font-size: 11px;
}

#content-bottom #right #line .title{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1px;
}

/*---------------------------------Headline 1-----------------------------------*/
.headline {color:#464646; font-family: Arial, Helvetica, sans-serif; font-size:29px; padding-top:30px; padding-left:30px; max-width:200px; line-height:30px; padding-bottom:2px;}
.title-1 {font-weight:bold; font-size:13px; border-bottom:1px solid #b2b2b2; margin-bottom:3px; padding-bottom:3px;}
.title-4 {font-weight:bold; font-size:13px; margin-bottom:3px; padding-bottom:3px;}
.title-3 {font-weight:bold; font-size:13px; border-bottom:1px solid #b2b2b2; margin-bottom:3px; padding-bottom:3px; color:#000;}
.title-2 {font-weight:bold; font-size:13px; /*margin-top:20px;*/ margin-bottom:3px; color:#000;}
.img-1 {float:left; padding:0px 10px 10px 0px; margin-top:8px;}
/*p {font-size:11px; padding:3px 2px; margin-top:5px;}*/
.txt-gray {color:#737170;}
.txt-gray_bold {color:#737170; font-weight:bold; font-size:11px;margin-left:10px;}
.marginL15 {margin-left:15px;}
.marginT25 {margin-top:23px;}
.marginT10 {margin-top:15px;}
/*---------------------------------Content-left-----------------------------------*/
#content-left {width:180px; text-align:left; float:left; padding-left:30px; padding-top:30px; min-height:350px; position:relative; padding-right:30px;}
	#content-left ul.mn-left {list-style:none;}
	#content-left ul.mn-left li {display:inline-block; color:#737170; font-size:11px; padding-top:5px;}
	#content-left ul.mn-left li a{text-decoration:underline; color:#737170; font-size:11px;}
	#content-left ul.mn-left li a:hover{text-decoration:none;}


	ul.mn-left-2 {list-style:none; margin-top:10px; display: block;}
	ul.mn-left-2 li { color:#737170; font-size:13px; margin-top:7px; *margin-top:5px; margin-left:20px; *height:20px; display: list-item;}
	ul.mn-left-2 li {list-style-image:none; margin-left:10px;}
	ul.mn-left-2 li a {color:#737170; font-size:12px; font-weight:bold;}
	ul.mn-left-2 li a:hover {color:#000; font-weight:bold; text-decoration:underline;}

	ul.mn-left-2 li ul{list-style:none;}

	.mn-left-2 li ul li{
		font-size:12px;
		margin-left:10px;
		list-style-image:none;
		display: list-item;
	}

	.mn-left-2 li ul li a{
		font-weight:normal !important;
		color:#828385 !important;
	}

	.mn-left-2 li ul li a:hover{
		color:#000 !important;;
	}
	.mn-left-2 a.selected{font-weight:bold; color:#2d2d2d;}
	.mn-left-2 li.selected a{ font-weight:bold; color:#2d2d2d;}

	ul.mn-left-8 {list-style:none; }
	ul.mn-left-8 li {/*list-style-image:url(../images/bullet-2.gif);*/ color:#828385; font-size:13px; margin-bottom:8px;/*margin-left:20px;*/ *height:20px;}
	ul.mn-left-8 li a {color:#464646; font-size:12px; font-weight:bold;}
	ul.mn-left-8 li a:hover {color:#000; text-decoration:underline !important;}
	.mn-left-8 li a.selected, .mn-left-8 li.selected a{
		color:#000;
		font-weight:bold;
	}

	ul.mn-left-9{list-style:none; margin-left:12px; margin-top:2px; margin-bottom:10px;}
	ul.mn-left-9 li {/*list-style-image:url(../images/bullet-2.gif);*/ color:#828385; font-size:13px; display:list-item; margin-bottom:2px;/*margin-left:20px;*/ *height:16px;}
	ul.mn-left-9 li a {color:#828385; font-size:12px; font-weight:normal;}
	ul.mn-left-9 li a:hover {color:#000; text-decoration:underline;}
	.mn-left-9 li a.selected, .mn-left-8 li.selected a{
		color:#E51A20;
		font-weight:normal;
	}



	#content-left img {margin-top:30px;}
	ul.mn-left-3 {color:#000; margin-top:5px; border-bottom:1px solid #B2B2B2; padding-bottom:7px;}
	ul.mn-left-3 li {background-image:url(../images/bullet-2.gif); background-position:0 11px ; background-repeat:no-repeat; padding:8px 0px 2px 15px; margin-top:7px;  /* *margin:0px;*/ border-top:1px solid #B2B2B2; color:#000; font-size:13px; font-weight:bold; }
	ul.mn-left-3 li.first{
		 border-top:0px solid #B2B2B2;
	}
	ul.mn-left-3 li a{color:#000;}
	ul.mn-left-3 li a:hover{color:#737170;}
	ul.mn-left-4 {color:#000; margin-top:5px; padding-bottom:7px;}
	ul.mn-left-4 li {background-image:url(../images/bullet-2.gif); background-position:0 11px ; background-repeat:no-repeat; padding:8px 0px 0px 15px; margin-top:5px; color:#333; font-size:11px; font-weight:bold; display:list-item;}
	ul.mn-left-4 li a{color:#333;}
	ul.mn-left-4 li a:hover{color:#737170;}
	ul.mn-left-5 {color:#8f2d2d; margin-top:5px; padding-bottom:7px;}
	ul.mn-left-5 li {background-image:url(../images/bullet-2.gif); background-position:0 11px ; background-repeat:no-repeat; padding:8px 0px 0px 15px; margin-top:5px; color:#8f2d2d; font-size:11px; font-weight:bold; display:list-item;}
	ul.mn-left-5 li a{color:#8f2d2d;}
	ul.mn-left-5 li a:hover{color:#d71921;}
	.link-more a{color:#8f2d2d; font-weight:bold;}
	.link-more a:hover{color:#d71921;}
	ul.clear-ul {border:none; margin:0; padding:0;*margin-top:5px;}
	li.clear-li {border:none !important; padding:8px 0 0 15px !important;}


	.mn-left-6 {list-style:none; margin-top:10px;}
	.mn-left-6 li {list-style-image:url(../images/bullet-2.gif); color:#737170; font-size:13px; display:list-item; margin-top:7px; *margin-top:5px; margin-left:20px; *height:20px; }
	.mn-left-6 li a {color:#902d2d; font-size:12px; font-weight:bold;}
	.mn-left-6 li a:hover {color:#737170; font-weight:bold;}


	.mn-left-7 {list-style:none; margin-top:10px;}
	.mn-left-7 li {/*list-style-image:url(../images/bullet-2.gif);*/ list-style-image:url(../images/pdf_12.png); color:#737170; font-size:13px; display:list-item; margin-top:10px; *margin-top:5px; margin-left:20px; margin-bottom:15px; }
	.mn-left-7 li a {color:#414141; font-size:12px; font-weight:bold; position:relative;top:0px; *top:-2px;}
	.mn-left-7 li a:hover {color:#2d2d2d;}

	.record-media{
		background: url(../images/pdf.png) no-repeat 0px 0px;
		margin-bottom:15px;
		margin-left:24px;
		padding-left:18px;
		margin-right:24px;
	}

	.record-media .title{
		padding-left:3px;
		padding-right:10px;
		float:left;
	}
	.record-media .title a{
		color:#902d2d; font-size:12px; font-weight:bold;
	}

	.record-news{
		background: url(../images/bullet-3.gif) no-repeat 0px 3px;
		margin-bottom:15px;
		margin-left:24px;
		padding-left:14px;
		margin-right:24px;
	}

	.record-news .title{
		padding-left:3px;
		padding-right:10px;
	}
	.record-news .title a{
		color:#902d2d; font-size:12px; font-weight:bold;
	}

	.date_title {
		font-size:11px;
		font-weight:bold;
		color:#737170;
	}

	#content-left .menu{
		padding-left:12px;
		padding-top:5px;
		padding-bottom:5px;
	}

	#content-left a:hover{
		color:#000;
	}

	#content-left div.selected a{
		color:#D41B23;
		font-weight:bold;
	}
/*---------------------------------Content-center---------------------------------*/

#content-center {margin-top:30px; min-width:480px; width:495px; text-align:left; float:left; display:inline-block; position:relative;}
	ul.content-item {list-style-image:url(../images/bullet-1.gif); margin-top:10px; padding-left:15px;}
	ul.content-item li {font-size:11px; display:list-item;}
	ul.fund-item {list-style-type:disc; margin-top:5px; margin-left:15px;}
	ul.fund-item li {display:list-item;}

#content-center table{
	width:96%;
}

#content-center table td{
	padding-top:5px;
	padding-bottom:5px;
}

#content-center table td.bold{
	/*background: url(../images/point.gif) no-repeat 0px 12px;*/
	padding-left:15px;
}
#content-center .headline {background:url(../images/register.png) no-repeat 20px 0px; text-align:center; margin:0px 0px 0px 80px; padding:10px 0px 35px 0px; max-width:260px;}
#content-center form {margin:0px 0px 0px 80px;}
#content-center .title {float:left; margin:0px 10px 5px 0px;}
#content-center input[type=password] {}
#content-center .error {clear:both; color:#A41318; margin-left:97px;}

#breadcrumb{
	position:absolute;
	top:-48px;
	*top:-48px;
}

.crumb li {background:none; float:left; padding:0 5px 0 0;}
.crumb li a {text-decoration:none !important;}
.crumb li a:hover {text-decoration:underline; color:#000; background:none;}
.crumb li.active a,
.crumb li.active {color:#D41B23; background:none !important;}
#content_tab {width:735px; float:right; margin-left:20px; margin-top:20px;border-bottom:1px solid #B2B2B2;}
	#content-tab .tab-menu {list-style:none;}
	#content-tab .tab-menu ul{}
	#content-tab .tab-menu ul li {}
	#content-tab .tab-menu ul li a {}
	#content-tab .tab-menu ul li a span {}
	#content-tab .tab-menu ul li a:hover {}
	#content-tab .tab-menu ul li a:hover span {}

/*---------------------------------Content-right----------------------------------*/
#content-right {padding-left:10px; width:160px; text-align:left; float:right; margin-top:30px; padding-right:30px;}
#content-right a:hover{color:#000; text-decoration:underline;}

/*------------------------------------Clear---------------------------------------*/
.clear {clear:both;}
/*-----------------------------------Footer---------------------------------------*/

#block-footer{
	border-bottom: 1px solid #6f6f6f;
	color: #6b6b6b;
	padding-top: 7px;
	padding-bottom: 6px;
	text-align: right;
}

#footer-left{
	float:left;
	/*color:#6b6b6b;*/
	color:#8D8E8E;

}

ul#footer-right{
	position: relative;
}

ul#footer-right li#last{
	padding: 0px 0px 0px 20px;
	border: 0px;
}

ul#footer-right li{
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #6b6b6b;
}

#footer-right a{
	/*color: #6b6b6b;*/
	color: #8D8E8E;
}

#footer-right a:hover{
	color: #FFF;
}

.column ul{
	/*list-style: circle;*/
	color:#6D6D6D;
	margin-top:-10px;
	/* margin-left:15px;	*/
}
.column ul li{
	display:list-item;
	/*list-style-type:disc;*/
	margin-right:10px;
	/*padding-left:5px;
	list-style-image:url(../images/bullet-3.gif);*/
	float:left;
}
.column ul li a{
	color:#7C7C7C;

}
.column ul li a:hover{
	text-decoration:underline;
}

#content-body{
	height:auto;
	background:#FFF;
	padding-bottom:30px;
	position:relative;
}


.fund-item li{
	display:list-item;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-bottom:5px;
}

ul.list_tab{
	display:block;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	font-size:11px;
}

ul.list_tab li.first{
	float:left;
}

ul.list_tab li{
	float:left;
	padding: 0 2px 0px 0px;
}

ul.list_tab li a{
	color:#8f8d8d;
	margin-right:5px;

}

.list_tab li.selected a{
	/*font-weight:bold;*/
	color:#D41B23;
}


.list_tab_news {
	font-size:11px;
	font-weight:bold;
	display:block;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	position:absolute;
	top:22px;
}

.list_tab_news li.first{
	float:left;
	padding: 3px 0px 0px 6px;
	height:18px;
	background:none;
	margin-right:2px;
}

.list_tab_news li{
	float:left;
	height:20px;
	margin-right:2px;
	background:  url(../images/tabR_02.gif) no-repeat top right;
	display:inline-block;

}

.list_tab_news li a {
	color:#FFF;
	background: url(../images/tabL.gif) no-repeat top left;
	height:20px;
	display:inline-block;
	padding-left:6px;
	display:inline-block;
	cursor:hand;
}
.list_tab_news li a span{
	color:#FFF;
	height:18px;
	background:#7e7d7d;
	display:inline-block;
	margin-right:6px;
	padding-top:2px;
	display:inline-block;

}

.list_tab_news li.selected{
	background:  url(../images/tabR_02.gif) no-repeat bottom right;
	height:21px;
	margin-top:0px;
	border-top:#bebebe 1px solid;
}

.list_tab_news li.selected a {
	color:#000;
	background: url(../images/tabL.gif) no-repeat bottom left;
	height:21px;
	margin-left:-1px;
	margin-top:0px;
}

.list_tab_news li.selected a span{
	color:#000;
	height:20px;
	background:url(../images/bg_tb1.gif) repeat-x;
}

#content-center-full {
	/*margin-left:24px;
	margin-right:30px;*/
	width:900px;
	text-align:left;
	float:left;
	margin-top:30px;
	position:relative;
	right:-30px;
}


#content_bg{
	border:1px solid #c3c3c3;
	background:#dddddd;
	margin-top:42px;
	padding-bottom:42px;
	*padding-bottom:0px;
	min-height:300px;
}

.content_left{
	float:left;
	padding-left:20px;
	text-align:left;
	width:205px;
}

.content_left ul li{
	padding:0 5px 0 0;
	color:#ca9f96;
}

.content_left ul li a{
	color:#ca9f96;
	padding-right:5px;
}


/* Google Style Hacks */
.gsc-search-box, .gsc-configLabelCell, .gsc-tabsArea {
	display:none;
}
.gsc-control {
	width:460px !important;
	padding-left:300px;
	padding-top:60px;

}


#gsc_title{
	position:absolute;
	top:30px;
	left:30px;
	color:#464646;
	font-family:Arial,Helvetica,sans-serif;
	font-size:29px;
}

.gsc-tabHeader {
	padding:3px 8px 5px 8px;
}
.gsc-tabhActive {
	border-top:2px solid #666 !important;
}
.gsc-tabhInactive {
}

.gsc-resultsHeader {
	border: 0px !important;
}

.gsc-trailing-more-results a, .gsc-trailing-more-results a:visited{
	color:#808285 !important;
}


.gsc-results .gsc-cursor-box .gsc-cursor-page {
color:#808285;
cursor:pointer;
display:inline;
margin-right:8px;
text-decoration:underline;
}
/* Link Colour */
#resultbox a, .gs-title, .gs-title b {
	font-size:11px;
	font-weight:bold;
	color:#d73039!important;
}
.gs-visibleUrl, .gs-visibleUrl-short {
	color:#666 !important;
}

.gsc-resultsbox-visible{
	padding:20px;
}

.more, .more a{
	color:#902d28;
}

.content_left{
	float:left;
	padding-left:30px;
	text-align:left;
	width:205px;
}

.content_left ul li{
	padding:0 5px 0 0;
	color:#ca9f96;
}

.content_left ul li a{
	color:#ca9f96;
	padding-right:5px;
}

.content_left ul li.selected a{
	color:#902d2d;
}

.content_right{
	float:left;
	padding-left:35px;
	text-align:left;
	width:auto;
}

.content_right ul li{
	padding:0 5px 0 0;
	color:#ca9f96;
}

.content_right ul li a{
	color:#ca9f96;
	padding-right:5px;
}

.content_right ul li.selected a{
	color:#902d2d;
}

#content_people{
	padding:20px 30px 20px 30px;
	border: 1px solid #b9b9b9;
	background:#dddddd;
	margin-top:-1px;
	min-height:100px;
}

#content_people table{
	background:#7a7a7a;
	margin-left:20px;
	width:400px;
}

#content_people table td{
	background:#ddd;
	line-height:25px;
	padding-left:10px;
	color:#000;
	padding-right:10px;
}

.bold{
	font-weight:bold;
}

#content_people a{
	/*color:#f26522;*/
	text-decoration:underline;
}

#content_people ul li{
	display:list-item;
	list-style-image: url(../images/bullet_4.gif);
	list-style-position:inside;
}

.people_detail{
	margin:20px 0px;
}

#content_people .title, .people_detail .title{
	font-weight:bold;
	color:#000;
}

#content_people .position, .people_detail .position{
	font-weight:bold;
	color:#747273;
}

#content_people .content, .people_detail .content{
	padding-top:10px;
}

.image{
	float:left;
}

.image img{
	margin-right:20px;
}

#line .image img{
	margin: 0px;
}

#navigation{
	list-style:none;
	list-style-image:none;
	margin-left:24px;
}


#navigation li{
	float:left;
	padding:0 5px 0 0;
}

#navigation li a{
	color:#CA9F96;
}

#navigation li.selected a{
	color:#902D2D;
}

ul.second{
	list-style: circle;
	color:#6D6D6D;
	padding-left:20px;
}
ul.second li{
	display:list-item;
	list-style-type:disc;
	margin-left:15px;
	padding-left:5px;
	background-image:none;
	border: 0px;
}
ul.second li a{
	font-weight: normal;
}

.nav-sub ul.active li.current a{
	font-weight: bold;
}

#content_col1{
	float:left;
	padding-left:40px;
	padding-top:15px;
	text-align:left;
	width:45%;
}


#content_col2{
	float:left;
	padding-left:40px;
	padding-top:15px;
	text-align:left;
	width:20%;
}

#contact_form{
	padding:10px 5px 20px 5px;
	background:#F0F0F0;
	margin-top:20px;
}

#contact_form div{
	margin:5px 10px;
}

#contact_form div span{
	display:block;
	width:70px;
	float:left;
}


#contact_form div input[type=text]{
	width:200px;
}

.button_submit{
	padding-left:44px;
}

#funds {padding:20px 30px 10px;}
.fundSub {padding:0 0 10px;}
#funds li a, .fundSub li a {color:#8F8D8D;}
#funds li a:hover, .fundSub li a:hover {color:#000;}
#funds li.selected a, .fundSub li.selected a {color:#D41B23;}

#funds_report_ul {padding:20px 30px 10px;}
.fundSub {padding:0;}
#funds_report_ul li a, .fundSub li a {color:#8F8D8D;}
#funds_report_ul li a:hover, .fundSub li a:hover {color:#000;}
#funds_report_ul li.selected a, .fundSub li.selected a {color:#D41B23;}

#type_report_ul li a, .fundSub li a {color:#8F8D8D;}
#type_report_ul li a:hover, .fundSub li a:hover {color:#000;}
#type_report_ul li.selected a, .fundSub li.selected a {color:#D41B23;}



.people_list{
	font-size:10px;
}
.people_list li{
	float:left;
	height:20px;
	margin-right:2px;
	background:  url(../images/tabR_02.gif) no-repeat top right;
	display:inline-block;
	margin-top:2px;
}

.people_list li a:hover{
	text-decoration:none !important;
}

.people_list li.not_tab{
	background:  none;
	margin:0 5px;
	padding-top:2px;
	font-weight:bold;
	font-size:12px;
}

.people_list li a {
	color:#FFF;
	background: url(../images/tabL.gif) no-repeat top left;
	height:20px;
	display:inline-block;
	padding-left:6px;
	display:inline-block;
	cursor:hand;
}
.people_list li a span{
	color:#FFF;
	height:18px;
	background:#7e7d7d;
	display:inline-block;
	padding-top:2px;
	display:inline-block;
	font-size:13px;

}

.people_list li.selected{
	background:  url(../images/tabR_02.gif) no-repeat bottom right;
	/*height:21px;
	margin-top:1px;
	*/
	position:relative;
	z-index:500;
}

.people_list li.selected a {
	color:#000;
	background: url(../images/tabL.gif) no-repeat bottom left;
	height:21px;
}

.people_list li.selected a span{
	color:#000;
	height:18px;
	background:url(../images/bg_tb1.gif) repeat-x;
}
.content_news{
	margin-top:20px;
	padding-left:24px;
	padding-right:24px;
}

.title_detail{
	color:#902D28;
	font-size:13px;
	font-weight:bold;
}

.news_detail{
	padding-top:20px;
}

.info_fund {color:#FFF; font-weight:bold; font-size:13px; margin:0 0 0 20px;}

#fund_change{
	margin-top:5px;
}

.btn-slide{
	display:block;
	position:relative;
	width:65px;
	height:30px;
	background:url(../images/funds.png) no-repeat top left;
	cursor:hand;
}

.pos_asset{
	padding-left:0;
}

.pos_career{
	float:right;
	padding-right:230px;
}

#panel div a{
	color:#FFF;
}

#panel div a span{
	padding-top:3px;
	padding-left:10px;
	display:inline-block;
}

#panel div a:hover{
	background:url(../images/fund_hover.png) no-repeat top left;
	width:40px;
	height:22px;
	display:inline-block;
	color:#FFF;
	cursor:hand;
	position:relative;
	z-index:1000;
}

.panel-item-hover{
	background:url(../images/fund_hover.png) no-repeat top left;
	width:40px;
	height:22px;
	display:inline-block;
	color:#FFF;
	cursor:hand;
	position:relative;
	z-index:1000;
}

#panel div{
	padding-left:12px;
	padding-top:2px;
	color:#FFF;
	z-index:1000;
	background:url(../images/bg_fund.png) repeat-y top left;
	width:53px;
	height:22px;
}


ul#fund_asset panel div{
	display:list-item;
	background:url(../images/bg_fund.png) no-repeat top left;
	width:53px;
	height:24px;
	padding-left:10px;
	color:#FFF;
}

.people_image{
	float:left;
	margin-right:20px;
	padding-top:3px;
	width:130px;
}

.people_content{
	float:left;
	/*width:460px;*/
	width:440px;
}
.people_content .title{
	font-weight:bold;
}
.people_content .position{

}

.people_content .content{
	margin-top:5px;
}

.social_network{
	margin:10px;
	clear:left;
	position:relative;
}
.social_network .logo_image{
	float:left;
	margin-right:50px;
	position:relative;
}

.social_network .link{
	float:left;
	position:relative;
	top:50px;
}

#social_network{
	width:200px;
	left:800px;
	top:50px;
	padding:20px;
	display:none;
	position:absolute;
	z-index:1000;
	background:url(../images/bg_f.png) repeat;
}

#social_network a{
	color:#FFF;
}

#des{
	font-weight: bold;
	margin-bottom:10px;
	font-size:13px;
}

.data_record{
	padding-bottom: 10px;
	height:20px;
}
.data_record div{
	float:left;
	padding-right:5px;
}
.data_record div.title a{
	text-decoration: underline;
	color:#000 !important;
	font-weight: normal !important;
}

.data_record .date{
	color:#FF3300;
}

/*-----------------Popup message--------------------*/
#myBoxId {display:none; position:absolute; padding:20px; z-index:1000; width:100px; height:40px; border:1px solid silver; top:100px; left:450px; background:#FFF;}
a.button_send {background: url(../images/send.png) no-repeat; padding:0 0 12px 50px; width:50px; height:27px; border:0px; margin-left:25px;}
a.button_send:hover {background:url(../images/send_over.png) no-repeat;}
a.button-subscribe {background: url(../images/subcribe.png) no-repeat; padding:5px 0 4px 50px; margin-left:3px; border:0px; width:50px; height:29px;}
a.button-subscribe:hover {background:url(../images/subcribe_over.png) no-repeat;}
.other_team {padding:5px 0 0 5px;}
.other_team .parent {/*background:url(../images/bullet-2.gif) no-repeat 0px 2px;*/ padding:0 0 5px 5px;}
.other_team .parent a {font-weight:bold; color:#464646;}
.other_team .parent a:hover {color:#000; text-decoration:underline;}
.other_team .parent a.selected {font-weight:bold; color:#000;}
.other_team .parent .block .child {padding-left:22px;}
.other_team .parent .block a {font-weight:normal; color:#828385;}
.other_team .parent .block a:hover {color:#000;}
.other_team .block {margin-bottom:5px;}
.other_team .block .selected a {color:#E51A20;}
.other_team .block .child {line-height:18px;}
#loading {background:url(../images/loading.png) no-repeat; position:fixed; top:50%; left:45%; z-index:5000; font-size:15px; color:#FFF; padding:10px 0 0 10px; width:150px; height:90px;}
.people_content {height:540px;}

/*----Content media----*/
#left_ajax {height:500px;}
.content_media_news {height:500px;}
.record-text {background:url(../images/news2.gif) no-repeat 0px 0px; padding-left:18px;}
.record-video {background:url(../images/media_12x12.png) no-repeat 0px 0px; padding-left:18px;}
.record-html-link {background:url(../images/ie_icon.png) no-repeat 0px 0px; padding-left:18px;}
.record-pdf {background:url(../images/pdf_12.png) no-repeat 1px 2px; padding-left:18px;}
.record-news2 {background:url(../images/news2.gif) no-repeat 0px 0px; padding-left:18px;}
.record-html1 {background:url(../images/ie_icon.png) no-repeat 0px 2px; padding-left:18px;}
.record-pdf1 {background:url(../images/pdf_12.png) no-repeat 1px 4px; padding-left:18px;}
.T15_bottom {/*margin:0 24px 15px 26px;*/ margin:0 24px 15px 0;}
.T5_bottom {margin:0 5px 2px;}
.record-text .title a, 
.record-html-link .title a, 
.record-pdf .title a, 
.record-news2 .title a, 
.record-video .title a {color:#414141; font-weight:bold;}

.record-text .title a:hover, .record-html-link .title a:hover, .record-pdf .record-news2 .title a:hover{
color:#000;
}
/*------Content center link----*/
#content-center a:hover{
text-decoration:underline;
color:#000;
}

#content-center .fund-item ul li{
margin-left:15px;
}

blockquote{
margin:12px 40px;
}

#content-center ol li{
list-style-position:outside;
list-style-type: decimal !important;
padding:5px 0px;
margin-left:15px;
}
#content-center p{
margin-bottom: 10px;
}

#content-center table td strong{
/*background:transparent url(../images/point.gif) no-repeat scroll 0px 6px;*/
padding-left:15px;
}

.paddingT10{
padding-top:10px;
}

.paddingT20{
padding-top:20px;
}

.content_market{
height:380px;
position:relative;
}

.back_bar{
position:absolute;
top:222px;
}

.back{
width:406px;
float:left;
}

.next{
width:24px;
float:left;
text-align:right;
}

.back_button{
background: url(../images/arrow_left.png) no-repeat top left;
height:24px;
width:24px;
position:absolute;
}
.next_button{
background:  url(../images/arrow_right.png) no-repeat top right;
height:24px;
width:24px;
position:absolute;
right:0px;
}


.back_button_hover{
background: url(../images/arrow_left_hover.png) no-repeat top left;
height:24px;
width:24px;
position:absolute;
}
.next_button_hover{
background: url(../images/arrow_right_hover.png) no-repeat top right;
height:24px;
width:24px;
position:absolute;
right:0px;
}
.people_list span.full{
display:none;
text-align:center;
}

.people_list span.desc{
display:inline-block;
}

.tooltip{
width:120px;
position:absolute; 
z-index:15000; 
display:none;
left:5px;
top:-20px;
font-size:10px;
}

#menu {
padding-left:5px;	
}

#menu ul li{
display:list-item;
}

#menu ul li.parent{
/*background:url(../images/bullet2.png) no-repeat 0 5px;*/
padding-bottom:8px;
}

#menu li.parent a.selected{
color:#000;
font-weight:bold;
}

#menu ul li ul li{
padding-left:25px;
padding-top:2px;
}


#menu li.child a.selected, #menu li.selected a {
color:#D41B23;
font-weight:normal;
}

#menu li.child a:hover{
color:#000;
text-decoration:underline;
}

#menu li.choose a{
color:#000;
font-weight:bold;
}

<<<<<<< .mine
div.menuTree ul li {
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 0 0px;
white-space:nowrap;
}

.switch_image{
	background:url(../images/arrow.png) no-repeat top left;
	height:16px;
	width:9px;
	padding-left:14px;
}

.swap{
	background-position: bottom left;
}

.column_1 {
background: #7c7c7c url(../images/top.jpg) left top no-repeat;
float:left;
width:160px;
padding-top:5px;
}

.column_1 #fund{
	background: #7c7c7c url(../images/bottom.jpg) left bottom no-repeat;
	color: #FFF;
	padding-bottom:10px;
}

.column_1 #fund .content{
	padding-right: 5px;
	padding-left:5px;
}

.column_1 #fund .content .title{
	font-weight: bold;
	color:#222;
}

.column_1 #fund .content .title td{
	border-bottom:1px solid #BFBFBF;
}

#fund table{
	border-bottom:1px solid #bfbfbf;
}

.column_1 .odd{
	background: #7c7c7c;
	color:#FFF;
}

.column_1 .even{
	background: #6d6d6d;
	color:#FFF;
}

.column_1 .even td, .column_1 .odd td{
	padding-left: 5px;
	border-top: 1px solid #bfbfbf;
}

.column_1 .even td span{
	color: #FFF;
	padding-left: 2px;
}

.column_1 .odd td span{
	color: #FFF;
	padding-left: 2px;

}

.column_1 #fund .content .title td{
	padding-left: 5px;
}

/*---------------VACANCY-----------------*/
.group_vacancy{
	padding:5px;
	color:#D41B23;
	font-weight:bold;
}

.vacancy a{
	padding:5px 0px 5px 15px;
}
#right_ajax {margin:0 30px; border-top:1px solid #ccc;}


div.menuTree ul li {line-height:20px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0 0 0 0px; white-space:nowrap;}
.switch_image {background:url(../images/arrow.png) no-repeat top left; height:16px; width:9px; padding-left:14px;}
.swap {background-position:bottom left;}
.column_1 {background:#7c7c7c url(../images/top.jpg) left top no-repeat; float:left; width:160px; padding-top:5px;}
.column_1 #fund {background:#7c7c7c url(../images/bottom.jpg) left bottom no-repeat; color:#FFF; padding-bottom:10px;}
.column_1 #fund .content {padding:0 5px;}
.column_1 #fund .content .title {font-weight:bold; color:#222;}
.column_1 #fund .content .title td {border-bottom:1px solid #BFBFBF;}
#fund table {border-bottom:1px solid #bfbfbf;}
.column_1 .odd {background:#7c7c7c; color:#FFF;}
.column_1 .even {background:#6d6d6d; color:#FFF;}
.column_1 .even td, 
.column_1 .odd td {padding-left:5px; border-top: 1px solid #bfbfbf;}
.column_1 .even td span {color:#FFF; padding-left:2px;}
.column_1 .odd td span {color:#FFF; padding-left:2px;}
.column_1 #fund .content .title td {padding-left:5px;}
/*****************************************************************************************************
	VACANCY
******************************************************************************************************/
.group_vacancy {padding:5px; color:#D41B23; font-weight:bold;}
.vacancy a {padding:5px 0px 5px 15px;}
/*****************************************************************************************************
	POPUP
******************************************************************************************************/
.simple_overlay {display:none; z-index:999; background:#FFF; width:660px; padding:20px; line-height:18px; -moz-border-radius:.5em; /*-moz-box-shadow:0 0 90px 5px #000; -webkit-box-shadow: 0 0 90px #000;*/}
.simple_overlay .close1 {background:url(../images/close_p.gif) no-repeat 0 0; position:absolute; right:10px; top:10px; cursor:pointer; height:17px; width:17px;}
.simple_overlay .close1:hover {background:url(../images/close_p.gif) no-repeat 0 -30px;}
#homePopup p {padding:0 0 10px;}
#homePopup table {margin:0 0 0 100px;}
#homePopup td {padding:0 0 10px;}
.txt11 {font-size:11px;}
/*****************************************************************************************************
	EVENTS
******************************************************************************************************/
#content-event {background:#FFF; padding:30px;}
#content-event a {text-decoration:underline;}
.back a {background:url(../images/bullet_03.gif) no-repeat 0 5px; position:absolute; right:30px; top:67px; padding:0 0 0 15px; color:#D41B23; text-decoration:none !important;}
.tblEvent {margin:20px 0 0 0;}
.tHead {background:#7c7c7c; color:#FFF; text-transform:uppercase; font-weight:bold; padding:7px 0 10px 15px;}
.odd {background:#e4e4e4; border-top:1px solid #FFF; padding:5px 0 7px 15px;}
.even {background:#cacaca; border-top:1px solid #FFF; padding:5px 0 7px 15px;}

#block-flash {}
#funds_tab {z-index:9999;}
/*****************************************************************************************************
	CAROUSEL BANNER
******************************************************************************************************/
.carousel {position:relative;}
button.banner_next {position:absolute; right:0px; top:202px; background:url(../images/flash/next-horizontal.png) no-repeat 0px 0px; height:25px; width:25px; cursor:pointer; z-index:999; text-indent:-9999px; border:none;}
button.banner_next:hover {background:url(../images/flash/next-horizontal.png) no-repeat -25px 0px; z-index:999;}
button.banner_prev {position:absolute; left:0px; top:202px; background:url(../images/flash/prev-horizontal.png) no-repeat 0px 0px; height:25px; width:25px; cursor:pointer; z-index:999; text-indent:-9999px; border:none;}
button.banner_prev:hover {background:url(../images/flash/prev-horizontal.png) no-repeat -25px 0px; z-index:999;}

/*****************************************************************************************************
	PAGINATION
******************************************************************************************************/
#paging {position:absolute; bottom:30px;}
#paging a {background:#f1f1f1; border:1px solid #ccc; color:#000; padding:1px 5px;}
#paging a:hover, #paging a.current {background:#D41B23; border:1px solid #D41B23; color:#FFF;}
#paging a.pagingFirst,
#paging a.pagingPrev,
#paging a.pagingNext,
#paging a.pagingLast {}

