﻿.banner {
    width: 100%;
    height: 104px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-border-radius: 15px;
}

.AIM-Logo {
    background: #FFFFFF url("../img/aim_logo.jpg") no-repeat center;
    margin-top: 10px;
}

.AIM-Logo-Mini {
    background: #FFFFFF url("../img/aim_logo_min1.jpg") no-repeat center;
    margin-top: 10px;
}

.topbar {
    background-color: #C23321;
    width: 100%;
    height: 30px;
    margin-top: 20px;
}

.bottombar {
    background-color: #DEE1E7;
    height: 1px;
    width: 100%;
}

.my-text-danger {
    color: white !important;
}

a.my-text-danger:hover, a.my-text-danger:focus {
    color: grey !important;
}