﻿.divHeaderBackground {
    height: 70px;
    background-color: white;
    padding: 10px;
}

.divHeaderImage {
    background-image: url("banneradmin.jpg");
    background-repeat: no-repeat;
    width: 1046px;
    height: 70px;
}

.divFooterImage {
    background-image: url("footer-powered-by.png");
    background-repeat: no-repeat;
    height: 70px;
    margin-left: 10px;
    margin-top: 10px;
}

#menuBar {
    background-color: #A4C8E1;
    border-bottom: solid 1px #000000;
}

#menuBar a:hover {
    color: White;
    background-color: #8cb9d9;
}

.menuHighlight {
    color: White;
    background-color: #b3d0e6;
}

#menuBar ul li ul li {
    background-color: #DBEEFD;
}

h1 {
    color: #6C1D45;
}

#Welcomebar {
    background-color: #A4C8E1;
    border-bottom: solid 1px #000000;
}

legend {
    color: #6C1D45;
}

.tblDetails .Left {
    background-color: #DBEEFD;
}

.SupervisedPasswordPanel {
    color: #6C1D45;
}

.SupervisedPasswordPanel a:link {
    color: #000000;
}