
/*
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, strong, sub, sup, tt, var,
	b, u, i, 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%;
	}

*/
/*
@media screen {
	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, strong, sub, sup, tt, var,
	b, u, i, 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 {
		vertical-align: baseline;
	}
}

*/

/* HTML5 display-role reset for older browsers */

/*
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ul {
		list-style: none;
	}
	ol {
		padding: 0 0 0 18px;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 18px;
}
a img{
	border:none;
}
/*Global*/ /***************************************************************/

BODY, B, P, TD, input, textarea, select, LI, A {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Arial, "新細明體", sans-serif;
	-webkit-text-size-adjust:none;
	color : #000;
}

body
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:62.5%;
	letter-spacing:2px;
}
body br{
letter-spacing: 0em;
}

#homeMainArea{
letter-spacing:0px;
}

a
{
	
	color:#000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	
}

b
{
	font-weight:bold;
}

i
{
	font-style:italic;
}

p
{
	line-height:1.5em;
	margin-bottom:0;
}

p.alignLeft
{
	text-align: left;
}

p.alignCenter
{
	text-align: center;
}

p.alignRight
{
	text-align: right;
}

p.alignJustified
{
	text-align: justified;
}

td
{
	line-height:1.5em;
}

.pSpace
{
	margin:0 0 1.5em 0;
}

.pLineHeight
{
	line-height:1.5em;
}

sup
{
	font-size:0.8em;
	vertical-align:super;
	line-height:0.8em;
}

.noSpace
{
	/*background-color:#FBF20E;*/
	letter-spacing:0px;

}
.noSpaceAuto
{
	/*background-color:#0FF;*/
	letter-spacing:0px;
	display:inline;
}
.noSpace .noSpaceAuto{
	/*background-color:#0F0;*/
}
/*Site*/ /***************************************************************/

.siteFull
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:1.3em;
		min-width:980px;
}

.siteInside
{
	width:980px;
	margin:0 auto;
	text-align:left;
}

/*Header*/ /***************************************************************/

#header .siteInside
{
	width:920px;
	padding:11px 30px 0px 30px;
	height:69px;
	
	/*
	background-image:url(../images/temp/header.gif);
	background-position:682px 38px;
	background-repeat:no-repeat;	
	*/
}

#logo
{
	background-image:url(../images/global/logo.gif);
	width:377px;
	height:58px;
	display:block;
	float:left;
}

#globalFunction
{
	width:301px;
	/*background-color:#0F0;*/
	float:right;
	margin:27px 0 0 0;
	
}

#globalFunction a, #globalFunction div
{
	float:left;
}

#globalSearch
{
	border:1px solid #A3A3A3;
	width:157px;
	height:19px;
	overflow:hidden;
	margin:0 0 0 10px;
	letter-spacing:0px;
}

#globalSearch input
{
	border:0px;
	background-color:#FFFFFF;
	
}

#globalSearch input#q
{
	width:134px;
}

/*Nav*/ /***************************************************************/

#navArea
{
	background-image:url(../images/global/nav_out_bg.gif);
	background-repeat:repeat-x;
}

#navArea .siteInside
{
	background-image:url(../images/global/nav_bg.gif);
	background-repeat:no-repeat;
	width:960px;
	padding:0px 10px 0px 10px;
	height:40px;	
	/*
	*padding-top:1px;
	*height:39px;
	*/
}

/*Banner*/ /***************************************************************/

#banner
{
	background-color:#f3f3f3;
}

#banner
{
	height:165px;
	background-image:url(../images/global/banner_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding:15px 0 0 0;
}

#banner.landingPage
{
	height:278px;
	padding:15px 0 0 0;
	background-image:url(../images/global/banner_landingpage_bg.gif);	
}

#banner.homePage
{
	height:417px;
	padding:0 0 0 0;
	background-image:url(../images/global/banner_homepage_bg.gif);	
}


#banner .siteInside
{
	background-position:center;
	background-repeat:no-repeat;
}

#banner .customBannerArea
{
	background-repeat:no-repeat;
	background-position:550px 0;
}

#banner .bannerArea
{
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	
	margin:0 auto;
	
	width:436px;
	height:138px;
	display:block;
	overflow:hidden;
	
	font-size:15px;
	color:#6c6c6c;
	line-height:24px;
	/*
	text-shadow:0px 0px 2px #ccc;
	*/
	
	padding:20px 250px 0px 270px;
}

#banner .bannerArea .title
{
	color:#888888;
}

#banner.landingPage .bannerArea
{
	margin:0 auto;
	width:276px;
	height:192px;
	display:block;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:22px;
	/*
	text-shadow:0px 0px 1px #ccc;
	*/
	padding:70px 635px 0px 45px;
	background-repeat:no-repeat;
}

#homeBanner.siteInside
{
	padding:40px 30px 0;
	width:920px;
	height:377px;
	position:relative;
	/*background-color:#F00*/
}

#homeBanner .bannerPhoto
{
	position:absolute;
	width:531px;
	height:354px;
	display:block;
	overflow:hidden;
	/*background-color:#0000FF;*/
}

#homeBanner .bannerPhoto div
{
	width:531px;
	height:354px;
	display:block;
	
}

#homeBanner .bannerIcon
{
	z-index:1000;
	position:absolute;
	right:15px;
	top:326px;
	width:440px;
	height:58px;
	overflow:hidden;
}

#homeBanner .bannerIcon div
{
	position:absolute;
}

.bannerText
{
	position:absolute;
	left:607px;
	top:76px;
	width:342px;
	height:250px;
	overflow:hidden;
}

.bannerText .title
{
	margin:0 0 25px 0;
}

.bannerText .text
{
	font-size:14px;
	color:#5c5e76;
	line-height:20px;
	text-align:justify;
	text-justify:inter-ideograph;
}


/*homeMainArea*/ /***************************************************************/

#homeMainArea
{
	height:220px;
}

#homeMainArea .siteInside
{
	padding:30px 10px 28px;
	width:960px;
	position:relative;
	
}

#homeMainArea #homeBoxArea
{
	/*padding:0 13px;*/
	height:162px;
	overflow:hidden;
	
}

#homeMainArea #homeBoxNav_right
{
	width:20px;
	height:162px;
	display:block;
	position:absolute;
	left:10px;
	top:30px;
	z-index:100;
	
}

#homeMainArea #homeBoxNav_left
{
	width:20px;
	height:162px;
	display:block;
	position:absolute;
	right:10px;
	top:30px;
	z-index:100;
}

#homeMainArea #homeBoxArea .homeBoxPage
{
	padding:0 8px;
}

.homeBox_Type_IMG, .homeBox_Type_STOCK, .homeBox_Type_MIX
{
	border: 1px solid #C1C1C1;
	width:208px;
	height:160px;
	overflow:hidden;
	float:left;
	margin:0 13px;
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E5E5E5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E5E5E5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #E5E5E5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
}

.homeBox_Type_IMG a
{
	width:208px;
	height:160px;
	overflow:hidden;
	display:block;
}



.homeBox_Type_MIX .homeBoxImg
{
	margin: 7px 0 0 0;
	width:208px;
	height:58px;
	background-repeat:no-repeat;
}

.homeBox_Type_MIX .text
{
	padding:15px 15px 0 15px;
	line-height:1.2em;
	font-size:13px;
}

.homeBox_Type_MIX .text .date
{
	color:#E31232;
	letter-spacing:0px;
	font-size:13px;
}


/*mainArea*/ /***************************************************************/

#mainArea
{
	position:relative;
	min-height:550px;
	/*
	height:auto;
	height:550px\9;
	*/
	
}

#mainArea .shadow
{
	position:absolute;
	width:100%;
	*left:0px;
	border-top:1px solid #E0E0E0;
	height:13px;
	background-image:url(../images/global/mainarea_shadow.png);
	background-repeat:repeat-x;
}

#mainArea .siteInside
{
	width:960px;
	padding:0 10px;
}

#mainArea #subNavArea
{
	background-image:url(../images/subnav/subnav_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:220px;
	float:left;
	min-height:543px;
	/*position:relative;*/
	
}

#mainArea #subNavArea #subNavHighlight
{
	/*position:absolute;*/
	background-image:url(../images/subnav/subnav_highlight.png);
	background-repeat:no-repeat;
	background-position:0 -100px;;
	padding:22px 0 30px 0;
	
}

#mainArea #subNavArea #subNavHighlight.large1
{
	background-image:url(../images/subnav/subnav_highlight_2.png);
}

#mainArea #subNavArea #subNavHighlight.large2
{
	background-image:url(../images/subnav/subnav_highlight_3.png);
}

#mainArea #subNavArea #subNavHighlight.large3
{
	background-image:url(../images/subnav/subnav_highlight_4.png);
}

#mainArea #subNavArea a
{
	color:#5d5d5d;
	text-decoration:none;
	display:block;
	width:170px;
	padding:10px 30px 10px 20px;
	font-size:1.15em;
	/*line-height:1.15em;*/
}

#mainArea #subNavArea a:hover, #mainArea #subNavArea a.current
{
	font-weight:bold;
	color:#b9001d;
}

#mainArea #subNavArea .subSubNavArea
{
	display:none;
}

#mainArea #subNavArea .subSubNavArea a
{
	background-image:url(../images/global/subsubnav_dot.gif);
	background-repeat:no-repeat;
	background-position:20px 16px;
	width:155px;
	padding:10px 30px 10px 35px;
}

#mainArea #subNavArea .subSubNavArea a.current
{
	background-image:url(../images/global/subsubnav_dot_current.gif);
}

#mainArea .contentArea
{
	float:right;
	width:710px;
	padding:31px 0px 80px 30px;
	*padding:31px 0px 66px 30px;
}

#mainArea .contentArea .sectionTitle
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:1.75em;
	color:#e9153e;
	margin:0 0 20px 0;
	
}

#mainArea .contentArea .relatedTopicArea
{
	float:right;
	width:150px;
}

#mainArea .contentArea .relatedTopicArea .relatedTopic, #mainArea .contentArea .relatedTopicArea .relatedYear
{
	margin:0 0 20px 0;
}

#mainArea .contentArea .relatedTopic
{
	width:124px;
	min-height:150px;
	border:1px solid #E1E1E1;
	padding:12px;
	line-height:1.3em;
	
	float:right;
	
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E5E5E5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E5E5E5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #E5E5E5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #E5E5E5 100%);
}

#mainArea .contentArea .relatedYear
{
	width:124px;
	border:1px solid #E1E1E1;
	padding:12px;
	float:right;
	background-color:#FFFFFF;
}

#mainArea .contentArea .relatedYear select
{
	width:124px;
}

#mainArea .contentArea .relatedYear .relayedBoxSearch
{
	border:1px solid #E1E1E1;
	width:122px;
	letter-spacing:0px;
}

#mainArea .contentArea .relatedYear .relayedBoxSearch input[type=text]
{
	border:0px solid #E1E1E1;
	width:100px;
	*width:80px;
}


#mainArea .contentArea .relatedTopic .title, #mainArea .contentArea .relatedYear .title
{
	font-weight:bold;
	padding:0 0 12px 0;
	display:block;
}

#mainArea .contentArea .relatedTopic a.title
{
	background-image:url(../images/global/related_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	font-weight:bold;
	padding:0 0 12px 0;
	display:block;
	color:#015DAA;
}

#mainArea .contentArea .relatedTopic a.title:hover
{
	text-decoration:none;
}

#mainArea .contentArea .relatedTopic .relatedContentLink
{
	margin:0 0 0.8em 0;
	display:block;
	color:#015DAA;
	
}

#mainArea .contentArea .contentHighlight
{
	/*
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	*/

	
	background-color:#F2F2F2;
	font-size:1.15em;
	color:#003e72;
	padding:20px 0 22px 22px;
	line-height:23px;
	margin:0 0 1.5em 0;
	text-align:left;
	/*text-shadow:0px 0px 1px #246194;*/
}

#mainArea .contentArea .contentHighlight p
{
	color:#003e72;
	line-height:23px;
	margin:0;
}


#mainArea .contentArea .contentHighlight a
{
	color:#003e72;
}

#mainArea .contentArea .contentHighlight a:hover
{
	text-decoration:underline;
}

#mainArea .contentArea .contentHighlight img
	{
		border:1px #fff solid;
		border-right:0px;
		max-width:226px;
		margin:2px 0 5px 22px;
	}

@media screen {
	#mainArea .contentArea .contentHighlight img
	{
		float:right;
	}
}


#mainArea .contentArea .width_530
{
	text-align:justify;
	text-justify:inter-ideograph;
	float:left;
	width:530px;
}

#mainArea .contentArea .width_530 .contentLeftPhoto
{
	margin:5px 15px 15px 0px;
	-moz-box-shadow: 0px 5px 5px #B6B6B8;
	-webkit-box-shadow: 0px 5px 5px #B6B6B8;
	box-shadow: 0px 5px 5px #B6B6B8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8');
}

#mainArea .contentArea .width_530 .contentRightPhoto
{
	margin:5px 0px 15px 15px;
	-moz-box-shadow: 0px 5px 5px #B6B6B8;
	-webkit-box-shadow: 0px 5px 5px #B6B6B8;
	box-shadow: 0px 5px 5px #B6B6B8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8');
}

@media screen {
	#mainArea .contentArea .width_530 .contentLeftPhoto
	{
		float:left;
	}
	
	#mainArea .contentArea .width_530 .contentRightPhoto
	{
		float:right;
	}
}

#mainArea .contentArea .contentPadding
{
	padding:0 12px 0 12px;
}

#mainArea .contentArea .width_710
{
	text-align:justify;
	text-justify:inter-ideograph;
	width:710px;
}


#mainArea .contentArea .width_690
{
	text-align:justify;
	text-justify:inter-ideograph;
	width:690px;
	padding:0 20px 0 0;
}



#mainArea .contentArea .width_690 .highlightIntraLink
{
	background-color:#f2f2f2;
	padding:12px;
}

/*
#mainArea .contentArea .width_690 .contentRightPhoto
{
	margin:0 -20px 15px 15px;
	border-right: #EEEEEE 20px solid;
}

@media screen {
	#mainArea .contentArea .width_690 .contentRightPhoto
	{
		float:right;
	}
}

*/

#mainArea .contentArea .width_690 .contentLeftPhoto
{
	margin:5px 15px 15px 0px;
	-moz-box-shadow: 0px 5px 5px #B6B6B8;
	-webkit-box-shadow: 0px 5px 5px #B6B6B8;
	box-shadow: 0px 5px 5px #B6B6B8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8');
}

#mainArea .contentArea .width_690 .contentRightPhoto
{
	margin:5px 0px 15px 15px;
	-moz-box-shadow: 0px 5px 5px #B6B6B8;
	-webkit-box-shadow: 0px 5px 5px #B6B6B8;
	box-shadow: 0px 5px 5px #B6B6B8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color='#B6B6B8');
}

@media screen {
	#mainArea .contentArea .width_690 .contentLeftPhoto
	{
		float:left;
	}
	
	#mainArea .contentArea .width_690 .contentRightPhoto
	{
		float:right;
	}
}



#mainArea .contentArea .subTitle
{
	color:#6D6D6D;
	font-size:1.6em;
	line-height:1em;
	margin:0 0 1em 0;
}

#mainArea .contentArea ul li, .sphereContent li, .reportsContent li
{
	background-image:url(../images/global/listdot_lvl_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding:0 0 0 15px;
	line-height:1.5em;
}

#mainArea .contentArea ul li:after
{
	content:"\00a0";
}

#mainArea .contentArea ul>li>ul>li, .sphereContent ul>li>ul>li, .reportsContent ul>li>ul>li
{
	background-image:url(../images/global/listdot_lvl_2.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding:0 0 0 15px;
	line-height:1.5em;
}

/*sitemap*/ /***************************************************************/

#sitemap
{
	/*background-color:#7a7a7a;*/
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#797979, endColorstr=#8B8B8B); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#797979, endColorstr=#8B8B8B)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #797979 0%, #8B8B8B 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #797979 0%, #8B8B8B 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #797979 0%, #8B8B8B 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #797979), color-stop(1, #8B8B8B));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #797979 0%, #8B8B8B 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #797979 0%, #8B8B8B 100%);
}

#sitemap .siteInside
{
	width:930px;
	padding:28px 20px 24px 30px;
	font-size:12px;
}

#sitemap .siteInside .section
{
	width:160px;
	padding:0 48px 0 0;
	float:left;
	display:none;
}



#sitemap .siteInside .tools
{
	width:95px;
	padding:0 0 0 0;
	float:left;
	display:none;
}

#sitemap .siteInside .legal
{
	width:130px;
	padding:0 0 0 90px;
	float:left;
	display:none;
}

#sitemap .siteInside .section a, #sitemap .siteInside .tools a, #sitemap .siteInside .legal a, #sitemap .siteInside .archive a
{
	color:#fff;
	display:block;
	/*margin:0 0 0.5em 0;*/
	margin:0 0 6px 0;
}

#sitemap .siteInside .homeSiteMap
{
	display:block;
}

#sitemap .siteInside .archive
{
	width:200px;
	padding:20px 50px 0 0;
	float:left;
	display:none;
}


/*footer*/ /***************************************************************/


#footer
{
	
	
	
	/*background-color:#565656;*/
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#565656, endColorstr=#4A4A4A); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#565656, endColorstr=#4A4A4A)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #565656 0%, #4A4A4A 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #565656 0%, #4A4A4A 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #565656 0%, #4A4A4A 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #565656), color-stop(1, #4A4A4A));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #565656 0%, #4A4A4A 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #565656 0%, #4A4A4A 100%);
}

#footer .siteInside
{
	color:#b6b6b6;
	text-align:center;
	line-height:20px;
	font-size:12px;
	padding:10px 0;
}

#footer .siteInside a
{
	color:#b6b6b6;
}

/*content*/ /***************************************************************/

.landingBox_about
{
	width:530px;
	height:180px;
	padding: 0 0 20px 0;
}

.landingBox_about.large
{
	height:200px;
	padding: 0;
	margin: 0 0 20px 0;
}

.landingBox_about a
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#fff;
	display:block;
	padding:0 0 0 12px;
	font-size:1.3em;
}

.landingBox_about a:hover
{
	color:#eee;
	text-decoration:none;
}

.landingBox_about .content
{
	padding:14px 0 0 90px;
	text-align:left;
	line-height:1.3em;
}

.landingBox_about .content img
{
	float:right;
	margin:0 0 0 15px;
}

.landingBox_about .contentShort
{
	padding:8px 12px 0;
	height:56px;
	overflow:hidden;
	text-align:left;
	line-height:1.3em;
}

.landingBox_large
{
	width:530px;
	height:180px;
	padding: 0 0 20px 0;
}

.landingBox_large a
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#fff;
	display:block;
	padding:0 0 0 12px;
	font-size:1.3em;
}

.landingBox_large a:hover
{
	color:#eee;
	text-decoration:none;
}

.landingBox_large .content
{
	padding:14px 0 0 90px;
	text-align:left;
	line-height:1.3em;
}

.landingBox_large .content img
{
	float:right;
	margin:0 0 0 15px;
}

.landingBox_small
{
	height:180px;
	width:255px;
	padding-bottom:20px;
	float:left;
}

.landingBox_small.last
{
	padding-bottom:0;
}

.landingBox_small a
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#fff;
	display:block;
	padding:0 0 0 12px;
	font-size:1.3em;
}

.landingBox_small a:hover
{
	color:#eee;
	text-decoration:none;
}

.landingBox_small .contentShort
{
	padding:8px 12px 0;
	height:56px;
	overflow:hidden;
	text-align:left;
	line-height:1.3em;
}

.landingBox_small.long
{
	height:200px;
}

.landingBox_small.long .contentShort
{
	height:77px;
}

.landingBox_small.leftBox
{
	float:left;
}

.landingBox_small.rightBox
{
	float:right;
}

.landingBox_small .indexReport
{
	padding:5px 0 0 0;
	text-align:center;
}

.landingBox_small .indexReport a
{
	display:inline;
	color:#6D6D6D;
	line-height:134px;
}

.landingBox_small .indexReport a img
{
	vertical-align:middle;
}

a.linkRecover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:0;
	color:#000;
	line-height:16px;
}

#yearNav
{
	width:636px;
	height:50px;
	overflow:hidden;
	
	background-color:#e5e5e5;
	float:left;
	margin:0 0 22px 0;

}

#yearNav div
{
	width:636px;
	background-image:url(../images/global/yearnav_bg.png);
	background-repeat:repeat-x;
}

.yearTitle
{
	background-color:#F0F0F0;
	margin:0 0 22px 0;
}

.yearTitle.noPhoto
{
	height:57px;	
}

.yearTitle.withPhoto
{
	height:220px;	
}

.yearTitle .slideShow
{
	margin:0 20px 0 0;
	float:right;
}

.yearTitle .slideShow .photo
{
	background-repeat:no-repeat;
	width:548px;
	height:185px;
	overflow:hidden;
	display:block;
}

.yearTitle .slideShow .text
{
	text-align:right;
	line-height:34px;
	display:block;
	color:#585858;
	width:548px;
}


#mainArea .contentArea .milestonesPadding
{
	padding:0 20px 0 142px;
}

#mainArea .contentArea .milestonesPadding a, #mainArea .contentArea .contentPadding a, .acrobatNote
{
	color:#555;
}

#mainArea .contentArea .milestonesPadding a:hover, #mainArea .contentArea .contentPadding a:hover, .acrobatNote:hover
{
	color:#000;
}

#mainArea .contentArea .awardItem
{
	padding:7px 18px 7px 18px;
	border-bottom:1px solid #E3E3E3
}

#mainArea .contentArea .awardItem.last
{
	border-bottom:0px;
}

#mainArea .contentArea .awardItem .awardTitle
{
	float:right;
	width:426px;
}

#mainArea .contentArea .awardItem .orgName
{
	float:left;
	width:228px;
	text-align:left;
	line-height:16px;
}

#booksGallery
{
	background-image:url(../images/global/book_bg.png);
	width:490px;
	height:573px;
	float:left;
	overflow:hidden;
}

#booksGallery>div
{
	background-image:url(../images/global/book_bg.png);
}

#booksGallery>div>div
{
	width:163px;
	height:176px;
	float:left;
	text-align:center;
	padding:15px 0 0 0;
}

.booksGallery_arrow
{
	float:left;
	width:20px;
	height:573px;
}


#booksGallery .bookCover
{
	background-image:url(../images/global/book_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 12px 0;
	width:100px;
	height:136px;
	margin:0 auto 7px;
}

#booksGallery .bookCover img
{
	border:1px solid #E5E5E5;
}

#booksGallery a.bookSelect
{
	background-color:#fff;
	padding:1px 27px 1px 10px;
	height:17px;
	line-height:17px;
	background-image:url(../images/global/book_select_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
	letter-spacing:0px;
}

#booksGallery a.bookSelect:hover
{
	color:#6C6C6C;
}

#booksGallery a.bookLink
{
	padding:1px 14px 1px 10px;
	height:17px;
	line-height:17px;
	background-image:url(../images/global/book_link_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
	letter-spacing:0px;
}

#booksGallery a.bookLink:hover
{
	color:#6C6C6C;
}

#booksGallery .sphereContent, #booksGallery .reportsContent
{
	display:none;
}

#booksGalleryNav
{
	text-align:center;
	padding:20px 0 0 0;
	
}

#booksGalleryNav a 
{
	width:17px;
	height:17px;
	display:inline-block;
	background-image:url(../images/global/book_nav.png);
	background-position:-16px 4px;
	background-repeat:no-repeat;
}

#booksGalleryNav a.activeSlide
{
	background-position:4px 4px;
}

.sphereContent
{
	font-size:1.2em;
	text-align:left;
	background-color:#fff;
	width:350px;
	/*height:220px;*/
	padding:20px 20px 0;
	overflow:auto;
}

.reportsContent
{
	font-size:1.2em;
	text-align:left;
	background-color:#fff;
	width:500px;
	/*height:650px;*/
	padding:20px 20px 0;
	overflow:auto;
}

.sphereContent a, .reportsContent a
{
	color:#000;
}

.sphereContent h4, .reportsContent h4
{
	font-weight:bold;
}

.sphereContent ul, .reportsContent ul
{
	margin:0 0 1.5em 0;
}

.tab
{
	border-bottom:1px solid #B9011D;
	margin:0 0 22px 0;
}

.tab a
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#6B6B6B;
	width:190px;
	float:left;
	text-decoration:none;
	background-image:url(../images/global/tab_bg_off.gif);
	margin:0 8px 0 0;
	font-size:1.1em;
}

.tab a:hover , .tab a.current
{
	background-image:url(../images/global/tab_bg_on.gif);
	text-decoration:none;
	color:#FFF;
}

.pdfItems, .pdfInBoxItems, .pdfInBoxItemsWithCat
{
	margin:0 0 1.8em 0;
	line-height:1.5em;
}

.calItems
{
	margin:0 0 1.8em 0;
}

.pdfItems .pdfDate
{
	float:right;
	width:90px;
	text-align:right;
	letter-spacing:0px;
}

.pdfItems .pdfTitle
{
	float:left;
	width:410px;
	text-align:left;
}
.pdfItems .pdfShare
{
	margin-top:2px;
	float:right;
	width:30px;
	text-align:right;	
}
.pdfInBoxItems .pdfInBoxDate
{
	float:right;
	width:90px;
	text-align:right;
	padding:0 12px 0 0;
	letter-spacing:0px;
}

.pdfInBoxItems .pdfInBoxTitle
{
	float:left;
	width:416px;
	text-align:left;
	padding:0 0 0 12px;
}

.pdfInBoxItems .pdfInBoxTitle a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1em;
	line-height: 1.5em;
	padding:0;
}

.pdfInBoxItemsWithCat .pdfInBoxDate
{
	float:right;
	width:114px;
	text-align:right;
	padding:0 12px 0 0;
	letter-spacing:0px;
}

.pdfInBoxItemsWithCat .pdfInBoxTitle
{
	float:left;
	width:390px;
	text-align:left;
	padding:0 0 0 12px;
}

.pdfInBoxItemsWithCat .pdfInBoxTitle a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1em;
	line-height: 1.5em;
	padding:0;
}

.pdfInBoxItemsWithCat .pdfInBoxTitle img
{
	float:left;
	max-width:120px;
	margin: 4px 10px 10px 0;
}

.mediaLinkIcon
{
	float:left;
	width:18px;
	height:18px;
	overflow:hidden;
	display:block;
	margin:0 0 0 20px;
}


.calItems.title *
{
	font-weight:bold;
}

.calItems .calDate
{
	float:left;
	width:170px;
	text-align:right;
}

.calItems .calTitle
{
	float:left;
	width:320px;
	text-align:left;
}

.calItems .calAdd
{
	float:left;
	width:40px;
	text-align:center;
}

.contentGreyBox
{
	background-color:#F2F2F2;
	padding:20px;
}

a.companyLink
{
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 30px;
	display:block;
	line-height:2em;	
}

.highlightTable
{
	
}

.highlightTable tr th
{
	padding:5px 10px;
}

.highlightTable tr td
{
	padding:1px 10px;
}

.highlightTable tr th
{
	text-align:left;
	font-weight:bold;
	background-color:#888888;
	color:#fff;
	vertical-align:bottom;
}

.highlightTable .textCenter
{
	text-align:center
}

.highlightTable .textRight
{
	text-align:right;
}

.highlightTable tr.color1 td
{
	background-color:#DDDDDD;
}

.contentBox
{
	border:1px solid #E1E1E1;
}

.contentBoxMargin
{
	margin:0 0 20px 0;
}

.contentBox .title_red, .contentBox .title_blue, .contentBox .title_green, .contentBox .title_greenblue, .contentBox .title_pink, .contentBox .title_orange, .contentBox .title_violet, .contentBox .title_gold,.contentBox .title_oceanblue, .contentBox .title
{
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	line-height:28px;
	color:#fff;
	display:block;
	padding:0 0 0 12px;
	font-size:1.3em;
}

.contentBox p
{
	margin:0;
}

.contentBox a.title_red:hover, .contentBox a.title_blue:hover, .contentBox a.title_green:hover, .contentBox a.title_greenblue:hover, .contentBox a.title_pink:hover, .contentBox a.title_orange:hover, .contentBox a.title_violet:hover, .contentBox a.title_gold:hover
{
	color:#eee;
	text-decoration:none;
}

.contentBoxBg
{
	padding:16px 0 1px 0;
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);

}

.contentBoxBg a.companyLink
{
	background-position: 0 2px;
	line-height:1.6em;
	text-align:left;
	margin:0 0 5px 0;
}

.iconBoxItems
{
	margin:0 0 12px 0;
	
}

.iconBoxItems .boxIcon
{
	width:30px;
	height:30px;
	float:left;
	overflow:hidden;
}

.iconBoxItems .content
{
	padding:6px 0 0 40px;
}

.iconBoxItems .content b
{
	line-height:1.5em;
}

ul.floatLi li
{
	float:left;
	margin:0 10px 0 0;
}

.smallTitle
{
	font-size:0.9em;
	line-height:1.5em;
}

.smallText
{
	font-size:0.9em;
	line-height:1.5em;
}

.smallText div.mark
{
	float:left;
	line-height:1.5em;
}

.smallText div.text
{
	padding:0 0 0 20px;
	line-height:1.5em;
}

.formField
{
	font-size:1em;
	border:1px solid #A3A3A3;
}

.formTable tr td
{
	padding: 0 0 3px 0;
}

.formButton
{
	border:0px;
	background-color:#FFF;
	text-align:center;
	width:80px;
	height:22px;
}

.searchBtn
{
	border:0px;
	background-color:#F2F2F2;
	width:20px;
	height:20px;
}

#mapTop
{
	width:670px;
	height:108px;
	display:block;
	overflow:hidden;
	padding:22px 19px 0 19px;
}

#mapTop #catIconArea
{
	height:42px;
	display:block;
	padding:7px 0 0 0;

}

#catIconArea a
{
	display:inline-block;
	height:18px;
	line-height:18px;
	margin:1px 23px 0 0;
}

#catIconArea a .mediaLinkIcon 
{
	margin:0 5px 0 0;
}

#mapTop #introText
{
	color:#fff;
	padding:15px 0 0 0;
	line-height:1.5em;
}

#global_map
{
	width:708px;
	height:339px;
	display:block;
	position:relative;
}

#global_map .mapLayer
{
	width:708px;
	height:339px;
	display:block;
	position:absolute;
}

.mapDot
{
	width:8px;
	height:7px;
	display:block;
	position:absolute;
	z-index:10;
	/*display:none;*/
	
}

.mapPop
{
	background-color:#e0e0e0;
	width:183px;
	position:absolute;
	display:none;
	border:1px solid #C7C7C7;
	z-index:100;
}

.mapPop .title
{
	font-size:1.2em;
	color:#e9153e;
	border-bottom:1px solid #EAEAEA;
	padding: 0 0 0 15px;
	line-height:28px;
}

.mapPop .cats
{
	padding: 10px 15px 10px 15px;
}

.contentBox .contentBoxClickTitle
{
	line-height:30px;
	padding:0 30px;
}

.contactBoxBg
{
	
	padding:16px 12px 0px 12px;
	line-height:1.5em;
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}

.contactBoxBg .contactInfoBox
{
	width:260px;
	padding:0 20px 18px 0;
	float:left;
}

.contactBoxBg .contactInfoBox.full
{
	width:480px;
	padding:0 20px 18px 0;
	/*float:left;*/
}

.contactBoxBg .contactInfoBox td
{
	padding:0 5px 0 0;
	text-align:left;
}

.accordionTitle, .accordionToggleTitle
{
	cursor:pointer;
}

.accordionContent, .accordionToggleContent
{
	display:none;
}

.categroyLinks
{
	
}

.categroyLinks .allBtnBg
{
	height:18px;
	margin:0 -12px 0.8em;
	padding:0 12px;
}

.categroyLinks a
{
	clear:both;
	line-height:1.2em;
	margin: 0 0 0.8em;
	display:block;
	padding:2px 0 0 38px;
	text-decoration:none;
}

.categroyLinks a .mediaLinkIcon
{
	margin:-2px 0 0 -24px;
}

.categroyLinks .allBtnBg a
{
	padding:2px 0 0 0;
	text-align:center;
}

.pressHighlight
{
	border:1px solid #E1E1E1;
	padding:8px 0;
	line-height:1.5em;
	margin:0 0 20px 0;
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}

.pressHighlight .pressHTitleItems
{
	background-color:#787878;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
}

.pressHighlight .pressHTitleItems .mediaLinkIcon
{
	margin:1px 0 0 20px;
}

.pressHighlight .pressHTitleItems .pressHDate
{
	width:140px;
	text-align:right;
	float:right;
	padding:4px 30px 4px 0;
}

.pressHighlight .pressHTitleItems .pressHTitle
{
	width:329px;
	float:left;
	padding:4px 0 4px 29px;
	padding:2px 0 2px 29px;
}

.pressHighlight .pressHTitleItems .pressHTitle a
{
	color:#fff;
}

.pressHighlight .pressHContent
{
	padding:20px 29px 10px;
}

.pressHighlight .pressHContent img
{
	
	max-width:150px;
	
}

.press_each img
{
	max-width:530px;
}


.pressHighlight .pressHContent .pressImgZoom
{
	width:150px;
	float:left;
	padding:0 0 14px 0;
	margin: 4px 10px 0 0;
}

#pressIndex .pdfItems .pdfTitle
{
	width:365px;
}

#pressIndex .pdfItems .pdfDate
{
	width:135px;
}

.pressBusinessTitle
{
	font-size:1.3em;
	font-weight:bold;
	line-height:1.7em;
	background-color:#000;
	color:#fff;
	padding:0 30px;
	margin: 0 0 20px;
}

.pressBusinessTitle_corporate{background-color:#B9001D;}
.pressBusinessTitle_ports{background-color:#017CBF;}
.pressBusinessTitle_port{background-color:#017CBF;}
.pressBusinessTitle_property{background-color:#09892E;}
.pressBusinessTitle_retail{background-color:#D1226B;}
.pressBusinessTitle_energy{background-color:#A5A5A5;}
.pressBusinessTitle_infrastructure{background-color:#72b246;}
.pressBusinessTitle_telecommunications{background-color:#f14e15;}
.pressBusinessTitle_others{background-color:#A45B2A;}
.pressBusinessTitle_foundation{background-color:#5C9F1B;}
.pressBusinessTitle_aircraft{background-color:#5885D8;}
.pressBusinessTitle_ckh{background-color:#B9001D;}
.pressBusinessTitle_hwl{background-color:#B9001D;}

.photoGalleryArea ul li
{
	background-image:none !important;
	width:94px;
	float:left;
	padding:0 0 16px 0 !important;
	margin:0 14px 0 0;
	text-align:left;
}

.photoGalleryArea ul li.last
{
	margin:0;
}

.photoGalleryArea ul li .funBtn
{
	margin:4px auto 0px;
	text-align:center;
}

.photoGalleryArea ul li .photoThumb
{
	width:94px;
	height:94px;
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	margin:0 0 4px 0;
}

.line
{
	background-color:#DCDCDC;
	height:1px;
	line-height:1px;
	overflow:hidden;
	display:block;
	margin:0 0 23px;
}

.eventBoxBg
{
	padding:16px 12px 10px 12px;
	line-height:1.5em;
	
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5); zoom:1;
	
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5)"; 
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e5e5e5));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}

.eventVideo
{
	float:left;
	width:190px;
	height:110px;
	margin:0 20px 10px 0;
	overflow:hidden;
}

.eventVideo .eventVideo_arrow
{
	background-image:url(../images/media/event_video_arrow_bg.gif);
	background-repeat:repeat-x;
	float:left;
	width:20px;
	height:110px;
}

.eventVideo_right, .eventVideo_left
{
	background-image:url(../images/media/event_video_arrow.png);
	background-repeat:no-repeat;
	
	display:block;
	width:20px;
	height:110px;
}

.eventVideo_right
{
	background-position:-20px center;
	
}

.eventVideo_left
{
	background-position:0px center;
}


.eventVideo .thumb
{
	float:left;
	width:150px;
	height:110px;
}

.eventVideo img
{
	border:0px;
}


.eventPhoto
{
	width:506px;
	height:160px;
	overflow:hidden;
}

.eventPhoto .eventPhoto_arrow
{
	float:left;
	width:13px;
	height:160px;
}

.eventPhoto_right, .eventPhoto_left
{
	background-image:url(../images/media/event_photo_arrow.png);
	background-repeat:no-repeat;
	
	display:block;
	width:13px;
	height:160px;
}

.eventPhoto_right
{
	background-position:-13px center;
}

.eventPhoto_left
{
	background-position:0px center;
}


.eventPhoto .thumb
{
	float:left;
	width:480px;
	height:160px;
}

.eventPhoto .thumb .thumbPage
{

}

.eventPhoto .thumb .photo
{
	width:160px;
	height:160px;
	float:left;
	text-align:center;
}

.eventPhoto .thumb .photo a
{
	width:140px;
	height:140px;
	display:block;
	margin:0 auto;
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*overBox*/ /***************************************************************/

.overBox
{
	position:absolute;
	left:0;
	top:0;
	padding:15px 15px 0 0;
	width:521px;
	height:243px;
	z-index:1000;
}

.overBoxClose
{
	background-image:url(../fancybox/fancy_close.png);
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	left:504px;
	top:0;
}

.overBoxBorder
{
	width:499px;
	height:231px;
	display:block;
	background-color:#fff;
	border:1px solid #EC1745;
	padding:10px;
	
}

.overBoxImgArea
{
	width:300px;
	height:231px;
	overflow:hidden;
	float:left;
	background-position:top;
	background-repeat:no-repeat;
}

.overBoxImgArea img
{
	max-width:300px;
	max-height:231px;
	line-height:231px;
	vertical-align:middle;
}

.overBoxInfoArea
{
	width:179px;
	height:211px;
	overflow:hidden;
	float:right;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
}

.overBoxLine
{
	background-color:#DCDCDC;
	height:1px;
	line-height:1px;
	overflow:hidden;
	display:block;
	margin:14px 0 ;
}

.overBoxDownload
{
	height:20px;
	width:179px;
	float:right;
	text-align:right;
}


/*others*/ /***************************************************************/

.clear
{
	clear:both;
	
	/*
	
	*height:1px;
	_height:auto;
	*line-height:1px;
	*overflow:hidden;
	
	*/
}

#fancybox-outer
{
	border:1px solid #EC1745;
}

.back2Top
{
	height:1px;
	overflow:hidden;
	
}

.back2topPadding
{
	clear:both;
	margin:12px 0;
}

.back2TopLink
{
	text-align:right;
}

.ie7HeightFix
{
	*height:1px;
	*overflow:hidden;
}

.greyText
{
	color:#555;
}

/*custom select*/

span.customStyleSelectBox
{
	background-image:url(../images/global/select_bg_2.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 0px 0px 4px;
	padding:5px 0px 0px 4px\9;
	height:15px;
	color:#000;
	border:1px solid #E1E1E1;
	background-color:#fff;
	text-align:left;
	font-size:13px;
}

.contentGreyBox span.customStyleSelectBox 
{
	background-image:url(../images/global/select_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 0px 0px 4px;
	height:18px;	
	color:#000;
	border:1px solid #A3A3A3;
	background-color:#fff;
	text-align:left;
	font-size:13px;
}

.relatedYear span.customStyleSelectBox
{
	background-image:url(../images/global/select_bg_2.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 0px 0px 4px;
	height:15px;
	color:#000;
	border:1px solid #E1E1E1;
	background-color:#fff;
	text-align:left;
	font-size:13px;
}

span.customStyleSelectBox.changed
{
	
}

.customStyleSelectBoxInner
{
	*line-height:16px;
}

/* ********************* Search ********************* */

.searchTop
{
	background-color:#DFDFE1;
	color:#000;
	padding:3px 6px 3px 6px;
	line-height:1.5em;
}

.searchTop *
{
	color:#363636;
}

.searchResultItems
{
	margin:1.5em 0px 0px 0px;
	line-height:1.5em;
}

.searchResultTitle a *
{
	color:#2376bc;
}

.searchResultContent
{
	color:#363636;
}

.searchResultContent *
{
	color:#363636;
}

.searchResultLink
{
	color:#A7A7A7;
	letter-spacing:0px;
}

.searchResultPages
{
	margin:24px 0px 0px 0px;
}

.searchResultPages *
{
	margin:0px 8px 0px 0px;
}

/* ***************************************************************** */

.mobileHide
{
	display:none;
}

.ie7Show
{
	display:none;
/*	*display:block;*/
}

#mainArea .contentArea .contentHighlight img.hat
{
	border-width:0px;
}
.sitemapContent {
    float: left;
    line-height: 1.5em;
    padding-right: 30px;
    text-align: left;
    width: 205px;
}

.sharePopup
{
	letter-spacing:normal;
}

.layerShare
{
	position:absolute;
	bottom:15px;
	right:15px;
	background-image: url(../images/global/share_icon.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 13px;
	z-index: 1110;
}

