#Main {
/*
    Because of the complex width control only set width related settings here
*/
    padding: 0;
	width: 100%;
	max-width: 840px;
}
body{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
	color: #555555;
	padding: 0;
	margin: 0;
    background: #fff;
}
.zh-CN body,
.zh-TW body{
    font-family: "Microsoft JhengHei", sans-serif;
}
input{	
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555555;
    background: transparent;
}
.zh-CN input,
.zh-TW input {
    font-family: "Microsoft JhengHei", sans-serif;
}
.euButton{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	height: 30px;
	border: 0 none;
	font-family: 'Lato', sans-serif !important;
	margin: 0px !important;
	text-transform: none !important;
	background: #bd0011;
	padding: 0 15px;
}
.zh-CN input,
.zh-TW input {
    font-family: "Microsoft JhengHei", sans-serif;
}
.euButton:hover {
	border: 0 none;
    background: #bd0011;
}

a:link, a:active {
	font-weight: 300;
    color: #bd0011;
    text-decoration: underline;
}
a:hover, a:visited{
    font-weight: 300;
	color: #d71328;;
    text-decoration: none;
}
.PressRelease  {
	clear: both;
}

.PressRelease-Change, .PressRelease-NewsColumn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0 none;
}
.Pages {
    padding-top: 20px;
}
#MainHeading {
    display: none;
}
.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {
   
	color: #555555 !important;
    text-decoration: none !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300 !important;
}
.zh-CN .PressRelease-NewsTitle,
.zh-TW .PressRelease-NewsTitle {
    font-family: "Microsoft JhengHei", sans-serif;
}
.SortingContainer-NewsColumn .NewsColumn-Container a, .ComparisonChangeColumn-Container a {
    color: #bd0011;
    text-decoration: none !important;
    font-weight: 300 !important;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color:#bd0011 !important;
    text-decoration: none;
	
	font-weight: normal;
}


#CurrentPeriodContainer {
    
    font-weight: normal;
}
.InputBox {
    padding: 0px 5px;
    font-size: 14px;
    color: #555555 !important;
	 border: 1px solid #bd0011;
    height: 28px;
    line-height: 28px;
	background-color: #ffffff;
}
#TotalContainer.NoTabsVisible {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.Tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    float: none;
}
.Tabs-Tab-Container {
    font-size: 14px;
}
.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-bottom: 1.0em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0.16em solid #DBDBDB;
    transition: background 0.5s;
    color: #585852;
	
	transition: background 0.5s;
}
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected {
    background: #DBDBDB;
    position: relative;
    top: 0px;
    left: 0px;
}
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #DBDBDB;
	color: #585852;
	border-color: #DBDBDB;
}
.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;
    border-left: 1.0em solid transparent;
    border-right: 1.0em solid transparent;
    border-top: 1.0em solid #DBDBDB;
}
.Tabs-Tab {
    float: none;
    display: inline-block;
    margin: 0px;
}
#SuppliedBy {
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
    color: #555555 !important;
}
.SeparateNews-Footer-Container {
     font-size: 14px;
}
.Type {
    border-radius: 0px;
    padding: 9px;
    background: #dcdcdc;
    border: none;
    color: #555555;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    transition: all 0.5s linear 0s;
}
.zh-CN .Type,
.zh-TW .Type {
    font-family: "Microsoft JhengHei", sans-serif;
}
.TypeSelected {
    background: #284A41 ;
    border-color: #284A41;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.zh-CN .TypeSelected,
.zh-TW .TypeSelected {
    font-family: "Microsoft JhengHei", sans-serif;
}
#SearchBox {
    width: 240px;
    margin-left: 10px;
}

#SearchContainer {
    padding: 10px 0;
    margin-top:10px;
}
.DateSelection-InputBox {
    width: 140px;
}
.PressRelease-NewsType {
    
    color: #b0b1b2;
    
}
.PressRelease.PressReleaseOdd {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
	opacity: 1; 
	height: auto; 
	visibility: visible; 
	position: static; 
	top: auto; 
	left: auto; 
	width: auto;
}
.PressRelease.PressReleaseEven {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.PressRelease {
    margin-top: 0px;
}
.PressRelease-Change, .PressRelease-NewsColumn {
    /*padding: 10px 1%;*/
}
#Types {
   
    opacity: 1 !important;
}
#PageFlickContainer {
    
    padding:1%;

}
.PressRelease-NewsDate, .PressRelease-NewsType {
    font-size: 1em;
    /* line-height: 2em; */
    /* border-bottom: 10px solid transparent; */
    margin-bottom: 10px;
    display: inline-block;
}
.PressRelease-NewsDate{
    color: #23a1bc;
}
#SortingContainer {
    background: transparent none repeat scroll 0 0 !important;
    padding: 1%;
}
.pdf_img{
	border-width: 0px; 
	width: 24px; 
	height: 24px; 
	margin: 3px; 
	opacity: 0.8;
}
.attr_1{
	margin-left: 5px; 
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	overflow: hidden; 
	direction: ltr;
}

.attr_2{
	display: block; 
	width: 30px; 
	height: 30px; 
	text-align: left;
}
.Tabs a{
	cursor:pointer;
}
.hide{
	display:none !important;
}
.page-number {
    color: #d71328;
}
#PagesContainer .active {
    color: #7f7f7f;
}
#PagesContainer .last_btn{
    float:right;
    cursor:pointer;
}
#PagesContainer .fr_btn {
    float: left;
    cursor:pointer;
}
