
body, html, textarea {
  cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
}

a {
  cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}

a:hover {
  cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
  background: #070246 url('https://pwnedby1400.neocities.org/images/profile-2011/background.jpg') no-repeat center top;
  background-size: 100% 100%;
  font-family: Verdana, sans-serif;
}

a {
  color: #52b1ff;
  text-decoration: none;
}

#Header {
  width: 900px;
  margin: 0 auto;
}

.header-image {
  width: 100%;
  height: auto;
  display: block;
}

.Navigation {
  width: 900px;
  height: 30px;
  background: url('https://pwnedby1400.neocities.org/images/profile-2011/blue-nav.png') repeat-x;
  line-height: 30px;
}

.Navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.Navigation li {
  display: inline-block;
}

.Navigation a {
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
}

.Navigation a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#MainBackground {
  position: absolute;
  top: 220px; 
  left: 0;
  right: 0;
  bottom: 0;
  width: 900px;
  height: 1000px;
  margin: 0 auto;
  background: url('https://pwnedby1400.neocities.org/images/profile-2011/content-background.png');
  z-index: -1;
}

.MyRobloxContainer {
  width: 890px;
  margin: 20px auto 0; 
  padding: 10px;
  position: relative;
}

.StandardBox, .StandardBoxGray {
  margin: 0px 30px;
  background: #454a4d;
  border: 1px solid #000;
  position: relative;
  overflow: hidden; 
}

.StandardBoxHeaderGray {
  display: block;
  background: url('https://pwnedby1400.neocities.org/images/profile-2011/grey-nav.png') repeat-x;
  height: 33px;
  line-height: 33px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #e8e6e3;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000;
}

.StandardBoxContent {
  padding: 10px 15px; 
  background: #454a4d;
  position: relative;
  z-index: 0;
  margin-top: 0;
  clear: both;
}

.forum-icon {
  vertical-align: middle;
}

.forum-table {
  width: 100%;
  border-collapse: collapse;
}

.forum-table th {
  background-color: #35393b;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  color: #e8e6e3;
}

.forum-table td {
  border: 1px solid #000;
}

.forum-table td:first-child {
    width: 40px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.forum-table td img {
    margin: 0 auto;
    display: inline-block; 
    border: none;
    vertical-align: middle; 
}

.forum-table tr > td {
    vertical-align: middle;
}

.forum-table .highlight {
  background-color: #404446;
  text-align: center;
}

.forum-title {
  color: #52b1ff;
  font-weight: bold;
}

.forum-desc {
  font-size: 12px;
  color: #e8e6e3;
}

.forum-date {
  color: #e8e6e3;
}

.forum-author {
  color: #e8e6e3;
}

.forum-eye-icon {
  width: 20px;
  height: 20px;
  display: auto;
}