#Main {
/*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 500px;
}

body{
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	margin: 0px;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
    background: transparent;
    min-height: inherit!important;
}
input{	
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
    font-size: 14px;
    color: #555555;
    
}
.euButton{
	color: #00864a;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	border:2px solid #00864a;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif !important;
	margin: 0px !important;
    transition: all 0.2s ease-in-out 0s;
	text-transform: none !important;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 20px;
}
.euButton:hover {
	border: 2px solid #00864a;
	background-color: #00864a;
	color: #ffffff;
}



.PressRelease  {
	clear: both;
}

.PressRelease-Change, .PressRelease-NewsColumn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.PressRelease-NewsColumn{
	/*height: 15px; */
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	padding: 12px 12px 12px 0px;
}
.Pages {
    padding-top: 20px;
}
#MainHeading {
    display: none;
}
.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {
   
	color: #000000 !important;
    text-decoration: none;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif !important;
	font-weight: normal;
}

.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color:#00864A !important;
    text-decoration: none;
	
	font-weight: normal;
}
.PressRelease-NewsDate, #SortingContainer {
   
}

#CurrentPeriodContainer {
    
    font-weight: normal;
}
.InputBox {
    border-color: #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 26px;
    padding: 2px 1px 2px 5px;
}
#TotalContainer.NoTabsVisible {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
a:link, a:active {
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",u9ed1u4f53,Arial,sans-serif;
	font-weight: normal;
	color: #555555;
    text-decoration: none;
}
a:hover, a:visited{
    font-weight: normal;
	color: #00864a;
    text-decoration: underline !important;
}




.PressReleaseOdd {
    background: transparent;
}
.PressReleaseEven {
    background: transparent;
}
.PressRelease {
    margin-top: 0px;
}
.PressRelease-Change{
    padding: 5px;
}
div#SortingContainer {
    padding: 5px;
    padding-top: 0px;
}
.PressRelease-NewsDate,
.PressRelease-NewsType,
.PressRelease-NewsTitle {
    font-size:1em;
}



#ControlsContainer,
#PagesContainer,
#SortingContainer,
#SuppliedBy,
.PressRelease-NewsType,
.NewsColumn-Container br
{
    display: none!important;
}
.PressRelease-NewsDate {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 6px;
}

/*#PressReleases {
    max-height: 90px;
    overflow-y: scroll;
}*/