body,
input {
    
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #666666;
}

.zh-CN body,
.zh-CN input,
.zh-TW body,
.zh-TW input {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

body .style {
    min-height: 459px !important;
}

#Main {
    /*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 800px;
}

#MainHeading {
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: none;
}

.zh-CN #MainHeading,
.zh-TW #MainHeading {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.DateSelection-InputBox {
    width: 100px;
}

.PressRelease-NewsTitle {
    color: #666666;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    color: #306CFF;
    text-decoration: none;
}

.euButton {
    background-color: #306CFF;
    color: #ffffff;
    height: 40px;
    width: 150px;
    border-radius: 5px;
}

.zh-CN .euButton, .zh-TW .euButton {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.Pages-SelectedPageMarker {
    color: #666666;
}

a {
    color: #666666;
}

a:link,
a:visited {
    color: #666666;
}

a:hover,
a:active {
    color: #306CFF;
    text-decoration: none;
}

.Pages {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    float: none;
}

/*
table.Pages {
    margin-top: 20px;
}
*/

#SearchBox {
    width: 150px;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
}

.DateSelection-InputBox {
    width: 150px;
    line-height: 14px;
    font-size: 14px;
    height: 28px;
}

.PressRelease-NewsDate {
    font-size: 1em;
}

.PressRelease-NewsTitle {
    font-size: 1em;
    font-weight: normal;
}

.PressRelease {
    border-bottom: 0.08em solid #ccc;
    /* padding: 15px 0; */
    padding: 10px 0;
}

.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-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;
}

.Pages-Arrow:hover,
a.Pages-PageMarker:hover {
    color: #333333;
}

.Pages-Arrow {
    cursor: pointer;
    display: inline-block !important;
}

#PagesContainer {
    text-align: center;
    padding: 40px 0;
}

#SuppliedBy {
    font-size: 14px;
}

.PressRelease-Change,
.PressRelease-NewsColumn {
    padding-top: 0px;
    position: relative;
}

#SortingContainer {
    font-size: 1em;
}

/* .NewsColumn-Container .PressRelease-Attachment {
    position: absolute;
    right: 0;
    top: 20%;
} */


* {
    outline: 0 ! important;
}


/* ADDED CSS */

#ButtonsContainer.NoTabsVisible {
    padding-bottom: 9px !important;
    margin-bottom: 9px !important;
}

.PressRelease-NewsDate {
    font-size: 14px !important;
    color: #999999 !important;
}
.PressRelease-NewsDate:hover {
    font-size: 14px !important;
    color: #306CFF !important;
}
#PagesContainer {
    padding: 20px 0 10px !important;
}


.NewsColumn-Container .PressRelease-Attachment {
   padding-right: 0px;
    padding-top: 4px;
}
.PressRelease-Attachment>div>a>img,
.PressRelease-Attachment>div>a>img:hover{
    height: 32px!important;
    width: 32px!important;
	opacity: 1;
	margin: 0!important;
}
.NewsColumn-Container .PressRelease-Attachment {
    float: right!important;
}
.PressRelease-Attachment a {
	height: 32px!important;
	width: 32px!important;
}
.PressRelease-Attachment div {
	height: 32px!important;
	width: 32px!important;
}
/* .PressRelease-Attachment {
    width: 26px !important;
    height: 30px;
    position: absolute !important;
    right: -15% !important;
    top: 5px !important;
    background-size: 30px !important;
    background-image: url(pdf.gif);
}  */

/* .PressRelease-Attachment:hover {
    width: 28px !important;
    height: 35px;
    position: absolute !important;
    right: -15% !important;
    top: 4px !important;
    background-size: 34px !important;
    background-image: url(pdfhov.gif)
} */

.PressRelease:hover .PressRelease-NewsTitle{
    color: #306CFF !important;
}

.PressRelease:hover .PressRelease-NewsDate{
    color: #306CFF !important;
}

.PressRelease:hover .PressRelease-Attachment>div>a>img,
.PressRelease-Attachment>div>a>img:hover{
    opacity: 100% !important;
}

/* ************Added Code******************** */

.DateSelection-Icon {
    margin: 0px 12px 0px 12px;
}

input#ToCalendarInput {
    margin-left: -15px;
}

button#SearchButton {
    margin-left: -9px;
}
div#SearchContainer span label {
    display: none;
}