
@import "//fast.fonts.net/cssapi/c0652d6e-394b-4473-9498-4fdc74bdfd02.css";

body{
	color: #4d4d4b;
    font-family:  "Frutiger LT W01_57 Condensed",sans-serif;
    margin:0px;
    font-size:16px;
}
input {
    font-family:  "Frutiger LT W01_57 Condensed",sans-serif;
}
.zh-CN body, .zh-TW body{
    font-family:  Microsoft Yahei;
}
.zh-CN input, .zh-CN input {
    font-family:  Microsoft Yahei;
}
#Main {
/*
    Because of the complex width control only set width related settings here
*/
     
	width: 100%;
    max-width:1000px;
}
input, .InputBox, .Type {
    font-size:16px;
}
.InputBox {
	padding: 6px;
}
.form select {
	height: 42px;
	width: calc(85% + 8px);
}
.Type {
    border-radius: 0px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    color: #4d4d4b;
    transition:all ease-in 0.4s;
}
.Type:hover {
    color:#fff;
    background: #d3240c;
    border: 1px solid #d3240c;
}
.TypeSelected {
    color:#fff;
    background: #d3240c;
    border: 1px solid #d3240c;
}

.DateSelection-InputBox {
    width: 100px;
}
.PressRelease-NewsTitle {
    color: #4d4d4b;
	font-weight: normal;
}
.PressRelease-NewsTitle:link 
.PressRelease-NewsTitle:visited {
	color: #4d4d4b;
    font-weight: normal;
    font-size:18px;
    text-decoration: none;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color: #4d4d4b;
	font-weight: normal;
    text-decoration: underline;
}
.PressRelease-NewsDate {
    color:#868789;
    font-size:16px;
}
 .PressRelease-NewsType {
	color:#868789;
    font-size:16px;
 }
.PressRelease-Change, .PressRelease-NewsColumn {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 9px;
    padding-top: 7px;
}
#SearchButton {
	width: 120px;
}
#SearchFilter button {
	width: 180px;
}
.euButton, .btn-cancel {
	background: #ffffff url("arrow.png") no-repeat scroll 20% 50%;
	border: 1px solid #cccccc;
	color: #4d4d4b !important;
    font-size:16px;
    font-family:  "Frutiger LT W01_57 Condensed",sans-serif;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 145px;
	font-weight: 400;
	cursor: pointer !important;
}
.zh-CN .euButton, .zh-TW .euButton,.zh-CN .btn-cancel, .zh-TW .btn-cancel {
    font-family:  Microsoft Yahei;
}
.euButton:hover, .btn-cancel {
	background: #f9f9f9 url("arrow.png") no-repeat scroll 20% 50%;
}
.btn-cancel {
	padding: 3px 45px;
}
.Pages-SelectedPageMarker{
	color: #4d4d4b;
    font-family:  "Frutiger LT W01_57 Condensed",sans-serif;
}.
.zh-CN .Pages-SelectedPageMarker, .zh-TW .Pages-SelectedPageMarker{
    font-family:  Microsoft Yahei;
}
a{
	color: #4d4d4b;
    font-family:  "Frutiger LT W01_57 Condensed",sans-serif;
}
.zh-CN a, .zh-TW a{
    font-family:  Microsoft Yahei;
}
a:link, a:visited{
	color: #4d4d4b;
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:active {
    color: #4d4d4b;
    text-decoration: underline;
}
/****** tab ******/
.Tabs {
	border: none;
}
.Tabs-Tab {
	margin-right: 0px;
}
.Tabs-Tab-Container.selected, .Tabs-Tab-Container.selected:hover  {
    color: #4d4d4b !important;
    font-size:16px;
	background:#f1f1f1 !important;
	border-color: f1f1f1;
	border-bottom: 4px solid #ed2939;
	height: 39px;
    line-height: 42px;
	font-weight: normal;
}
.Tabs-Tab-Container {
	border: 1px solid #f1f1f1;
	background: #ffffff;
	color: #4d4d4b !important;
	font-size: 16px;
	transition: all 0.7s ease 0s;
	height: 42px;
    line-height: 42px;
}
.Tabs-Tab-Container:hover {
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	height: 42px;
    line-height: 42px;
	color: #4d4d4b !important;
	text-decoration: none;
}
/****** end Tab ******/
/****** calendar inside ******/

.EUCalendar {
    font-family: "Frutiger LT W01_57 Condensed",sans-serif !important;
	font-size: 14px !important;
}
.EUCalendar table {
    font-family: "Frutiger LT W01_57 Condensed",sans-serif !important;
	font-size: 14px !important;
}

.EUCalendar-day-selected {
    background-color: #808080 !important;
    color: #ffffff !important;
    margin: 1px;
    padding: 2px 3px;
}

.EUCalendar-day-today {
    color: #4d4d4b !important;
    font-weight: bold;
}
/****** end calendar inside ******/
img.DateSelection-Icon {
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
    vertical-align: top;
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, 0) url("calendar.png") no-repeat scroll 50% 50%;

}
div#SuppliedBy {
    font-size: 12px;
    text-align:left;
}

button.euButton.btn-subscription {
    display: none;
}