@charset "UTF-8";

#gender_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

table#t01 {
  padding-left:0;
  background-color:#fafafa;
}

table#t02 {
  padding-right:0;
  background-color:#fafafa;
}

th,td {
  padding:5px;
}

h2 {
  font-size:130%;
}

em {
  font-size:130%;
}

p {
}

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

a:visited {
  color:#666666;
}

body {
  background-color:#fafafa;
  background-color:#fafafa;
  color:#666666;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:0 175px;
  -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:#FAFAFA;
  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:#FAFAFA;
  color:#666666;
  font-family:'Courier New';
  font-weight:normal;
  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;
}

#profile_friends {
  display:none;
}