@import "/javax.faces.resource/css/styles.css.seam?ln=original-layout&nocache=1751530183250";

.pageHeaderNotes { color: #ffffff; background:#0388e5;}
.pageHeaderNotes a, .pageHeaderNotes a:visited { color:yellow; text-decoration: none; font-weight:bold;}
.pageHeaderNotesError a, .pageHeaderNotesError a:visited { color:blue; text-decoration: none; font-weight:bold;}

/** Product Info **/
.productProductInfo { border: none; position:relative; margin:1em 0 1em 0; border-radius:10px; color:#fff; background:#0388e5;}
.productProductInfo label { color: yellow;font-weight: bold;}

/* Footy Sevens Skin Override */
@media (max-width:1000px) {
    .header {background: #0b59a2; height:50px}
    .headerLogo { background: transparent url(https://images.footysevens.com/toronto/logos/logo-small.png) no-repeat center; background-size: auto 48px; }
}

@media (min-width:1001px) {
    html { background: black url(https://images.footysevens.com/toronto/backgrounds/htmlBackground.jpg) no-repeat bottom center; background-attachment:fixed;}
    .header {background: transparent url( https://images.footysevens.com/toronto/banner/htmlBanner2px.jpg) repeat-x center;}
    .headerLogo { background: transparent url( https://images.footysevens.com/toronto/logos/logo-small.png) no-repeat center; background-size: auto 140px }
    .headerStatus { background: transparent url(https://images.footysevens.com/toronto/banner/htmlBanner.jpg) no-repeat right;}
}

/** Stretch background on 1900+ resolution */
@media (min-width: 1900px) {
    html { background-size:100% 100%;}
}


