@font-face {
	font-family: 'FontAwesome';
	src: url('icons/fontawesome-webfont.eot?v=4.7.0');
	src: url('icons/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		 url('icons/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		 url('icons/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		 url('icons/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		 url('icons/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#Main {
    max-width: 647px;
    padding:0;
}
* {
    outline: none;
}
body,
input {
    font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
    color: #666;
}
button {
    font-family: Helvetica, Arial, sans-serif;
}

.zh-TW body,
.zh-TW input,
.zh-TW button,
.zh-CN body,
.zh-CN input,
.zh-CN button {
	font-family: 微软雅黑 !important;
}


.Tabs-Tab {
    font-size: 12px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #1AC6FF;
	
	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 {
    color: #1AC6FF;
	
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}
.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
#YearPeriodsContainer a,
#YearPeriodsContainer a:hover {
	color: #fe6e01;
}

#MainHeading {
    line-height: normal;
	margin: 0px;
	display: none;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #FF6908 !important;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: normal;
    width: 7em;
    border: 0.08em solid #DDDDDD;
}
#SearchBox {
	width: 12em;
	/* margin-top: 2px; */
	/* vertical-align: middle; */
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: auto;

	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #333 !important;
	text-transform: none;
	line-height: normal;
	padding: 6px 14px;
	
	border: 0.071em solid #333;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
    background: #FFFFFF;
    color: #333 !important;
		
	float: none;
}
.euButton:hover {
    background: #ff6600;
    color: #FFFFFF !important;
	border-color: #ff6600;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.1em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    font-weight:bold;
}
.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: 2em;
}
#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #CCCCCC;	
}

.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: auto;
	line-height: normal;
	
	padding-top: 1.0em !important;
	padding-right: 2.0em;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;
	
	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #FFFFFF;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #CCCCCC;
	border-right: 0em solid #CCCCCC;
	border-bottom: 0em solid #CCCCCC;
	border-left: 0em solid #CCCCCC;
	
	background: #CCCCCC;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
	
}
 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #FF6908;
	color: #FFFFFF;	
	border-top: 0em solid #FF6908;
	border-right: 0em solid #FF6908;
	border-bottom: 0em solid #FF6908;
	border-left: 0em solid #FF6908;
	
	position: relative;
	top: 0px;
	left: 0px;
}
/* .Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #FF6908;
} */
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #FFFFFF;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0.071em solid #b3b3b3;
	padding: .5em 1.0em;
	
	color: #666;
	font-weight: bold;
	text-transform: none;
	font-family: inherit;
	font-size: 0.8em;	
	
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	
	background-color: #e6e6e6;
	color: #333;
	border-color: #b3b3b3;
}

/******************************************************************************** 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 {
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}
.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	
	display: inline-block;
	
	background-color: #FFFFFF;
	color: #FF6908;
	border: 1px solid #FF6908;
	
	padding: .6em 1em;
	
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	margin: 0em;	
	margin-left: -1px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #FF6908;
	color: #FFFFFF;
	border-color: #FF6908;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #FF6908;
	color: #FFFFFF;
	border-color: #FF6908;
	
	text-decoration: initial;
	font-weight: bold;
}
.EurolandTools-CommonObjects-Calendar-Selection {
	margin-top: -2px;
}
/*''''''''''''''''''''''''''''''''''''''''''''' 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 #1AC6FF;
	border-bottom: 0.0em solid #1AC6FF;
}
.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: #fe6e01;
	border-bottom-color: #fe6e01;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #fe6e01;
	border-bottom-color: #fe6e01;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	display: none !important;
	float: right;
	
	border: 0em solid #DDDDDD;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #FF6908;
	padding: 0.5em 0.5em 0.5em 0.5em;	
	
}
.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
}
.PressRelease {
	border-bottom: 0em solid #DDDDDD;
	padding: 0.5em 0.5em 0.5em 0em;
	
	border-right: 0em solid #DDDDDD;	
	border-left: 0em solid #DDDDDD;
}
#PressRelease_0 {
	border-top: 0em solid #DDDDDD;
}
.PressRelease:last-child {
	border-bottom: 0em solid #DDDDDD;
}


.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #666;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #666;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
	display: none;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	margin-bottom: 5px;
	display: inline-block;
	font-family: inherit;
	font-size: 1.0em;
	color: #FF6908;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}

/* .PressRelease-Attachment a {
	position: relative;
}
.PressRelease-Attachment a img {
	display: none;
}
.PressRelease-Attachment a:before {
	font-family: FontAwesome;
	position: relative;
	content:"\f1c3";
	color: #333;
	font-size: 26px;
	top: 0;
	right: 0;
} */


.PressRelease-NewsTitle{
	margin-top: 10px;
}


.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    display: inline-block !important;
    vertical-align: middle !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
    width: 90%;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    float: none !important;
    position: relative;
    left: 5%;
}
@media (max-width:400px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
        width: 85%;
    }
}

.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
    width: 93%;
}

.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer,
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer{
    float: none;
    position: relative;
    left: 2%;
}

@media (max-width:600px) {
	.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
    .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
        width: 85%;
    }
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer{
	display: none !important;
}

/****************************************new update********************************************************/
/***********************************************************************************************************/
.zh-TW #SearchBox, .zh-CN #SearchBox{
	margin-top: 0px;
}
/* .EurolandTools-CommonObjects-Calendar-SelectionIndicator  {
	vertical-align: top;
} */
/* .EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox{
	margin: 0px !important;
} */

/************************************fire fox********************************************/
@-moz-document url-prefix() {
    #SearchBox{
		margin-top: 2px;
    }
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
    padding: 6px 5px;
    margin: 2px 0px 3px 0px;
}