﻿@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");

@media screen {
	
	body { background-color: black; font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: small; }

	#headerWrapper { background-color: white; }
	#headerWrapper, #headerWrapper a { color: black; }
    #copyrightWrapper, #copyrightWrapper a { color: black; }
}

.cems-sectionheader-main, .ui-widget-header, .sectionHeader { background-color: black; color: white; }
.cems-sectionheader-main a, .ui-widget-header a, .sectionHeader a { color: white; }
.cems-sectionheader-alt, .sectionHeaderHighlighted { background-color: black; color: white; }
.cems-sectionheader-alt a, .sectionHeaderHighlighted a { color: white; }
.cems-copyright, .cems-copyright a { color: white; }
.ui-widget-content, .ui-widget-content a { color: #333333; }

/* CEMS Responsive Style Overrides */
.cems-sectionheader-main { text-transform: uppercase; }
.cems-sectionheader-alt { text-transform: uppercase; }
.cems-sectionheader-alt a { color: white; }
.cems-copyright, .cems-copyright a { color: white; }

.cems-page { font-family: Roboto; }
.cems-page input[type=button], .cems-page input[type=submit] { border: 1px black solid; border-radius: 3px; background: linear-gradient(180deg, #e70b18 0%, #ba0711 100%); color: white; padding: 5px 20px; }
.cems-page hr { background-color: #cdcdcd; border: 1px solid #cdcdcd; height: 1px; }
