/* MAIN PAGE */
.breadcrumb {
    background-color: #E8ECEF;
    clear: both;
    height: 29px;
    width: 100%;
    color: #94969A;
    /*position: relative;*/
    z-index: 5;
}

.breadcrumb a {
    text-decoration: none;
    color: #005E9F;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb a.alertTextLink {
    text-decoration: underline;
    color: #FFFFFF;
}

.breadcrumb .breadcrumbSection {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}