@charset "UTF-8";

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

a:visited {
  color:#FF9966;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#cccccc;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#cccccc;
  border:1px solid #660000;
  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:#000000;
  filter:alpha(opacity=70);
  opacity:.7;
}

.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:#660000;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -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;
}

#dSo {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:20px;
  left:-350px;
  background-color:#000;
  color:#000;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  padding:20px;
  font-size:18px;
  font-weight:bold;
  line-height:1.3em;
  border:2px dashed #ccc;
  border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  -webkit-box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  font-weight:bold;
  z-index:99999;
}

#dSo:hover {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:20px;
  left:-2px;
  background:rgba(0,102,153,1);
  color:#000;
  padding:20px;
  font-size:18px;
  font-weight:bold;
  line-height:1.3em;
  border:2px dashed #ccc;
  border-radius:10px;
  box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  font-weight:bold;
}

.dbut_show {
  display:inline-block;
  width:30px;
  height:110px;
  position:absolute;
  top:12px;
  right:-33px;
  font-size:14px;
  background:#ffd700;
  border-radius:0 8px 8px 0;
  -webkit-border-radius:0 8px 8px 0;
  border-left:2px dashed #ccc;
  border-right:2px outset #000;
  border-top:1px inset #000;
}

.rotate {
  display:block;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align:center;
  margin-top:40px;
}

.dBo a {
  background-color:rgba(255,215,0);
  padding:5px 10px;
  color:#ffd700;
  text-decoration:none;
  display:block;
  width:260px;
  text-align:center;
  margin:3px 8px 3px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-left:1px solid rgba(255,255,255,0.0);
  border-right:1px solid rgba(255,255,255,0.0);
}

.dBo a:hover,.dBo a:focus {
  background-color:#000;
  color:#fff;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}