@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/198/19833573/693-309-596-249-9529513.jpg);
  color:#666666;
  background-repeat:no-repeat;
  background-position:right top;
  background-attachment:fixed;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#502900;
  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:#502900;
  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:#ff00ee;
  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;
}

.header_links {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile_header {
  padding:245px;
}

#header_bar {
  display:none;
}

#server_time {
  display:none;
}

#avatar_holder {
  display:nne;
}

#profile_header_container {
  display:none;
}

#profile_section_content {
  display:none;
}

.profile_section_background {
  display:none;
}

#profile {
  background-color:white;
  display:table;
  margin:auto;
  width:50%;
  z-index:999;
}

#profile_header .top .bottom {
  background-image:url(https://img.mfcimg.com/photos2/198/19833573/633-452-135-640-9529687.jpg);
  border-spacing:2px;
  display:table-cell;
  width:100%;
}

#menu-bar {
  background:#000000 none repeat scroll 0 0;
  border:1px solid #6d6d6d;
  border-radius:0;
  box-shadow:2px 2px 3px #666666;
  display:block;
  height:29px;
  left:22%;
  line-height:100%;
  margin:auto;
  position:fixed;
  top:0;
  width:55%;
  z-index:999;
}

#menu-bar li {
  margin:0 0 6px;
  padding:0 6px;
  float:left;
  position:relative;
  list-style:none;
}

#menu-bar a {
  font-weight:bold;
  font-family:arial;
  font-style:normal;
  font-size:12px;
  color:#E7E5E5;
  text-decoration:none;
  display:block;
  padding:6px 20px;
  margin:0;
  margin-bottom:6px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  text-shadow:2px 2px 3px #000000;
}

#menu-bar li ul li a {
  margin:0;
}

#menu-bar .active a,#menu-bar li:hover > a {
  background:#0399D4;
  background:linear-gradient(top,#EBEBEB,#A1A1A1);
  background:-ms-linear-gradient(top,#EBEBEB,#A1A1A1);
  background:-webkit-gradient(linear,left top,left bottom,from(#EBEBEB),to(#A1A1A1));
  background:-moz-linear-gradient(top,#EBEBEB,#A1A1A1);
  color:#444444;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
  box-shadow:0 1px 1px rgba(0,0,0,.2);
  text-shadow:2px 2px 3px #FFFFFF;
}

#menu-bar ul li:hover a,#menu-bar li:hover li a {
  background:none;
  border:none;
  color:#666;
  -box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

#menu-bar ul a:hover {
  background:#0399D4!important;
  background:linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-ms-linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-webkit-gradient(linear,left top,left bottom,from(#04ACEC),to(#0186BA))!important;
  background:-moz-linear-gradient(top,#04ACEC,#0186BA)!important;
  color:#FFFFFF!important;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  text-shadow:2px 2px 3px #FFFFFF;
}

#menu-bar li:hover > ul {
  display:block;
}

#menu-bar ul {
  background:#DDDDDD;
  background:linear-gradient(top,#FFFFFF,#CFCFCF);
  background:-ms-linear-gradient(top,#FFFFFF,#CFCFCF);
  background:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#CFCFCF));
  background:-moz-linear-gradient(top,#FFFFFF,#CFCFCF);
  display:none;
  margin:0;
  padding:0;
  width:185px;
  position:absolute;
  top:30px;
  left:0;
  border:solid 1px #B4B4B4;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-box-shadow:2px 2px 3px #222222;
  -moz-box-shadow:2px 2px 3px #222222;
  box-shadow:2px 2px 3px #222222;
}

#menu-bar ul li {
  float:none;
  margin:0;
  padding:0;
}

#menu-bar ul a {
  padding:10px 0 10px 15px;
  color:#424242!important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight:normal;
  text-shadow:2px 2px 3px #FFFFFF;
}

#menu-bar ul li:first-child > a {
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topright:10px;
}

#menu-bar ul li:last-child > a {
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomright:10px;
}

#menu-bar:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

#menu-bar {
  display:inline-block;
}

html[xmlns] #menu-bar {
  display:block;
}

* html #menu-bar {
  height:1%;
}

@-webkit-keyframes cf3FadeInOut {
  0% {
    opacity:1;
  }
  
  25% {
    opacity:1;
  }
  
  75% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-moz-keyframes cf3FadeInOut {
  0% {
    opacity:1;
  }
  
  25% {
    opacity:1;
  }
  
  75% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-o-keyframes cf3FadeInOut {
  0% {
    opacity:1;
  }
  
  25% {
    opacity:1;
  }
  
  75% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@keyframes cf3FadeInOut {
  0% {
    opacity:1;
  }
  
  25% {
    opacity:1;
  }
  
  75% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

#cf3 {
  height:14%;
  left:35%;
  margin:0 auto;
  position:absolute;
  top:2%;
  width:64%;
}

#cf3 img {
  float:left;
  height:800%;
  left:-56%;
  margin:auto;
  position:absolute;
  top:-819%;
  width:159%;
}

#cf3 img.top {
  -webkit-animation-name:cf3FadeInOut;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:10s;
  -webkit-animation-direction:alternate;
  -moz-animation-name:cf3FadeInOut;
  -moz-animation-timing-function:ease-in-out;
  -moz-animation-iteration-count:infinite;
  -moz-animation-duration:10s;
  -moz-animation-direction:alternate;
  -o-animation-name:cf3FadeInOut;
  -o-animation-timing-function:ease-in-out;
  -o-animation-iteration-count:infinite;
  -o-animation-duration:10s;
  -o-animation-direction:alternate;
  animation-name:cf3FadeInOut;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-duration:10s;
  animation-direction:alternate;
}

.cacat_offline {
  bottom:50%;
  position:absolute;
  right:-13px;
}

.cacat_offline img {
  height:240px;
  width:215px;
}