﻿#Main {
    /*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 800px;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: normal;
    min-height: inherit !important;
    height: 459px;

}

.zh-CN body, .zh-TW body {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

#SeparateNews-Body,
.SeparateNews-Header-Container,
.SeparateNews-Footer-Container {
    font-size: 13px;
}

h1#MainHeading {
    display: none;
}

#Types {
    padding-bottom: 0px;
}

#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    width: 140px;
}

.InputBox,
.DateSelection-InputBox {
    color: #666666;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    padding: 10px;
    height: 18px;
    line-height: 16px;
}

.DateSelection-InputBox {
    width: 100px;
}

#SearchContainer {
    padding: 7px 0 13px 0;
}

.PressRelease-NewsDate {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 1px;
    vertical-align: middle;
    line-height: 1;
}

.PressRelease-Change,
.PressRelease-NewsColumn {
    padding-top: 0px;
}

.PressRelease-NewsTitle {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    height: auto;
    padding-left: 10px;
    padding-bottom: 0px;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    color: #3a3a3a;
    text-decoration: underline;
}

.PressReleaseEven {
    background-color: transparent;
}

.euButton {
    background-color: #306CFF;
    padding: 0px 30px;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    width: 150px;
    line-height: 40px;
    border-radius: 5px;
}

.zh-CN .euButton, .zh-TW .euButton {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.PressRelease {
    padding: 15px 0px;
    border-top: 1px solid #e3e3e3;
    position: relative !important;
}

#PressReleases {
    border-bottom: 1px solid #e3e3e3;
}

.PressRelease-NewsColumn br {
    display: none;
}

.Pages-SelectedPageMarker {
    color: #666666;
}

a {
    color: #666666;
}

a:link,
a:visited {
    color: #666666;
}

a:hover,
a:active {
    color: #306CFF;
    text-decoration: none;
}

#DateAvailableFrom,
#TotalContainer,
#SortingContainer,
.tab-wrapper {
    display: none !important;
}

#CurrentPeriodContainer {
    display: none;
}

#ButtonsContainer.NoTabsVisible {
    display: none;
}

table.Pages td {}

.Pages-ArrowContainer {
    display: table-cell !important;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

#PagesContainer {
    text-align: center;
    padding-top: 5px;
}

.Pages {
    width: 100%;
    margin-top: -2px;
}

.Pages-Arrow:hover {
    text-decoration: none !important;
}

.zh-TW #YearPeriodsContainer,
.zh-CN #YearPeriodsContainer {
    text-align: right;
    padding-top: 0;

}

.PressRelease-Attachment img {
    /* width: 26px !important;
    height: 28px !important; */

    width: 15px !important;
    height: 18px !important;
}

#SuppliedBy {
    font-size: 12px;
    padding-top: 0px;
}

#MainHeading {
    font-size: 20px;
    font-weight: normal;
    color: #0884e3;
    margin: 10px 0 0 0;
    font-weight: bold;
}

td#YearPeriodsContainer {
    padding-bottom: 7px;
}

#PagesContainer {
    text-align: center;
    padding: 20px 0;
}

.PressRelease-Attachment {
    position: absolute;
    top: 10px;
    right: 0;
}

.Pages {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    float: none;
}

* {
    outline: 0 !important;
}

.Pages-PageMarker {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    font-size: 12px;
}

.Pages-SelectedPageMarker {
    background-color: #306cff;
    color: #fff;
    text-decoration: none;
}

.Pages-Arrow:hover,
a.Pages-PageMarker:hover {
    color: #666666;
}

.Pages-Arrow {
    cursor: pointer;
    display: inline-block !important;
}

* {
    outline: 0 !important;
}

/* ************Added Code******************** */

.DateSelection-Icon {
    margin: 0px 12px 0px 12px;
}

input#ToCalendarInput {
    margin-left: -15px;
}

button#SearchButton {
    margin-left: -9px;
}

.NewsColumn-Container .PressRelease-Attachment {
    padding-right: 0px;
    padding-top: 0px;
}