
body, input {
	color: #333333;
	/* font-family:  "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif; */
    font-family: Arial, sans-serif;
	font-size: 14px !important;
    font-weight: normal;
}

.zh-CN body,
.zh-TW body{
    font-family: "Microsoft Yahei", sans-serif;

}
#Main {
/*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 426px;
}
#PressReleases {
    padding-top: 9px;
}
#MainHeading{
	font-size: 24px;
}
.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {   
	font-size: 14px;
	line-height: 29px;
    height: 29px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-weight:normal;
	display:block;	
	overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    white-space: nowrap;
}

.SeparateNews-Title
{
    display:none;
}

.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {	
    color: #333333;
    text-decoration: none !important;
}

.Pages-SelectedPageMarker{
	color: #383838;
}
div#SuppliedBy a{	
    text-decoration: none;
}

div#SuppliedBy a:link, div#SuppliedBy a:visited{	   
}

div#SuppliedBy a:hover, div#SuppliedBy a:active{
	color: #b8a76f;	    
}

a{
	color: #333;
	text-decoration: none;
}

a:link,a:visited{	
	color: #333;
    text-decoration: none !important;
}
a:hover,a:active{	
	color: #333;
    text-decoration: none !important;
}
.NewsColumn-Container.PressRelease-NewsColumn > br {
    display: none;
}

html.en-GB .PressRelease-NewsTitle {
    text-transform:uppercase;
}
.PressRelease-NewsDate
{
    display:table-cell;
}
.PressRelease-NewsDate
{
    white-space:nowrap;
}

div#ControlsContainer, div#PagesContainer, div#SortingContainer, div#SuppliedBy
{
    display: none!important;
}
img {
    width: 20px!important;
    height: 20px!important;
}

.NewsColumn-Container .PressRelease-Attachment {
    float: right !important;
	height: 29px;
    line-height: 29px;
    display: none !important;
}
.PressRelease-Change, .PressRelease-NewsColumn {
    line-height: 29px;
    padding-top: 0;
}
.PressRelease-Attachment img {
    display: none !important;
    margin: 7px !important;
}
#Main {
    padding:0px;
}

span.PressRelease-NewsDate
{
    *display:inline-block;
    *float:right;
	font-size: 14px;
    float: right;
    text-align: right;
    padding-right: 5px;
	text-indent:20px;
	width: auto;
}
/* .PressRelease-NewsTitle::before{
    content: "";
    display: inline-block;
    font-family: FontAwesome,sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transform: translate(0px, 0px);
    vertical-align: baseline;
    padding-right: 5px;
} */

.NewsColumn-Container.PressRelease-NewsColumn{
    height: 34px;
    /* border: solid 1px red; */
}

.PressRelease {
    /* background-color: gray !important; */
}

.PressRelease-NewsTitle,
.PressRelease-NewsDate
{
    height: 100%;
    line-height: 35px;
    color: #666 !important;
}
#PressReleases{
    padding-top: 0 !important;
}


.en-GB span.PressRelease-NewsDate,
.en-GB .PressRelease-NewsTitle
{
    font-size: 16px;
}

.en-GB .NewsColumn-Container.PressRelease-NewsColumn {
    height: 50px;
}

html.en-GB .PressRelease-NewsTitle,
.en-GB span.PressRelease-NewsDate{
    box-sizing: border-box;
    padding-top: 6px;
}

.zh-CN .PressRelease-NewsTitle, .zh-CN span.PressRelease-NewsDate,
.zh-TW .PressRelease-NewsTitle, .zh-TW span.PressRelease-NewsDate{
    color: #333 !important;
}