html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html,body, ul, li, a{
	padding: 0;
	margin: 0;
	font-size:  12px;
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", 'Scada', Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000;
	-webkit-text-size-adjust: auto;
	text-decoration: none;
}

a:{
	outline: none;
	text-decoration: none;
    color: #7b6d76;
}
a:hover{
	color: #00993b;
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
a:visited{
    color: #7b6d76;
}

h1{
	font-size: 35px;
	font-weight: bold;
}
h2{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", 'Scada', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #005f4e;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 10px;
}
h3{
	font-size:14px;
	color:#00993b;
	font-weight: normal;
	line-height: 24px;
}
h4{
	font-size: 16px;
	color: #00993b;
	font-weight: 300;
	line-height: 18px;
}
h5{
/*	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-size: 19px;
	color: #005f4e;
	font-weight: 300;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
h6{
/*	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-size: 17px;
	color: #00993b;
	font-weight: 400;
	line-height: normal;
	margin-top: 36px;
	margin-bottom: 20px;
}
p{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", 'Scada', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:15px;
	color:#000;
	font-weight: 300;
	line-height: 25px;
	margin:6px 0 10px;
}
p a{
	color:#005f4e;
}
p a:hover{
	color:#00993b;
}
p.white{
	font-size:14px;
	line-height: 13px;
	color: #ffffff;
	margin: 2px 0 6px 9px;
}
.sections a:hover{
	text-decoration: underline;
}

span.darkblue{
	color:#005f4e;
	font-weight: 400;
}
span.blue{
	color:#00993b;
	font-weight: 400;
}
span.lightblue{
	color:#bfe5f1;
	font-weight: 400;
}
span.darkgreen{
	color:#005f4e;
	font-weight: 400;
}
span.green{
	color:#00993b;
	font-weight: 400;
}
span.lightgreen{
	color:#82ca9c;
	font-weight: 400;
}

h6.white{
	font-size:15px;
	color: #ffffff;
	margin: 2px 0 4px 9px;
}
h6.hk{
	padding-top: 5px;
}
h6.darkgreen{
	color: #005f4e;
	margin: 30px 0 0 0;
}
h3.linkage a:link, a:visited, a:active {
	color:#00993b; !important;
	text-decoration: none !important;
}
h3.linkage a:hover {
	color:#bfe5f1; !important;
	text-decoration: none !important;
}
.ordinal {
	font-size:65%;
	vertical-align:super;
}
hr{
	height:1px;
	border:0;
	margin:0;
	-webkit-margin:0;
	padding-bottom:0px;
	border-top:1px solid #000000;
	/*border-top:1px solid #000000;*/
	color:#000000;	/* IE6 */
}
.nobr {
	white-space: nowrap;
}

/* for menu */
ul, li {
	list-style: none;
	z-index:100;
}
/* 選單 li 之樣式 */
ul.navigation li {
/*	position: relative; */
	float: left;
}
/* 選單 li 裡面連結之樣式 */
ul.navigation li a{
	display: block;
	padding: 11px 18px 9px 18px;
	font-weight: normal;
	font-size: 15px;
	color: #FFF;
}
ul.navigation li:first-child a {
	padding-left: 20px;
}
ul.navigation li:last-child a {
	padding-right: 18px;
}
/* 特定在第一層，右邊分隔線 */
ul.navigation > li > a{
	border-bottom: 0px solid #CCC;				
	border-right: 1px solid #00993b;
}
ul.navigation > li:hover {
	background: #b3ddc0 !important; /* let mouseover takes precedence */
}
ul.navigation > li:hover > a {
	color: #005f4e !important; /* let mouseover takes precedence */
}
ul.navigation > li.active {
	background: #b3ddc0;
}
ul.navigation > li.active > a {
	color: #005f4e !important; /* let mouseover takes precedence */
}
ul.navigation ul a.active {		
	color: #ffffff;				
}
/* 特定在第一層 > 第二層或以後下拉部分之樣式 */
ul.navigation ul{
	display: none;
	position: absolute;
	z-index:100;
	float: left;
	left: 0;	
	margin: 0;
	width: 100%;
	background: #b3ddc0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul{
	display: inline;
	z-index:100;
}
/* 特定在第二層或以後下拉部分 li 之樣式 */
ul.navigation ul li {
	border-bottom: 0px solid #DDD;
}
/* 特定在第二層或以後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
	border-bottom: none;
}
/* 第二層或以後選單 li 之樣式 */
ul.navigation ul a {
	display: block;
	float: left;
	margin:0;
	padding: 12px 22px 13px;
	font-weight: 400;
	color: #005f4e;		
	background: #b3ddc0;
	white-space: nowrap;
	width: 100%;
}
ul.navigation ul a:hover {
	color: #fff;
	font-weight: 400;			
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul{
	display: block;
	position: absolute;
	top: 0;				
	left: 100%;
}
/* 箭頭向下 */
.arrow-bottom {
	display: inline-block;
	margin-left: 5px;
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;				
	border-left: 4px solid transparent;
	width: 1px;
	height: 1px;
}
/* 箭頭向右 */
.arrow-right {
	display: inline-block;
	margin-left: 12px;	
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666;		
	width: 1px;
	height: 1px;
}
div#menu-base {
	width:992px;
	height:40px;
	position:relative;
	padding:0 0 0 0px;
	z-index:100;
	background:#005f4e;
}

a.anchor{
	display: block;
	position: relative;
	top: -284px;
	margin-left:24px;
	visibility: hidden;
}
a.anchor2{
	display: block;
	position: relative;
	top: -170px;
	visibility: hidden;
}

div#navWrap {
   height: 40px;
}
div#nav {
   padding: 5px;
   background: #fff;    
}
div#nav ul {
   margin: 0;
   padding: 0;    
}
div#nav li {
   float: left;
   padding: 3px 8px;
   background-color: #FFF;
   margin: 0 10px 0 0;
   color: #F00;
   list-style-type: none;
}
div#nav li a {
   color: #F00;  
   text-decoration: none;    
}
div#nav li a:hover {
   text-decoration: underline;   
}

div.logo {
	height: 67px
}

div.space{
	width:438px;
	height:25px;
	background:#e0d892; 
	position:relative
}

div#links{
	font-size: 12px;	
	font-weight: 300;
	float:right;
	top: 17px;
	right: 26px;
	text-align: right;
	position: absolute;
	z-index: 10;
}
div#links a{
	color:#005f4e;
	text-decoration: none;
}
div#links a:hover{
	color: #00993b;
	text-decoration: underline;
}

div#header{
	width: 992px;
/*	height: 103px; */
	height: 140px;
	position: fixed;
	background: url(../images/bg-head-2014.jpg) 0 0 no-repeat !important;
	z-index: 100
}
div#logo{
	height: 78px;
	padding-top: 22px;
	width: 240px;
	float: left;
	position: relative;
}
div#heading{
	height: 78px;
	padding-top: 22px;
	width: auto;
	float: right;
	position: relative;
}
div.head_home{
	font-size: 26px;	
	font-weight: 400;
	color: #00993b;
	margin-right: 14px;
	top: 23px;
	float: right;
	position: relative;
	cursor: pointer;
	width: auto;
	}
div.head_download_icon{
	margin-right: 2px;
	top: 25px;
	padding-top: 4px;
	float: left;
	cursor: pointer;
	width: auto;
}
div.head_download_text{
	font-size: 11px;	
	font-weight: 400;
/*	line-height: 12px; */
	top: 4px;
	color: #005f4e;
	float: right;
	position: relative;
	cursor: pointer;
	width: auto;
}
div.head_download{
	font-size: 11px;	
	font-weight: 400;
	line-height: 13px;
	color: #005f4e;
	margin-right: 26px;
	top: 24px;
	float: right;
	position: relative;
	cursor: pointer;
	width: auto;
}
div#result{
	width:180px;
	height:38px;
	cursor:pointer;
	padding:2px 0 0 0px;
	margin:0 0 0 0px;
	background: url(../images/result-bg-c.jpg) -24px -14px no-repeat !important;
}

div#content{
	position:relative;
	padding-top:140px;
	float:right;
	margin-bottom:10px;
	overflow:hidden;
}
div#container {
	width: 992px;
/*	height: 633px; */
	margin-right: 0px;
	position: relative;
}

td#holder{
/*	background:	url(../images/spacer.gif) 0 0 no-repeat !important; */
/*	padding-right:11px; */
}

td#dots-line{
	background:	url(../images/green-dots-line.gif) 0 24px no-repeat !important;
	padding-top:24px;
}

td#financial{
	background:	url(../images/spacer.gif) 0 0 no-repeat !important;
	padding:18px 0 0 13px;
	height:80px;
	vertical-align:top;
}
td#rental{
	background:#f9f5d0; 
	padding:12px 0 0 13px;
	height:300px;
	vertical-align:top;
}
td#overall{
	background:#f9f5d0; 
	padding-left:0px;
	padding-top:0px;
	max-height:100px;
	vertical-align: bottom;
}
div#thumbnail{
	background:	url(../images/home-chart01.gif) 0 0 no-repeat !important;
	width:270px;
	height:236px;
	position:absolute;
	background: #fff;
}
td#rental a{
	display:block;
	color:#000;
	font-weight:600;
	padding-left:0px;
	margin:2px 0 2px 0px;
}
td#rental a:hover{
	color:#005f4e;
}
h3 a:hover{
	color:#005f4e;
}

div.arrow-block h3{
	font-size:30px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	margin-top:54px;
}
div.arrow-block a{
	font-size:11px;
	color:#F7931D;
}
div.arrow-layer{
	background: url("../images/arrow.png") no-repeat;
	position:absolute;
}
div.imgholder{
	height:108px;
	position:relative;
	overflow:hidden;
	margin-bottom:0px;	
}
div.arrow-block div.imgholder img{margin:0;padding-bottom:0;}
div.imgholder div.arrow-layer{
	margin-top:137px;
}
div.arrow-block{
	width:110px;
	height:108px;
	float:right;
	padding:0 47px 1px;
}
div.arrow-block img{
	padding-bottom:0px;
}

div.arrow-block div.arrow-layer{
	width:90px;
	height:88px;
	padding:10px;
}

div.highlight-item{
	width: 630px;
	overflow: hidden;
	border-left: 1px solid #b3ddc0;
	border-top: 1px solid #b3ddc0;
}
div.highlight-item > img{
	margin-left: 630px;
}


div#page2back{
	cursor:pointer;	
	background:	url(../images/back.png) 0 0 no-repeat !important;
	position:relative;
	float: left;
	margin:456px 0 0 25px;
	z-index:21;
}
div#page3back{
	cursor:pointer;	
	background:	url(../images/back.png) 0 0 no-repeat !important;
	position:relative;
	float: left;
	margin:726px 0 0 25px;
	z-index:21;
}
div#page4back{
	cursor:pointer;	
	background:	url(../images/back.png) 0 0 no-repeat !important;
	position:relative;
	float: left;
	margin:656px 0 0 25px;
	z-index:21;
}

div#title{
	width:630px;
	padding-top:0px;
	height:400px;
	float:left;
	text-align:right;
	vertical-align:bottom;	
	background:	url(../images/title.jpg) top right no-repeat;
}
div#over-menu{
	font-size:12px;	
	float:left;
	text-align:left;
	position:relative;
	z-index:10;
}

div.sections{
	position:relative;
	width:992px;
}

div#chairman{
	padding-left:24px;
	margin-top:110px;
	position:relative;
	text-align:left;
	vertical-align:top;	
	background:	url(../images/chairman-image.jpg) 0 20px no-repeat;
}
div#chairman-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	margin-top:-110px;
	position:fixed;
	background:#fff;
	z-index:50;
}

div#banner-in{
	margin:0 0 30px;
}
div#business{
	padding-left:24px;
	position:relative;
	text-align:left;
	vertical-align:top;	
}
div#business-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	position:fixed;
	background:#fff;
	z-index:50;
}

div#financial{
	padding-left:24px;
	position:relative;
	text-align:left;
	vertical-align:top;	
}
div#financial-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	position:fixed;
	background:#fff;
	z-index:50;
}
div#hongkong-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	position:fixed;
	background:#fff;
	z-index:50;
}
div#mainland-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	position:fixed;
	background:#fff;
	z-index:50;
}
div#result-top{
	width:100%;
	height:140px;
	margin-left:-24px;
	padding-left:24px;
	position:fixed;
	background:#fff;
	z-index:50;
}

div#download{
	width:362px;
	height:103px;
}
div#download img#cover{
	border:1px solid #5a5b53;
}
div.close{
	float:right;
	width:56px;
	height:19px;
	margin:-27px 0 0 0;
	cursor:pointer;
	display:block;
	background:	url(../images/close-c.gif) top right no-repeat !important;
}
div.press_down{
	width:56px; 
	height:25px;
	cursor:pointer;
	background:	url(../images/more-c.gif) top right no-repeat !important;
	position:relative;
	float:right;
	margin:4px 0 0 0;
	z-index:20;
}
div.press_none{
	width:56px; 
	height:25px;
	cursor:none;
	background:	url(../images/spacer.gif) 0 0 no-repeat !important;
	position:relative;
	float: right;
	margin:4px 0 0 0;
	z-index:20;
}
div.to_top{
	width:760px;
	height:50px;
	margin:50px 0;
}
div#top{
	float:right;
	position:relative;
	width:85px; 
	height:19px;
	margin:16px 0px 0 0;
	cursor:pointer;
	background:	url(../images/top-c.gif) top right no-repeat !important;
}

div.slide-button{
	border-top:1px dotted #A7A9AC;
	position:relative;
	padding:10px 0 0 0;
	margin: 5px 0;
	min-height:40px;
}
div.slide-button img{
	position:absolute;
	padding:12px 0 10px 10px;
	margin:0;
	top:0;
	right:0;
	cursor:pointer;
}
div.slide-button-content{
	display:none;
}
div.slide-button-content table td{
	padding-right:0px;
}

table#click {
	background:#f0f6e3;
}
div#highlight{
	width:992px;
	height:auto;
	border-top:7px solid #82ca9c;
	border-bottom:0px solid #82ca9c;
/*	background:	url(../images/chart2013a.jpg) 0 -6px no-repeat !important; */
}
div#highlight table#click{
	padding:0;
}

div#overview{
	width:992px;
	height:310px;
	border-top:7px solid #82ca9c;
	border-bottom:0px solid #82ca9c;
}
div#overview table#click{
	padding:0 0 0 0px;
}

div#leasing{
	width:992px;
	height:598px;
	border-top:7px solid #82ca9c;
	border-bottom:1px solid #82ca9c;
/*	background:	url(../images/chart2013b.jpg) 0 -6px no-repeat !important; */
}
div#leasing table#click{
	padding:0 0 0 24px;
}

div#review{
	width:992px;
	height:523px;
	border-top:7px solid #82ca9c;
	border-bottom:1px solid #82ca9c;
/*	background:	url(../images/chart2013b.jpg) 0 -6px no-repeat !important; */
}
div#review table#click{
	padding:0 0 0 24px;
}

div#highlight2{
	width:992px;
	height:586px;
}

.project-head{
	min-height: 20px; 
	background: #005f4e; 
	padding-top: 5px; 
	padding-bottom: 1px;
}
.project-photo{
	height: 175px; 
	background: #ffffff;
}
.project-foot{
	height: 8px; 
	background: #005f4e;
}

/* Chart - click style */
div.click01-on {
	width:168px;
	height:210px;
	background:	url(../images/click01.jpg) 0 0 no-repeat !important;
}
div.click01-off {
	width:168px;
	height:210px;
	background:	url(../images/click01-off.jpg) 0 0 no-repeat !important;
}
div.click02-on {
	width:168px;
	height:210px;
	background:	url(../images/click02.jpg) 0 0 no-repeat !important;
}
div.click02-off {
	width:168px;
	height:210px;
	background:	url(../images/click02-off.jpg) 0 0 no-repeat !important;
}
div.click03-on {
	width:168px;
	height:210px;
	background:	url(../images/click03.jpg) 0 0 no-repeat !important;
}
div.click03-off {
	width:168px;
	height:210px;
	background:	url(../images/click03-off.jpg) 0 0 no-repeat !important;
}
div.click04-on {
	width:168px;
	height:210px;
	background:	url(../images/click04.jpg) 0 0 no-repeat !important;
}
div.click04-off {
	width:168px;
	height:210px;
	background:	url(../images/click04-off.jpg) 0 0 no-repeat !important;
}
div.click05-on {
	width:168px;
	height:210px;
	background:	url(../images/click05.jpg) 0 0 no-repeat !important;
}
div.click05-off {
	width:168px;
	height:210px;
	background:	url(../images/click05-off.jpg) 0 0 no-repeat !important;
}
div.click06-on {
	width:168px;
	height:210px;
	background:	url(../images/click06.jpg) 0 0 no-repeat !important;
}
div.click06-off {
	width:168px;
	height:210px;
	background:	url(../images/click06-off.jpg) 0 0 no-repeat !important;
}
div.click07-on {
	width:168px;
	height:210px;
	background:	url(../images/click07.jpg) 0 0 no-repeat !important;
}
div.click07-off {
	width:168px;
	height:210px;
	background:	url(../images/click07-off.jpg) 0 0 no-repeat !important;
}
div.click08-on {
	width:168px;
	height:210px;
	background:	url(../images/click08.jpg) 0 0 no-repeat !important;
}
div.click08-off {
	width:168px;
	height:210px;
	background:	url(../images/click08-off.jpg) 0 0 no-repeat !important;
}
div.click09-on {
	width:168px;
	height:210px;
	background:	url(../images/click09.jpg) 0 0 no-repeat !important;
}
div.click09-off {
	width:168px;
	height:210px;
	background:	url(../images/click09-off.jpg) 0 0 no-repeat !important;
}

div.click11-on {
	width:177px;
	height:226px;
	background:	url(../images/click11.jpg) 0 0 no-repeat !important;
}
div.click11-off {
	width:177px;
	height:226px;
	background:	url(../images/click11-off.jpg) 0 0 no-repeat !important;
}
div.click12-on {
	width:177px;
	height:226px;
	background:	url(../images/click12.jpg) 0 0 no-repeat !important;
}
div.click12-off {
	width:177px;
	height:226px;
	background:	url(../images/click12-off.jpg) 0 0 no-repeat !important;
}
div.click13-on {
	width:177px;
	height:226px;
	background:	url(../images/click13.jpg) 0 0 no-repeat !important;
}
div.click13-off {
	width:177px;
	height:226px;
	background:	url(../images/click13-off.jpg) 0 0 no-repeat !important;
}
div.click14-on {
	width:177px;
	height:226px;
	background:	url(../images/click14.jpg) 0 0 no-repeat !important;
}
div.click14-off {
	width:177px;
	height:226px;
	background:	url(../images/click14-off.jpg) 0 0 no-repeat !important;
}

div.click21-on {
	width:177px;
	height:315px;
	background:	url(../images/click21.jpg) 0 0 no-repeat !important;
}
div.click21-off {
	width:177px;
	height:315px;
	background:	url(../images/click21-off.jpg) 0 0 no-repeat !important;
}
div.click22-on {
	width:177px;
	height:315px;
	background:	url(../images/click22.jpg) 0 0 no-repeat !important;
}
div.click22-off {
	width:177px;
	height:315px;
	background:	url(../images/click22-off.jpg) 0 0 no-repeat !important;
}

div.click31-on {
	width:177px;
	height:226px;
	background:	url(../images/click31.jpg) 0 0 no-repeat !important;
}
div.click31-off {
	width:177px;
	height:226px;
	background:	url(../images/click31-off.jpg) 0 0 no-repeat !important;
}
div.click32-on {
	width:177px;
	height:226px;
	background:	url(../images/click32.jpg) 0 0 no-repeat !important;
}
div.click32-off {
	width:177px;
	height:226px;
	background:	url(../images/click32-off.jpg) 0 0 no-repeat !important;
}

div.clickB1-on {
	width:177px;
	height:315px;
	background:	url(../images/clickB1.jpg) 0 0 no-repeat !important;
}
div.clickB1-off {
	width:177px;
	height:315px;
	background:	url(../images/clickB1-off.jpg) 0 0 no-repeat !important;
}
div.clickB2-on {
	width:177px;
	height:315px;
	background:	url(../images/clickB2.jpg) 0 0 no-repeat !important;
}
div.clickB2-off {
	width:177px;
	height:315px;
	background:	url(../images/clickB2-off.jpg) 0 0 no-repeat !important;
}
div.clickB3-on {
	width:177px;
	height:315px;
	background:	url(../images/clickB3.jpg) 0 0 no-repeat !important;
}
div.clickB3-off {
	width:177px;
	height:315px;
	background:	url(../images/clickB3-off.jpg) 0 0 no-repeat !important;
}
div.clickB4-on {
	width:177px;
	height:315px;
	background:	url(../images/clickB4.jpg) 0 0 no-repeat !important;
}
div.clickB4-off {
	width:177px;
	height:315px;
	background:	url(../images/clickB4-off.jpg) 0 0 no-repeat !important;
}

div.show01 {
	width:460px;
	height:523px;
	background:	url(../graph/view01.jpg) 0 0 no-repeat !important;
}
div.show02 {
	width:460px;
	height:523px;
	background:	url(../graph/view02.jpg) 0 0 no-repeat !important;
}
div.show03 {
	width:460px;
	height:523px;
	background:	url(../graph/view03.jpg) 0 0 no-repeat !important;
}
.table-title{
	font-size:16px;
	color:#009ec3;
	font-weight: normal;
	line-height:20px;
	margin: 4px 0 8px;
}
.projects{
	font-size:16px;
	line-height:20px;
	font-weight: lighter;
	vertical-align:top;
	margin: 0 0 8px;
}

div.slide-project{
	border-top:1px dotted #A7A9AC;
	position:relative;
	padding:10px 0 0 0;
	margin: 5px 0;
	min-height:40px;
}
div.slide-project img{
	position:absolute;
	padding:12px 0 10px 10px;
	margin:0;
	top:0;
	right:0;
	cursor:pointer;
}
div.slide-project-content{
	display:none;
}
div.slide-project-content table td{
	padding-right:0px;
}

div.numbers{
	font-size:30px;
	color:#009ec3;
	text-align:right;
	font-weight: normal;
	position:absolute;
	right:0;
}

div.index-right{
	float: right;
	position: relative;
	width: 210px;
	margin-top: 6px;
	background: #fff
}

div#report{
	padding-left:24px;
	position:relative;
	text-align:left;
	vertical-align:top;	
}
div#highlights{
	padding-left:24px;
	position:relative;
	text-align:left;
	vertical-align:top;	
}
div.download_pdf{
	font-size:11px;
	color:#7b6d76;
	text-align:right;
	font-weight: bold;
	line-height: 20px;
	right:0;
}
div.download_title{
	font-size:11px;
	color:#009ec3;
	text-align:right;
	font-weight: bold;
	line-height: 20px;
	right:0;
}
div.download_title a:hover{
	text-decoration:underline;
}
div.click_message{
	font-size:12px;
	line-height:17px;
	color:#7b6d76;
	text-align:left;
	font-weight: lighter;
	line-height: 18px;
	margin:5px 0 0 10px;
}
li.chapter{
	padding:10px 5px 10px;
	vertical-align: bottom;
	float: left;
	width:85%;
	cursor:pointer;	
}
div.large{
	font-size:70px;
	color:#009ec3;
	text-align:right;
	font-weight: lighter;
	position:relative;
	right:0;
}

div.icon{
	float:right;
	position:absolute;
	z-index:10;
	right:20px;
}

.content_title4{
	font-size:16px;
	color:#0f8890;
	font-weight: normal;
	line-height:20px;
	position:relative;
	margin: 4px 0 10px;
}
div.slogan4{
	font-size:30px;
	color:#0f8890;
	text-align:left;
	font-weight: normal;
	position:relative;
	margin: 0 0 24px;
}
hr.content4{
	height:1px;
	border:0;
	margin:0;
	-webkit-margin:0;
	padding-bottom:0px;
	border-top:1px solid #0f8890;
	/*border-top:1px solid #0f8890;*/
	color:#0f8890;	/* IE6 */
}
div.download_title4{
	font-size:11px;
	color:#0f8890;
	text-align:right;
	font-weight: bold;
	line-height: 20px;
	right:0;
}
div.download_title4 a:hover{
	text-decoration:underline;
}

.content_title5{
	font-size:16px;
	color:#9a2e3f;
	font-weight: normal;
	line-height:20px;
	position:relative;
	margin: 4px 0 10px;
}
div.slogan5{
	font-size:30px;
	color:#9a2e3f;
	text-align:left;
	font-weight: normal;
	position:relative;
	margin: 0 0 24px;
}
hr.content5{
	height:1px;
	border:0;
	margin:0;
	-webkit-margin:0;
	padding-bottom:0px;
	border-top:1px solid #9a2e3f;
	/*border-top:1px solid #9a2e3f;*/
	color:#9a2e3f;	/* IE6 */
}

div.download_title5{
	font-size:11px;
	color:#9a2e3f;
	text-align:right;
	font-weight: bold;
	line-height: 20px;
	right:0;
}
div.download_title5 a:hover{
	text-decoration:underline;
}

.content_title6{
	font-size:16px;
	color:#0780b4;
	font-weight: normal;
	line-height:20px;
	position:relative;
	margin: 4px 0 10px;
}

#download-all{
	font-size:14px;
	font-weight: 600;
	padding:11px;
	z-index:20;
/*	color:#005f4e; */
	vertical-align:top;
}
span#download{
	color: #00993b;
}

#download-all > img{
	padding-top:0px;
}
img#cover{
	border:1px solid #ffffff;
}

table#download{
	font-size:14px;
	color:#00993b;
	font-weight: 400;
	margin:0 0 100px 0;
    border-collapse: collapse;   

/*	background:	url(../images/download.jpg) 0 0 no-repeat !important; */
}
td#download-icon{
/*	background:	url(../images/download-icon-HLP.jpg) 0 0 no-repeat !important; */
	padding-top:12px;
	vertical-align:top;
	background-color: #e0eec9;
}
td.title{
	padding-left:14px;
	height:40px;
	font-weight: 600;
	vertical-align:middle;
}
td.title-mid{
	height:40px;
	font-weight: 600;
	vertical-align:middle;
}
td#rows{
	color:#00993b;
	padding-left:30px;
	height:27px;
	font-weight: 400;
	vertical-align:middle;
}
td#sub-rows{
/*    display:list-item;
    list-style:disc inside; */
	padding-left:30px;
	white-space:nowrap;
	height:27px;
	font-weight: 400;
	vertical-align:middle;
}
td#green-row{
	color:#005f4e;
	padding-left:14px;
	height:27px;
	font-weight: 400;
	vertical-align:middle;
}
table#download  a{
	color:#00993b;
	font-size:14px;
	font-weight: 400;
	display:block;
	width:100%;
    text-decoration:none;
}
table#download  a:hover{
	color:#005f4e;
	font-weight: 700;
}

div#footer td a{
	width:100%;
	padding:35px 0 20px;
}

div#footer td{
	font-size:12px;	
}
div#footer td a{
	font-size:12px;	
	color:#000;
}
div#footer td a:hover{
	color:#967725;
	text-decoration:underline;
}

h3.linkage:hover {
  color: #005f4e !important;
}

.charttn {
  cursor: pointer; 
}

.charttn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.blur {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}