@charset "UTF-8";

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

.profile_section a:link,.profile_section a:active,.profile_section a:hover,.profile_section a:visited {
  color:#0000ff;
}

#show_message_dialog {
  display:none;
}

#member_type_value:after {
  content:"- Admin -";
  float:left;
  margin:0;
  text-indent:0;
}

#member_type_value {
  display:inline-block;
  overflow:hidden;
  text-indent:-9999px;
}

body {
  background-color:#ffffff;
  background-color:#008000;
  color:#FFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#gender_value:before {
  content:"Alpha";
}

.profile_section_content {
  color:#000;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  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 {
  color:#008000;
}

#profile_friends .heading {
  margin-top:10px;
}

.content {
  padding:5px;
}

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

.label {
  padding-left:20px;
}