@charset "UTF-8";

.online:before {
  font-weight:bold;
  text-decoration:underline;
  color:-webkit-link;
  content:'In True Private You Cunts!';
}

#userprof_state {
  visibility:hidden;
  display:none;
}

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

a:visited {
  color:#;
}

body {
  background-color:#eeeeee;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

body,td {
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:10px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
}

.container {
  color:#000000;
  position:relative;
  border:1px solid #000000;
  -webkit-box-shadow:10px 10px 30px rgba(0,0,75,0.5);
  -moz-box-shadow:10px 10px 30px rgba(0,0,75,0.5);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  padding:10px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  margin:5px;
  text-align:center;
  vertical-align:middle;
  width:350px;
  padding-top:20px;
  border:solid 1px #000000;
  -webkit-box-shadow:2px 2px 10px rgba(0,0,75,0.5);
  -moz-box-shadow:2px 2px 10px rgba(0,0,75,0.5);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  height:40px;
  background-color:#CCCCCC;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:22px;
}

.content {
  text-align:justify;
  background-color:#EEEEEE;
  margin-top:20px;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:20px;
  padding:10px;
  width:90%;
  border:1px solid #000000;
  -webkit-box-shadow:10px 10px 30px rgba(0,0,75,0.5);
  -moz-box-shadow:10px 10px 30px rgba(0,0,75,0.5);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}

.interests_info {
  text-shadow:#000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:24px;
  padding-left:50px;
  text-align:left;
}