@charset "UTF-8";

a:link,a:active,a:hover {
  color:#ffffff;
}

a:visited {
  color:#ffffff;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#d01010;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  #contentwidth:400px;
  padding:0;
  margin-top:20px;
  margin-bottom:20px;
  margin-right:auto;
  margin-left:auto;
/* opera does not like 'margin:0px auto' */
  background:#000000;
  border:0 solid #ccc;
  text-align:left;
/* part 2 of 2 centering hack */
  width:700px;
/* ie5win fudge begins */
  voice-family:\"}\";
  voice-family:inherit;
  width:370px;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#d01010;
  color:#ffffff;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}