#Main {
	max-width: 1400px;
	padding: 0;
}

body,
input {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.zh-CN body,
.zh-CN input,
.zh-CN button,
.zh-TW body,
.zh-TW input,
.zh-TW button{
font-family: Microsoft YaHei ,Arial, Helvetica, sans-serif;
}

button {
	font-family:Arial, Helvetica, sans-serif;
}

.Tabs-Tab {
	font-size: 16px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover,
a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #00A607 !important;
	font-weight: none;
	text-decoration: underline !important;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: bold;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #000000 !important;
	display: none !important;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 20px !important;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0em;
	color: #000;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: 36px;
	line-height: 36px;
	width: 188px;
	border: 1.8px solid #a3a3a3;
	border-radius: 10px;
	margin: 5px;
}

#SearchBox {
	margin: 5px 28px 5px 0px !important;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	width: 180px;
	height: 48px;
	padding: 10px 30px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF !important;
	text-transform: none;
	border: 1px solid #00A607;
	border-radius: 10px;
	background: #00A607;
	color: #FFFFFF !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
	margin-left: -6px;
}

.euButton:hover {
	background: #ffffff;
	color: #00A607 !important;
	border-color: #00A607;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 22px;
	font-weight: 400;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: 400;
}

.Tabs {
	text-align: center;
	border-bottom: 0px;
	font-size: 0px !important;
}

#Tabs {
	position: relative;
	z-index: 0;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0.6em;
	margin-bottom: 1em;
}

#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

	border-bottom: 0em solid #00A607;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {
	height: 28px;
	line-height: 31px;
	padding: 10px 30px;
	border-radius: 10px;
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	color: #000000;
	font-style: normal;
	text-decoration: none !important;
	border: 1px solid #00A607;
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0;
	left: 0em;
	margin: 5px 10px 5px 10px;
	width: 118px;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #00A607;
	color: #FFFFFF !important;
	border: 1px solid #00A607;
	text-decoration: none !important;
	position: relative;
	top: 0px;
	left: 0px;
}

.Tabs-Tab-Container.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;
	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-top: 0em solid #00A607;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #FFFFFF;
	border-radius: 25px;
	border: 1px solid #a3a3a3;
	padding: 10px 15px;
	color: #999;
	font-weight: 500;
	text-transform: none;
	font-family: inherit;
	font-size: 16px;
	margin: 5px;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #00A607;
	color: #ffffff;
	border-color: #00A607;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
	float: none;
}

.Pages td {
	width: auto;
}

.Pages td {
	padding: 0em;
}

.Pages-PageMarker-Text {
	margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow,
.Pages-ArrowContainer:last-child .Pages-Arrow {
	width: 18px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #F9F9F9;
	padding: 10px;
	font-family: inherit;
	font-size: 16px;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 8px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 2.5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #00A607;
	color: #FFFFFF !important;
	border-color: #00A607;

	text-decoration: none !important;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #00A607;
	color: #FFFFFF !important;
	border-color: #00A607;

	text-decoration: none !important;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
	display: none;
}

.ArrowContainer {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.ArrowContainer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.6em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.0em solid #000000;
	border-bottom: 0.0em solid #000000;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {

	float: none;

	border: 0em solid #CCCCCC;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0em;
	line-height: 21px;

}

.PressRelease-SingleLine-TitleContainer {
	width: 80%;
	clear: left;
	float: left;
	padding-top: 5px;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: right;
}


.PressRelease-SingleLine-DataRow {
	padding: 22px 50px 22px 50px;
	background: #FFF;
	border-radius: 8px;
	margin-left: 15px;
	margin-right: 15px;
	/* box-shadow: 0 2px 20px 0 rgba(0,0, 0, 0.15); */
	box-shadow: 0px 4px 4px 0px #00000040;
	webkit-transition: -webkit-transform .12s ease, -webkit-box-shadow .12s ease;
	transition: -webkit-transform .12s ease, -webkit-box-shadow .12s ease;
	transition: transform .12s ease, box-shadow .12s ease;
	transition: transform .12s ease, box-shadow .12s ease, -webkit-transform .12s ease, -webkit-box-shadow .12s ease;

}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 0em solid #CCCCCC;
	padding: 10px 0em 10px 0em;

	border-right: 0em solid #CCCCCC;
	border-left: 0em solid #CCCCCC;
	position: relative !important;
}

#PressRelease_0 {
	border-top: 0em solid #CCCCCC;
}

/* .PressRelease:last-child {
	border-bottom: 0em solid #CCCCCC;
} */

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;

	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #000000;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none !important;
	color: #00A607;
}

.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #000000;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 18px;
	color: #a6a6a6;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 40px 0px 1em 0px;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
}

/*****Custom****/
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
	/* background: url(calendar.png) !important; */
	background-size: 18px !important;
	display: inline-block;
	left: -35px;
	margin: 0px;
}

a#InsiderInfoSelector {
	display: none !important;
}

a.Periods-YearPeriod {
	margin: 5px 12px;
}

#CurrentPeriodContainer {
	font-weight: normal;
	font-size: 24px;
	color: #00A607;
}

div#TotalContainer {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.NewsColumn-Container .PressRelease-Attachment {
	width: 35px;
	height: 35px;
	overflow: hidden;
}

.NewsColumn-Container .PressRelease-Attachment div {
	width: 35px !important;
	height: 35px !important;
}

.NewsColumn-Container .PressRelease-Attachment div a {
	width: 35px !important;
	height: 35px !important;
}

.NewsColumn-Container .PressRelease-Attachment div a img {
	width: 32px !important;
	height: 32px !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin-left: -10px;
}

.PressRelease-SingleLine-DataRow:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 13.44px 17.28px 0px rgba(0, 0, 0, .25);
	box-shadow: 0 13.44px 17.28px 0px rgba(0, 0, 0, .25);
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	width: 118px;
	height: 26px;
	padding: 10px 30px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF !important;
	text-transform: none;
	border: 1px solid #00A607;
	border-radius: 10px;
	background: #00A607;
	color: #FFFFFF !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
	line-height: 30px;
	margin: 0px auto;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #ffffff;
	color: #00A607 !important;
	border-color: #00A607;

	cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	padding: 10px;
	margin: 0px auto;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #00A607;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-align: center;
	text-shadow: 0px 0px 0px #ccc;
	color: #000;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay,
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	border: 1px solid #00A607;
	background: #00A607;
	border-radius: 30px;
	color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	text-shadow: 0px 0px 0px #ccc;
	color: #000;
}

.EurolandTools-CommonObjects-Calendar-Month-NotActive {
	color: #999;
	text-shadow: 0px 0px 0px #ddd;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
	min-width: 300px;
	min-height: 300px;
	background: rgba(255, 255, 255, 0.85);
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 8px;
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
	border-radius: 8px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
	color: #000;
	text-shadow: 0px 0px 0px #aaa;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 30px;
	height: 30px;
	background-image: url("icon/calendar.png");
	background-size: contain;
	position: relative;
	top: 9px;
}

/* .PressRelease div div:hover div div a img {
  content: url(icon/绿PDF.svg);
} */
/***Media***/
@media (max-width: 1230px) {

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 255px;
	}
}

@media (max-width: 1160px) {
	#SearchBox {
		margin-left: 5px !important;
	}

	.euButton {
		margin: 5px;
	}
}

@media (max-width: 879px) {
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin: 5px !important;
	}
}

@media (max-width: 540px) {
	.PressRelease-SingleLine-DateContainer {
		float: left;
		width: 80%;
	}

	.PressRelease-SingleLine-TypeContainer {
		float: left;
		padding: 10px 0px;
		width: 100%;
	}

	.PressRelease-SingleLine-TitleContainer {
		padding-top: 5px;
	}
}

@media (max-width: 525px) {

	.Tabs-Tab-Container:link,
	.Tabs-Tab-Container.selected:link,
	.Tabs-Tab-Container:visited,
	.Tabs-Tab-Container.selected:visited,
	.Tabs-Tab-Container,
	.Tabs-Tab-Container.selected {
		margin: 5px;
		width: 88px;
	}
}

@media (max-width: 350px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 80%;
	}

	.Tabs-Tab-Container:link,
	.Tabs-Tab-Container.selected:link,
	.Tabs-Tab-Container:visited,
	.Tabs-Tab-Container.selected:visited,
	.Tabs-Tab-Container,
	.Tabs-Tab-Container.selected {
		width: 83px;
	}
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
	box-shadow: 0px 0px 0px #ccc;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
	position: absolute;
	right: 65px;
	top: calc(58% - 30px);
}
.PressRelease-SingleLine-DataRow:hover .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer a {
  color: #00A607 !important;
}
/* Added Mod 042125 */

/* .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    padding-top: 12px;
} */

/* #DateAvailableFrom {
  font-family: Microsoft YaHei;
} */
@media(max-width:360px){
	.PressRelease-SingleLine-DataRow {
  padding: 22px 20px 22px 20px;
	}
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
  position: absolute;
  right: 40px;
  top: calc(58% - 30px);
}
}