/* Red/Yellow/Blue/Green theme */
/*
  008CC1 = Blue
  EF232C = Red
  FEB63D = Yellow (well, goldish really)
  67AC53 = Green
*/

html {
    background-color: #008CC1 !important;
    background-image: none !important;
}

.login-link {
}
.login-link a {
}

.content-inner {
    background-color: white !important;
    border-top: 0px #FFBB00 solid;
    border-left: 0px #FFBB00 solid;
    border-right: 0px #FFBB00 solid;
    border-bottom: 0px #FFBB00 solid;
}
.header {
    background-color: #FEB63D !important;
    color: white !important;
}
.subheader a {
}
.subheader a:hover {
}

.footer {
    background-color: #FEB63D !important;
    border-top: 0px #cccccc solid !important;
    color: white !important;
}
.footer a {
    color: white !important;
    text-decoration: none;
}
.footer a:hover {
    color: #777777 !important;
}






