

/* CONTAINERS */

.banner,
#frameFooter {
	background-color: #0c3c60; /* midnight */
}

#logo
{
background-image: url(images/spectrumlogo.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

#logo {
    height: 40px;
    margin-top: 0px;
    width: 150px;
}


#loginForm .devices 

{
    display: block;
    height: 70px;
    margin: 0 auto 0px;
    background-repeat: no-repeat;
    background-image: url(images/stcredlogo.png);
    background-position: center -5px;
    background-size: 200px;
}


#loginPage #copy > .content > .body {
    color: #0c3c60;
    font-family: source_sans_proregular, Franklin Gothic, Verdana, Arial, sans-serif;
    padding: 0;
}

#loginPage #welcome .text {
    
    LOGIN_WELCOME_OS=Welcome To Spectrum Reports
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    display: block;
    float: left;
}



#loginPage #rotating > .primary,
#loginPage #rotating > .secondary {
    display: none;
}
#loginPage #copy,
#loginPage .info > .content {
    display: none;
}


#loginPage #rotating {
    display: none;
}


#loginPage #copy > .content > .body {
    display: none;
}

#copyright {
    display: none;
}
#copyright, #about {
    display: none;
}

#frameFooter #about a {
    display: none;
}

.dialog.inputControls {
   height:400px;
   min-height:400px;
   min-width:450px;
   width:450px;
}

#loginPage #help {
    display: none;
}

#loginPage a#needHelp {
    display: none;
}

#loginPage a#showHideLocaleAndTimezone {
    display: none;
}