/* -------------------- Logo -------------------- */

#header-main #logo
{
    width: 100%;
    height: 50px;
}


/* -------------------- Header background -------------------- */

#header-main
{
    background: #1c1c1c url("images/backgrounds/bg_lightgrey_rows.png") 0 0 repeat;
}

#header-status a
{
    color: #009ee1;
}

/*
    DASHBOARD MODULE COLORS
--------------------------------------------------------------------------------*/

a.yellow, a.yellow:visited
{
    background: url(images/dbmodules/yellow.png) top left no-repeat;
}

a.red, a.red:visited
{
    background: url(images/dbmodules/red.png) top left no-repeat;
}

a.blue, a.blue:visited
{
    background: url(images/dbmodules/blue.png) top left no-repeat;
}

a.green, a.green:visited
{
    background: url(images/dbmodules/green.png) top left no-repeat;
}

a.azure, a.azure:visited
{
    background: url(images/dbmodules/azure.png) top left no-repeat;
}

a.purple, a.purple:visited
{
    background: url(images/dbmodules/purple.png) top left no-repeat;
}

a.pink, a.pink:visited
{
    background: url(images/dbmodules/pink.png) top left no-repeat;
}

a.acidgreen, a.acidgreen:visited
{
    background: url(images/dbmodules/acidgreen.png) top left no-repeat;
}

a.darkgrey, a.darkgrey:visited
{
    background: url(images/dbmodules/darkgrey.png) top left no-repeat;
}

a.orange, a.orange:visited
{
    background: url(images/dbmodules/orange.png) top left no-repeat;
}

a.lightblue, a.lightblue:visited
{
    background: url(images/dbmodules/lightblue.png) top left no-repeat;
}

a.darkgreen, a.darkgreen:visited
{
    background: url(images/dbmodules/darkgreen.png) top left no-repeat;
}

a.caki, a.caki:visited
{
    background: url(images/dbmodules/caki.png) top left no-repeat;
}

a.darkblue, a.darkblue:visited
{
    background: url(images/dbmodules/darkblue.png) top left no-repeat;
}

a.darkred, a.darkred:visited
{
    background: url(images/dbmodules/darkred.png) top left no-repeat;
}

/* Headers */
h2.blue
{
    background-color: #022E87 !important;
    border-top: 2px solid #02256B !important;
}

h2.pink
{
    background-color: #C665D7 !important;
    border-top: 2px solid #9F4EAD !important;
}

h2.acidgreen
{
    background-color: #97A500 !important;
    border-top: 2px solid #747F00 !important;
}

h2.lightblue
{
    background-color: #59A2CB !important;
    border-top: 2px solid #4580A0 !important;
}

h2.red
{
    background-color: #C3061B !important;
    border-top: 2px solid #9B0615 !important;
}

h2.yellow
{
    background-color: #FF9102 !important;
    border-top: 2px solid #CE7100 !important;
}


