@font-face {
  font-family: "VodafoneLight";
  src: url("fonts/vodafonelt-webfont.eot");
  src: url("fonts/vodafonelt-webfont.eot?#iefix") format("embedded-opentype"),
       url("fonts/vodafonelt-webfont.woff2") format("woff2"),
       url("fonts/vodafonelt-webfont.woff") format("woff"),
       url("fonts/vodafonelt-webfont.ttf") format("truetype"),
       url("fonts/vodafonelt-webfont.svg#vodafone_ltregular") format("svg");
  font-weight: 100;
  font-style: normal;
}

body {
    color: #333;
    font-family:Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin:0;
}
.PressRelease-NewsDate,
.PressRelease-NewsType,
.PressRelease-NewsTitle {
    font-size:16px;
}
a:link,a:visited {
    font-weight: 700;
    color: #e60000;
    text-decoration: underline;
}
a:hover {

}
/* TOOL WIDTH */
#Main {
    max-width: 950px;
    padding: 0;
}
/* HEADING */
#MainHeading
{
    font-family: "VodafoneLight", Arial, sans-serif;
    font-weight:100;
    font-size:1.5em;
}
/* SEARCH CONTROLS */
input#SearchBox,
input#FromCalendarInput,
input#ToCalendarInput {
    color: #333;
    font-size: 1em;
    padding: 0.4em 0.22em;
    box-sizing: border-box;
    background: #f4f4f4;
    border: 0.18em solid #ccc;
    width:10em;
}
/* BUTTON CONTROLS */
.euButton {
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    width: 10em;
    padding: 0.4em 0;
    padding-left:1em;
    border-top: 0.22em solid #333;
    background: #333;
    border-bottom: 0.22em solid #333;
    transition: all .3s ease;
    color: #fff;
}
.euButton:hover {
    text-decoration:underline;
}
/* TABS & TYPE BUTTON CONTROLS */
.Tabs {
    border-bottom: 0;
}
.Tabs-Tab-Container {
    height: auto;
    line-height: normal;
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    font-weight: bold;
    background: #333;
    border: 0.16em solid #333;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
    margin-right: 1em;
    margin-bottom: 2em;
}
.Tabs-Tab a {
    text-decoration:none;
    color:#fff;
}
.Tabs-Tab-Container:hover {
    background: #e60000;
    border: 0.16em solid #e60000;
}
.Tabs-Tab-Container.selected {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    font-weight: bold;
    border: 0.16em solid #333;
    transition: background 0.5s;
    background: #333;
    position: relative;
    top: 0px;
    left: 0px;
    color:#fff;
}
.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.5em;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1.5em solid #333;
}
.Type {
    border-radius:0;
    border:0;
    color:#fff;
    font-size:0.8em;
    padding:1em;
    font-weight:bold;
    background:#333;
    margin:0.25em 0.25em 0 0;
    transition: background 0.5s;
}
.TypeSelected,
.Type:hover {
    background:#e60000;
}
/* PRESS RELEASES SECTION */
#SortingContainer {
    background:#ccc;
    padding:1em;
    border-bottom: 0.22em solid #fff;
}
.PressRelease-NewsColumn {
    padding:0;
    clear:both;
    font-size:0px;
    position: relative;
    top: 0;
    left: 0;
}
div#SortingContainer a {
    font-size: 1em;
    color: #333;
}
.PressRelease {
    background: #f4f4f4;
    padding: 1em;
    border-bottom: 0.22em solid #fff;
}
.PressRelease-NewsType {
    color: #333;
    font-weight:bold;
    margin-left: 0;
    width:50%;
    text-align:right;
    display:inline-block;
}
.PressRelease-NewsDate {
    width: 50%;
    text-align:left;
    display: inline-block;
}
.PressRelease-NewsTitle {
    padding-top: 0.5em;
    display: block;
}
.NewsColumn-Container br {
    display: none;
}
/* PAGES */
div#PagesContainer {
    background: #ccc;
    padding: 1em;
}
.Pages-SelectedPageMarker,
.Pages-PageMarker {
    font-weight: bold;
    font-size: 1em;
    margin: 1em;
    color: #333;
}
@media (max-width:30em) {
    .PressRelease-NewsType {
        display: block;
        text-align: left;
        width: 100%;
    }
}

.PressRelease-Attachment {
    position: absolute;
    top: 27px;
    right: -10px;
}