

@font-face {
    font-family: 'Frutiger-45-light';
 /*src: url('fonts/FrutigerLTArabic-55Roman.eot') format('opentype');*/
    src: url('fonts/FrutigerLTArabic-55Roman.ttf') format('truetype'); 
	font-weight: 400;
}

@font-face {
    font-family: 'Frutiger-Roman';
    src: url('fonts/Frutiger-Roman.otf') format('opentype');
	font-weight: 600;
}

/* @font-face {
    font-family: 'Frutiger-55-Roman';
    src: url('fonts/FrutigerLTArabic-55Roman.ttf') format('truetype');
	font-weight: bold;
} */

@font-face {
    font-family: 'Caecilia-Roman';
    src: url('fonts/Caecilia-Roman.otf') format('opentype');
	font-weight: 400;
}

@font-face {
    font-family: 'Caecilia-55-Roman';
    src: url('fonts/PMN-Caecilia-Roman.otf') format('opentype');
	font-weight: bold;
}

@font-face {
    font-family: 'helveticaneueltarabic';
    src: url('fonts/helveticaneueltarabicroman1.ttf') format('truetype');
	font-weight: 400;
}

#Main {
    max-width: 1040px;
    padding:0;
}
body,
input {
    font-size: 15px;
	font-family: 'Frutiger-45-light', sans-serif;;
    color: #373737;
}
button {
    font-family: 'Frutiger-45-light', sans-serif;;
}
.Tabs-Tab {
    font-size: 15px;
}

.ar-AE body {
    direction: rtl;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #00549f;
	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: #00549f;
	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: #373737 !important;
	display: none;
}
#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: 22px;
    line-height: 22px;
    width: 9em;
    border: 1px solid #cccccc;
	margin: 2px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: auto;
	line-height: normal;
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	margin: 0.5em;
	padding: 5px;
	width: 79px;
	border: 1px solid #009fDA;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background: #009fDA;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: right;
	position: relative;
    bottom: 8px;
}
.euButton:hover {
    text-decoration: none;
	background: #009fDA;
	color: #E3E3E3;
	border-color: #009fDA;
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight: normal;
	color: #373737;
}
#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: 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: 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: 1px;
	margin-bottom: 0.0em;
	margin-left: 1px;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;	
	color: #858585;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	
	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: #19B6F1;
	color: #FFFFFF;	
	border-top: 1px solid #19B6F1;
	border-right: 1px solid #19B6F1;
	border-bottom: 1px solid #19B6F1;
	border-left: 1px solid #19B6F1;
	
	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 #19B6F1;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #19B6F1;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #19B6F1;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	font-weight: normal;
	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: #19B6F1;
	color: #E3E3E3;
	border-color: #19B6F1;
}

/******************************************************************************** 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;
	border-left: 0px solid #002776;
}
.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: #373737;
	border: 0px solid #002776;
	border-left: 0;
	padding: 0px 10px;
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 16px;
	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: #002776;
	color: #FFFFFF;
	border-color: #002776;
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #002776;
	color: #FFFFFF;
	border-color: #002776;
	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 #5F5F5F;
	border-bottom: 0.0em solid #5F5F5F;
}
.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: #5F5F5F;
	border-bottom-color: #5F5F5F;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #5F5F5F;
	border-bottom-color: #5F5F5F;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
	margin-top: 5px;
}
.PressRelease-SingleLine-TypeContainer {
	float: left;
	border: 0em solid #cccccc;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
	display: none !important;	
	
}
.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	/* clear: left; */
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: #FFFFFF;
}
.PressReleaseEven {
	background-color: #FFFFFF
}
.PressRelease {
	border-bottom: 1px solid #cccccc;
	padding: 0.5em 0em 0.5em 0em;
	border-right: 0em solid #cccccc;	
	border-left: 0em solid #cccccc;
}
#PressRelease_0 {
	border-top: 0em solid #cccccc;
}
.PressRelease:last-child {
	border-bottom: 1px solid #cccccc;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #01559F;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #01559F;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #373737;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #373737;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
	font-size: 13px;
}


/* -------------Changes-------------- */

.ar-AE .Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-right: 0px solid #002776;
}
a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #00549f !important;
	border-bottom: 1px solid #00549f !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    width: 100%;
    padding: 5px 0px;
    border: 1px solid #009fDA;
    text-align: center;
	color: #ffffff !important;
    border-radius: 0px;
    background-color: #009fDA;
	text-decoration: none;
	font-weight: normal;
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	text-decoration: none;
	border: 1px solid #009fDA;
	color: #E3E3E3 !important;
	background-color: #009fDA;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #002776 !important;
	background-color: #002776 !important;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    border: 1px solid #002776;
    background: #FFFFFF;
    /* border-radius: 0px; */
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-NotActive,
.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-shadow: none !important;
}

div#ButtonsContainer button.euButton {
    width: 108px;
}


/* ---------Arabic--------- */

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
	float: right;
}

.ar-AE .euButton {
	float: left;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
    clear: right;
    float: right;
}

.ar-AE #YearPeriodsContainer {
    text-align: left;
}

.ar-AE .ArrowContainer {
    display: inline-block;
    position: relative;
    top: 0px;
    right: 18px;
}

.ar-AE #SuppliedBy,
.ar-AE #ButtonsContainer {
    text-align: left;
}
.ar-AE #PagesContainer {
    direction: ltr;
}


/* --------------Responsive-------------- */

@media (max-width: 607px) {
	.ar-AE .euButton {
		float: none;
		bottom: 3px;
		left: unset;
		right: -5px;
	}
}

@media (max-width: 592px) {
	.euButton {
		float: none;
		bottom: 3px;
		left: -5px;
	}
}
.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
	float: left;
}
#ButtonsContainer.NoTabsVisible {
	border-bottom: 0px solid #e1e1e1;
}