/* Begin generic styles for font controls and basic HTML elements */

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 76%;
  color: black;
  }

a {
  text-decoration: none;
  color: #38659F;
  }

a:link {
  color: #38659F;
  }

a:visited {
  color: #38659F;
  }

a:active {
  color: #38659F;
  }
  
a:hover {
  color: #38659F;
  text-decoration: underline;
  }

h1 {
  font-size: 2.2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  }

h1 img {
  margin: 0;
  padding: 0;
  }

h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 0.1em 0;
  }

h3 {
  font-size: 1.6em;
  font-weight: normal;
  color: #003366;
  margin: 0 0 1em 0;
  }

h4 {
  font-size: 1.1em;
  margin: 0 20px 0.4em 0;
  }

h5, h6 {
  font-weight: bold;
  }

p {
  margin: 1em 0;
  line-height: 1.4em;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

img {
  border: 0;
  }

/* End generic styles for font controls and basic HTML elements */


/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  width: 970px;
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  }

#PageBodySubContainer {
  width: 910px;
  background-color: #FFF;
  margin: 0 auto;
  }

#HeaderTopRight {
  float: right;
  height: 8px;
  position: relative;
  }

#HeaderTopRight img {
  vertical-align: top;
  }

#HeaderBottom {
  height: 8px;
  }

#HeaderContainer {
  background: #103B76 url(/resources/images/template/bg_header.gif) repeat-x top left;
  color: white;
  margin-bottom: 15px;
  }

#HeaderTitleContainer {
  float: left;
  width: 271px;
  background: transparent url(/resources/images/template/header_corner_tl.gif) no-repeat top left;
  }

#HeaderTitleSubContainer {
  padding: 18px 20px 0 20px;
  }

#HeaderIntro {
  
  }

#HeaderBannerContainer {
  float: left;
  width: 609px;
  height: 170px;
  background: transparent url(/resources/images/template/rbf_banner.jpg) no-repeat top left;
  }

#HeaderBannerButton {
  margin-top: 143px;
  }

#BodyContentInnerContainer {
  margin: 0;
  width: 100%;
  }

#LeftContainer {
  width: 220px;
  margin-left: -220px;
  float: left;
  position: relative;
  }

#LeftSubContainer {
  background: #3161A4 url(/resources/images/template/bg_leftnav.jpg) no-repeat bottom left;
  padding-bottom: 70px;
  position: relative;
  }

#LeftNavTop {
  height: 16px;
  }

.LeftNav1stLevel a {
  display: block;
  padding: 3px 0.4em 4px 20px;
  background-color: #5A81B6;
  margin-bottom: 1px;
  font-size: 1.2em;
  color: white;
  }

.LeftNav1stLevelOn a {
  display: block;
  padding: 3px 0.4em 4px 20px;
  background-color: #83A0C8;
  margin-bottom: 1px;
  font-size: 1.2em;
  color: white;
  }

/*.LeftSep1stLevel {
  display: block;
  margin: 17px 0 8px 10px;
  }*/

.LeftNav1stLevel a:link, .LeftNav1stLevel a:visited, .LeftNav1stLevelOn a:link, .LeftNav1stLevelOn a:visited {
  text-decoration: none;
  color: white;
  }

.LeftNav1stLevel a:hover, .LeftNav1stLevelOn a:hover {
  color: white;
  background-color: #A2B7D5;
  }

.LeftNav2ndLevel a {
  display: block;
  margin-bottom: 1px;
  padding: 3px 0.4em 3px 34px;
  background: #3C69A9 url(/resources/images/template/lm_dash.gif) no-repeat 25px 0.8em;
  font-size: 1em;
  color: white;
  }

.LeftNav2ndLevelOn a {
  display: block;
  margin-bottom: 1px;
  padding: 3px 0.4em 3px 34px;
  background: #83A0C8 url(/resources/images/template/lm_dash.gif) no-repeat 25px 0.8em;
  font-size: 1em;
  color: white;
  }

.LeftNav2ndLevel a:link, .LeftNav2ndLevel a:visited, .LeftNav2ndLevelOn a:link, .LeftNav2ndLevelOn a:visited {
  text-decoration: none;
  color: white;
  }

.LeftNav2ndLevel a:hover, .LeftNav2ndLevelOn a:hover {
  color: white;
  background-color: #A2B7D5;
  }

#MainContentContainer {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  }

#MainContent {
  padding: 14px 25px 10px 20px;
  background-color: white;
  position: relative;
  }

#MainContent ul {
  list-style-type: none;
  margin: 0 0 0.1em 0;
  padding: 0;
  }

#MainContent li {
  background: transparent url(/resources/images/rbf/template/bullet_blue.gif) no-repeat 12px 0.5em;
  padding: 0.1em 0 0.1em 24px;
  line-height: 1.4em;
  }

#MainContent li strong {
  font-weight: bold;
  color: #003366;
  }

#RightCommentPanelVodafone {
  background: #A2927E url(/resources/images/rbf/template/rcp_vodafone.jpg) no-repeat top left;
  font-size: 0.9em;
  color: #FFF;
  }

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

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

#VodafoneContentBtm {
  height: 8px;
  }

#VodafoneContentBtm img {
  vertical-align: top;
  }

#FooterContainer {
  font-size: 0.9em;
  color: #555;
  text-align: center;
  padding: 35px 0px 10px 0px;
  width: 100%;
  position: relative;
  }

/* End styles for layout */
#ShareContentContainer {
  padding: 0 0 5px 0;
  }

#ShareContentLinkContainer {
  width: 230px;
  border: 1px solid #9AB0C4;
  background-color: #FFF;
  padding: 1px;
  color: #333;
  position: absolute;
  z-index: 80;
  right: 284px;
  top: -127px;
  text-align: left;
  }

#ShareContentLinkClose {
  float: left;
  padding: 1px 5px 0 0;
  }

#ShareContentLinkTitle {
  background: #FFF url(/__image/Community/xalter_share_bg_top.gif) repeat-x top left;
  padding: 3px 0 4px 4px;
  width: 226px;
  }

#ShareContentLinkBody {
  background: #FFF url(/__image/Community/xalter_share_bg_btm.gif) no-repeat bottom right;
  padding: 6px 4px 20px 4px;
  }

.ShareContentIcon {
  padding: 0 2px 0 0;
  margin-top: -1px;
  float: left;
  }

.ShareContentLink {
  width: 100px;
  padding: 2px 2px 0 0;
  float: left;
  }

#RotatingCommentsContainer {
  width: 200px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  }

#QuoteStart {
  padding: 5px 0;
  float: left;
  }

#QuoteEnd {
  position: absolute;
  right: 0px;
  bottom: 6px;
  }

#CommentsHeader {
  padding: 10px 0 10px 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #003366;
  }

#CommentsContainer {
  position: relative;
  width: 220px;
  background: #FFF url(/resources/images/rbf/quotes_box_btm.gif) no-repeat bottom left;
  }

#CommentsTop {
  background-color: #FFF;
  padding-top: 7px;
  vertical-align: bottom;
  height: 7px;
  position: relative;
  }

#rotateComments {
  padding: 10px 25px;
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  color: #003366;
  }

#DaysBreakdown td {
  vertical-align: bottom;
  }
