﻿body {
  font-family:Segoe UI Light, Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
  color:#ebebeb; /*xboxwhite*/
  background-color:#101010;
}

.gameManualTitle {
    color:#ebebeb;
}

.contentPanel a:hover {
    background-color: rgba(235, 235, 235, 0.7); 
    color: #101010; 
    outline: none;
    border: none;
}

.contentPanel a:focus {
    background-color: rgba(192, 12, 12, .7);
    color:#ebebeb;
    outline: none;
    border: none;
}

.navLinks .contentLink  .menulink {
  /*  color:pink;
    background-color: purple;*/
}

article a.articleTitle, article a.articleTitle:visited 
{
    color:#6b6b6b;
}

/* BACKGROUNDS */
.helpMenu {
    background: transparent url(FM5_DigitalManual_Splash.jpg) no-repeat center;
    background-size: cover;
}

@media (orientation:portrait) and (min-width: 336px) and (max-width: 480px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (max-height: 900px), (orientation:portrait) and (min-height: 1081px), (orientation:portrait) and (max-width: 335px) and (min-height: 901px) and (max-height: 1080px), (orientation:portrait) and (min-width: 481px) and (min-height: 901px) and (max-height: 1080px) {
    .helpMenu {
        background: transparent url(ForzaMotorsports5_640x1080.jpg) no-repeat center;
        background-size: cover;
    }
}