h1 {
    font-size:210%;
    font-family:"arial black", arial, sans-serif;
    color:#BE0202;
    margin: 0 0 10px 0;
    font-weight:900;
    display:block;
    line-height:1em;
}
h2 {
    font-size:1.15em;
}
h2, h2 a {
    font-weight: bold;
    color:#E40303;
    margin-bottom:0.5em;
    margin-top:0.5em;
    font-family:arial, sans-serif;
}
h2 a:hover {
    text-decoration: none;
}
h2.inverse {
    color:white;
    padding-top:5px;
}
h3, h3 a {
    color:#2A2122;
}
h3, h4 {
    font-family:arial, sans-serif;
    font-weight:bold;
}
h3 {
    font-size:1.08em;
    margin: 0 0 3px;
}
h4 {
    font-size:100%;
    margin: 0 0 5px;
}
h4 a {
    color:black;
}
a {
    color:#0E0153;
    text-decoration:none;
    margin:0;
    border:none;
    padding:0;
}
a:hover {
    color:#da122c;
    text-decoration:underline;
}

/* Medium grey */
.background1 {
    background-color:#525252;
    color:white;
    background-image:url( "/retailer/bookmotorsport/images/background-dark-grey-gradient.gif" );
    background-repeat:repeat-x;

}
/* Red */
.background2 {
    background-color:#E40303;
    color:white;
}
.background2Gradient {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/background2-gradient.gif" );
    background-repeat:repeat-x;
}
.background3 {
    background-color:#9ba7ad;
    color:white;
    background-image:url( "/retailer/bookmotorsport/images/background-light-grey-gradient.gif" );
    background-repeat:repeat-x;
}
.background3Fade {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/background3-fade.gif" );
    background-repeat:repeat-x;
}
.background3HorizontalFade {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/background3-horizontal-fade.gif" );
    background-repeat:repeat-y;
    background-position:right;
}
/* Dark grey */
.background4 {
    background-color:#2A2122
}
.shadedContainer {
    padding:5px;
    margin-bottom:5px;
}
.shadedContainer > h2 {
    margin-left:5px;
    color:white;
    margin-bottom:0.3em;
    margin-top:0;
}
.shadedContainer div.whiteBackground {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
}
.whiteBackground {
    background-color:white;
    color:black;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.whiteGreyCornerTopLeft, .whiteGreyCornerTopRight, .whiteGreyCornerBottomLeft, .whiteGreyCornerBottomRight, .whiteBoxMiddle,
.greyWhiteCornerTopLeft, .greyWhiteCornerTopRight, .greyWhiteCornerBottomLeft, .greyWhiteCornerBottomRight
{
    height:5px;
    background-repeat:no-repeat;
    overflow:hidden;
}
.whiteGreyCornerTopLeft {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-white-grey-tl.gif" );
}
.whiteGreyCornerTopRight {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-white-grey-tr.gif" );
    background-position:right;
}
.whiteGreyCornerBottomLeft {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-white-grey-bl.gif" );
}
.whiteGreyCornerBottomRight {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-white-grey-br.gif" );
    background-position:right;
}
.whiteBoxMiddle {
    background-color:white;
    margin-left:5px;
    margin-right:5px;
}
.greyWhiteCornerTopLeft {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-grey-white-tl.gif" );
}
.greyWhiteCornerTopRight {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-grey-white-tr.gif" );
    background-position:right;
}
.greyWhiteCornerBottomLeft {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-grey-white-bl.gif" );
}
.greyWhiteCornerBottomRight {
    background-image:url( "/retailer/bookmotorsport/bookf1/images/corner-grey-white-br.gif" );
    background-position:right;
}
.greyWhiteBoxTop, .greyWhiteBoxBottom {
    margin-left:5px;
    margin-right:5px;
    height:3px;
    overflow:hidden;
}
.greyWhiteBoxTop {
    border-top:2px solid #9ba7ad;
}
.greyWhiteBoxBottom {
    border-bottom:2px solid #9ba7ad;
}
.greyWhiteMain {
    border-left:2px solid #9ba7ad;
    border-right:2px solid #9ba7ad;
    padding: 0 5px 0 5px;
}
.redText {
    color:#da122c;
}
.hr, .hrThick, .hrLight {
    background-color:#9ba7ad;
    height:1px;
    margin-top:4px;
    margin-bottom:4px;
    overflow:hidden;
}
.hrThick {
    height:3px;
    margin-top:5px;
}
hr {
    border:0;
    height:1px;
    overflow: hidden;
    color:#d3d3d3;
    background-color: #d3d3d3;;
}
.hrLight {
    background-color: #d3d3d3;
}
.hrDotted {
    height:2px;
    margin-top:10px;
    margin-bottom:10px;
    background-image:url( "/retailer/bookmotorsport/bookf1/images/dotted-line.gif" );
    overflow:hidden;
}
.button, .greyButton {
    color:white;
    border:none;
    width:100%;
    cursor:pointer;
    height:22px;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:0!important;
    line-height: 0;
}
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button {
    background-color:#E40303;
    background-image:url("/retailer/bookmotorsport/images/red-gradient-button-background.gif");
}
.greyButton {
    background-color:#a0a0a0;
}
.standardTable {
    border-collapse:collapse;
}
.standardTable th {
    color:#2A2122;
    padding-bottom:5px;
    vertical-align:top;;
}
.standardTable td {
    border-top:1px solid #9ba7ad;
    padding-top:4px;
    padding-bottom:4px;
}
.highlight {
    background-color:#B0BABF;
}
.standardTable td.highlight {
    font-weight:bold;
}
.raceTitle {
    display:block;
    width:130px;
    float:left;
    cursor:pointer;
}
.raceTitle img {
    padding-right:10px;
}
#extraInformation a {
    font-weight:normal;
}
.defaultBorder {
    border-color:#525252;
}
.required {
    color:#E40303;
    font-weight:bold;
}
.closePopUp {
    border:1px solid white;
    float:right;
    cursor:pointer;
    padding:2px 4px 2px 4px;
    font-weight:bold;
    font-family:arial, sans-serif;
    color:white;
}
.popUpHeader {
    height:28px;
}
.curvedBorder {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:2px solid #9ba7ad;
    padding:5px;
}
.curvedBorder h2 {
    margin-top:0;
    margin-bottom:0.2em;
}