.confTitleBox {
    border-top: 3px solid #00B3E9;
    border-bottom: 1px solid #00B3E9;
    background: #003478 url(https://indico.cern.ch/event/1486369/images/47605-sprites_brandeis.png) repeat-x 0 -24px;
}
  
.confSubTitleBox {
    background: #BECFE4;
    border-bottom: 1px solid #AEC7E7;
    border-top: 1px solid #AEC7E7;
}

.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
}

.conference-title-link {
    color: white;
}

/* ------Menu------ */

/* here is layout and style for creating default menu for conferences */

/* Styles for all menu Items */

.support_box {
    background: #BECFE4;
    border: 1px solid #AEC7E7;
}

.support_box > h3 {
    background: #003478;
}

.conf_leftMenu {
    float: left;
    width: 200px;
    background: transparent none repeat scroll 0 0;
}

.menuConfTitle {
    text-align: left;
    color: #0200c6;
}

.menuConfTitle a {
    color: #003478;
    padding: 7px 12px;
}

.menuConfSelected a {
    padding: 7px 12px;
    color: #00B3E9;
}

li ul.inner li a {
    padding: 3px 12px 3px 30px;
    background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
} /* Sub Menu Styles */

.confSubTitle {
    color: #003478;
}

.simpleTextAnnouncement {
    background: #f5faff url(https://indico.cern.ch/event/1486369/images/47605-sprites_brandeis.png) repeat-x scroll 0 -400px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    color: #0f283d;
}