@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#f2c7d0;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  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 {
  padding:5px;
  background-color:#ed4375;
  color:#FFFFFF;
  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;
}

#profile_main_photo {
  display:none;
}

div#header_bar {
  display:none;
}

div#profile_header {
  display:none;
}

div#footer_bar {
  display:none;
}

body,a:hover {
  cursor:url(http://cur.cursors-4u.net/symbols/sym-1/sym49.cur),progress!important;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width:12px;
  height:12px;
}

::-webkit-scrollbar-track {
  border:1px solid white;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  background:red;
  border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
  background:white;
}

.cBox {
  text-align:center;
  loat:left;
  background-color:rgba(255,255,255,0.10);
  height:200px;
  overflow-y:scroll;
  overflow-x:hide;
  width:300px;
  padding:10px;
  display:block;
  font-size:18px;
  margin:3220px 0 0 120px;
  line-height:28px;
  font-family:'Permanent Marker',cursive;
}