
#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
    font-size: 16px;
    color: #797878;
}
.en-GB {
	font-family: Arial, Helvetica, sans-serif;
}
.zh-CN, 
.zh-TW {
	font-family: '微软雅黑';
}
button {
    font-family: inherit;
}
.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: #757679;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover {
    color: #0D1D76;
	
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}
#YearPeriodsContainer a:hover {
    color: #0D1D76;
	
	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: #797878 !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: 40px;
    line-height: 25px;
    width: 154px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    margin: 3px 0px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: 40px;
	line-height: normal;
	
	font-family: Segoe UI;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: none;
	
	padding: 0em 1.0em;
	
	border: 0em solid #0D1D76;	
	border-radius: 6px;
	
    background: #0D1D76;
    color: #FFFFFF !important;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
    width: 154px;
}
.euButton:hover {
    background: #0D1D76;
    color: #FFFFFF !important;
	border-color: #0D1D76;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    /*! padding-bottom: 0.6em; */
    font-size: 1.25em;
    font-weight:bold;
    background: #efefef;
}
.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 #FFFFFF;	
}

.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: 50px;
	line-height: 50px;
	
	padding-top: 0em !important;
	padding-right: 2em;
	padding-bottom: 0em !important;
	padding-left: 2em;
	
	margin-top: 0.0em;
	margin-right: 5px;
	margin-bottom: 0.0em;
	margin-left: 5px;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #797878;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0.08em solid #0D1D76;
	border-right: 0.08em solid #0D1D76;
	border-bottom: 0.08em solid #0D1D76;
	border-left: 0.08em solid #0D1D76;
	
	background: #FFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
	
	min-width: 4em;
	box-sizing: border-box;
}
 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #0D1D76;
	color: #FFF;	
	border-top: 0.08em solid #0D1D76;
	border-right: 0.08em solid #0D1D76;
	border-bottom: 0.08em solid #0D1D76;
	border-left: 0.08em solid #0D1D76;
	
	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 #0D1D76;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
	/*! width: 50%; */
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #FFF;
	border-radius: 6px;
	border: 1px solid #0d1d76;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #0d1d76;
	font-weight: bold;
	text-transform: none;
	font-family: Segoe UI;
	font-size: 0.8em;	
	
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	
	background-color: #0d1d76;
	color: #FFFFFF;
	border-color: #0d1d76;
}

/******************************************************************************** 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: #FFF;
	color: #797878;
	border: 1px solid #FFF;
	
	padding: 1.0em 0em;
	
	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 1em;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #FFF;
	color: #0D1D76;
	border-color: #FFF;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #FFF;
	color: #0D1D76;
	border-bottom: 0.24em solid #0D1D76;
	
	text-decoration: initial;
	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 #797878;
    border-bottom: 0.0em solid #797878;
}

.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: #797878;
    border-bottom-color: #797878;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #0D1D76;
    border-bottom-color: #0D1D76;
}

.PressRelease-SingleLine-DateContainer {
    float: none;
}

.PressRelease-SingleLine-TypeContainer {

    float: none;

    border: 0em solid #E1E1E1;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;

}


.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent;
}

.PressRelease {
    border: 0;
    padding: 24px 0em;
    height: 81px !important;
    box-sizing: border-box;
    min-height: 81px;
    margin: 10px 0;
    position: relative;
}
.PressRelease:nth-child(odd) {
  background: #fff !important;
  box-sizing: border-box;
}
.PressRelease:nth-child(even) {
    background: #efefef;
}
/* .PressRelease:hover {
  background: #4f89bf !important;
  box-sizing: border-box;
} */

/* .PressRelease:hover div div .PressRelease-NewsDate, 
.PressRelease:hover div div .PressRelease-NewsTitle,
.PressRelease:hover div div .PressRelease-NewsType {
	color: #FFF;
} */
.PressRelease:last-child {
    border-bottom: 0px solid #f1f1f1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #797878;
    /*! text-overflow: ellipsis; */
    /*! overflow: hidden; */
    padding-left: 1em;
}
.HeadingColomnContainer-Attachments {
  padding-right: 1em !important;
}
.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #0d1d76 !important;
}

.PressRelease-NewsType {

    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
    color: #797878;
    padding-left: 1em;
}

.PressRelease-NewsDate {


    font-family: inherit;
    font-size: 16px;
    color: #797878;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    padding-left: 1em;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    font-size: 12px;
    text-align: right;
    padding-top: 2em;
}

#MainHeading {
    display: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    display: inline-block;
    zoom: 1;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #0D1D76;
    background: #0D1D76;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
    font-family: inherit;
    text-shadow: none;
    transition: background 1s, border 1s;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #0D1D76;
    border-color: #0D1D76;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #fff;
    background: #fff;
    color: #0D1D76;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #fff;
    cursor: pointer;
    color: #0D1D76;
}
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay:hover,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    color: #fff;
    border: 1px solid #0D1D76;
    background: #0D1D76;
}

.PressRelease-SingleLine-DateContainer {
    width: 150px;
}

#SortingContainer {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DateContainer {
    width: 13%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
}

.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 20%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
}

.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
    width: 57%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;

}

.HeadingColomnContainer-Attachments,
.PressRelease-SingleLine-AttachmentsContainer {
    width: 10%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;

}
@media (max-width: 1010px) {
  .HeadingColomnContainer-Type, .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		display: none !important;
	}
	.HeadingColomnContainer-Title,
	.PressRelease-SingleLine-TitleContainer {
			width: 76%;
	}
	.HeadingColomnContainer-Attachments,
	.PressRelease-SingleLine-AttachmentsContainer {
			width: 10%;
			box-sizing: border-box;
			margin: 0;
			font-size: 16px;

	}
}
.PressRelease-SingleLine-DataColumn {
    padding: 0;
    margin: 0;
}

.PressRelease-SingleLine-DataColumn span,
.PressRelease-SingleLine-DataColumn a {
    display: inline-block;
    /*! padding: 1em; */
    box-sizing: border-box;
}

.PressRelease-SingleLine-DataColumn .PressRelease-Attachment a {
    padding: 0;
}

.HeadingColomn {
    padding: 1em;
    font-weight: bold;
    color: #0d1d76;
    font-size: 16px !important;
    height: 50px;
    box-sizing: border-box;
}

/*
.HeadingColomnContainer-Date .HeadingColomn {
	border-left: 1px solid #bfbfbf;
}
*/
.HeadingColomnContainer-Attachments .HeadingColomn {
    text-align: right;
}
.en-GB .HeadingColomnContainer-Attachments .HeadingColomn {
  padding: 1em 8px 1em 0;
}
.zh-CN .HeadingColomnContainer-Attachments .HeadingColomn, 
.zh-TW .HeadingColomnContainer-Attachments .HeadingColomn {
  padding: 1em 12px 1em 0;
}
.ColumnLayoutColumn {
    display: inline-block !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*! padding: 24px 0em; */
}

/* .PressRelease-SingleLine-DataRow {
    ! display: table-row !important;
} */

.PressRelease-SingleLine-DataColumn {
    display: inline-block !important;
    vertical-align: middle !important;
    /*border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;*/
    /*! display: none !important; */
}
@media (max-width:1489px) {
    .PressRelease {
        height: auto !important;
        /*! line-height: normal !important; */
    }
}
@media (max-width:849px) {
    div#SortingContainer {
        display: none !important;
    }

    .PressRelease-SingleLine-DataColumn {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        width: auto !important;
        display: inline-block !important;
        position: absolute;
        top: 0;
        right: 0;
    }

    .ColumnLayoutColumn {
        position: relative;
        top: 0;
        left: 0;
    }

    a.PressRelease-NewsTitle {
        font-weight: bold !important;
    }
    .PressRelease-SingleLine-DataColumn span,
    .PressRelease-SingleLine-DataColumn a,
    .PressRelease-Attachment div {
      padding: 1em;
    }
    .NewsColumn-Container .PressRelease-Attachment {
        float: right !important;
        padding-left: 27px;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 80% !important;
        display: inline-block !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
        /* display: inline-block !important; */
        width: 20% !important;
        position: absolute;
        bottom: 25%;
        right: 0;
    }
}

@media (max-width:379px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 85% !important;
        display: inline-block !important;
    }
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: none !important;
    box-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    padding: 0 1px 5px 1px;
}
* {
    outline: 0 !important;
}
.PressRelease-Attachment {
    width: 30px !important;
    height: 34px !important;
    overflow: visible !important;
    padding-right: 20px !important;
}
.PressRelease-Attachment div a img {
    width: 26px !important;
    height: 34px !important;
}
.PressRelease-Attachment div {
    float:right;
    height: 36px !important;
}
.PressRelease-Attachment div a{
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 650px) {
    .PressRelease-SingleLine-TitleContainer {
        width: 65%;
    }
}
@media (max-width: 600px) {
    div#PressReleases {
        padding: 0;
    }
}
@media (max-width: 480px) {
    .PressRelease-SingleLine-TitleContainer {
        width: 50%;
    }
}
@media (max-width: 470px){
    .PressRelease-NewsDate {
        width: 100%;
        display: block!important;
    }
    .PressRelease-SingleLine-TitleContainer {
        width: 75%;
    }
}
/******************************* Format of CA **********************************************/
#MainHeading {
	display: none;
}
#SuppliedBy {
	font-size: 13px !important;
}
#SearchBox {
    position: relative;
    /*! top: -3px; */
} 
.ebuttons {
    float: none !important;
}
/******************************* END: Format of CA **********************************************/