
#Main {
    max-width: 569px;
    padding:0;
}
body,
input {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    color: #222222;
}
.zh-CN body,
.zh-TW body,
.zh-CN input,
.zh-TW input {
	font-family:  Microsoft Yahei, Arial, Helvetica, sans-serif !important;
}

button {
    font-family: inherit;
}
.Tabs-Tab {
    font-size: 13px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #666666;
	
	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: #006cb6;
	
	font-weight: none;
	text-decoration: none;
	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: #222222 !important;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0em;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 33px;
    line-height: 27px;
    width: 100px;

	border: 1px solid #808080;
    padding: 2px;
}
input#SearchBox {
    width: 100px;
    box-sizing: border-box;
    height: 33px;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    width: 100px;
    box-sizing: border-box;
}
input#SearchBox, 
span#FromCalendarContrainer, 
span#ToCalendarContrainer {
    margin: 3px 0px 3px 0px;
}


.euButton {
    height: 33px;
	line-height: 31px;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: none;
	
	padding: 0 13px;
	
	border: 1px solid #1BAEB1;	
	border-radius: 33px;
	
    background: #FFF;
    color:  #1BAEB1 !important;
	
	transition: background 0.1s, color 0.1s, border 0.1s;
    width: 100px;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    height: 33px;
	line-height: 31px;
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: none;
	padding: 0;
	border: 2px solid #1BAEB1;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #FFF;
    color:  #1BAEB1 !important;
	transition: background 0.1s, color 0.1s, border 0.1s;
}

#TotalContainer {
  color: #4d4d4d;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover, .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover, .euButton:hover {
    background: linear-gradient(to right, #148dd0, #25d58e);
    color: #ffffff !important;
	
	cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 0px solid #08A240;
    border-left: 0px solid #08A240;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1em;
    font-weight:bold;
    color: #4d4d4d !important;
}
.Tabs {
    text-align: left;
    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;
	border-bottom: 2px solid #08A240;
}
.Tabs-Tab {
    top:0px!important;
}
/*
#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #08A240;	
}*/

.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: 0.75em !important;
	padding-right: 2.0em;
	padding-bottom: 0.75em !important;
	padding-left: 2.0em;
	
	margin-top: 0.0em;
	margin-right: 0.5em;
	margin-bottom: 0.0em;
	margin-left: 0em;
	
	border-radius: 0.5em 0.5em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #222222;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 2px solid #08A240;
	border-right: 2px solid #08A240;
	border-bottom: 0px solid #08A240;
	border-left: 2px solid #08A240;
	
	background: #FFFFFF;
	
	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: #08a240;
	color: #ffffff;	
	border-top: 2px solid #08A240;
	border-right: 2px solid #08A240;
	border-bottom: 0px solid #08A240;
	border-left: 2px solid #08A240;
	
	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 #08A240;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #08A240;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #08A240;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	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: #ABFFA2;
	color: #222222;
	border-color: #ABFFA2;
}

/******************************************************************************** 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: #222222;
	border: 1px solid #08A240;
	
	padding: 0.5em 0.5em 0.5em 0.5em;
	
	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;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #08a240;
	color: #ffffff;
	border-color: #08A240;
	
	text-decoration: underline;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #08a240;
	color: #ffffff;
	border-color: #08A240;
	
	text-decoration: initial;
	font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #666666;
	border-bottom: 0.0em solid #666666;
}
.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: #666666;
	border-bottom-color: #666666;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #6FC7F0;
	border-bottom-color: #6FC7F0;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: none;
	color: #808080;
	border: 0em solid #808080;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #fff;
	padding: 0;	
	
}
.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: none;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 1px dashed #808080;
	padding: 0.5em 0em;
	
	border-right: 0em solid #808080;	
	border-left: 0em solid #808080;
}
#PressRelease_0 {
	border-top: 0em solid #808080;
}
.PressRelease:last-child {
	border-bottom: 1px dashed #808080;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;
	
	font-weight: bold;
	font-style: normal;
	text-decoration: initial;
	color: #006cb6;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #006cb6;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 12px;
	color: #4d4d4d;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 2em 0 1em 0;
}
#SuppliedBy {
	text-align: right;
	font-size: 10px;
    padding-top: 1em;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 80%;
	padding-top: 0.5em;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    width: 20%;
    position: absolute;
	right: 0;
	right: 0;
    top: 25%;
}
h1#MainHeading {
    display: none;
}

.NewsColumn-Container.PressRelease-NewsColumn.PressRelease-SingleLine-DataRow {
    position: relative;
    top: 0;
    left: 0;
}
@media (max-width: 510px){
	.PressRelease-SingleLine-DateContainer, .PressRelease-SingleLine-TypeContainer {
		display: block !important;
		float: none;
	}
}
@media (max-width: 465px){
    #SearchBox,
    #FromCalendarContrainer,
    #ToCalendarContrainer {
        display: inline-block!important;
        box-sizing: border-box;
    }
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    input#SearchBox,
    .EurolandTools-CommonObjects-Calendar-Selection{
        white-space: nowrap!important;
        min-width: 4em;
    }
    .NewsColumn-Container .PressRelease-Attachment{
        padding-top: 5px;
    }
}

@media (max-width: 430px){
    #SearchBox, .EurolandTools-CommonObjects-Calendar-SelectionIndicator, .EurolandTools-CommonObjects-Calendar-Selection, .euButton {
        width: 11em !important;
    }
	  .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    input#SearchBox,
    .EurolandTools-CommonObjects-Calendar-Selection{
        white-space: wrap !important;;
        min-width: auto;
    }
		#FromCalendarContrainer, #ToCalendarContrainer {
			width: 13em;
		}
		#SearchBox, span#FromCalendarContrainer {
      display: block !important;
	}
}
/* m3 */

.PressRelease-NewsTitle,.PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
	text-decoration:none!important;
}

.PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
	text-decoration:none!important;
}
	
.zh-TW.EurolandTools-CommonObjects-Calendar-SelectionIndicator{
	width:68.5px!important;
}

.zh-CN.EurolandTools-CommonObjects-Calendar-SelectionIndicator{
	width:68.5px!important;
}

.zh-CN .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	min-width:60px!important;
}

.zh-TW .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	min-width:60px!important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: linear-gradient(to right, #148dd0, #25d58e);
	color: #FFF;
	border: 0;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-radius: 3em;
	background: #FFF;
	border: 2px solid #1BAEB1;
	box-sizing: border-box;
	line-height: 22px;
	color: #1BAEB1;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton, .EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
	font-size: 16px;
}
.NewsColumn-Container .PressRelease-Attachment {
  padding-top: 5px !important;
}

#ButtonsContainer.NoTabsVisible #SearchFilter .euButton {
	width: 10em;
}

.PressRelease-Attachment div a img {
  width: 20px !important;
  height: 20px !important;
}

.PressRelease-Attachment div a img:hover {
  width: auto !important;
  height: auto !important;
}