﻿#divAdminMain {
}

#divAdminHeader {
    background-image: url('../../images/blank_heading.jpg');
    background-position: right;
    background-repeat: repeat-y;
    background-color: White;
    padding: 12px;
    font-size: 14pt;
    font-weight: bold;
    color: Black;
    border-bottom: 1px solid #505050;
}

#divAdminMenu {
    background-color: #B5C7DE;
    border-bottom: 1px solid #505050;
}

#divAdminContent {
    background-color: White;
    
}

