table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
  border-width: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
body {
  font-family: Arial, Verdana;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #3E3E3E;
  padding: 0;
}
html, body {
  background: #262626 none scroll repeat 0 0;
}
html {
  background-image: url(../images/assets/index-background.gif);
}
#window {
  margin: 0 auto;
  background-color: #262626;   
  border-color: #262626; 
}
#window pre.debug {
  display: block;
  padding: 20px;
  text-align: left;
  color: #090909;
  background-color: #FFFFFF;
  border: 1px dotted #DEDEDE;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  font-family: Courier New;
  margin: 10px auto 20px;
}

#window .banner {
  display: block;
  position: relative;
  margin: 8px 8px 0;
  padding: 0;
  width: 750px;
  height: 120px;
  font-size: 10px;
  line-height: 120px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0.75em 0.75em 0 0;
  -moz-border-radius: 0.75em 0.75em 0 0;
  -webkit-border-radius: 0.75em 0.75em 0 0;
  color: #696969;
  border: 2px solid #1A1A1A;
  border-bottom-style: none;
  background-color: #222222;  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.05)),
      color-stop(0.75, rgba(255, 255, 255, 0.05))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.05) 15%,
      rgba(255, 255, 255, 0.05) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-clip: padding-box;  
  -moz-background-clip: padding;  
  -webkit-background-clip: padding;  
}
#window .banner .event {
  display: block;
  margin: 0;
  padding: 0;
  width: 750px;
  /* height: 181px + 67px; */
  height: 248px;
  position: absolute;
  top: 0;
  border: 2px solid #1A1A1A;
  font-size: 10px;
  /* line-height: 181px + 67px; */
  line-height: 248px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  color: #696969;
  background-color: rgb(43,43,43);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(43,43,43)),
      color-stop(0.75, rgb(41,41,41))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,43,43) 15%,
      rgb(41,41,41) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  overflow: hidden;
  
}
#window .banner .clearback {
  background: transparent none scroll no-repeat 0 0;
}
#window .banner .background,
#window .banner .foreground,
#window .banner .credits,
#window .banner .overlay {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
  text-indent: -9999px;
  font-size: 1px;
  line-height: 1px;
  background: transparent none scroll repeat-x center top;
  border: 0 none transparent;
  border-radius: 8em 8em 0 0;
  -moz-border-radius: 8em 8em 0 0;
  -webkit-border-radius: 8em 8em 0 0;     
  background-clip: padding-box;  
  -moz-background-clip: padding;  
  -webkit-background-clip: padding;  
}
#window .banner .background {
  z-index: 10;
  opacity: 0.75;
}
#window .banner .foreground {
  z-index: 20;
}
#window .banner .credits {
  z-index: 40;
  background-position: center -55px;
}
#window .banner .overlay {
  z-index: 30;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.50)),
      color-stop(0.75, rgba(255, 255, 255, 0.15))
  ) !important;
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.50) 15%,
      rgba(255, 255, 255, 0.15) 75%
  ) !important;  
  opacity: 0.5;
}
#window .banner .userinfo {
  display: block; 
  position: absolute; 
  width: auto; 
  height: 30px; 
  padding: 4px 6px 4px 18px; 
  font-size: 10px; 
  line-height: 13px; 
  bottom: 10px; 
  right: 10px; 
  text-indent: 0; 
  z-index: 9999; 
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;  
  color: #FFFFFF;
  border: 1px solid #1A1A1A;
  border-color: #1A1A1A !important;
  background-color: #222222;  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.05)),
      color-stop(0.75, rgba(255, 255, 255, 0.05))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.05) 15%,
      rgba(255, 255, 255, 0.05) 75%
  );
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);  
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);    
}
#window .banner .userinfo .expand {
  display: none;
  
}

#window .banner .userinfo .field_type {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid transparent;
  border-color: #1A1A1A !important;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  opacity: 0.66;  
  filter: alpha(opacity = 66);
  z-index: -10;
}
#window .banner .userinfo .avatar {
  display: block; float: right; margin-left: 4px; 
}
#window .banner .userinfo .avatar_40x40 {

}
#window .banner .userinfo .avatar_80x80 {

}
#window .banner .userinfo .avatar_160x160 {

}
#window .banner .userinfo .avatar .sprite {
  position: relative;
}
#window .banner .userinfo .avatar_40x40 .sprite_40x40 {
  top: -12px; 
  margin-right: -4px; 
}
#window .banner .userinfo .avatar_40x40 .sprite_40x40_00:hover {
  background-position: -80px 0;
}
#window .banner .userinfo .avatar_40x40 .sprite_80x80 {
  top: -52px; 
  margin-right: -24px; 
  margin-left: -20px;
}
#window .banner .userinfo .avatar_40x40 .sprite_80x80_00:hover {
  background-position: -160px 0;
}
#window .banner .userinfo .avatar_80x80 .sprite_80x80 {
  top: -24px; 
  margin-right: -8px; 
}
#window .banner .userinfo .avatar_160x160 .sprite_160x160 {
  top: -48px; 
  margin-right: -16px; 
}

#window .banner .userinfo .info {
  display: block; 
  float: right; 
  text-align: right; 
  overflow: hidden; 
  text-transform: none; 
}
#window .banner .userinfo .info .username {
  display: block; 
  font-size: 10px; 
  line-height: 13px; 
  color: #FFFFFF; 
}
#window .banner .userinfo .info .username .place {
  text-decoration: none;
  color: #FFFFFF; 
}
#window .banner .userinfo .info .username .place:hover,
#window .banner .userinfo .info .username .place_active {
  text-decoration: underline;
}
#window .banner .userinfo .info .file {
  font-size: 9px; 
  line-height: 12px; 
  color: #FFFFFF; 
  text-decoration: none;
}
#window .banner .userinfo .info .file:hover,
#window .banner .userinfo .info .file_active {
  text-decoration: underline;
}
#window .banner .userinfo .info .file_new {

}
#window .banner .userinfo .info .file_load {

}
#window .banner .userinfo .info .file_save {

}
#window .banner .userinfo .info .file_exit {

}



#window .menu {
  display: block;
  position: relative;
  margin: 0 8px 8px;
  padding: 0;
  width: 750px;
  height: auto;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: none;
  padding: 0;
  border-radius: 0 0 0.75em 0.75em;
  -moz-border-radius: 0 0 0.75em 0.75em;
  -webkit-border-radius: 0 0 0.75em 0.75em;
  color: #696969;
  border: 2px solid transparent;
  border-color: #1A1A1A !important;
  border-top-width: 1px;
  background-color: #222222;  
  background-image: linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.30)),
    color-stop(1, rgba(0,0,0,0.20))
  );
  background-position: 0 0;   
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -website-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-clip: padding-box;  
  -moz-background-clip: padding;  
  -webkit-background-clip: padding;  
}
#mmrpg #window .menu {
  border-color: #1A1A1A !important; 
  background-image: linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.30)),
    color-stop(1, rgba(0,0,0,0.20))
  );
}
#window .menu .link,
#window .menu .modified { 
  color: #F2F2F2;
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em; 
}
#window .menu .link:hover,
#window .menu .link_active,
#window .menu .link_active:hover { 
  color: #FFFFFF;
  text-decoration: none;
}
#window .menu .link:hover,
#window .menu .link_active,
#window .menu .link_active:hover { 
  color: #FFFFFF;
  text-decoration: none;
}
#window .menu .link:hover span,
#window .menu .link_active span,
#window .menu .link_active:hover span { 
  color: #FFFFFF;
  text-decoration: underline;
}
#window .menu .link_active span,
#window .menu .link_active:hover span { 
  text-decoration: none !important;
}
#window .menu .link:after { 
  position: absolute;
  content: " | ";
  color: #181818;
  text-decoration: none;
  padding-left: 5px;
  text-decoration: none;
}
#window .menu .link:last-child:after { 
  content: "";
  color: transparent;
  padding: 0;
}
#window .menu .field_type_empty { 
  padding-right: 2px; 
}

#window .menu .sub {
  font-size: 9px;
  line-height: 14px;
  margin-top: -4px;
  padding-bottom: 4px;
}
#window .menu .sub .link { 
  margin-left: 6px;
}
#window .menu .sub .link:after { 
  position: absolute;
  content: " | ";
  color: #181818;
  text-decoration: none;
  padding-left: 6px;
  text-decoration: none;
}
#window .menu .sub .link:last-child:after { 
  content: "";
  color: transparent;
  padding: 0;
}
#window .menu .sup {
  padding: 0 3px 1px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;   
  position: relative; 
  bottom: 1px;
  right: -5px; 
  font-size: 8px; 
  color: #FFFFFF;
  border: 1px solid rgb(255, 255, 255) !important;
  border-color: rgba(255, 255, 255, 0.33) !important;
  letter-spacing: 1px; 
  margin-left: -4px;
  margin-right: 4px;
}


#window .page {
  display: block;
  height: auto; 
  overflow: hidden;
  margin: 0 8px 8px;
  padding-bottom: 12px;
}

#window .header {
  display: block;
  height: 32px;
  width: 748px;  
  margin: 0 0 6px 0;
  veritcal-align: top;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  color: #FFFFFF;
  border: 2px solid #1A1A1A;
  background-color: #222222;  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.05)),
      color-stop(0.75, rgba(255, 255, 255, 0.05))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.05) 15%,
      rgba(255, 255, 255, 0.05) 75%
  ); 
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);  
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .header h1 {
  display: inline;
}
#window .header .header_wrapper {
  padding: 0 10px;
}

#window .page .body,
#window .page .body_wrapper {
  display: block;
  height: auto; 
  overflow: auto;
}
#window .page_leaderboard .body,
#window .page_leaderboard .body_wrapper {
  overflow: visible;
}

#window .page .body {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#window .page .body .subheader {
  display: block;
  clear: left;
  margin: 0 0 4px;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;  
  text-align: left;
  background-color: rgba(0, 0, 0, 0.30);
  border: 1px solid transparent !important;
  border-color: #1A1A1A !important;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;  
  position: relative;
  background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.35)),
    color-stop(1, rgba(0,0,0,0.25))
  );
  background-position: 0 0;
}
#window .page .body .subheader .link {
  display: block;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-decoration: none; 
}
#window .page .body .subheader .link:hover {
  text-decoration: underline; 
}
#window .page .body h2.subheader > .link:hover {
  text-decoration: none; 
}
#window .page .body .subheader .inline_link {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-decoration: none; 
}
#window .page .body .subheader .inline_link:hover {
  text-decoration: underline; 
}
#window .page .header .count,
#window .page .body .subheader .count {
  padding-left: 5px; 
  opacity: 0.50;
  font-size: 11px;  
  cursor: default;
}
#window .page .header .count {
  font-size: 13px;
}

#window .page .body .subheader .float_link,
#window .page .body .subheader .float_link2,
#window .page .body .subheader .float.link,
#window .page .body .subheader .float.link2 {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  color: #CACACA;
  text-decoration: none;
  font-size: 11px;
  line-height: 26px;
  clear: none;
}
#window .page .body .subheader .float_link:hover,
#window .page .body .subheader .float_link2:hover,
#window .page .body .subheader .float.link:hover,
#window .page .body .subheader .float.link2:hover {
  color: #F2F2F2;
  text-decoration: underline;
}
#window .page .body .subheader .float_link2,
#window .page .body .subheader .float.link2 {
  position: static;
  float: right;
  margin-left: 7px;
  line-height: 14px;
  padding: 0 6px;
  border: 1px solid transparent;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
#window .page .body .subheader .field_type {
  border-color: rgba(255, 255, 255, 0.9);
  color: #FEFEFE;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#window .page .body .subheader .field_type:hover {
  text-decoration: none;  
  opacity: 1.0;
  filter: alpha(opacity=10);
}

#window .page .body .subbody {
  display: block;
  margin: 0 0 12px;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 19px;  
  text-align: left;
  background-color: rgb(30, 30, 30);
  border: 1px solid transparent;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  overflow: hidden;
}
#window .page .body .subbody_databaselinks {
  margin-bottom: 4px;
}
#window .page .body .subbody_databaselinks .iconwrap {
  overflow: hidden;
}
#window .page .body .subbody_databaselinks[data-class="items"] .iconwrap {
  padding-right: 8%;
}
#window .page .body .subbody .text {
  display: block;
  margin: 0 0 6px;  
  text-align: justify;
}
#window .page .body .subbody .text p,
#window .page .body .subbody .text div {
  display: block;
  margin: 0 0 6px;  
  text-align: left;
}
#window .page .body .subbody .text:last-child {
  margin: 0;  
}
#window .page .body .subbody .text a {
  color: #F2F2F2;
  text-decoration: underline;  
}
#window .page .body .subbody .text a:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}
#window .page .body .subbody .float {
  display: block;
  float: right;
  margin: 0 0 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
#window .page .body .subbody .float_right,
#window .page .body .subbody .float.right {
  float: right;
  margin: 0 0 3px 10px;
}
#window .page .body .subbody .float_left,
#window .page .body .subbody .float.left {
  float: left;
  margin: 0 10px 3px 0;
}
#window .page .body .subbody .sprite {
  display: block;
  position: static; 
  margin: -24px 0 10px;
}
#window .page .body .subbody .link,
#window .page .body .subbody .link_inline {
  display: block;
  float: left;
  clear: left;
  margin-top: 6px;
  color: #F2F2F2;
  text-decoration: none;
  cursor: pointer;
  _cursor: pointer;  
}
#window .page .body .subbody .link_inline {
  display: inline;
  float: none;
  clear: none;
  margin: 0 auto;
}
#window .page .body .subbody .link_inline:hover,
#window .page .body .subbody .link_inline.active {
  text-decoration: underline;
}
#window .page .body .subbody .link:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}
#window .page .body .subbody .link_top,
#window .page .body .subbody .link_permalink,
#window .page .body .subbody .link_toggle {
  float: right;
  color: rgb(100, 100, 100); 
  font-size: 10px;
  line-height: 10px;
  padding-left: 10px;  
}
#window .page .body .subbody .link_top,
#window .page .body .subbody .link_permalink {
  margin-bottom: 16px;
}
#window .page .body .online_players {
  min-height: 1px; 
  overflow: visible;
  margin-top: -10px;
  padding-bottom: 0;
  clear: both;
}
#window .page .body .online_players .text.label {
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 4px;
}
#window .page .body .online_players .text.desc {
  display: none;
  min-height: 1px; 
}
#window .page .body .online_players .text.players {
  position: relative;
  min-height: 1px; 
  bottom: -5px;
  margin: 0 0 0 auto;
  text-align: right; 
  font-size: 10px; 
  line-height: 13px; 
  padding: 0;  
}
#window .page .body .online_players .text.players .player_type {
  text-decoration: none;
  line-height: 20px;
  padding-right: 12px;
  margin: 0 0 0 6px;
  padding-top: 4px;
}
#window .page .body .online_players .text.players .sprite_wrap {
  pointer-events: none; 
  display: inline-block; 
  width: 34px; 
  height: 14px; 
  position: relative;
}
#window .page .body .online_players .text.players .sprite_wrap .sprite {
  margin: 0; 
  position: absolute; 
  bottom: 0; 
}
#window .page .body .online_players .text.players .name_wrap {
  vertical-align: top; line-height: 18px;
}

#window .page .database_container {

}
#window .page .database_container.layout_compact {
  margin-bottom: 2px !important;
}

#window .page .database_container .subbody table td.right label,
#window .page .database_container .subbody table td.left label {
  display: block;
  float: left;
}
#window .page .database_container .subbody table td.right .stat,
#window .page .database_container .subbody table td.left .stat {
  display: inline-block; 
}
#window .page .database_container .subbody table td.right .stat .robot_stat.type_empty,
#window .page .database_container .subbody table td.left .stat .robot_stat.type_empty {
  display: inline-block;  
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  line-height: 124%;
}
#window .page .database_container .subbody table td.right .stat .robot_stat .robot_stat,
#window .page .database_container .subbody table td.left .stat .robot_stat .robot_stat {
  margin-right: -4px;
  display: inline;
  width: auto;
}
#window .page .database_container .subbody table td.right .stat .robot_stat span,
#window .page .database_container .subbody table td.left .stat .robot_stat span {
  display: inline-block; 
  width: 35px;
}

#window .page .database_container .subbody .body_left {
  margin-right: 0; 
  margin-bottom: 5px; 
  padding: 2px 0; 
  min-height: 10px; 
}
#window .page .database_container .subbody .body_left.fullsize {
  margin-left: 0;
}
#window .page .database_container.layout_event .subbody .body_left {
  font-size: 10px; 
  min-height: 150px;
}
#window .page .database_container .subbody .body_left table.full {
  margin: 5px auto -2px;
}
#window .page .database_container.layout_website .subbody .body_left table.full {
  margin: 5px auto 10px;
}

#window .page .database_container .subbody .link_top,
#window .page .database_container .subbody .link_permalink {
  margin-bottom: 4px;
}

#window .page .body .subbody .toggle_body {
  overflow: hidden;
  padding-bottom: 5px;
}
#window .page .body .subbody .link_toggle {
  float: none;
  clear: both;
  color: rgb(100, 100, 100); 
  font-size: 10px;
  line-height: 10px;
  padding: 0;
  text-align: center;
  margin: 0 auto;  
}

#window .page .body .subwrap {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 19px;  
  text-align: left;
  background-color: rgba(0, 0, 0, 0.20);
  border: 1px solid transparent;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  overflow: hidden;
}
#window .page .body .subwrap .image {
  display: block;
  float: left;
  padding: 6px 6px 2px;
  margin: 0 4px 4px 0;
  border: 0 none transparent;
  background-color: transparent;
  min-width: 100px;
  min-height: 100px;
  text-align: center;
  color: #ACACAC;
  text-decoration: none;
  line-height: 14px;
  font-size: 11px;
  padding-bottom: 5px;  
}
#window .page .body .subwrap .image:hover { 
  color: #F0F0F0;
  text-decoration: none;
}
#window .page .body .subwrap .image img {
  display: block;
  margin: 0;
  max-height: 205px;
}
#window .page .body .subwrap .image_1x5 {
  width: 17.85%;  
}

#window .page .body .raquo {
  color: #EFEFEF;  
}

#window .page .body .pipe {
  color: transparent;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
  font-size: 10px;
  line-height: inherit;
  position: relative;
  bottom: 2px;
  text-shadow: 0 0 0 transparent;
}

#window .page .body .anchor {
  display: block;
  height: 1px;
  margin: 0;
  overflow: hidden;
  color: transparent;
}


/* -- PAGE EVENT STYLES */

#window .page .event {
  margin: 3px 8px;
  min-height: 55px;
  text-align: left;
  veritcal-align: top;
  padding: 2px;
  font-size: 10px;
  line-height: 13px;
  position: relative;
  margin-bottom: 8px !important;
}
#window .page .event:first-child {
  margin-top: 0;
}
#window .page .event_double {
  min-height: 120px;
}
#window .page .event_triple {
  min-height: 184px;
}
#window .page .database_container .event_triple {
  /* min-height: 100px; */
  min-height: 10px;
}
#window .page .database_container.layout_event .event_triple {
  margin-bottom: 0 !important; 
}
#window .page .database_container.layout_compact .event_triple {
  margin-bottom: 2px !important; 
}
#window .page .event .header {
  display: block;
  clear: left;
  clear: both;
  width: auto !important;
  height: 24px;
  margin: 0 47px;
  padding: 1px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 1px #161616;
  border: 0 none transparent;
  border-bottom-style: none;
  border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;
}
#window .page .event .header ~ .link_permalink {

}

#window .page .event .link_wrapper,
#window .page .event .link_container {
  float: right;
  clear: none;
  overflow: hidden;
}
#window .page .event .link_wrapper {
  margin-bottom: 10px;
}
#window .page .layout_compact .event .link_wrapper {
  margin-bottom: 0;
}
#window .page .event .link_container {
  margin-left: 50px;
  float: left;
  font-size: 12px;
  line-height: 22px;
}
#window .page .event .link_container .link {
  display: inline;
  float: none;
  clear: none;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  margin-right: 16px;
  padding: 3px 9px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/*
#window .page .event .link_container .link:not(:hover) {
  background-color: #282828 !important;
}
*/
#window .page .database_website_container .event .header ~ .link_permalink {
  margin-bottom: 20px !important;
}
#window .page .database_website_compact_container .event .header ~ .link_permalink {
  margin-bottom: 0 !important;
}
#window .page .event .header a {
  color: #FFFFFF;
  text-decoration: none;
}
#window .page .event .header a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#window .page .event .header_links {
  text-align: right;
}
#window .page .event .header_left {
  text-align: left;
  margin-right: 0;
}
#window .page .event .header_right {
  text-align: right;
  margin-left: 0;
}
#window .page .event .header_left.nomug,
#window .page .event .header_left.noicon {
  margin-left: 0;
}
#window .page .event .header_right.nomug,
#window .page .event .header_right.noicon {
  margin-right: 0;
}

#window .page .event .header_links,
#window .page .event .header_left .header_core,
#window .page .event .header_right .header_core {
  display: block;
  color: #F2F2F2;
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  margin: 3px 0 0;
  padding: 0 6px;  
}
#window .page .event .header_left .header_core,
#window .page .event .header_right .header_core {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.2) !important; 
}
#window .page .event .header_left .header_core {
  float: right;
}
#window .page .event .header_right .header_core {
  float: left;
}



#window .page .event .header_links {
  text-align: right;
  float: right;
  font-size: 70%;
  font-weight: normal;
}
#window .page .event .header_links .link,
#window .page .event .header_links .link:hover {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0 2px;
  margin: 0 2px 2px 0;
  text-decoration: none;
}
#window .page .event .header_links .link span {
  opacity: 0.50;
  padding: 0 4px;
  color: #FFFFFF;
}
#window .page .event .header_links .link:hover span,
#window .page .event .header_links .link_active span {
  opacity: 1.00;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);  
}
#window .page .event .header_links .link span.core_type {
  color: transparent;
  text-shadow: 0 0 0 transparent;
}
#window .page .event .header_links .link:hover span.core_type,
#window .page .event .header_links .link_active span.core_type {
  color: #FFFFFF;
  
}
#window .page .event .header_links .pipe {
  content: "|";
  padding: 0 0 0 4px;
  color: #393939;
  text-shadow: 0 0 0 transparent;
}
#window .page .event .header_links .pipe {
  padding: 0 3px;
  color: #292929;
}

#window .page .event:hover .turn_number {
  background-color: #797979;
}
#window .page .event .body {
  display: block;
  min-height: 36px;
  margin: 0 47px;
  padding: 2px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.025);  
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border: 0 none transparent;
  border-top-style: none;
  border-radius: 0 0 0.5em 0.5em;
  -moz-border-radius: 0 0 0.5em 0.5em;
  -webkit-border-radius: 0 0 0.5em 0.5em;
  overflow: hidden;
}
#window .page .event_double .body {
  min-height: 101px;
}
#window .page .event_triple .body {
  min-height: 140px;
}
#window .page .event table {
  margin: 0 auto;
}
#window .page .event table.full {
  margin: 0;
  width: 100%;
}
#window .page .event table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.025);
}
#window .page .event table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#window .page .event table td {
  padding: 2px 5px;
  text-align: center;
}
#window .page .event table td:first-child {
  padding-left: 10px;
}
#window .page .event table td:last-child {
  padding-right: 10px;
}
#window .page .event table td.left {
  text-align: left;
}
#window .page .event table td.right {
  text-align: right;
}
#window .page .event .body_left {
  text-align: left;
}
#window .page .event .body_right {
  text-align: right;
}
#window .page .event .body_left table {
  margin: 0 auto 0 0;
}
#window .page .event .body_right table {
  margin: 0 0 0 auto;
}
#window .page .event .sprite {
  margin-bottom: 2px;
  position: static;
}
#window .page .event .sprite_left,
#window .page .event .sprite_right {
  display: block;
  position: absolute;
  width: 40px;
  height: 49px;
  margin: 0;
  padding: 2px 2px 4px;
  text-align: left;
  background-color: rgb(60,60,60);  
  border: 0 none transparent;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#window .page .event .sprite_left {
  top: 5px;
  left: 5px;
}
#window .page .event .sprite_right {
  top: 5px;
  right: 5px;
}
#window .page .event .this_sprite {
  background-color: transparent;
}
#window .page .event .this_sprite .mugshot,
#window .page .event .this_sprite .icon {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background-color: rgba(0, 0, 0, 0.05);;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  padding: 2px !important;
  margin: 0 auto 10px;
}
#window .page .event .mugshot .sprite,
#window .page .event .icon .sprite {
  width: 32px;
  height: 32px;
  margin: 0 !important;
  background-position: -4px -4px;
  background-color: #000000;
  border: 1px solid #1A1A1A;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;    
}
#window .page .event .this_sprite .sprite {
  margin: 0;
}
#window .page .event div.this_sprite .sprite_size_80x80 {
  background-position: -20px -40px;
  margin: -20px -40px 0 0 !important; 
  width: 60px;
  height: 80px;
}
#window .page .event div.this_sprite .sprite_size_80x80_mug {
  background-position: -24px -24px;
  margin: 0 !important; 
  width: 32px;
  height: 32px;
}
#window .page .event div.this_sprite .sprite_size_80x80_base {
  background-position: -20px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_shoot {
  background-position: -340px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_throw {
  background-position: -420px -40px;
}
#window .page .event div.this_sprite .sprite_size_80x80_victory {
  background-position: -180px -40px;
}
#window .page .event .target_sprite {
  
}
#window .page .event .sprite_left .energy,
#window .page .event .sprite_right .energy {
  display: block;
  width: 38px;
  height: 5px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  color: transparent;
  border: 1px solid rgb(56,56,56);
  background: #222222 url(../images/tiles/horizontal-gradient_energy-bar.gif) scroll no-repeat 0 0;
}
#window .page .event .sprite_left .energy {
  background-position: -80px 0;
}
#window .page .event .sprite_right .energy {
  background-position: -40px 0;
}
#window .page .event .this_sprite .energy {
  display: block;
  width: 38px;
  height: 5px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  color: transparent;
  border-color: #1A1A1A;
}

#window .page .event .sprite_robot_mug,
#window .page .event .sprite_ability_icon {
  border: 1px solid #191919;
  background-color: #000000;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  width: 38px;
  height: 38px;
  background-position: -1px -1px;
}


#window .page .event .robot_core,
#window .page .event .mecha_shard,
#window .page .event .field_name,
#window .page .event .field_type,
#window .page .event .field_master,
#window .page .event .field_mecha,
#window .page .event .field_multiplier,
#window .page .event .player_name,
#window .page .event .player_number,
#window .page .event .player_type,
#window .page .event .player_quote,
#window .page .event .robot_number,
#window .page .event .robot_name,
#window .page .event .robot_type,
#window .page .event .robot_quote,
#window .page .event .robot_stat,
#window .page .event .robot_weakness,
#window .page .event .robot_resistance,
#window .page .event .robot_affinity,
#window .page .event .robot_immunity,
#window .page .event .ability_name,
#window .page .event .ability_stat,
#window .page .event .ability_type,
#window .page .event .damage_strikes,
#window .page .event .damage_misses,
#window .page .event .damage_result,
#window .page .event .damage_amount,
#window .page .event .damage_overkill,
#window .page .event .recovery_strikes,
#window .page .event .recovery_misses,
#window .page .event .recovery_result,
#window .page .event .recovery_amount,
#window .page .event .recovery_overkill {
  background: rgb(65,65,65) none scroll no-repeat 0 0;
  border: 1px solid rgb(70,70,70);
  padding: 2px 3px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  line-height: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
}
#window .page .event .player_quote,
#window .page .event .robot_quote {
  background-color: rgba(65,65,65,0.5);
  border-color: rgba(70,70,700.1);  
}
#window .page .event .player_name {

}
#window .page .event .robot_name {

}
#window .page .event .ability_name {

}
#window .page .event .damage_amount {

}
#window .page .event .damage_overkill {

}

#window .page_credits .battle_type,
#window .page_credits .field_type,
#window .page_credits .player_type,
#window .page_credits .robot_type,
#window .page_credits .ability_type,
#window .page_credits .item_type {
  background: rgb(65,65,65) none scroll no-repeat 0 0;
  border: 1px solid rgb(70,70,70);
  padding: 0 3px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  line-height: 11px;
  font-weight: bold;
  white-space: nowrap;
}


#window .page .event sup {
  position: relative;
  bottom: 0.5em;
  font-family: "Courier New";
  font-size: 0.8em;
}
#window .damage {
}
#window .damage_weakness {
  font-weight: bold;
  color: #FF9C32;
}
#window .damage_resistance {
  font-weight: bold;
  color: #FF5555;
}
#window .damage_critical {
  font-weight: bold;
  font-style: italic;
  color: #E4A3FF;
}

#window .page .event {
  margin: 0;
}
#window .page .event_hidden {
  display: none;
}
#window .page .event_visible {
  
}
#window .page .event table td.right {
  line-height: 24px;
}

/* -- HOME PAGE STYLES -- */

#window .page_home #youtube_playlist {
  float: right;  
  margin: 0 0 0 10px; 
}
#window .page_home #youtube_playlist,
#window .page_home #youtube_playlist iframe {
  width: 356px; 
  height: 200px; 
  overflow: hidden; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

/* -- LEADERBOARD PAGE STYLES -- */

#window .page .leaderboard {

}
#window .page .leaderboard {
  display: block;
  float: none;
  clear: left;
  text-align: left;
  height: auto;
  overflow: hidden;
}
#window .page .leaderboard .wrapper {
  display: block;
  height: auto; 
  overflow: hidden; 
}
#window .page_home .leaderboard .wrapper {
  margin-bottom: 6px;
}
#window .page .leaderboard .wrapper_full {
  height: auto; 
  overflow: hidden;
}

#window .page .leaderboard .inner_wrapper {
  height: auto; 
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  padding: 2px;
  width: 31%;
  float: left;
  margin: 0 4px 0 0;
}
#window .page .leaderboard .inner_wrapper_dr-light {
  background-color: rgba(0, 0, 255, 0.15);
}
#window .page .leaderboard .inner_wrapper_dr-wily {
  background-color: rgba(255, 0, 0, 0.15);
}

#window .page .leaderboard .file,
#window .page .leaderboard .more {
  display: block;
  margin: 0 auto 2px;
  veritcal-align: top;
  border: 1px solid #1A1A1A;
  border-width: 1px 2px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  padding: 10px 0;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  color: #FFFFFF;
  background-position: center top;
  background-color: #2A2A2A;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-8 */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: relative;
}
#window .page .leaderboard .file:first-child {
  border-top-width: 2px;
}
#window .page .leaderboard .file:last-child {
  border-bottom-width: 2px;
}
#window .page .leaderboard .file_1st {
  background-color: rgba(136, 113, 19, 0.75);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file_2nd {
  background-color: rgba(101, 108, 112, 0.75);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file_3rd {
  background-color: rgba(99, 61, 21, 0.75);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
#window .page .leaderboard .file .inset {
  display: block;
  margin: 0 10px;
  veritcal-align: top;
  border: 1px solid rgba(0, 0, 0, 0.6) !important;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  color: #FFFFFF;
  background-position: center top;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 1%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(1%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#73000000',GradientType=0 ); /* IE6-8 */
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;  
  position: relative;
}
#window .page .leaderboard .file:hover .inset,
#window .page .leaderboard .file .inset:hover {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.35)),
      color-stop(0.75, rgba(0, 0, 0, 0.15))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.35) 15%,
      rgba(0, 0, 0, 0.15) 75%
  );
}

/*
#window .page .leaderboard .file_01 .inset {
  background-color: rgba(136, 113, 19, 0.75);
}
#window .page .leaderboard .file_02 .inset {
  background-color: rgba(101, 108, 112, 0.75);
}
#window .page .leaderboard .file_03 .inset {
  background-color: rgba(99, 61, 21, 0.75);
}
*/
#window .page .leaderboard .file .place,
#window .page .leaderboard .file .avatar,
#window .page .leaderboard .file .userinfo,
#window .page .leaderboard .file .points,
#window .page .leaderboard .file .records {
  display: block;
  float: left;
  margin-left: 5px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  text-align: left;
}
#window .page .leaderboard .file .avatar {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  overflow: visible;
  left: 87px;
  bottom: 16px;
}
#window .page .leaderboard .file .avatar_wrapper {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  overflow: visible;
  pointer-events: none;
}
#window .page .leaderboard .file .avatar .sprite_80x80 {
  left: -14px;
  top: -34px;
}
#window .page .leaderboard .file .avatar .sprite_shadow_80x80 {
  left: -12px;
  top: -32px;
}
#window .page .leaderboard .file .avatar .sprite_160x160 {
  left: -52px;
  top: -114px;
}
#window .page .leaderboard .file .avatar .sprite_shadow_160x160 {
  left: -50px;
  top: -112px;
}
#window .page .leaderboard .file .place {
  display: block;
  float: left;
  width: 66px;
  margin-top: 14px;
  font-size: 18px;
  line-height: 18px;
  margin-right: 80px;
  margin-left: 10px;
  text-align: center;
}
#window .page .leaderboard .file .place sup {
  position: relative;
  bottom: 5px;
  font-size: 11px;
  padding-left: 1px;
}
#window .page .leaderboard .file_1st .place {
  font-size: 26px;
  line-height: 20px;
}
#window .page .leaderboard .file_2nd .place {
  font-size: 24px;
  line-height: 20px;
}
#window .page .leaderboard .file_3rd .place {
  font-size: 22px;
  line-height: 20px;
}
#window .page .leaderboard .file .userinfo {
  width: 250px;
  margin-top: 3px;
  font-size: 16px;
  line-height: 16px;
  padding: 0 10px 4px 0;
  margin-left: 0;
}
#window .page .leaderboard .file .userinfo .username,
#window .page .leaderboard .file .userinfo .details {
  display: block;
  float: left;
  clear: both;
  width: 250px;  
  line-height: 22px;   
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;    
}
#window .page .leaderboard .file .userinfo .details {
  margin-top: 0;
  font-size: 10px;
  line-height: 16px; 
}
#window .page .leaderboard .file .userinfo .username .prototype_complete {
  font-size: 13px;
  line-height: 13px;
  position: relative;
  bottom: 5px; 
}
#window .page .leaderboard .file .robots2 {
  display: block; 
  float: none;
  overflow: hidden;
  width: auto;
  clear: both;
  margin: 0 8px 2px;
  padding: 4px 4px 3px;
  veritcal-align: top;
  border: 0 none transparent;
  text-decoration: none;
  padding: 4px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  background-position: center top;
  background-color: #2A2A2A;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.05)),
      color-stop(0.75, rgba(255, 255, 255, 0.05))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.05) 15%,
      rgba(255, 255, 255, 0.05) 75%
  ); 
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#window .page .leaderboard .file .robots {
  display: block; 
  float: none;
  overflow: hidden;
  width: auto;
  clear: both;
  margin: 0 8px 2px;
  veritcal-align: top;
  border: 0 none transparent;
  overflow: hidden;
}
#window .page .leaderboard .file .points,
#window .page .leaderboard .file .records {
  position: absolute;
  text-align: right;
  min-width: 260px;
  margin: 0;
  color: #F2F2F2;
  font-size: 18px;
  line-height: 18px;  
}
#window .page .leaderboard .file .points {
  top: 10px;
  right: 10px;
}
#window .page .leaderboard .file .records {
  top: 34px;
  right: 10px;
  font-size: 9px;
  line-height: 9px;
  width: 400px;
  text-transform: uppercase;
  color: #DEDEDE;
}
#window .page .leaderboard .file .points .padding {
  color: #969696;
}
#window .page .leaderboard .file .points .value {
  color: #EFEFEF;
}
#window .page .menu .back {
  display: block;
  margin: 20px auto 0 0;
  color: #ABABAB;
  text-align: center;
  cursor: pointer;
  _cursor: hand;
}
#window .page .menu .back:hover {
  text-decoration: underline;
}

#window .page .leaderboard .file .robots .sprite {
  position: static; 
  float: left; 
  width: 16px; 
  height: 16px; 
  background-size: 16px 16px;
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 1px 1px 0;  
}
#window .page .leaderboard .file .robots .sprite_base_80x80 {
  background-size: 32px 32px;
  background-position: -8px -8px;
}

#window .page .leaderboard .more {
  border: 0 none transparent; 
  background-color: transparent; 
  background-image: none; 
  text-align: center; 
  text-decoration: none; 
  cursor: pointer; 
  _cursor: hand;
  box-shadow: 0 0 0 transparent; 
  -moz-box-shadow: 0 0 0 transparent; 
  -webkit-box-shadow: 0 0 0 transparent; 
  font-size: 12px;
  line-height: 26px;
  height: auto;
  padding: 0 20px;
  color: #CACACA;
}
#window .page .leaderboard .more:hover {
  color: #FAFAFA;
}
#window .page .leaderboard .container {
  display: block;
  margin: 5px auto 0;
}
#window .page .leaderboard .container .number,
#window .page .leaderboard .container .bullet {
  float: none;
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
}
#window .page .leaderboard .container .bullet {
  padding-left: 2px;
  padding-right: 2px;
}
#window .page .leaderboard .container .number.active,
#window .page .leaderboard .container .bullet.active {
  cursor: default;
  opacity: 0.50;
  filter: alpha(opacity=50);
  text-decoration: underline;
}

#window .page .leaderboard .subbody {

}
#window .page .leaderboard .subbody .divider {
  display: block;
  clear: both;
  background-color: transparent;
  border: 0 none transparent;
  color: transparent;
  border-bottom: 1px solid #464646;
  margin: 0 auto 10px;
}
#window .page .body .leaderboard .thread_subbody_full .avatar_userimage {
  margin-bottom: 10px !important;
}
#window .page .body .leaderboard .thread_subbody_full {
  min-height: 10px !important;
  _height: 10px !important;
}
#window .page .body .leaderboard .thread_right .bodytext {
  padding-right: 0 !important;
}
#window .page .leaderboard .subbody .bodytext .player_stats {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  color: #F0F0F0;
  font-size: 10px;
  line-height: 13px;
  width: 340px;
  border: 1px solid rgb(39, 39, 39);
  background-color: rgb(36, 36, 36);
  padding: 4px 8px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#window .page .leaderboard .subbody .player_stats .label {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #F2F2F2;
  margin: 0 auto 2px 0;
}
#window .page .leaderboard .subbody .player_stats .records {
  display: block;
  color: #D2D2D2;
  margin: 0;
}
#window .page .leaderboard .subbody .player_stats .stat {
  display: inline-block;
  color: #B2B2B2;
  margin: 0 3px 0 0;
  padding: 0;
}
#window .page .leaderboard .subbody .player_stats .stat:after {
  content: "|";
  display: inline-block;
  color: #626262;
  margin: 0 0 0 6px;
  font-size: 8px;
  padding: 0;
}
#window .page .leaderboard .subbody .player_stats .stat:last-child:after {
  content: "";
  display: none;
}

#window .page .event .option {
  display: block;
  float: left;
  height: 65px;
  width: 748px;  
  margin: 0 0 3px 0;
  veritcal-align: top;
  border: 2px solid #1A1A1A;
  font-size: 10px;
  line-height: 65px;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  cursor: pointer;
  _cursor: hand;  
  color: #FFFFFF;
  background-position: center top;
  background-color: rgb(65,65,65);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(65,65,65)),
      color-stop(0.75, rgb(71,71,71))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(65,65,65) 15%,
      rgb(71,71,71) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#window .page .event .option_message {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  box-shadow: 0 0 0 transparent;
  height: 58px !important;
  line-height: 58px !important; 
}
#window .page .event .option_message,
#window .page .event .option_message * {
  cursor: default !important;     
}
#window .page .event .option:hover {
  color: #FFFFFF;  
}
#window .page .event .option_disabled {
  background-color: #595959;
  background-image: none;
  color: #CACACA;  
}
#window .page .event .option_disabled:hover {
  background-color: #595959;
  background-image: none;
  color: #CACACA;
}
#window .page .event .option_wrapper_default .option_complete,
#window .page .event .option_wrapper_complete .option_complete {
  background-color: #595959;
  background-image: none;
  color: #CACACA;  
  opacity: 0.45;
}
#window .page .event .option_wrapper_default .option_complete:hover,
#window .page .event .option_wrapper_complete .option_complete:hover {
  opacity: 0.75;
}
#window .page .event .option_wrapper_complete .option_complete {
  opacity: 0.75;
}
#window .page .event .option_wrapper_complete .option_complete:hover {
  opacity: 1.00;
}
#window .page .event .option_disabled {
  opacity: 0.2;
  cursor: default;
}
#window .page .event .option_hidden {
  display: none;
}
#window .page .event .option_back {
  height: 47px;
  line-height: 20px;
  border-color: #1A1A1A;
  background-color: #262626;
  background-image: none;
  color: #CACACA; 
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 20;
}
#window .page .event .option_back:hover {
  background-color: #292929; 
}
#window .page .event .option_this-team-select {
  position: absolute;
  bottom: 54px;
  left: 8px;
}
#window .page .event .option_this-team-select .chrome label {
  width: 100px !important;
  margin-left: 460px !important;
  padding-left: 0 !important;
}
#window .page .event .option label {
  padding: 15px 50px;
  background-color: #2A2A2A;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  border: 2px solid #373737;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em; 
  cursor: pointer;
  _cursor: hand;
  position: relative;
}
#window .page .event .option:hover label,
#window .page .event .option label:hover {
  background-color: #2D2D2D;
}
#window .page .event .option_1x1,
#window .page .event .option_1x2,
#window .page .event .option_1x3,
#window .page .event .option_1x4 {
  /*
  height: 73px;
  line-height: 73px;
  */
  margin-right: 3px;
  
  height: 68px;
  line-height: 68px;
  
}
#window .page .event .option_1x1 {
  width: 24%;
}
#window .page .event .option_1x2 {
  width: 49%; 
}
#window .page .event .option_1x3 {
  width: 33%;
}
#window .page .event .option_1x4 {
  width: 99%;
  clear: right;
}
#window .page .event .option_scroll {
  position: absolute;
  float: none;
  width: 34px;
  height: 38px;
  line-height: 38px;
  top: 272px;
  border: 1px solid #2A2A2A;
  background-color: rgb(45,45,45);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(45,45,45)),
      color-stop(0.75, rgb(51,51,51))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(45,45,45) 15%,
      rgb(51,51,51) 75%
  );   
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  z-index: 100;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
#window .page .event .option_scroll:hover {
  opacity: 1.00;
  filter: alpha(opacity=100);
}
#window .page .event .option_scroll_left {
  left: 12px; 
  text-align: left;
  padding-left: 8px;
}
#window .page .event .option_scroll_right {
  right: 12px; 
  text-align: right;
  padding-right: 8px;
}
#window .page .event .option_scroll .arrow {
  font-size: 20px;
}
#window .page .event .option_1x1 .chrome,
#window .page .event .option_1x2 .chrome,
#window .page .event .option_1x3 .chrome,
#window .page .event .option_1x4 .chrome {
  display: block;
  margin: 0;
  height: 52px;
  line-height: 52px;
  padding: 8px;
  border: 0 solid transparent;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.75, rgba(255, 255, 255, 0.10)),
      color-stop(0.15, rgba(0, 0, 0, 0.30))
      
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(255, 255, 255, 0.10) 15%,
      rgba(0, 0, 0, 0.30) 75%
  );   
  border-radius: 0.60em;
  -moz-border-radius: 0.60em;
  -webkit-border-radius: 0.60em;   
}
#window .page .event .option_message .chrome {
  background-image: none;
  padding: 4px 0;  
}
#window .page .event .option_1x1 .inset,
#window .page .event .option_1x2 .inset,
#window .page .event .option_1x3 .inset,
#window .page .event .option_1x4 .inset {
  display: block;
  margin: 0;  
  padding: 0;
  background-color: rgba(38, 38, 38, 0.9);
  border: 1px solid #1A1A1A;
  border-radius: 0.75em 0.75em 0.75em 0.75em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.75, rgba(255, 255, 255, 0.05)),
      color-stop(0.15, rgba(0, 0, 0, 0.05))
      
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(255, 255, 255, 0.05) 15%,
      rgba(0, 0, 0, 0.05) 75%
  );   
  cursor: pointer;  
  height: 50px;
  line-height: 50px;  
  overflow: hidden;
}
#window .page .event .option_message .inset {
  background-color: rgb(15, 15, 15);
}
#window .page .event .option_1x1 div label,
#window .page .event .option_1x2 div label,
#window .page .event .option_1x3 div label,
#window .page .event .option_1x4 div label,
#window .page .event .option_1x1:hover div label,
#window .page .event .option_1x2:hover div label,
#window .page .event .option_1x3:hover div label,
#window .page .event .option_1x4:hover div label,
#window .page .event .option_1x1 div:hover label,
#window .page .event .option_1x2 div:hover label,
#window .page .event .option_1x3 div:hover label,
#window .page .event .option_1x4 div:hover label,
#window .page .event .option_1x1 div label:hover,
#window .page .event .option_1x2 div label:hover,
#window .page .event .option_1x3 div label:hover,
#window .page .event .option_1x4 div label:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;  
  display: block;
  height: 13px;
  line-height: 13px;
  margin: 0 auto;
  padding: 0 7px;
  text-align: center;
  /*width: 106px;*/
  width: auto;  
  height: 44px;
  line-height: 44px;
  text-shadow: 1px 1px 1px #000000;
}
#window .page .event .option_1x1 div label.has_image,
#window .page .event .option_1x2 div label.has_image,
#window .page .event .option_1x3 div label.has_image,
#window .page .event .option_1x4 div label.has_image {
  text-align: left;
}
#window .page .event .option .sprite {
  margin: 0;
  position: absolute;
}
#window .page .event .option_1x1:hover .sprite_40x40_base,
#window .page .event .option_1x1 div:hover .sprite_40x40_base,
#window .page .event .option_1x1 div label:hover .sprite_40x40_base,
#window .page .event .option_1x2:hover .sprite_40x40_base,
#window .page .event .option_1x2 div:hover .sprite_40x40_base,
#window .page .event .option_1x2 div label:hover .sprite_40x40_base,
#window .page .event .option_1x3:hover .sprite_40x40_base,
#window .page .event .option_1x3 div:hover .sprite_40x40_base,
#window .page .event .option_1x3 div label:hover .sprite_40x40_base,
#window .page .event .option_1x4:hover .sprite_40x40_base,
#window .page .event .option_1x4 div:hover .sprite_40x40_base,
#window .page .event .option_1x4 div label:hover .sprite_40x40_base {
  background-position: -40px 0;
}
#window .page .event .option_1x1:hover .sprite_80x80_base,
#window .page .event .option_1x1 div:hover .sprite_80x80_base,
#window .page .event .option_1x1 div label:hover .sprite_80x80_base,
#window .page .event .option_1x2:hover .sprite_80x80_base,
#window .page .event .option_1x2 div:hover .sprite_80x80_base,
#window .page .event .option_1x2 div label:hover .sprite_80x80_base,
#window .page .event .option_1x3:hover .sprite_80x80_base,
#window .page .event .option_1x3 div:hover .sprite_80x80_base,
#window .page .event .option_1x3 div label:hover .sprite_80x80_base,
#window .page .event .option_1x4:hover .sprite_80x80_base,
#window .page .event .option_1x4 div:hover .sprite_80x80_base,
#window .page .event .option_1x4 div label:hover .sprite_80x80_base {
  background-position: -80px 0;
}
#window .page .event .option_1x1:hover .sprite_160x160_base,
#window .page .event .option_1x1 div:hover .sprite_160x160_base,
#window .page .event .option_1x1 div label:hover .sprite_160x160_base,
#window .page .event .option_1x2:hover .sprite_160x160_base,
#window .page .event .option_1x2 div:hover .sprite_160x160_base,
#window .page .event .option_1x2 div label:hover .sprite_160x160_base,
#window .page .event .option_1x3:hover .sprite_160x160_base,
#window .page .event .option_1x3 div:hover .sprite_160x160_base,
#window .page .event .option_1x3 div label:hover .sprite_160x160_base,
#window .page .event .option_1x4:hover .sprite_160x160_base,
#window .page .event .option_1x4 div:hover .sprite_160x160_base,
#window .page .event .option_1x4 div label:hover .sprite_160x160_base {
  background-position: -160px 0;
}
#window .page .event .option_1x1 div label .multi,
#window .page .event .option_1x2 div label .multi,
#window .page .event .option_1x3 div label .multi,
#window .page .event .option_1x4 div label .multi {
  display: block;
  line-height: 11px;
  text-align: left;
  top: 1px;  
}
#window .page .event .option_1x1 div label .maintext,
#window .page .event .option_1x2 div label .maintext,
#window .page .event .option_1x3 div label .maintext,
#window .page .event .option_1x4 div label .maintext {
  display: block;
  position: absolute;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;  
  top: 3px;
  z-index: 20;
}
#window .page .event .option_1x1 div label .subtext,
#window .page .event .option_1x2 div label .subtext,
#window .page .event .option_1x3 div label .subtext,
#window .page .event .option_1x4 div label .subtext,
#window .page .event .option_1x1 div label .subtext2,
#window .page .event .option_1x2 div label .subtext2,
#window .page .event .option_1x3 div label .subtext2,
#window .page .event .option_1x4 div label .subtext2 {
  display: block;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  font-size: 9px;
  line-height: 11px;
  opacity: 0.8;
  top: 16px;
  z-index: 20;
}
#window .page .event .option_1x1 div label .subtext2,
#window .page .event .option_1x2 div label .subtext2,
#window .page .event .option_1x3 div label .subtext2,
#window .page .event .option_1x4 div label .subtext2 {
  top: 28px;
}
#window .page .event .option_1x1 div label .arrow,
#window .page .event .option_1x2 div label .arrow,
#window .page .event .option_1x3 div label .arrow,
#window .page .event .option_1x4 div label .arrow {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 3px;
}
#window .page .event .option_this-team-select .count {
  text-transform: uppercase;
}


/* -- GALLERY PAGE STYLES -- */

#window .page .gallery {

}
#window .page .gallery {
  display: block;
  float: none;
  clear: left;
  text-align: left;
  height: auto;
  overflow: hidden;
}
#window .page .gallery .wrapper {
  display: block;
  height: auto; 
  overflow: hidden; 
}
#window .page_home .gallery .wrapper {
  max-height: 130px;
  margin-bottom: 6px;
}
#window .page .gallery .wrapper_full {
  height: auto; 
  overflow: hidden;
}

#window .page .gallery .dateblock,
#window .page .gallery .screenshot {
  display: block; 
  float: left; 
  margin: 0 5px 5px 0; 
  width: 100px; 
  height: 60px; 
  background-color: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  overflow: hidden; 
  position: relative;
}
#window .page .gallery .screenshot:hover {
  border: 1px solid rgba(10, 10, 10, 0.15);
}
#window .page .gallery .screenshot img {
  display: block; 
  margin: 0;
  width: 100px;
  opacity: 0.75;
}
#window .page .gallery .screenshot:hover img {
  opacity: 1.00;
}
#window .page .gallery .screenshot .title,
#window .page .gallery .screenshot .date {
  display: block; 
  position: absolute;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.60);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}
#window .page .gallery .screenshot .title {
  bottom: 0;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  padding-bottom: 13px;
  padding-top: 4px;
}
#window .page .gallery .screenshot .date {
  bottom: 4px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  background-color: transparent;
  letter-spacing: 1px;
}
#window .page .gallery .screenshot:hover .title,
#window .page .gallery .screenshot:hover .date {
  opacity: 0.90;
}

/* -- DATABASE PAGE STYLES -- */

#window .page .subbody .float_link,
#window .page .subbody .float.link {
  margin: 2px 2px 0 0 !important;
  clear: none;  
}
#window .page .subbody .float.link.inactive,
#window .page .subbody .float_link[rel=nofollow],
#window .page .subbody .sprite.link[rel=nofollow] {
  opacity: 0.90;
  filter: alpha(opacity=90);   
}
#window .page .subbody .float_link *,
#window .page .subbody .float.link * {
  cursor: pointer !important;
  _cursor: pointer !important;  
}
#window .page .subbody .float_link_active,
#window .page .subbody .float.link.active {
  opacity: 1.00;
  filter: alpha(opacity=100);
}
#window .page .subbody .float_link_inactive,
#window .page .subbody .float.link.inactive {
  opacity: 0.30;
  filter: alpha(opacity=30);
}
#window .page .subbody .float_link_inactive:hover,
#window .page .subbody .float.link.inactive:hover {
  opacity: 0.90;
  filter: alpha(opacity=90);
}
#window .page .subbody .float_link .sprite,
#window .page .subbody .float.link .sprite {
  width: 32px;
  height: 32px;
  margin: 1px !important;
  background-position: center center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.66);
  border: 1px solid #1A1A1A;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;  
  width: 20px;
  text-align: center;
  text-indent: 0;
  overflow: hidden;
  font-size: 10px;
  text-decoration: none !important;
  line-height: 12px;
}
#window .page .subbody .float_link[rel=nofollow] .sprite,
#window .page .subbody .float.link[rel=nofollow] .sprite,
#window .page .subbody .sprite.link[rel=nofollow] span {
  opacity: 0.25;
  filter: alpha(opacity=25);  
  -moz-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}
#window .page .subbody .float_link .sprite span,
#window .page .subbody .float_link .sprite img,
#window .page .subbody .float.link .sprite span,
#window .page .subbody .float.link .sprite img {
  display: block;
  text-align: center;
  word-spacing: 9999px;
}
#window .page .subbody .float_link .sprite span,
#window .page .subbody .float.link .sprite span {
  display: block;
  width: 40px;
  height: 32px;
  padding-top: 8px;
  color: #F2F2F2 !important;
}
#window .page .subbody .float_link .sprite_size_40x40,
#window .page .subbody .float.link .sprite_size_40x40,
#window .page .subbody .float.link .sprite.size40 {
  
}
#window .page .subbody .float_link .sprite_size_40x40 span,
#window .page .subbody .float_link .sprite_size_40x40 img,
#window .page .subbody .float.link .sprite_size_40x40 span,
#window .page .subbody .float.link .sprite_size_40x40 img,
#window .page .subbody .float.link .sprite.size40 span,
#window .page .subbody .float.link .sprite.size40 img {
  margin-top: -4px;
  margin-left: -10px;
}
#window .page .subbody .float_link .sprite_size_80x80,
#window .page .subbody .float.link .sprite_size_80x80,
#window .page .subbody .float.link .sprite.size80 {
  
}
#window .page .subbody .float_link .sprite_size_80x80 span,
#window .page .subbody .float_link .sprite_size_80x80 img,
#window .page .subbody .float.link .sprite_size_80x80 span,
#window .page .subbody .float.link .sprite_size_80x80 img,
#window .page .subbody .float.link .sprite.size80 span,
#window .page .subbody .float.link .sprite.size80 img {
  margin-top: -24px;
  margin-left: -30px;
}
#window .page .body .subbody .float_link_group,
#window .page .body .subbody .float.link.group {
  float: left; 
  padding: 1px 1px 3px 3px; 
  margin: 0 6px 6px 0 !important; 
  border: 1px solid #121212; 
  background-color: #171717; 
  border-radius: 0.3em;
}
#window .page .body .subbody .break,
#window .page .body .subbody .break {
  display: block;
  clear: both;
}

#window .page .subbody .this_sprite .sprite_player_sprite,
#window .page .subbody .this_sprite .sprite_robot_sprite,
#window .page .subbody .this_sprite .sprite_ability_sprite,
#window .page .subbody .this_sprite .sprite_type_sprite {
  margin: 0 0 15px 0 !important;
}

#window .page_leaderboard .event_triple {
  min-height: 0 !important;
}

#window .page .event .robot_container,
#window .page .event .ability_container,
#window .page .event .mission_container,
#window .page .event .description_container {
  display: block; 
  float: right; 
  padding-top: 2px;
  width: 100%; 
  text-align: left; 
  overflow: hidden; 
  height: auto;
  min-height: auto;
}

#window .page .event .robot_name,
#window .page .event .ability_name,
#window .page .event .mission_name {
  display: inline-block; 
  padding: 2px 10px;   
  text-align: left; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  text-decoration: none;
  color: #F2F2F2;
}
#window .page #robots .event .robot_name,
#window .page #abilities .event .ability_name {
  width: auto; 
}
#window .page .event .ability_name {
  color: #FFFFFF;
}


#window .page .event .robot_container,
#window .page .event .ability_container,
#window .page .event .mission_container {
  overflow: hidden;
}
#window .page .event .robot_container .robot_separator,
#window .page .event .ability_container .ability_separator,
#window .page .event .mission_container .mission_separator {
  margin: 0 auto 6px; 
  padding: 0; 
  float: none; 
  clear: both; 
  width: 100%; 
  border-width: 1px 0; 
  border-style: solid; 
  border-color: rgb(26, 26, 26); 
  font-size: 11px; 
  color: #696969; 
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  /* cursor: pointer; */
  position: relative;
}
#window .page .event .robot_container .robot_separator:hover,
#window .page .event .ability_container .ability_separator:hover,
#window .page .event .mission_container .mission_separator:hover {
  background-color: rgba(255, 255, 255, 0.03);
  color: #969696; 
}
#window .page .event .robot_container .robot_separator .count,
#window .page .event .ability_container .ability_separator .count,
#window .page .event .mission_container .mission_separator .count {
  padding-left: 5px; 
  opacity: 0.50;
  filter: alpha(opacity=50);
  font-size: 11px;  
  position: relative;
  bottom: 1px;
}
#window .page .event .robot_container .robot_separator .toggle,
#window .page .event .ability_container .ability_separator .toggle,
#window .page .event .mission_container .mission_separator .toggle {
  opacity: 0.50;
  filter: alpha(opacity=50);
  font-size: 11px;
  position: absolute;
  bottom: 1px;
}
#window .page .event .robot_container .robot_separator .toggle_left,
#window .page .event .ability_container .ability_separator .toggle_left,
#window .page .event .mission_container .mission_separator .toggle_left {
  left: 15px;
}
#window .page .event .robot_container .robot_separator .toggle_right,
#window .page .event .ability_container .ability_separator .toggle_right,
#window .page .event .mission_container .mission_separator .toggle_right {
  right: 15px;
}
#window .page .event .robot_container .robot_separator:hover .toggle,
#window .page .event .ability_container .ability_separator:hover .toggle,
#window .page .event .mission_container .mission_separator:hover .toggle {
  opacity: 1.00;
  filter: alpha(opacity=100);
}
#window .page .event .robot_container .robot_name,
#window .page .event .robot_container .robot_name *,
#window .page .event .ability_container .ability_name,
#window .page .event .ability_container .ability_name * {
  cursor: pointer;
  _cursor: hand;
}
#window .page .event .robot_container .robot_name,
#window .page .event .ability_container .ability_name {
  display: block;
  float: left;
  margin: 0 4px 8px 0;
  padding: 5px;
  width: 46.6%; 
}
#window .page .event .robot_container .robot_name .chrome,
#window .page .event .ability_container .ability_name .chrome {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75); 
  border-color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.75);
  padding: 4px;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
#window .page .event .robot_container .robot_name .mug,
#window .page .event .ability_container .ability_name .icon {
  float: left; 
  margin: 0 5px 0 0; 
  border: 1px solid #000000;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #292929;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
  width: 32px; 
  height: 32px;  
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#window .page .event .robot_container .robot_name .mug img,
#window .page .event .ability_container .ability_name .icon img {
  margin: -4px 0 0 -4px;
}
#window .page .event .robot_container .robot_name .mug img.size_40x40,
#window .page .event .ability_container .ability_name .icon img.size_40x40,
#window .page .event .robot_container .robot_name .mug img.size40,
#window .page .event .ability_container .ability_name .icon img.size40 {
  
}
#window .page .event .robot_container .robot_name .mug img.size_80x80,
#window .page .event .ability_container .ability_name .icon img.size_80x80,
#window .page .event .robot_container .robot_name .mug img.size80,
#window .page .event .ability_container .ability_name .icon img.size80 {
  margin: -24px 0 0 -24px;
}
#window .page .event .robot_container .robot_name .label,
#window .page .event .ability_container .ability_name .label {
  display: block;
  float: right; 
  overflow: hidden;
  text-align: left;
  width: 85%;
  margin: 0 0 0;
  position: relative;
}
#window .page .event .ability_container .ability_class_mecha {
  float: none;
  width: auto !important;
}
#window .page .event .ability_container .ability_class_mecha,
#window .page .event .ability_container .ability_class_mecha * {
  cursor: default;
  _cursor: default;
}
#window .page .event .ability_container .ability_class_mecha .icon {
  display: none;
}
#window .page .event .ability_container .ability_class_mecha .label {
  width: 98%;
}


#window .page .event .robot_container .robot_name .label .name,
#window .page .event .robot_container .robot_name .label .level,
#window .page .event .robot_container .robot_name .label .points,
#window .page .event .robot_container .robot_name .label .type,
#window .page .event .robot_container .robot_name .label .class,
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed,
#window .page .event .ability_container .ability_name .label .name,
#window .page .event .ability_container .ability_name .label .level,
#window .page .event .ability_container .ability_name .label .points,
#window .page .event .ability_container .ability_name .label .type,
#window .page .event .ability_container .ability_name .label .class,
#window .page .event .ability_container .ability_name .label .damage,
#window .page .event .ability_container .ability_name .label .recovery,
#window .page .event .ability_container .ability_name .label .accuracy {
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-image: none;
}
#window .page .event .ability_container .ability_name .label .type {
  border-color: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
#window .page .event .robot_container .robot_name .label .name,
#window .page .event .ability_container .ability_name .label .name {
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px; 
  text-align: left;
  width: 85%;
}
#window .page .event .robot_container .robot_name .label .level,
#window .page .event .robot_container .robot_name .label .points,
#window .page .event .ability_container .ability_name .label .level,
#window .page .event .ability_container .ability_name .label .points {
  float: right; 
  text-align: right;
  width: 14%;
  font-weight: normal;
  clear: right;
  font-size: 10px;
  line-height: 16px;
  margin: 0 2px 6px auto;
}
#window .page .event .robot_container .robot_name .label .points,
#window .page .event .ability_container .ability_name .label .points {
  position: absolute;
  top: -1px;
  right: 0;
  width: 30%;
}
#window .page .event .robot_container .robot_name .label .robot_core,
#window .page .event .robot_container .robot_name .label .class,
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed,
#window .page .event .ability_container .ability_name .label .type,
#window .page .event .ability_container .ability_name .label .damage,
#window .page .event .ability_container .ability_name .label .recovery,
#window .page .event .ability_container .ability_name .label .accuracy {
  float: left; 
  width: auto;
  margin-right: 4px;
  font-weight: normal;
  font-size: 10px;
  color: #969696;
  letter-spacing: 0;
}
#window .page .event .robot_container .robot_name .label .class {
  float: right;
}
#window .page .event .ability_container .ability_name .label .type:after,
#window .page .event .ability_container .ability_name .label .damage:after,
#window .page .event .ability_container .ability_name .label .recovery:after {
  content: " | ";
  color: #363636;
}
#window .page .event .robot_container .robot_name .label .type {
  
}
#window .page .event .robot_container .robot_name .label .robot_core {
  color: #EFEFEF;
  line-height: 100%;
  margin-bottom: 4px;
}
#window .page .event .robot_container .robot_name .label .energy,
#window .page .event .robot_container .robot_name .label .attack,
#window .page .event .robot_container .robot_name .label .defense,
#window .page .event .robot_container .robot_name .label .speed {
  padding: 0 2px;
  color: #EFEFEF;
  line-height: 9px;
  position: relative;
  top: 2px;
  float: left;
  text-align: center;
}
#window .page .event .robot_container .robot_name .label .energy {
  clear: left;
}


#window .page .type_chart {
  margin: 0 auto 10px;
}
#window .page .type_chart .category {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
#window .page .type_chart .wrapper {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  overflow: hidden;    
}
#window .page .type_chart .wrapper table {
  table-layout: fixed;
}
#window .page .type_chart .wrapper table td {
  
}
#window .page .type_chart .type_percent {
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  height: 16px;  
  overflow: hidden;
  text-overflow: ellipsis;
}
#window .page .type_chart .type_label {
  padding: 0 4px;
  font-size: 8px;
  line-height: 13px;  
  overflow: hidden;
  text-overflow: ellipsis;
}
#window .page .type_span,
#window .page .type_block {
  border: 0 none transparent;
  padding: 0 3px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  line-height: 11px;
  z-index: 0;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#window .page .type_span .sprite_image {
  margin: 0 5px;
}
#window .page .type_block {
  border: 1px solid rgb(46,46,46);
  font-weight: bold;
  float: left;
  width: 134px;
  padding: 2px 3px;
  margin: 0 4px 4px 0;
  text-align: center;
}

#window .page .event .section_tabs {
  font-size: 14px;
  padding: 20px 5px 5px;
  text-align: left;
}
#window .page .event .section_tabs .link_inline,
#window .page .event .section_tabs .link_inline:hover,
#window .page .event .section_tabs .link_inline.active {
  text-decoration: none;
}
#window .page .event .section_tabs .link_inline:hover .wrap,
#window .page .event .section_tabs .link_inline.active .wrap {
  text-decoration: underline;
}
#window .page .event .section_tabs .link_inline:after {
  content: " | ";
  color: #393939;
  text-shadow: 0 0 0 transparent;
  padding: 0 9px 0 6px;
}
#window .page .event .section_tabs .link_inline:last-child:after {
  display: none;
}



      
#window .page .event .stat_container {
  margin: 5px auto 10px;
}

#window .page .event .stat_container th.top {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 0;
}
#window .page .event .stat_container th.sub {
  font-weight: normal;
  font-size: 10px;
}
#window .page .event .stat_container th.level {
  color: rgb(146, 130, 45);
}
#window .page .event .stat_container th.energy {
  color: rgb(107, 170, 107);
}
#window .page .event .stat_container th.weapons {
  color: rgb(128, 128, 173);
}
#window .page .event .stat_container th.attack {
  color: rgb(170, 102, 102);
}
#window .page .event .stat_container th.defense {
  color: rgb(109, 109, 177);
}
#window .page .event .stat_container th.speed {
  color: rgb(126, 101, 146);
}

#window .page .event .stat_container .left {
  text-align: left;
}
#window .page .event .stat_container .right {
  text-align: right;
}
#window .page .event .stat_container .center {
  text-align: center;
}
#window .page .event .stat_container .left:first-child {
  padding-left: 20px;
}
#window .page .event .stat_container .right:last-child {
  padding-right: 20px;
}

#window .page .event .stat_container td.min {
  font-size: 10px;
  font-weight: normal;
}
#window .page .event .stat_container td.max {
  font-size: 12px;
  font-weight: bold;
}
#window .page .event .stat_container td.level {
  background-color: rgba(146, 130, 45, 0.15);
}
#window .page .event .stat_container td.energy {
  background-color: rgba(107, 170, 107, 0.15);
}
#window .page .event .stat_container td.weapons {
  background-color: rgba(128, 128, 173, 0.15);
}
#window .page .event .stat_container td.attack {
  background-color: rgba(170, 102, 102, 0.15);
}
#window .page .event .stat_container td.defense {
  background-color: rgba(109, 109, 177, 0.15);
}
#window .page .event .stat_container td.speed {
  background-color: rgba(126, 101, 146, 0.15);
}

#window .page .event .stat_container td.help {
  font-size: 80%; 
  line-height: 160%; 
  padding: 6px 20px; 
  color: #696969;
}




/* PAGE-SPECIFIC STYLES */

#window .page_contact .form {
  display: block;
  overflow: hidden;
  margin: 10px 0 10px 10px;
}
#window .page_contact .form .field,
#window .page_contact .form .button {
  display: block;
  float: left;
  width: 49.5%;
  margin: 0 0 10px 0;
}
#window .page_contact .form .buttons {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}
#window .page_contact .form .field_contact_message {
  width: 99%;
}
#window .page_contact .form .field .label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 13px;  
}
#window .page_contact .form .field .text,
#window .page_contact .form .field .textarea {
  display: block;
  margin: 0 0 5px;
  padding: 3px;
  font-size: 13px;
  line-height: 16px;
  width: 96%;
  color: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background-color: rgba(0, 0, 0, 0.10);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#window .page_contact .form .field .text:focus,
#window .page_contact .form .field .textarea:focus {
  color: #FFFFFF;
}
#window .page_contact .form .field_contact_message .textarea {
  width: 98%;
}
#window .page_contact .form .buttons .button {
  display: block;
  margin: 0;
  padding: 4px 50px;
  font-size: 13px;
  line-height: 16px;
  width: auto;
  color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background-color: rgba(255, 255, 255, 0.050);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  cursor: pointer;
  _cursor: hand;
  -webkit-appearance: none;
}
#window .page_contact .form .buttons .button:hover {
  border: 1px solid rgba(255, 255, 255, 0.100);
  background-color: rgba(255, 255, 255, 0.075);
}


/* COMMUNITY PAGE STYLES */


#window .page .body .community .avatar {
  margin: 5px;
}
#window .page .body .community .avatar_40x40,
#window .page .body .community .avatar.size40 {
  width: 40px; 
  height: 40px;
}
#window .page .body .community .avatar_80x80,
#window .page .body .community .avatar.size80 {
  width: 90px; 
  height: 90px;
}

#window .page .body .community .avatar .sprite {
  background-repeat: no-repeat;
  pointer-events: none;
}
#window .page .body .community .avatar_40x40 .sprite_40x40,
#window .page .body .community .avatar.size40 .sprite.size40 {
  margin: -5px 0 0;
}
#window .page .body .community .avatar_40x40 .sprite_80x80,
#window .page .body .community .avatar.size40 .sprite.size80 {
  margin: -45px 0 0 -20px;
}
#window .page .body .community .avatar_80x80 .sprite_80x80,
#window .page .body .community .avatar.size80 .sprite.size80 {
  margin: -9px 0 0;
  right: -5px;
  position: relative;  
}
#window .page .body .community .avatar_80x80 .sprite_160x160,
#window .page .body .community .avatar.size80 .sprite.size160 {
  width: 160px;
  height: 160px;
  margin: -85px 0 0 -30px;
}


#window .page .body .community .thread_posts_count,
#window .page .body .community .category_date_group {
  font-size: 120%;
  line-height: 140%;
  margin-top: 6px;
  overflow: hidden;
}
#window .page .body .community .thread_posts_count .link,
#window .page .body .community .category_date_group .link {
  display: inline;
}

#window .page .body .community .category_date_group .toggle {
  display: block;
  float: right;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  padding: 0 2px;
  position: relative;
  top: -2px;
  right: -2px;
  cursor: pointer;
  _cursor: hand;
  color: rgb(104, 104, 104);
}
#window .page .body .community .category_date_group .toggle_expanded {
  line-height: 12px;
  border-color: rgba(255, 255, 255, 0.02);
  background-color: rgba(255, 255, 255, 0.03); 
  color: rgb(94, 94, 94);
}
#window .page .body .community .category_date_group .toggle_collapsed {
  line-height: 14px;
  border-color: rgba(255, 255, 255, 0.03);
  background-color: rgba(255, 255, 255, 0.05); 
}

#window .page .body .community .thread_subbody,
#window .page .body .community .thread_subbody_small {
  position: relative;
}

#window .page .body .community .thread_subbody_small {
  padding: 5px;
  /*
  opacity: 0.50;
  cursor: pointer;
  */
}
#window .page .body .community .thread_subbody_small_nohover,
#window .page .body .community .thread_subbody_small:hover {
  /*
  opacity: 1.00;
  */
}
#window .page .body .community .thread_subbody_small .avatar_fieldback {
  margin: 8px;
  opacity: 0.90;
  filter: alpha(opacity = 90);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); 
  background-position: center center !important;
}
#window .page .body .community .thread_subbody_small .avatar_userimage {
  position: relative; 
}
#window .page .body .community .thread_subbody_small .avatar_userimage_left {
  position: absolute;
  left: 8px;
  top: 8px;
}
#window .page .body .community .thread_subbody_small .avatar_userimage_right {
  position: absolute;
  right: 8px;
  top: 8px;
}

#window .page .body .community .thread_subbody_full {
  padding: 10px 10px 10px 15px;
  min-height: 160px;
  _height: 160px;
}
#window .page .body .community .thread_subbody_full .avatar_fieldback {
  opacity: 0.75;
  filter: alpha(opacity = 75);
  border-color: transparent;
  border: 1px solid #1A1A1A !important;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.45)),
      color-stop(0.75, rgba(0, 0, 0, 0.25))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.45) 15%,
      rgba(0, 0, 0, 0.25) 75%
  ); 
}
#window .page .body .community .thread_subbody_full .avatar_fieldback .avatar_fieldback {
  opacity: 1.00;
  filter: alpha(opacity = 100);
  width: 68px;
  height: 68px;
  background-size: 342px 83px;
  margin: 10px;  
  border: 1px solid #2A2A2A !important;
  background-color: #1A1A1A;
  background-position: center center;
}
#window .page .body .community .thread_subbody_full .avatar_userimage {
  position: relative; 
  margin-bottom: 40px;
}
#window .page .body .community .thread_subbody_full_left .avatar_userimage { 
  left: -102px; 
  margin-right: -78px;
}
#window .page .body .community .thread_subbody_full_right .avatar_userimage { 
  right: -102px; 
  margin-left: -78px;
}
#window .page .body .community .thread_subbody_full div.textbody {
  padding: 6px 10px 10px;
  min-height: 150px;
  _height: 150px;
}


#window .page .body .community .post_subbody {
  background-color: rgba(255, 255, 255, 0.025);
  border-color: rgb(26, 26, 26);
  margin: 4px 0;
  padding: 6px 10px;
  position: relative;
  min-height: 114px;
  _height: 114px;
}
#window .page .body .community .post_subbody_left {
  text-align: left;
}
#window .page .body .community .post_subbody_right {
  text-align: right;
}
#window .page .body .community .post_subbody_deleted {
  min-height: 10px;
  _height: 10px;
}
#window .page .body .community .post_subbody .userblock {
  position: absolute;
  /*border: 1px solid rgba(255, 255, 255, 0.03);*/
  background-color: rgba(255, 255, 255, 0.05);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  padding: 2px 0;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.45)),
      color-stop(0.75, rgba(0, 0, 0, 0.25))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgba(0, 0, 0, 0.45) 15%,
      rgba(0, 0, 0, 0.25) 75%
  );
  background-image: -linear-gradient(
      left bottom,
      left top,
      color-stop(0.15, rgba(0, 0, 0, 0.45)),
      color-stop(0.75, rgba(0, 0, 0, 0.25))
  );
}
#window .page .body .community .post_subbody_left .userblock {
  border-radius: 0.10em 0 0 0.10em;
  -moz-border-radius: 0.10em 0 0 0.10em;
  -webkit-border-radius: 0.10em 0 0 0.10em;
  border-right: 1px solid #1A1A1A !important;
  left: 0; 
}
#window .page .body .community .post_subbody_right .userblock {
  border-radius: 0 0.10em 0.10em 0;
  -moz-border-radius: 0 0.10em 0.10em 0;
  -webkit-border-radius: 0 0.10em 0.10em 0;
  border-left: 1px solid #1A1A1A !important;
  right: 0; 
}
#window .page .body .community .thread_subbody .userblock {
  position: relative; 
  top: 22px; 
  font-size: 10px; 
  text-align: center;
}
#window .page .body .community .thread_subbody .userblock a,
#window .page .body .community .post_subbody .userblock a {
  color: #FFFFFF;
  text-decoration: none;
}
#window .page .body .community .thread_subbody .userblock a:hover,
#window .page .body .community .post_subbody .userblock a:hover {
  text-decoration: underline;
}
#window .page .body .community .post_subbody .userblock .name,
#window .page .body .community .post_subbody .userblock .counter {
  display: block;
  float: left;
  width: 90px;
  margin: 5px 5px 0;
  padding: 0 0 5px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#window .page .body .community .thread_subbody .userblock .thread_username {
  display: block; line-height: 15px;
}
#window .page .body .community .thread_subbody .userblock .community_counters,
#window .page .body .community .thread_subbody .userblock .points_counter,
#window .page .body .community .thread_subbody .userblock .thread_counter,
#window .page .body .community .thread_subbody .userblock .post_counter,
#window .page .body .community .thread_subbody .userblock .victory_counter,
#window .page .body .community .thread_subbody .userblock .defeat_counter {
  font-size: 9px; line-height: 15px; color: #BABABA; 
}
#window .page .body .community .thread_subbody .userblock .community_counters {
  line-height: 9px;
}
#window .page .body .community .thread_subbody .userblock .community_counters .thread_counter,
#window .page .body .community .thread_subbody .userblock .community_counters .post_counter {
  font-size: 8px;
  line-height: 9px;
}
#window .page .body .community .post_subbody .userblock .points_counter {
  color: #EFEFEF;
}
#window .page .body .community .post_subbody .userblock .thread_counter {
  
}
#window .page .body .community .post_subbody .userblock .post_counter {
  
}
#window .page .body .community .post_subbody .userblock .avatar {
  /*
  border-color: transparent;
  background-color: transparent;
  */
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 5px 5px;
  background-image: none;
  background-position: center -2px;
  background-repeat: no-repeat;
  background-size: 1124px 248px;
  border: 1px solid rgba(0, 0, 0, 0.30);
}
#window .page .body .community .post_subbody .userblock .avatar_fieldback {
  opacity: 0.90;
  filter: alpha(opacity = 90);
  border-color: rgba(0, 0, 0, 0.33);
  background-position: center center !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
#window .page .body .community .post_subbody .userblock .avatar_userimage {
  position: relative; 
  top: -47px; 
  margin-bottom: -47px; 
}

#window .page .body .community .post_subbody .userblock .counter {
  margin: 0 5px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 9px;
  line-height: 10px;
  color: #BABABA;
}
#window .page .body .community .post_subbody .userblock .points_counter {
  font-size: 9px;
  color: #EFEFEF;
}
#window .page .body .community .post_subbody .userblock .community_counters {
  font-size: 8px;
  color: #BABABA;
}

#window .page .body .community .post_subbody .postblock {
  padding-bottom: 20px;
  overflow: hidden;
}
#window .page .body .community .post_subbody .postreply {
  color: #565656; 
  position: absolute; 
  right: 46px; 
  bottom: 4px; 
  text-decoration: none; 
  font-size: 10px;
}
#window .page .body .community .post_subbody .postscroll {
  color: #565656; 
  position: absolute; 
  bottom: 4px; 
  text-decoration: none; 
  font-size: 10px;
}
#window .page .body .community .post_subbody .postvotes {
  color: #DEDEDE; 
  position: absolute; 
  top: 38px; 
  right: 22px;
  text-decoration: none; 
  font-size: 10px;
  text-align: center;
}
#window .page .body .community .post_subbody .postvotes .votes {
  display: block;
  margin: 0 auto;
  letter-space: 1px;
}
#window .page .body .community .post_subbody .postvotes .positive {
  color: #52BA54;
}
#window .page .body .community .post_subbody .postvotes .negative {
  color: #C85B5B;
}
#window .page .body .community .post_subbody .postvotes .upvote,
#window .page .body .community .post_subbody .postvotes .downvote {
  color: #565656; 
  text-decoration: none;
  font-size: 12px;
}
#window .page .body .community .post_subbody .postvotes .upvote.active,
#window .page .body .community .post_subbody .postvotes .upvote:hover {
  color: #FEFEFE;
}
#window .page .body .community .post_subbody .postvotes .downvote.active,
#window .page .body .community .post_subbody .postvotes .downvote:hover {
  color: #FEFEFE;
}
#window .page .body .community .link_inline {
  display: inline;
  float: none;
  clear: none;
  margin: 0;
  text-decoration: underline;
}
#window .page .body .community .link_image {
  display: block;
  margin: 10px auto 10px 0;
  text-decoration: none;
  max-width: 600px;
  max-height: 300px;  
}
#window .page .body .community .link_image img {
  display: block;
  margin: 0;
  max-width: 600px;
  max-height: 300px;
}
#window .page .body .community .link_image_inline {
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  max-width: 600px;
  max-height: 300px;  
}
#window .page .body .community .link_image_inline img {
  display: inline-block;
  margin: 0;
  max-width: 600px;
  max-height: 300px;
}

#window .page .body .community .formatting {
  float: right; 
  text-align: right; 
  font-family: Courier New;
  padding-right: 8px;
}
#window .page .body .community .formatting .toggle {
  margin: 4px 0 8px auto; 
  text-decoration: none;
  color: #BABABA;
  font-size: 12px; 
  line-height: 14px;  
}
#window .page .body .community .formatting .toggle:hover {
  text-decoration: underline;
}
#window .page .body .community .formatting .toggle:hover,
#window .page .body .community .formatting_expanded .toggle {
  color: #EAEAEA;
}
#window .page .body .community .formatting .wrapper {
  font-size: 12px; 
  line-height: 14px;
}

#window .page .body .community .sprite_image {
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;  
  line-height: 32px;
  vertical-align: text-bottom;
  position: relative;
}
#window .page .body .community .sprite_image_40x40 img,
#window .page .body .community .sprite.image.size40 img {
  display: inline-block;
  margin-top: -4px;
  margin-left: -4px;
}
#window .page .body .community .sprite_image_40x40 span,
#window .page .body .community .sprite.image.size40 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: -6px;
  margin-left: -3px;
}
#window .page .body .community .sprite_image_40x40 span img,
#window .page .body .community .sprite.image.size40 span img {
  margin-top: 0;
  margin-left: 0;
}

#window .page .body .community .sprite_image_40x40_base span img,
#window .page .body .community .sprite_image_40x40_01 span img { margin-left: 0; }
#window .page .body .community .sprite_image_40x40_taunt span img,
#window .page .body .community .sprite_image_40x40_02 span img { margin-left: -40px; }
#window .page .body .community .sprite_image_40x40_victory span img,
#window .page .body .community .sprite_image_40x40_03 span img { margin-left: -80px; }
#window .page .body .community .sprite_image_40x40_defeat span img,
#window .page .body .community .sprite_image_40x40_04 span img { margin-left: -120px; }
#window .page .body .community .sprite_image_40x40_shoot span img,
#window .page .body .community .sprite_image_40x40_05 span img { margin-left: -160px; }
#window .page .body .community .sprite_image_40x40_throw span img,
#window .page .body .community .sprite_image_40x40_06 span img { margin-left: -200px; }
#window .page .body .community .sprite_image_40x40_summon span img,
#window .page .body .community .sprite_image_40x40_07 span img { margin-left: -240px; }
#window .page .body .community .sprite_image_40x40_slide span img,
#window .page .body .community .sprite_image_40x40_08 span img { margin-left: -280px; }
#window .page .body .community .sprite_image_40x40_defend span img,
#window .page .body .community .sprite_image_40x40_09 span img { margin-left: -320px; }
#window .page .body .community .sprite_image_40x40_damage span img,
#window .page .body .community .sprite_image_40x40_10 span img { margin-left: -360px; }
#window .page .body .community .sprite_image_40x40_base2 span img,
#window .page .body .community .sprite_image_40x40_11 span img { margin-left: -400px; }

#window .page .body .community .sprite.image.size40.base span img,
#window .page .body .community .sprite.image.size40.frame01 span img { margin-left: 0; }
#window .page .body .community .sprite.image.size40.taunt span img,
#window .page .body .community .sprite.image.size40.frame02 span img { margin-left: -40px; }
#window .page .body .community .sprite.image.size40.victory span img,
#window .page .body .community .sprite.image.size40.frame03 span img { margin-left: -80px; }
#window .page .body .community .sprite.image.size40.defeat span img,
#window .page .body .community .sprite.image.size40.frame04 span img { margin-left: -120px; }
#window .page .body .community .sprite.image.size40.shoot span img,
#window .page .body .community .sprite.image.size40.frame05 span img { margin-left: -160px; }
#window .page .body .community .sprite.image.size40.throw span img,
#window .page .body .community .sprite.image.size40.frame06 span img { margin-left: -200px; }
#window .page .body .community .sprite.image.size40.summon span img,
#window .page .body .community .sprite.image.size40.frame07 span img { margin-left: -240px; }
#window .page .body .community .sprite.image.size40.slide span img,
#window .page .body .community .sprite.image.size40.frame08 span img { margin-left: -280px; }
#window .page .body .community .sprite.image.size40.defend span img,
#window .page .body .community .sprite.image.size40.frame09 span img { margin-left: -320px; }
#window .page .body .community .sprite.image.size40.damage span img,
#window .page .body .community .sprite.image.size40.frame10 span img { margin-left: -360px; }
#window .page .body .community .sprite.image.size40.base2 span img,
#window .page .body .community .sprite.image.size40.frame11 span img { margin-left: -400px; }


#window .page .body .community .sprite_image_80x80 img,
#window .page .body .community .sprite.image.size80 img {
  display: inline-block;
  margin-top: -24px;
  margin-left: -24px;
}
#window .page .body .community .sprite_image_80x80 span,
#window .page .body .community .sprite.image.size80 span {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-top: -46px;
  margin-left: -23px;
}
#window .page .body .community .sprite_image_80x80 span img,
#window .page .body .community .sprite.image.size80 span img {
  margin-top: 0;
  margin-left: 0;
}

#window .page .body .community .sprite_image_80x80_base span img,
#window .page .body .community .sprite_image_80x80_01 span img { margin-left: 0; }
#window .page .body .community .sprite_image_80x80_taunt span img,
#window .page .body .community .sprite_image_80x80_02 span img { margin-left: -80px; }
#window .page .body .community .sprite_image_80x80_victory span img,
#window .page .body .community .sprite_image_80x80_03 span img { margin-left: -160px; }
#window .page .body .community .sprite_image_80x80_defeat span img,
#window .page .body .community .sprite_image_80x80_04 span img { margin-left: -240px; }
#window .page .body .community .sprite_image_80x80_shoot span img,
#window .page .body .community .sprite_image_80x80_05 span img { margin-left: -320px; }
#window .page .body .community .sprite_image_80x80_throw span img,
#window .page .body .community .sprite_image_80x80_06 span img { margin-left: -400px; }
#window .page .body .community .sprite_image_80x80_summon span img,
#window .page .body .community .sprite_image_80x80_07 span img { margin-left: -480px; }
#window .page .body .community .sprite_image_80x80_slide span img,
#window .page .body .community .sprite_image_80x80_08 span img { margin-left: -560px; }
#window .page .body .community .sprite_image_80x80_defend span img,
#window .page .body .community .sprite_image_80x80_09 span img { margin-left: -640px; }
#window .page .body .community .sprite_image_80x80_damage span img,
#window .page .body .community .sprite_image_80x80_10 span img { margin-left: -720px; }
#window .page .body .community .sprite_image_80x80_base2 span img,
#window .page .body .community .sprite_image_80x80_11 span img { margin-left: -800px; }

#window .page .body .community .sprite.image.size80.base span img,
#window .page .body .community .sprite.image.size80.frame01 span img { margin-left: 0; }
#window .page .body .community .sprite.image.size80.taunt span img,
#window .page .body .community .sprite.image.size80.frame02 span img { margin-left: -80px; }
#window .page .body .community .sprite.image.size80.victory span img,
#window .page .body .community .sprite.image.size80.frame03 span img { margin-left: -160px; }
#window .page .body .community .sprite.image.size80.defeat span img,
#window .page .body .community .sprite.image.size80.frame04 span img { margin-left: -240px; }
#window .page .body .community .sprite.image.size80.shoot span img,
#window .page .body .community .sprite.image.size80.frame05 span img { margin-left: -320px; }
#window .page .body .community .sprite.image.size80.throw span img,
#window .page .body .community .sprite.image.size80.frame06 span img { margin-left: -400px; }
#window .page .body .community .sprite.image.size80.summon span img,
#window .page .body .community .sprite.image.size80.frame07 span img { margin-left: -480px; }
#window .page .body .community .sprite.image.size80.slide span img,
#window .page .body .community .sprite.image.size80.frame08 span img { margin-left: -560px; }
#window .page .body .community .sprite.image.size80.defend span img,
#window .page .body .community .sprite.image.size80.frame09 span img { margin-left: -640px; }
#window .page .body .community .sprite.image.size80.damage span img,
#window .page .body .community .sprite.image.size80.frame10 span img { margin-left: -720px; }
#window .page .body .community .sprite.image.size80.base2 span img,
#window .page .body .community .sprite.image.size80.frame11 span img { margin-left: -800px; }


#window .page .body .community .sprite_image_160x160 img,
#window .page .body .community .sprite.image.size160 img {
  display: inline-block;
  margin-top: -48px;
  margin-left: -48px;
}
#window .page .body .community .sprite_image_160x160 span,
#window .page .body .community .sprite.image.size160 span {
  display: inline-block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-top: -92px;
  margin-left: -46px;
}
#window .page .body .community .sprite_image_160x160 span img,
#window .page .body .community .sprite.image.size160 span img {
  margin-top: 0;
  margin-left: 0;
}

#window .page .body .community .sprite_image_160x160_base span img,
#window .page .body .community .sprite_image_160x160_01 span img { margin-left: 0; }
#window .page .body .community .sprite_image_160x160_taunt span img,
#window .page .body .community .sprite_image_160x160_02 span img { margin-left: -160px; }
#window .page .body .community .sprite_image_160x160_victory span img,
#window .page .body .community .sprite_image_160x160_03 span img { margin-left: -320px; }
#window .page .body .community .sprite_image_160x160_defeat span img,
#window .page .body .community .sprite_image_160x160_04 span img { margin-left: -480px; }
#window .page .body .community .sprite_image_160x160_shoot span img,
#window .page .body .community .sprite_image_160x160_05 span img { margin-left: -640px; }
#window .page .body .community .sprite_image_160x160_throw span img,
#window .page .body .community .sprite_image_160x160_06 span img { margin-left: -800px; }
#window .page .body .community .sprite_image_160x160_summon span img,
#window .page .body .community .sprite_image_160x160_07 span img { margin-left: -960px; }
#window .page .body .community .sprite_image_160x160_slide span img,
#window .page .body .community .sprite_image_160x160_08 span img { margin-left: -1120px; }
#window .page .body .community .sprite_image_160x160_defend span img,
#window .page .body .community .sprite_image_160x160_09 span img { margin-left: -1280px; }
#window .page .body .community .sprite_image_160x160_damage span img,
#window .page .body .community .sprite_image_160x160_10 span img { margin-left: -1440px; }
#window .page .body .community .sprite_image_160x160_base2 span img,
#window .page .body .community .sprite_image_160x160_11 span img { margin-left: -1600px; }

#window .page .body .community .sprite.image.size160.base span img,
#window .page .body .community .sprite.image.size160.frame01 span img { margin-left: 0; }
#window .page .body .community .sprite.image.size160.taunt span img,
#window .page .body .community .sprite.image.size160.frame02 span img { margin-left: -160px; }
#window .page .body .community .sprite.image.size160.victory span img,
#window .page .body .community .sprite.image.size160.frame03 span img { margin-left: -320px; }
#window .page .body .community .sprite.image.size160.defeat span img,
#window .page .body .community .sprite.image.size160.frame04 span img { margin-left: -480px; }
#window .page .body .community .sprite.image.size160.shoot span img,
#window .page .body .community .sprite.image.size160.frame05 span img { margin-left: -640px; }
#window .page .body .community .sprite.image.size160.throw span img,
#window .page .body .community .sprite.image.size160.frame06 span img { margin-left: -800px; }
#window .page .body .community .sprite.image.size160.summon span img,
#window .page .body .community .sprite.image.size160.frame07 span img { margin-left: -960px; }
#window .page .body .community .sprite.image.size160.slide span img,
#window .page .body .community .sprite.image.size160.frame08 span img { margin-left: -1120px; }
#window .page .body .community .sprite.image.size160.defend span img,
#window .page .body .community .sprite.image.size160.frame09 span img { margin-left: -1280px; }
#window .page .body .community .sprite.image.size160.damage span img,
#window .page .body .community .sprite.image.size160.frame10 span img { margin-left: -1440px; }
#window .page .body .community .sprite.image.size160.base2 span img,
#window .page .body .community .sprite.image.size160.frame11 span img { margin-left: -1600px; }

#window .page .body .community .thread_subbody_hidden,
#window .page .body .community .post_subbody_hidden {
  display: none !important;
}
#window .page .body .community .thread_subbody_compact {
  float: left; 
  overflow: hidden; 
  text-align: left; 
  margin: 2px 2px 0 0;
  width: 362px;
  min-height: 56px;
  opacity: 0.50;
  cursor: default;
}
#window .page .body .community:hover .thread_subbody_compact:hover {
  opacity: 1.00;
}
#window .page .body .community .thread_subbody .thread_linkblock {
  padding: 3px 0 5px 60px;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  background-color: rgb(46, 46, 46);
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 46px;
}
#window .page .body .community .thread_subbody .thread_linkblock_left {

}
#window .page .body .community .thread_subbody .thread_linkblock_right {
  text-align: right;
}
#window .page .body .community .thread_subbody .thread_linkblock .link {
  display: block;
  float: none;
  clear: none; 
  padding: 0;
  margin: 0; 
  font-size: 110%; 
  line-height: 130%;
  text-decoration: none; 
  font-weight: bold; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  text-align: inherit;
}
#window .page .body .community .thread_subbody .thread_linkblock .link span {
  text-decoration: none; 
  cursor: pointer;
}
#window .page .body .community .thread_subbody .thread_linkblock .link span:hover {
  text-decoration: underline; 
}
#window .page .body .community .thread_subbody .thread_linkblock .link_inline {
  text-decoration: none; 
  cursor: pointer;
}
#window .page .body .community .thread_subbody .thread_linkblock .link_inline:hover {
  text-decoration: underline; 
}
#window .page .body .community .thread_name {
  overflow: hidden; 
}
#window .page .body .community .thread_name .thread_namewrapper {
  float: left; 
  width: 500px; 
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;
}
#window .page .body .community .thread_name .thread_namewrapper .link {
  display: inline;
}
#window .page .body .community .thread_subbody .thread_linkblock .info {
  margin: 5px 0 0; 
  font-size: 100%; 
  line-height: 130%; 
  opacity: 0.75;
  text-align: left;
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;
  text-align: inherit;
}
#window .page .body .community .thread_subbody .thread_linkblock_right .info {
  text-align: right;
}
#window .page .body .community .thread_subbody .thread_linkblock .info .modified {
  padding-left: 20px; 
  color: rgb(119, 119, 119); 
  letter-spacing: 1px; 
  font-size: 10px;
}
#window .page .body .community .thread_subbody .thread_linkblock .count {
  margin: 5px 0 0; 
  font-size: 90%; 
  line-height: 130%;  
  opacity: 0.75;
  text-align: inherit;
}
#window .page .body .community .thread_subbody .thread_linkblock .player_type,
#window .page .body .community .thread_subbody .thread_linkblock .comments,
#window .page .body .community .thread_subbody .thread_linkblock .newpost {
  padding: 0 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments {
  text-decoration: none;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments .slash {
  display: inline-block;
  text-decoration: none;  
  margin-left: 4px;
  margin-right: 4px;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments .num {
  display: inline-block;
  text-decoration: none;  
  margin-left: 4px;
}
#window .page .body .community .thread_subbody_compact .thread_linkblock .comments .num { 
  margin-left: 2px;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments .num:first-child {
  margin-left: 0;
}
#window .page .body .community .thread_subbody .thread_linkblock .comments .num:hover {
  text-decoration: underline;
}

#window .page .body .community .thread_subbody.locked .thread_linkblock .link span,
#window .page .body .community .thread_subbody.locked .thread_linkblock .comments .num,
#window .page .body .community .thread_subbody.locked .thread_linkblock .comments .num:first-child {
  text-decoration: line-through; 
  cursor: default;
}

#window .page .body .community .thread_subbody .thread_linkblock .newpost {
  margin-left: 6px; 
  color: rgb(255, 251, 158); 
  color: #FFFFFF;
  letter-spacing: 1px;
}
#window .page .body .community .subheader .inner_subheader {
  float: left;
}
#window .page .body .community .thread_posts_count .thread_posts_pages {
  float: right;
  font-size: 11px;
  letter-spacing: 2px;
}
#window .page .body .community .thread_posts_count .thread_posts_pages a {
  cursor: pointer;
}
#window .page .body .community .thread_posts_count .thread_posts_pages a:hover,
#window .page .body .community .thread_posts_count .thread_posts_pages a.active {
  text-decoration: underline;
}


#window .page .body .community .thread_subbody .published,
#window .page .body .community .post_subbody .published {
  font-size: 11px; 
  line-height: 11px; 
  color: rgb(146, 146, 146);
  clear: left;
}
#window .page .body .community .thread_subbody .published {
  font-size: 12px; 
  line-height: 12px;
}
#window .page .body .community .thread_subbody .options,
#window .page .body .community .post_subbody .options {
  float: right;
  width: auto;
  font-size: 11px; 
  line-height: 11px; 
  color: rgb(90, 90, 90);
  display: inline;
}
#window .page .body .community .thread_subbody .options a,
#window .page .body .community .post_subbody .options a {
  color: rgb(102, 102, 102);
  text-decoration: none;
}
#window .page .body .community .thread_subbody .options a:hover,
#window .page .body .community .post_subbody .options a:hover {
  text-decoration: underline;
}
#window .page .body .community .post_subbody .subheader {
  margin: 0;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #232323 !important;
  padding: 6px 10px;
}
#window .page .body .community .post_subbody_left .subheader {
  margin: 0 0 2px 91px;
  padding-left: 10px;
  border-left: 0 none transparent !important;
  border-radius: 0 0.3em 0.3em 0;
  -moz-border-radius: 0 0.3em 0.3em 0;
  -webkit-border-radius: 0 0.3em 0.3em 0;
}
#window .page .body .community .post_subbody_right .subheader {
  margin: 0 91px 2px 0;
  padding-right: 10px;
  border-right: 0 none transparent !important;
  border-radius: 0.3em 0 0 0.3em;
  -moz-border-radius: 0.3em 0 0 0.3em;
  -webkit-border-radius: 0.3em 0 0 0.3em;
}
#window .page .body .community .post_subbody .published {
  margin: 0;
  border: 1px solid #232323;
  background-color: #272727;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px 10px;
}
#window .page .body .community .post_subbody_left .published {
  margin: 0 0 6px 91px;
  padding-left: 10px;
  border-left: 0 none transparent;
  border-radius: 0 0.3em 0.3em 0;
  -moz-border-radius: 0 0.3em 0.3em 0;
  -webkit-border-radius: 0 0.3em 0.3em 0;
}
#window .page .body .community .post_subbody_right .published {
  margin: 0 91px 6px 0;
  padding-right: 10px;
  border-right: 0 none transparent;
  border-radius: 0.3em 0 0 0.3em;
  -moz-border-radius: 0.3em 0 0 0.3em;
  -webkit-border-radius: 0.3em 0 0 0.3em;
}
#window .page .body .community .post_subbody .published .link {
  display: inline;
  float: none;
  color: inherit;
  text-decoration: none;
}
#window .page .body .community .post_subbody .published .link:hover {
  text-decoration: underline;
}
#window .page .body .community .bodytext {
  margin: 0 0 6px;
  padding-left: 100px;
}
#window .page .body .community .thread_subbody .bodytext {
  margin: 0 0 6px;
}
#window .page .body .community .thread_left .bodytext {
  padding-left: 121px;
  padding-right: 0;
}
#window .page .body .community .thread_right .bodytext {
  padding-left: 0;
  padding-right: 121px;
}
#window .page .body .community .post_left .bodytext {
  padding-left: 100px;
  padding-right: 42px;
}
#window .page .body .community .post_right .bodytext {
  padding-left: 42px;
  padding-right: 100px;
}

#window .page .body .community .search_form {
  display: block;
  margin: 0 auto 10px;
}
#window .page .body .community .search_form .divider {
  display: block;
  margin: 10px 5px;
  clear: both;
  color: transparent;
  background-color: transparent;
  border: 0 none transparent;
  height: 1px;
  border-bottom: 1px solid #1A1A1A;
}
#window .page .body .community .search_form .section {
  display: block;
  margin: 0 1% 1% 0;
  width: 49%; 
  float: left;
}
#window .page .body .community .search_form .subheader {
  display: block;
  margin: 0 auto 10px;
}
#window .page .body .community .search_form .field {
  display: block;
  margin: 0 auto 4px;
  padding: 0;
}
#window .page .body .community .search_form .label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 13px;  
}
#window .page .body .community .search_form .textinput,
#window .page .body .community .search_form .textarea,
#window .page .body .community .search_form .select {
  display: block;
  margin: 0 0 5px;
  padding: 3px;
  font-size: 13px;
  line-height: 16px;
  width: 96%;
  color: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background-color: rgba(0, 0, 0, 0.10);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#window .page .body .community .search_form .textinput:focus,
#window .page .body .community .search_form .textarea:focus {
  color: #FFFFFF;
}
#window .page .body .community .search_form .textarea {
  width: 98%;
}
#window .page .body .community .search_form .button {
  display: block;
  margin: 0;
  padding: 4px 50px;
  font-size: 13px;
  line-height: 16px;
  width: auto;
  color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background-color: rgba(255, 255, 255, 0.050);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  cursor: pointer;
  _cursor: hand;
  -webkit-appearance: none;
}
#window .page .body .community .search_form .button:hover {
  border: 1px solid rgba(255, 255, 255, 0.100);
  background-color: rgba(255, 255, 255, 0.075);
}


#window .page .body .community .search_form .textinput {

}
#window .page .body .community .search_form .textarea {

}
#window .page .body .community .search_form .select {
  overflow: hidden;
  padding-right: 3px;
}
#window .page .body .community .search_form .select option {
  padding: 3px 6px;
}
#window .page .body .community .search_form .option {

}
#window .page .body .community .search_form .option .radio {

}
#window .page .body .community .search_form .option .checkbox {

}
#window .page .body .community .search_form .option .label {
  display: inline-block;
  vertical-align: middle;
}
#window .page .body .community .search_form .buttons {

}
#window .page .body .community .search_form .buttons .submit {

}
#window .page .body .community .search_form .results {
  display: block;
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #1A1A1A;
  overflow: hidden;
}
#window .page .body .community .search_form .results .count {
  display: block;
  float: left;
}
#window .page .body .community .search_form .results .count .total {
  display: block;
  font-size: 90%;
}
#window .page .body .community .search_form .results .pages {
  display: block;
  float: right;
  text-align: right;
}
#window .page .body .community .search_form .results .pages .label {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
}
#window .page .body .community .search_form .results .pages .link {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  font-size: 90%;
  line-height: inherit;
  margin-left: 4px;
  color: #EFEFEF;
  text-decoration: none;
}
#window .page .body .community .search_form .results .pages .link:hover,
#window .page .body .community .search_form .results .pages .link.active {
  color: #FFFFFF;
  text-decoration: underline;
}

#window .page .body .bodytext p,
#window .page .body .bodytext div {
  margin: 0 0 13px;
}
#window .page .body .bodytext > p,
#window .page .body .bodytext > div {
  font-size: 13px;
  line-height: 19px;  
  overflow: hidden;
}
#window .page .body .bodytext > p:first-child,
#window .page .body .bodytext > div:first-child {
  overflow: visible;
}
#window .page .body .bodytext .type {
  padding: 0 10px;
  font-size: 12px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#window .page .body .bodytext .type a {
  text-decoration: none;
}
#window .page .body .bodytext .type a:hover {
  text-decoration: underline;
}
#window .page .body .bodytext .type_spoiler {
  color: #342C3F !important;
  background-color: #342C3F !important;
  text-shadow: 0 0 0 transparent;
}
#window .page .body .bodytext .type_spoiler:hover {
  color: #FFFFFF !important;
}
#window .page .body .bodytext .type_panel,
#window .page .body .bodytext .field_panel,
#window .page .body .bodytext .colour_panel {
  display: block;
  float: none;
  clear: both;
  width: auto;
  padding: 6px 8px;
  margin: 10px auto;
  background: rgb(65,65,65) none scroll no-repeat 0 0;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
  border: 1px solid rgb(46,46,46);
  font-weight: normal;
  white-space: normal;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  box-sizing: border-box;
}
#window .page .body .bodytext .type_panel:first-child,
#window .page .body .bodytext .field_panel:first-child,
#window .page .body .bodytext .colour_panel:first-child {
  margin-top : 0;
}
#window .page .body .bodytext .type_panel:last-child,
#window .page .body .bodytext .field_panel:last-child,
#window .page .body .bodytext .colour_panel:last-child {
  margin-bottom: 0;
}

#window .page .body .bodytext .field_panel {
  background-color: #262626;
  background-image: none;  
  background-position: center center;
  background-repeat: repeat-x;
  overflow: hidden;
  white-space: nowrap;   
  position: relative;
  z-index: 10;
  padding: 0;
  height: 120px !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
}
#window .page .body .bodytext .type_panel {
  
}
#window .page .body .bodytext .colour_panel {
  padding: 0;
  background-color: transparent;
  background-image: none;
  border-style: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#window .page .body .bodytext .field_panel_background {
  border-color: rgb(26,26,26);
}
#window .page .body .bodytext .field_panel_foreground {
  border-color: rgb(26,26,26);
}
#window .page .body .bodytext .field_panel .field_panel {
  border: 0 none transparent;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
#window .page .body .bodytext .field_panel .wrap,
#window .page .body .bodytext .field_panel .layer,
#window .page .body .bodytext .field_panel .field_panel .wrap {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.25);
  line-height: 130px;
}
#window .page .body .bodytext .field_panel .field_panel .wrap {
  
}
#window .page .body .bodytext .field_panel .layer {
  background-color: transparent;
}

#window .page .body .bodytext .field_panel .align_left,
#window .page .body .bodytext .field_panel .align_right,
#window .page .body .bodytext .field_panel .align_center,
#window .page .body .bodytext .field_panel .field_panel {
  margin: 0 auto;
  padding: 0;
}
#window .page .body .bodytext .field_panel .field_panel {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#window .page .body .bodytext .type_panel .type_panel,
#window .page .body .bodytext .field_panel .field_panel,
#window .page .body .bodytext .type_panel .field_field,
#window .page .body .bodytext .field_panel .type_panel {
  
}
#window .page .body .bodytext .code {
  display: block;  
  margin: 10px auto;
  font-family: Courier New; 
  color: rgb(159, 150, 172);
}
#window .page .body .bodytext .code .type {
  color: rgb(210, 198, 228);
}
#window .page .body .bodytext .underline {
  text-decoration: underline;
}
#window .page .body .bodytext .strike {
  text-decoration: line-through;
}



#window .page .body .bodytext .type_panel,
#window .page .body .bodytext .colour_panel,
#window .page .body .bodytext .size_small,
#window .page .body .bodytext .size_medium,
#window .page .body .bodytext .size_large,
#window .page .body .bodytext .align_left,
#window .page .body .bodytext .align_right,
#window .page .body .bodytext .align_center,
#window .page .body .bodytext .float_left,
#window .page .body .bodytext .float_right,
#window .page .body .bodytext .float_none,
#window .page .body .bodytext .float.left,
#window .page .body .bodytext .float.right,
#window .page .body .bodytext .float.none {
  box-sizing: border-box;
}

#window .page .body .bodytext .align_left,
#window .page .body .bodytext .align_right,
#window .page .body .bodytext .align_center {
  display: block;
  margin: 0;
}
#window .page .body .bodytext .align_left {
  text-align: left;
}
#window .page .body .bodytext .align_right {
  text-align: right;
}
#window .page .body .bodytext .align_center {
  text-align: center;
}
#window .page .body .bodytext .float {
  display: inline;
}
#window .page .body .bodytext div.float {
  display: block;
  margin: 0;
  padding: 0;
}
#window .page .body .bodytext div.float_left,
#window .page .body .bodytext div.float.left {
  padding-right: 1%;
  padding-bottom: 10px;
}
#window .page .body .bodytext div.float_right,
#window .page .body .bodytext div.float.right {
  padding-left: 1%;
  padding-bottom: 10px;
}
#window .page .body .bodytext div.float_none,
#window .page .body .bodytext div.float.none {
  padding-bottom: 10px;
}
#window .page .body .bodytext div.float_left > div,
#window .page .body .bodytext div.float.left > div {
  margin: 0 auto 0 0;
}
#window .page .body .bodytext div.float_right > div,
#window .page .body .bodytext div.float.right > div {
  margin: 0 0 0 auto;
}
#window .page .body .bodytext div.float_none > div,
#window .page .body .bodytext div.float.none > div {
  margin: 0;
}
#window .page .body .bodytext .field_panel div.float {
  margin: 0;
  padding: 0;
}
#window .page .body .bodytext span.float {
  display: inline;
  margin: 0;
}
#window .page .body .bodytext .float_left,
#window .page .body .bodytext .float.left {
  float: left;
}
#window .page .body .bodytext .float_right,
#window .page .body .bodytext .float.right {
  float: right;
}
#window .page .body .bodytext .float_center,
#window .page .body .bodytext .float.center {
  float: none;
}
#window .page .body .bodytext .float_none,
#window .page .body .bodytext .float.none {
  float: none;
  clear: both;
}

#window .page .body .bodytext div.size_small {
  display: block;
  margin: 0 auto;
}
#window .page .body .bodytext .size_small,
#window .page .body .bodytext .size_small .type {
  font-size: 10px;
  line-height: 15px;
}
#window .page .body .bodytext div.size_medium {
  display: block;
  margin: 0 auto;
}
#window .page .body .bodytext .size_medium,
#window .page .body .bodytext .size_medium .type {
  font-size: 13px;
  line-height: 19px;
}
#window .page .body .bodytext div.size_large {
  display: block;
  margin: 0 auto;
}
#window .page .body .bodytext .size_large,
#window .page .body .bodytext .size_large .type {
  font-size: 16px;
  line-height: 23px;
}
#window .page .body .bodytext .line_divider {
  display: block;
  clear: both;
  margin: 6px auto;
  border: 0 none transparent;
  color: transparent;
  background-color: transparent;
  height: 1px;
  border-bottom: 1px solid #252424;
  border-color: rgba(0, 0, 0, 0.2);
}
#window .page .body .bodytext .line_divider_bigger {
  margin: 18px auto;
}

#window .page .body .community .thread_subbody .avatar_80x80,
#window .page .body .community .thread_subbody .avatar.size80 {
  
}
#window .page .body .community .post_subbody .avatar_40x40,
#window .page .body .community .post_subbody .avatar.size40 {
  margin-bottom: 5px;
}


#window .page_community .form,
#window .page_file .form {
  display: block;
  overflow: hidden;
  margin: 4px 0;
}
#window .page_file .form {
  overflow: visible;
}
#window .page_community .form .field,
#window .page_file .form .field {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}
#window .page_community .form .button,
#window .page_file .form .button {
  display: block;
  float: left;
  width: 49.5%;
  margin: 0 0 10px 0;
}
#window .page_community .form .buttons,
#window .page_file .form .buttons {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}
#window .page_community .form .field_community_message,
#window .page_file .form .field_file_message {
  width: 99%;
}
#window .page_community .form .field .label,
#window .page_file .form .field .label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 13px;  
}
#window .page_community .form .field .text,
#window .page_community .form .field .textarea,
#window .page_community .form .field .select,
#window .page_file .form .field .text,
#window .page_file .form .field .textarea,
#window .page_file .form .field .select,
#window .page_file .form .field .captcha {
  display: block;
  margin: 0 0 5px;
  padding: 3px;
  font-size: 13px;
  line-height: 16px;
  width: 96%;
  color: #F2F2F2;
  border: 1px solid rgb(60, 60, 60);
  background-color: rgb(39, 39, 39);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#window .page_file .form .field .captcha {
  width: auto;
  overflow: hidden;
}

#window .page_file .form .field_header {
  float: none; 
  clear: left; 
  font-weight: bold; 
  margin: 0 auto 16px 0; 
  color: #939393; 
  padding: 28px 0 4px; 
  border-bottom: 1px solid #393939; 
  font-size: 12px; 
  width: 97%;
}
#window .page_file .form .field_header:first-child {
  padding-top: 0;
}

#window .page_community .form .field .text:focus,
#window .page_community .form .field .textarea:focus,
#window .page_community .form .field .select:focus,
#window .page_file .form .field .text:focus,
#window .page_file .form .field .textarea:focus,
#window .page_file .form .field .select:focus,
#window .page_file .form .field .captcha:focus {
  color: #FFFFFF;
  border-color: rgb(70, 70, 70);
}
#window .page_community .form .field_thread_body input.text,
#window .page_community .form .field_thread_body select.select2 {
  float: left;
  width: 606px;
  padding: 3px 9px;  
}
#window .page_community .form .field_thread_body .textarea,
#window .page_community .form .field_post_body .textarea,
#window .page_file .form .field_body .textarea {
  height: 132px;
  float: left;
  width: 606px;
  padding: 6px 9px;
  margin-top: 5px;
}
#window .page_community .form .field_thread_body .textarea {
  height: auto;
}
#window .page_community .form .buttons,
#window .page_file .form .buttons {
  margin-top: 6px;
}
#window .page_community .form .buttons .button,
#window .page_file .form .buttons .button {
  display: block;
  margin: 0 20px 0 0;
  padding: 4px 50px;
  font-size: 13px;
  line-height: 16px;
  width: auto;
  color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background-color: rgba(255, 255, 255, 0.050);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  cursor: pointer;
  _cursor: hand;
  -webkit-appearance: none;
}
#window .page_community .form .buttons .button:hover,
#window .page_file .form .buttons .button:hover {
  border: 1px solid rgba(255, 255, 255, 0.100);
  background-color: rgba(255, 255, 255, 0.075);
}
#window .page_community .form .buttons .counter,
#window .page_file .form .buttons .counter {
  display: block;
  margin: 0;
  padding: 4px 50px;
  font-size: 13px;
  line-height: 16px;
  width: auto;
  color: rgb(141, 141, 141);
  border: 1px solid rgba(0, 0, 0, 0.10);
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

#window .page .form .messages_wrapper,
#window .page .form .fields_wrapper,
#window .page .form .buttons_wrapper {
  float: none;
  clear: left;
  overflow: hidden;
  margin: 0;
}
#window .page .form .messages_wrapper {
  margin: 0 0 10px;
}
#window .page .form .messages_wrapper .error,
#window .page .form .messages_wrapper .success,
#window .page .form .messages_wrapper .help {
  display: block;
  font-size: 11px;
}
#window .page .form .messages_wrapper .error a,
#window .page .form .messages_wrapper .success a,
#window .page .form .messages_wrapper .help a {
  text-decoration: none;
}
#window .page .form .messages_wrapper .error a:hover,
#window .page .form .messages_wrapper .success a:hover,
#window .page .form .messages_wrapper .help a:hover {
  text-decoration: underline;
}
#window .page .form .messages_wrapper .error,
#window .page .form .messages_wrapper .error a {
  color: #F75656;
}
#window .page .form .messages_wrapper .success,
#window .page .form .messages_wrapper .success a {
  color: #70D580;
}
#window .page .form .messages_wrapper .help,
#window .page .form .messages_wrapper .help a {
  color: #FDD56D;
}

#window .page .body .community .thread_subbody .form .avatar_selector,
#window .page .body .community .post_subbody .form .avatar_selector {
  height: 145px;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
}
#window .page .body .community .thread_subbody .form .avatar_selector .sprite,
#window .page .body .community .post_subbody .form .avatar_selector .sprite {
  margin-top: 0;
}
#window .page .body .community .thread_subbody .form .avatar_selector .sprite_160x160,
#window .page .body .community .post_subbody .form .avatar_selector .sprite_160x160 {
  margin-top: -80px;
  margin-left: -28px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .back,
#window .page .body .community .thread_subbody .form .avatar_selector .next,
#window .page .body .community .post_subbody .form .avatar_selector .back,
#window .page .body .community .post_subbody .form .avatar_selector .next {
  display: block;
  position: absolute;
  bottom: 38px;
  height: 13px;
  line-height: 13px;
  padding: 3px 6px;
  text-align: center;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.10);
  color: rgba(255, 255, 255, 0.10);
  text-shadow: 0 0 0 transparent;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit0border-radius: 0.5em;
  cursor: pointer;
  _cursor: hands;
  
}
#window .page .body .community .thread_subbody .form .avatar_selector .back,
#window .page .body .community .post_subbody .form .avatar_selector .back {
  left: 5px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .next,
#window .page .body .community .post_subbody .form .avatar_selector .next {
  right: 5px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .back:hover,
#window .page .body .community .thread_subbody .form .avatar_selector .next:hover,
#window .page .body .community .post_subbody .form .avatar_selector .back:hover,
#window .page .body .community .post_subbody .form .avatar_selector .next:hover {
  background-color: rgba(0, 0, 0, 0.10);
  border-color: rgba(0, 0, 0, 0.20);  
  color: rgba(255, 255, 255, 0.30);  
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour {
  position: absolute;
  top: 114px;
  left: 4px;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .select {
  border: 1px solid #363636;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox {
  display: block;
  margin: 14px auto 0;
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  line-height: 13px;
  
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox .input {
  display: block;
  float: left;
  margin: 0 6px 0 0;
}
#window .page .body .community .thread_subbody .form .avatar_selector .colour .checkbox .label {
  display: block;
  float: left;
  margin: 0;
  font-size: 10px;
  line-height: 13px;
  height: 13px;
  color: #ABABAB;
}

/* GAME / PROFILE STYLES */

#mmrpg #window .page_file .body .subbody {
  overflow: visible;
}
#mmrpg #game_buttons {
  padding-bottom: 20px;
}
#mmrpg #game_buttons .link_button {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 19px;
  margin: 0 10px 0 0;
  padding: 0 4px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #161616;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
#mmrpg #game_buttons .link_button_active {
  text-decoration: none;
}
#mmrpg #game_frames {
  position: relative;
  margin: 0 auto 20px; 
  min-height: 10px;
  max-height: 473px;  
}
#mmrpg #game_frames iframe {
  display: block;
  position: absolute;
  top: 0;
  left: -18px;
  height: 473px; 
  width: 752px; 
  border-color: transparent !important;
  overflow: visible;
}


/*
 * MOBILE OVERRIDE STYLES
 */

/* -- Landscape Mode -- */
@media (min-width: 1024px){
  
  #window .page .leaderboard .subbody .player_stats {
    width: 468px;
  }
  #window .page .event .option_this-team-select .chrome label {
    margin-left: 560px !important;
  } 
  #window .page_home .gallery .wrapper {
    max-height: 160px;
  }
  #window .page .gallery .dateblock,
  #window .page .gallery .screenshot {
    width: 120px; 
    height: 70px;
    margin: 0 4px 4px 0; 
  }
  #window .page .gallery .screenshot img {
    width: 120px;
  }
  #window .page .subbody .float_link .sprite,
  #window .page .subbody .float.link .sprite { 
    width: 29px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  #window .page .subbody .float_link .sprite_size_40x40 span,
  #window .page .subbody .float_link .sprite_size_40x40 img,
  #window .page .subbody .float.link .sprite_size_40x40 span,
  #window .page .subbody .float.link .sprite_size_40x40 img,
  #window .page .subbody .float.link .sprite.size40 span,
  #window .page .subbody .float.link .sprite.size40 img {
    margin-top: -4px;
    margin-left: -6px;
  }
  #window .page .body .subbody .float_link_group,
  #window .page .body .subbody .float.link.group {
    margin: 0 8px 8px 0 !important;
    padding: 2px 2px 4px 4px;
  }
  #window .page .subbody .float_link .sprite_size_80x80 span,
  #window .page .subbody .float_link .sprite_size_80x80 img,
  #window .page .subbody .float.link .sprite_size_80x80 span,
  #window .page .subbody .float.link .sprite_size_80x80 img,
  #window .page .subbody .float.link .sprite.size80 span,
  #window .page .subbody .float.link .sprite.size80 img {
    margin-top: -24px;
    margin-left: -26px;
  }
  #window .page .type_block {
    width: 86px;
  }
  #window .page .body .community .thread_subbody_compact {
    width: 490px;
  }
  #window .page .body .community .thread_name .thread_namewrapper {
    width: 700px; 
  }
  #window .page_community .form .field_thread_body input.text,
  #window .page_community .form .field_thread_body select.select2,
  #window .page_community .form .field_thread_body .textarea,
  #window .page_community .form .field_post_body .textarea,
  #window .page_file .form .field_post_body .textarea {
    width: 862px;
  }
  #game_frames iframe,
  #game_frames iframe {
    width: 1000px !important;
    left: -14px !important; 
  }
  #window .page .event .robot_container .robot_name,
  #window .page .event .ability_container .ability_name {
    width: 48.30%; 
  }
  #window .page #robots .event .robot_name,
  #window .page #abilities .event .ability_name {
    width: auto; 
  }
  #window .banner .event {
    left: auto;
    right: 123px;
    overflow: visible;
  }
  #window {
    width: 1024px;  
  }
  #window .banner,
  #window .menu {
    width: 1004px;
  }
  #window .header,
  #window .option {
    width: 1004px;
  }
  #window .option_scroll {
    width: 34px;
  }
  #window .option_1x1,
  #window .option_1x2,
  #window .option_1x3,
  #window .option_1x4 {
    height: 73px;
    line-height: 73px;
  }
  #window .option_1x1 {
    width: 245px;
  }
  #window .option_1x2 {
    width: 497px;
  }
  #window .option_1x3 {
    width: 741px;
  }
  #window .option_1x1 div,
  #window .option_1x2 div,
  #window .option_1x3 div,
  #window .option_1x4 div {
    height: 48px;
    line-height: 48px;
  }
  #window .option_1x1 div label,
  #window .option_1x2 div label,
  #window .option_1x3 div label,
  #window .option_1x4 div label {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;  
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #window .page .body .subwrap .image_1x5 {
    width: 18.40%;
  }  

}

/* -- Portrait Mode -- */
@media (max-width: 1060px){
  
  #mmrpg #window .menu {
    width: auto;
  }
  #window .header {
    width: auto;
  }
  
}


/* -- iPhone Portrait Mode -- */
@media (max-width: 350px){

  #mmrpg {
    background-color: magenta;
    background-color: #262626;
    background-image: none;
    padding-bottom: 10px;
  }
  #mmrpg #window {
    background-color: transparent;
    border-bottom: 0 none transparent;
    box-shadow: 0 0 0 transparent;
    min-width: 320px;
  }
  
  #window .banner {
    height: 164px;
  }
  
  #window .banner .event {
    width: auto;
  }
  #window .banner .event .sprite[data-type=attachment] {
    display: none;
  }
  
  #window .banner .userinfo {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 6px;
    border-top-width: 2px;
    border-style: solid none none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #window .banner .userinfo .expand {
    display: block;
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-size: 34px;
    line-height: 34px;
    border: 1px solid #1A1A1A;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF;   
    background-color: #222222;  
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.15, rgba(0, 0, 0, 0.05)),
        color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgba(0, 0, 0, 0.05) 15%,
        rgba(255, 255, 255, 0.05) 75%
    ); 
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);  
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -website-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  }
  #window .banner .userinfo .expand:hover {
    background-color: #292929;  
  }
  #window .banner .userinfo .avatar {
    margin-right: 0;
    margin-left: 0;
  }
  #window .banner .userinfo .info {
    height: auto;
    text-align: right;
    float: right;
    width: 70%;
    width: calc(100% - 72px);
  }
  #window .banner .userinfo .info .username {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #window .banner .userinfo .info .username .pipe {
    display: none;
  }
  #window .banner .userinfo .info .username .place {
    display: none;
  }
  #window .banner .userinfo .info .username .place span {
    display: none;
  }
  #window .banner .userinfo .info .file {
    font-size: 11px;
    line-height: 13px;
  }
  #window .banner .userinfo .field_type {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0 none transparent;
  }
  
  #window .menu .main {
    height: 0;
  }
  #window .menu .main.expanded {
    height: auto;
  }
  #window .menu .link {
    display: block;
    float: none;
    clear: both;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #090909;
    line-height: 30px;
  }
  #window .menu .link:last-child {
    border-bottom: 0 none transparent;
  }
  #window .menu .sub {
    display: none;
  }
  #window .menu .sub .link {
    line-height: 20px;
  }
  #window .menu .link:after {
    display: none;
  }
  
  #window .header {
    height: auto;
    font-size: 16px;
  }
  #window .header .header_wrapper {
    overflow: hidden;
    line-height: 24px;
    padding: 9px 10px;
  }
  #window .header .count_header {
    float: none;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
    padding-bottom: 6px;
  }
  
  #window .page .subbody .float.link .sprite {
    width: 25px;
  }
  #window .page .subbody .float.link .sprite.size40 span, 
  #window .page .subbody .float.link .sprite.size40 img {
    margin-left: -8px;
  }
  #window .page .subbody .float.link .sprite.size80 span, 
  #window .page .subbody .float.link .sprite.size80 img {
    margin-left: -28px;
  }
  #window .page .subbody[data-class="bosses"] .float.link.group[data-game=MM30] .sprite {
    width: 19px;
  }
  #window .page .subbody[data-class="bosses"] .float.link.group[data-game=MM30] .sprite.size40 span, 
  #window .page .subbody[data-class="bosses"] .float.link.group[data-game=MM30] .sprite.size40 img {
    margin-left: -6px;
  }
  
  #window .page .body .subbody[data-class="abilities"] .float.link.group {
    margin-right: 4px !important;
    margin-bottom: 4px !important;
  }
  #window .page .subbody[data-class="abilities"] .float.link .sprite {
    width: 22px;
  }
  #window .page .subbody[data-class="abilities"] .float.link .sprite.size40 span, 
  #window .page .subbody[data-class="abilities"] .float.link .sprite.size40 img {
    margin-left: -9px;
  }
  
  
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MM00/Weapons/"] .sprite {
    width: 24px;
  }
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MM00/Weapons/"] .sprite.size40 span,
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MM00/Weapons/"] .sprite.size40 img {
    margin-left: -8px;
  }
  
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game="MM30/Weapons/Stardroid"] .sprite {
    width: 19px;
  }
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game="MM30/Weapons/Stardroid"] .sprite.size40 img {
    margin-left: -12px;
  }
  
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Weapons/"] .sprite {
    width: 20px;
  }
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Weapons/"] .sprite.size40 span,
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Weapons/"] .sprite.size40 img {
    margin-left: -10px;
  }
  
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Support/"] .sprite {
    width: 20px;
  }
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Support/"] .sprite.size40 span,
  #window .page .subbody[data-class="abilities"] .float.link.group[data-game^="MMRPG/Support/"] .sprite.size40 img {
    margin-left: -10px;
  }
  
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MM00/Items/"] .sprite {
    width: 20px;
  }
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MM00/Items/"] .sprite.size40 span,
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MM00/Items/"] .sprite.size40 img {
    margin-left: -10px;
  }
  
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MMRPG/Items/"] .sprite {
    width: 18px;
  }
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MMRPG/Items/"] .sprite.size40 span,
  #window .page .subbody[data-class="items"] .float.link.group[data-game^="MMRPG/Items/"] .sprite.size40 img {
    margin-left: -11px;
  }
  
  #window .page .body .subbody_databaselinks[data-class="items"] .iconwrap {
    padding-right: 3%;
  }
  
  #window .page_database .type_block {
    width: 45%;
  }
  
  #window .page .body .header_typewrapper, 
  #window .page .body .subheader_typewrapper {
    display: block;
    overflow: hidden;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 6px;
  }
  #window .page .body .subheader .inline_link {
    font-size: 14px;
    line-height: 16px;
  }
  #window .page .body .header .count, 
  #window .page .body .subheader .count {
    float: none;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
    padding: 0;
  }
  #window .page .body .subheader .float_link, 
  #window .page .body .subheader .float_link2 {
    display: none;
  }
  
  #window .page .event table td.right {
    display: block;
    float: none;
    clear: none;
    width: auto;
    padding: 2px 5px;
  }
  #window .page .event table td:not([class]) {
    display: none;
  }
  
  #window .page .event .robot_container .robot_name, 
  #window .page .event .ability_container .ability_name {
    display: block;
    float: none;
    width: auto;
    clear: both;
  }
  #window .page .event .robot_container .robot_name .label, 
  #window .page .event .ability_container .ability_name .label {
    width: 75%;
    width: calc(100% - 42px);
  }
  
  #window .page .body .community .thread_subbody_compact {
    width: 100%;
    box-sizing: border-box;
  }
  #window .page .body .community .thread_subbody .thread_linkblock .link,
  #window .page .body .community .thread_subbody .thread_linkblock .info,
  #window .page .body .community .thread_subbody .thread_linkblock .count {
    width: 98%;
    width: calc(100% - 10px);
  }
  #window .page .body .community .thread_subbody .thread_linkblock .count .comments,
  #window .page .body .community .thread_subbody .thread_linkblock .count .newpost {
    display: block;
    float: left;
    clear: both;   
  }
  #window .page .body .community .thread_subbody .thread_linkblock .count .newpost {
    margin: 6px 0 0;
    padding: 0; 
  }
  
  
  #window .page .leaderboard .file .inset {
    min-height: 80px;
  }
  #window .page .leaderboard .file .place {
    position: absolute;
    top: 9px;
    left: 9px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #window .page .leaderboard .file .points {
    position: absolute;
    top: 9px;
    right: 9px;
    margin: 0;
    padding: 0;
    text-align: right;  
  }
  #window .page .leaderboard .file .userinfo {
    display: block;
    float: none;
    position: static;
    width: auto;
    text-align: left;
    white-space: normal;
    margin: 34px 12px 6px;
    padding: 0;
  }
  #window .page .leaderboard .file .records {
    display: none;
    float: none;
    position: static;
    width: auto;
    text-align: left;
    white-space: normal;
    margin: 0;
    padding: 0;
  }
  #window .page .leaderboard .file .avatar {
    float: right;
    left: auto;
    right: 36px;
    bottom: 16px;
  }
  
  #window .page .gallery .dateblock, 
  #window .page .gallery .screenshot {
    width: 93px;
  }
  
  #mmrpg #credits {
    margin: -12px 10px 0;
    padding: 6px 26px;
    background-color: rgb(30, 30, 30);
    color: #464646;
    text-shadow: 0 0 0 transparent;    
    border-radius: 0.3em;
  }
  
  #window .devbuild_warning {
    
  }
  #window .devbuild_warning br {
    display: none;
  }
  
 
}
