#BodyContentOuterContainer {
  border-left: 220px solid #FFF;
  border-right: 200px solid #FFF;
  background-color: white;
  }

#MainContentBody {
  /*font-size: 0.9em;*/
  }

#RightContainer {
  width: 200px;
  margin-right: -200px;
  float: left;
  position: relative;
  }

#RightHeader {
  /*height: 89px;*/
  }

#RightHeader img {
  vertical-align: top;
  }

#RightRegisterButton {
  width: 200px;
  height: 35px;
  background-color: #003366;
  }

#RightSubContainer {
  width: 200px;
  background: white url(/resources/images/rbf/template/rc_btm.gif) no-repeat bottom left;
  }

#RightBodyContent {
  padding: 10px 12px 10px 14px;
  font-size: 0.9em;
  }

#RightBodyContent p {
  line-height: 1.2em;
  }

#RightBodyContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#RightBodyContent ul li {
  padding: 0 0 0.8em 14px;
  background: url(/resources/images/rbf/template/round_bullet.gif) no-repeat 0 4px;
  line-height: 1.4em;
  color: #003366;
  }

/* Styles for client comment panels */

#RightCommentPanelVodafone {
  background: #003366 url(/resources/images/rbf/template/rcp_vodafone.jpg) no-repeat bottom left;
  font-size: 0.9em;
  color: #FFF;
  padding: 1px 0 0 0;
  }

#VodafoneContent {
  padding: 0 8px 4px 12px;
  }

#RightCommentPanelLyons {
  background: #8491AE url(/resources/images/rbf/template/rcp_lyons_seafood.jpg) no-repeat bottom left;
  font-size: 0.9em;
  color: #FFF;
  padding: 1px 0 0 0;
  }

#LyonsContent {
  padding: 0 8px 4px 12px;
  }

#VodafoneContent p, #LyonsContent p {
  line-height: 1.2em;
  }

#VodafoneContentBtm, #LyonsContentBtm {
  height: 8px;
  }

/* End of styles for client comment panels */

#MapOuterContainer {
  width: 200px;
  background: #4671AD url(/resources/images/rbf/template/mapContainer_top.gif) no-repeat top left;
  padding-top: 19px;
  }

#MapContainer {
  background: #4671AD url(/resources/images/rbf/template/bg_mapContainer.jpg) no-repeat bottom left;
  color: white;
  padding-bottom: 5px;
  }

#MapContainerTop {
  height: 8px;
  position: relative;
  }

#MapContainerTop img {
  vertical-align: top;
  }

#MapSubContainer {
  padding: 0 1px 0 1px;
  }

#MapHeading h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 0.4em 15px;
  padding-top: 4px;
  }


/* Generic table styles */

table {
  border-collapse: collapse;
  border-color: #C2CDDC;
  width: 100%;
  font-size: 0.9em;
  }

th {
  border: 1px solid #C2CDDC;
  border-collapse: collapse;
  padding: 3px 5px;
  background-color: #E0E6ED;
  vertical-align: top;
  }

td {
  border: 1px solid #C2CDDC;
  border-collapse: collapse;
  padding: 3px 5px;
  vertical-align: top;
  }
/* End styles for generic table */


