@charset "UTF-8";

#member_type_value,a:link,a:active,a:hover {
  color:rgb(0,255,0);
}

#header_bar {
  background-color:rgb(255,255,255);
  border-radius:30px;
}

html {
  background-color:rgb(30,30,30);
  cursor:help;
}

#fixed_background {
  background-color:rgb(0,0,0);
}

a:visited {
  color:rgb(0,255,0);
}

body {
  background-color:rgb(0,0,0);
  color:#d732ea;
  font-family:'Lucida Console';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
}

.profile_section_content {
  color:#d732ea;
  border:0 none #;
  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 {
  padding:5px;
  background-color:#768eec;
  color:rgb(0,0,0);
  font-family:'Verdana';
  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;
}

#header_bar,.header_links a,.value,#rate_label,input {
  display:none;
}

#profile_header_container,.profile_row,.heading,.profile_subsection,.profile_section_background,.container,.wall_post_info,div,.heading,textarea,input,.post_comment_btn,#new_comment_buttons,button {
  background-color:rgb(0,0,0);
  color:rgb(0,255,0);
}

textarea,input {
  border:1px solid rgb(0,255,0);
}