.confTitleBox {
  border-top: 3px solid #1a64a0;
  border-bottom: 1px solid #207bc5;
  background: linear-gradient(to bottom, #5fa9e8 10%, #207bc5 60%, #5fa9e8 90%);
  /* background: #207bc5 0 -24px;
 background: #207bc5 url('/images/conf/sprites_brown.png') repeat-x 0 -24px; */
}

.confSubTitleBox {
  background: #d3e7f8;
  border-bottom: 1px solid #837b47;
  border-top: 1px solid #837b47;
  }

.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  color: #4a431a;
  }

.conference-title-link {
  color: white;
  text-transform: uppercase;
}

/* ------Menu------ */

/* here is layout and style for creating default menu for conferences */

/* Styles for all menu Items */

#outer {
  background: #d3e7f8;
  border: 1px solid #7e8383;
}

.support_box {
  background: #d3e7f8;
  border: 1px solid #7e8383;
}

.support_box > h3 {
  background: #207BC5;
}

#outer li a:hover {
  background: #e9f3fc !important;
  color: #80002a;
}

.conf_leftMenu {
  float: left;
  width: 200px;
  background: transparent none repeat scroll 0 0;
}

.menuConfTitle {
  color: #0033cc;
}

.menuConfTitle a {
  color: #0033cc;
}

.menuConfSelected a {
  color: #1a8cff;
  background: #bddbf5 !important; /* Add color */
}

li ul.inner li a {
  background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
} /* Sub Menu Styles */

.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_brown.png) repeat-x scroll 0 -400px;
  border-top: none;
  border-bottom: 1px solid #bbb;
  color: #1A64A0;
  font-size: 1.5em; /* h1 size */
  padding: 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
}