*, body {
 font-family: "Nimbus Sans L", arial;
 font-size: 11pt;
 line-height: 115%;
}


 body {
  background-color: black;
  margin: 0px;
  margin-top: 5px;
  color: #C0C0C0;

}

#mainPanel {
  margin-left: auto;
  margin-right: auto;
  width: 970px;
  background-color: #232323;
}

#topPanel {
  background-image: url(images/topStandardBack.png);
  height: 150px;
  width: 970px;
  border-bottom: 2px solid black;
}

#contentPanel {
  padding-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 770px;
}

#contentPanel1 {
  padding-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 770px;
}

#navPanel {
  padding-top: 20px;
  width: 180px;
  float: left;
}

.infoPanel {
 margin-bottom: 20px;
 background-color: #303030;
 padding: 10px;
 color: #D0D0D0;
 border: 1px solid #191919;
 border-bottom: 4px solid #1F1F1F;
 background-image: url(images/infoPanelBack.png);
 background-repeat: repeat-x;
}

.searchPanel {
  background-color: #303030;
  padding: 4px;
  color: #D0D0D0;
  margin-bottom: 20px;
  }

.infoPanel a {
  color: white;
}

.newsPanel {
  margin-bottom: 40px;
}

.smallText1 {
  font-size: 9pt;
}


#bottomPanel {
  background-color: #101010;
  height: 100px;
  clear: both;
  border-top: 2px solid black;
}

#navList {
 padding: 0px;
 margin-top: 0px;
 margin-left: 0px;
}

#navList li {
  list-style: none;
}

#navList li a {
  padding-left: 6px;
  margin-bottom: 10px;
  padding-top: 2px;
  color: gray;
  text-decoration: none;
  font-size: 12pt;
  display: block;
  height: 23px;
  width: 156px;
}

#navList li a:hover {
  background-image: url(images/navLinkBack.gif);
  color: white;
}

.navButtonSelected {
 background-image: url(images/navLinkBack.gif);
}

#navList2 {
 padding: 0px;
 margin-top: 40px;
}

#navList2 li {
  list-style: none;
  margin-bottom: 5px;
}

#navList2 li a {
  padding-left: 10px;
  color: gray;
  text-decoration: none;
}

#navList2 li a:hover {
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

#topUserName {
  font-size: 16pt;
  color: white;
}

h1 {
  font-size: 18pt;
  margin-top: 0px;
  color: white;
  font-weight: normal;
}

h2  {
  font-size: 14pt;
  color: #1789C6;
  font-weight: normal;
  margin-bottom: 0px;
}

h3  {
  font-size: 11pt;
  color: #1789C6;
  font-weight: normal;
  margin-bottom: 4px;
}

p {
 margin-bottom: 20px;
 margin-top: 0px;
}

.gameInfoPanel {
  float: left;
  margin-right: 32px;
  height: 240px;
  width: 160px;
  margin-bottom: 40px;
}

.coverImage {
 padding: 6px;
 background-color:  #303030;
 border: 1px solid #191919;
 border-bottom: 4px solid #1F1F1F;
 background-image: url(images/infoPanelBack.png);
 background-repeat: repeat-x;
}

.avatarImage {
 background-color: #141414;
 padding: 4px;
 background-image: url(images/avatarOfflineBack.png);
 background-repeat: repeat-x;
}

.avatarImageOnline {
 background-color: #0B5C00;
 padding: 4px;
 background-image: url(images/avatarOnlineBack.png);
 background-repeat: repeat-x;
 border: 1px solid black;
}

.avatarImageMini {
 background-color: #141414;
 padding: 2px;
 background-image: url(images/avatarOfflineBack.png);
 background-repeat: repeat-x;
 border: 1px solid black;  
}

.avatarImageOnlineMini {
 background-color: #0B5C00;
 padding: 2px;
 background-image: url(images/avatarOnlineBack.png);
 background-repeat: repeat-x;
}

.backdropPanel {
 padding: 6px;
 width: 128px;
 height: 180px;
 font-size: 10pt;
 float: left;
 margin-right: 12px;
 margin-bottom: 40px;

 background-color: #303030;
 border: 1px solid #191919;
 border-bottom: 4px solid #1F1F1F;
 background-image: url(images/infoPanelBack.png);
 background-repeat: repeat-x;

}


.userInfoPanel {
  float: left;
  margin-right: 14px;
  margin-bottom: 40px;
  height: 150px;
}

.previewImage {
 padding: 6px;
 background-color: #303030;
 border: 1px solid #191919;
 border-bottom: 4px solid #1F1F1F;
 background-image: url(images/infoPanelBack.png);
 background-repeat: repeat-x;
}

.previewPanel {
 width: 168px;
 height: 168px;
 text-align: auto;
 float: left;
 text-align: center;
 margin-left: 30px;
 vertical-align: middle;
}

.colorPanel {
 background-color: #303030;
 color: #D0D0D0;
 border: 1px solid #191919;
 border-bottom: 4px solid #1F1F1F;
 background-image: url(images/infoPanelBack.png);
 background-repeat: repeat-x;
}


.clearPanel {
 height: 1px;
 clear: both;
}

.msgPanel {
  color: #FF9900;
}


img {
  border: none;
}

#languagePanel {
 text-align: right;
 padding-right: 30px;
 margin-left: auto;
 margin-right: auto;
 width: 950px;
}

hr {
  height: 1px;
  border: none;
  background-color: #414141;
}

.tooltip {text-decoration:none;}
.tooltip span.info{display:none;}
.tooltip:hover span.info {
 display: block;
 position: absolute;
 border: solid 1px #404040;
 border-bottom: 2px solid black;
 border-right: 2px solid black;
 width: 300px;
 height: 100px;
 color: white;
 background-color: #303030;
 padding: 10px;
 }

#ImagePanel {
   color: black;
 }

.tabActive {
 float: left;
 padding: 8px;
 background-image: url(images/tabBack.png);
 border: 1px solid #191919;
 border-bottom: none;
 height: 16px;
}

.tabInactive {
 float: left;
 padding: 8px;
}

.shadowLine {
  height: 1px;
  background-color: black;
  border-bottom: 1px solid #444444;
}















