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

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

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

.RightOuterContainer {
  width: 200px;
  background: #4671AD url(/resources/images/webinars/template/RightSubContainer_top.gif) no-repeat top left;
  padding-top: 6px;
  }

.RightInnerContainer {
  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;
  }

.RightInnerSubContainer {
  padding: 0 1px 0 1px;
  }

.RightHeading h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 6px 12px;
  /*padding-top: 4px;*/
  }

.RightContainerBody {
  background-color: #FFF;
  padding: 10px 12px;
  color: #000;
  }

/* 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 */