/*

    CSS Styling sheet by Guillermo Moran
    Used for alt pages
    January 2016

*/

/* New IDs and Classes -- Use these! */

.bg-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F7F7F9;
    border: 1px solid #A4A4A5;
}

/* Black Content */

#blackHeader {
    background-color: #2D2D2D;
    border: 1px solid #2D2D2D;
    color: #ffffff;
}

#blackContent {
    background-color: #3F3F3F;
    color: #ffffff;
}

/* Red Content */

#redHeader {
    background-color: #AF3F3B;
    border: 1px solid #AF3F3B;
    color: #ffffff;
}

#redContent {
    background-color: #DB504A;
    color: #ffffff;
}

/* Yellow Content */

#orangeHeader {
    background-color: #FFA100;
    border: 1px solid #FFA100;
    color: #ffffff;
}

#orangeContent {
    background-color: #FFB619;
    color: #ffffff;
}

/* Green Content */
#greenHeader {
    background-color: #008E17;
    border: 1px solid #008E17;
    color: #ffffff;
}

#greenContent {
    background-color: #00AA1C;
    color: #ffffff;
}

#bg-header { /* Use with .bg-title */
    background-color: #F2F2F4;
    border: 1px solid #A4A4A5;
}



/* Deprecated */

#repoSec {
    background-color: #F2F2F4;
    border: 1px solid #A4A4A5;
}

#moviesTable {
  background-color: #3C9710;
}



/* New IDs and Classes -- Use these! */
