/*
  Legacy Portal Style Sheet
  Created by Zorg
*/

html, body {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  color: #DDDDDD;
}

/* General Link Coloring */
a:link,a:visited,a:active { color: #FFFFFF; text-decoration: none; }

/* Other Links */
a.parentlink:link,a.parentlink:visited,a.parentlink:active { color: #5A5A5A; text-decoration: none; }
a.toslink:link,a.toslink:visited,a.toslink:active          { color: #FFDD55; text-decoration: none; }
a.toslink:hover                                            { color: #FFFFFF; text-decoration: none; }

/* AddThis Crappy Fix */
#atffc { display: none; }

/* Top Bar */
table.topbar {
  width: 100%;
  background: #000;
  text-align: left;
  border-spacing: 0;
  padding: 2px;
  margin: 0;
  border: 0;
  font-size: 13px;
  font-family: Tahoma, Arial;
  border-bottom: 1px solid #444;
}
td.top-left {
  width: 50%;
  text-align: left;
}
td.top-right {
  width: 50%;
  text-align: right;
}

/* Parent Divs */
div.shadow {
  width: 854px;
  height: auto;
  margin: 15px auto auto auto;
  padding: 0;
  border: 1px solid #0D0D0D;
  background: #000000;
}
div.main {
  width: 850px;
  height: auto;
  margin: 1px;
  padding: 0;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #363636 #212121 #212121 #363636;
  background: #2E2E2E url('../images/main-div-bg.gif') repeat-y top right;
}
div.header {
  width: 850px;
  height: 98px;
  background: #2E2E2E url('../images/sparkly.png') no-repeat 295px center;
}
div.menu {
  width: 850px;
  height: 46px;
  background: url('../images/menu-cross.png') repeat-x top left;
}
div.footer {
  width: 854px;
  height: auto;
  margin: 8px auto auto auto;
  color: #2A2A2A;
  font-size: 12px;
}
div.content-left {
  float: left;
  width: 625px;
  height: auto;
  margin: 0 0 10px 15px;
  text-align: left;
  background: transparent;
}
div.content-right {
  float: right;
  width: 200px;
  height: auto;
  background: transparent;
}
div.login {
  width: 630px;
  height: 35px;
  margin: 0 0 5px 0;
  background: url('../images/login-bg.gif') repeat-x top left;
}
div.top-banner {
  width: 625px;
  height: 146px;
  border: 0;
  padding: 0;
  margin: 0 0 1px;
  text-align: left;
  background: url('../images/banners/banner0.png') no-repeat top left;;
}
div.banner-container {
  width: 625px;
  height: 146px;
  border: 0;
  margin: 0;
  float: left;
  position: absolute;
  z-index: 8998;
  cursor: pointer;
  background: url('../images/banners/banner1.png') no-repeat top left;
}
div.banner-box, div.banner-select {
  width: 21px;
  height: 19px;
  border-width: 1px;
  border-style: solid;
  background: #333 url('../images/login-bg.gif') repeat-x top left;
  padding: 4px 2px 2px 2px;
  float: left;
  margin: 111px 0px auto 8px;
  text-align: center;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border-color: #484848 #323232 #323232 #484848;
  position: absolute;
  z-index: 8999;
  cursor: pointer;
}

/* Header Sub-Items */
img.logo {
  float: left;
  width: 297px;
  height: 98px;
}
div.quotes {
  float: right;
  width: 276px;
  height: 42px;
  margin: 5px 10px 0 auto;
  padding: 12px 0 4px 16px;
  color: #BBBBBB;
  text-align: left;
  background: url('../images/quote-box.png') no-repeat bottom right;
}
div.stats {
  float: right;
  width: 321px;
  height: 13px;
  margin: 5px 10px 0 auto;
  padding: 8px;
  text-align: right;
  background: url('../images/stats-bg.png') no-repeat bottom right;
}
span.quote-name { color: #888888; }
span.alt-stats  { color: #FFFFFF;}

/* Menu Sub-Items */
div.menu-inner-select, div.menu-inner-noselect {
  float: left;
  width: 124px;
  height: 26px;
  margin: 13px 10px auto;
  background: transparent;
  color: #FFFFFF;
  text-align: left;
  line-height: 13px;
}
div.menu-inner-noselect { margin: 13px 10px auto; }
div.menu-select, div.menu-noselect {
  float: left;
  position: relative;
  top: -9px;
  width: 158px;
  height: 56px;
  margin: 0 0 0 10px;
  background: transparent;
}
div.menu-select { background: url('../images/menu-select.png') no-repeat; }
span.menu-subtext { font-size: 11px; color: #8D8D8D; }
a.menu-link:link      { color: #8D8D8D; text-decoration: none; }
a.menu-link:visited   { color: #8D8D8D; text-decoration: none; }
a.menu-link:active    { color: #8D8D8D; text-decoration: none; }
a.menu-link:hover     { color: #FFFFFF; text-decoration: none; }

/* Content Sub-Items */
div.tweet-side {
  overflow: hidden;
  float: right;
  position: relative;
  top: -15px;
  width: 189px;
  height: auto;
  margin: 0 4px 20px auto;
  background: url('../images/tweet-header.png') no-repeat top left;
}
div.inner-tweet {
  overflow: hidden;
  float: left;
  width: 189px;
  height: auto;
  margin: 0;
  text-align: right;
  font-size: 11px;
  color: #777777;
}
div.tweet-outer {
  width: 173px;
  height: auto;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: 0 auto 0 auto;
}
div.tweet-bubble {
  width: 165px;
  height: auto;
  overflow: hidden;
  padding: 4px;
  margin: 0;
  border: 0;
  font-size: 11px;
  color: #DDDDDD;
  text-align: left;
  float: left;
  background: #1E1E1E url('../images/tweet-mid.gif') repeat;
}
img.tweet-end {
  border: 0;
  margin: 0;
  float: left;
}
div.wiki-side {
  overflow: hidden;
  float: right;
  position: relative;
  top: -15px;
  width: 189px;
  height: auto;
  margin: 0 4px 20px auto;
  background: url('../images/wiki-header.png') no-repeat top left;
}
div.inner-wiki {
  overflow: hidden;
  float: left;
  width: 189px;
  height: auto;
  margin: 0;
  text-align: left;
}
img.wiki-icon {
  float: left;
  width: 26px;
  height: 30px;
  border: 0;
  margin: 1px 8px 0 5px;
}
span.wiki-subtext { font-size: 11px; color: #8D8D8D; }
img.screenshot {
  float: left;
  border: 0;
  width: 167px;
  height: 167px;
  margin: 10px 40px 0 0;
}
img.sidebar-link {
  width: 180px;
  height: 46px;
  margin: 2px;
  border: 0;
}

/* Login Sub-Items */
img.login-left {
  float: left;
  width: 5px;
  height: 35px;
}
img.login-right {
  float: right;
  width: 10px;
  height: 35px;
}
img.login-divide {
  float: left;
  width: 3px;
  height: 35px;
}
img.login-account {
  float: left;
  width: 76px;
  height: 35px;
}
img.login-pass {
  float: left;
  width: 95px;
  height: 35px;
}
img.login-button {
  float: right;
  width: 74px;
  height: 35px;
  margin-right: 4px;
  cursor: pointer;
}
input.login-box {
  float: left;
  width: 139px;
  height: 18px;
  margin: 4px 20px 0 10px;
  padding: 1px 3px 0 3px;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/input-bg.gif') repeat-x top left;
}
input.login-box:focus {
  border: 1px solid #777777;
}

/* From inside pages */
img.error-icon {
  width: 70px;
  height: 70px;
  float: left;
  border: 0;
  margin: 0 10px 0 0;
}
table.news-pages, table.news-search {
  float: left;
  margin: 0 auto 12px 0;
  border-spacing: 0;
  border: 0;
}
table.news-search { float: right; }
td.news-dir {
  width: 40px;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  border-width: 1px;
  border-style: solid;
  border-color: #444444 #383838 #383838 #444444;
  color: #AAAAAA;
  padding: 4px;
  text-align: center;
}
td.search-header {
  width: auto;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  border-width: 1px;
  border-style: solid;
  border-color: #444444 #383838 #383838 #444444;
  color: #AAAAAA;
  padding: 4px 8px 4px 8px;
  text-align: center;
}
td.search-data {
  width: 170px;
  height: auto;
  padding: 0;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #313131;
  text-align: center;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  color: #FFFFFF;
}
input.news-search {
  width: 139px;
  height: 17px;
  margin: auto;
  padding: 1px 3px 0 3px;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/input-bg.gif') repeat-x top left;
}
input.news-search:focus {
  border: 1px solid #777777;
}
a.search-submit {
  cursor: pointer;
}
td.news-page, td.news-curpage {
  width: 22px;
  height: auto;
  padding: 4px;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #313131;
  text-align: center;
}
td.news-page    { background: #333333 url('../images/input-row.gif') repeat-x scroll left top; color: #FFFFFF; }
td.news-curpage { background: #333333 url('../images/input-row.gif') repeat-x scroll left top; }

div.news-wrap {
  width: 630px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: auto;
  padding: 0;
  background: transparent;
}
div.character-side {
  width: 145px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url('../images/news-char.png') no-repeat top left;
}
img.rss-icon {
  float: left;
  width: 126px;
  height: 19px;
  margin: 10px auto auto 0;
  border: 0;
}
img.mini-icon {
  float: left;
  width: 28px;
  height: 28px;
  margin: 3px 5px auto 0;
  border: 0;
}
div.news-main {
  width: 485px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  background: #3C3C3C url('../images/news-mainbg.png') repeat-y top left;
}
div.news-top {
  width: 464px;
  height: 23px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 8px 13px 0 8px;
  background: transparent url('../images/news-topbg.png') no-repeat top left;
}
div.news-date {
  width: 230px;
  height: 23px;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 13px;
  color: #8b8b8b;
  text-align: right;
}
a.news-title:link      { font-size: 13px; font-weight: bold; }
a.news-title:visited   { font-size: 13px; font-weight: bold; }
a.news-title:active    { font-size: 13px; font-weight: bold; }

span.news-follow {
  font-size: 13px;
  color: #FFFFFF;
}
div.news-content {
  width: 464px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 5px 13px 8px 8px;
  background: transparent url('../images/news-bottombg.png') no-repeat bottom left;
}
div.news-inner {
  width: 464px;
  height: auto;
  min-height: 118px;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #C2C2C2;
  background: transparent;
}
div.news-footer {
  width: 464px;
  height: 20px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
  background: transparent;
}
span.tags {
  width: auto;
  float: left;
  text-align: left;
  font-size: 12px;
}
span.comments {
  width: auto;
  float: right;
  text-align: right;
  font-size: 12px;
}
img.news-char {
  width: 60px;
  height: 110px;
  margin: 13px auto auto 31px;
  border: 0;
}
div.comment-main {
  width: 485px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 5px 0 5px 0;
  padding: 0;
  background: #3C3C3C url('../images/news-mainbg.png') repeat-y top left;
}
div.comment-content {
  width: 485px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url('../images/news-bottombg.png') no-repeat bottom left;
}
div.comment-name {
  width: 100px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
  font-size: 12px;
  padding: 5px 0 0 0;
  background: transparent;
  text-align: center;
}
div.comment-body {
  width: 359px;
  height: auto;
  overflow: hidden;
  float: right;
  margin: 0 5px 5px 0;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px 13px 6px 8px;
  background: #2E2E2E url('../images/comment-bg.png') no-repeat bottom left;
  text-align: left;
}
span.comment-text {
  color: #C2C2C2;
}
div.contact-complete {
  width: 492px;
  height: auto;
  padding: 4px;
  margin: 10px 0 0 0;
  text-align: center;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  border: 1px solid #252525;
}
table.contact {
  width: 500px;
  height: auto;
  margin: 15px 0 0 0;
  border-spacing: 0;
  background: transparent;
  border: 1px solid #252525;
}
td.contact-title {
  width: 30%;
  padding: 4px;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.contact-input {
  width: 70%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  border-bottom: 1px solid #252525;
}
td.contact-send {
  width: 100%;
  padding: 4px;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  text-align: right;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.contact-text {
  width: 100%;
  padding: 4px;
  text-align: center;
  color: #FFFFFF;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
textarea.contact-box {
  width: 484px;
  height: 148px;
  margin: auto;
  padding: 1px 3px 1px 3px;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/textarea-bg.gif') repeat-x top left;
}
input.contact-box, select.contact-box {
  float: left;
  height: 18px;
  margin: 0 10px 0 0;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/input-bg.gif') repeat-x top left;
}
input.contact-box {
  width: 200px;
  height: 18px;
  padding: 1px 3px 0 3px;
}
select.contact-box {
  width: 208px;
  height: 22px;
  padding: 0;
}
input.contact-box:focus, textarea.contact-box:focus, select.contact-box:focus {
  border: 1px solid #777777;
}
input.contact-button {
  width: 110px;
  height: 23px;
  padding: 0 0 2px 0;
  float: right;
  margin: 0 5px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
  background: #181818 url('../images/button-shine.gif') repeat-x center center;
}
img.side-icon {
  float: right;
  border: 0;
  margin: 0;
  width: 110px;
  height: 300px;
}
div.chat-open {
  width: auto;
  height: auto;
  margin: 15px auto auto auto;
  text-align: center;
  background: transparent;
  font-weight: bold;
}
table.pass-table {
  width: 550px;
  height: auto;
  margin: 15px 0 0 0;
  border-spacing: 0;
  background: transparent;
  border: 1px solid #252525;
}
td.pass-header {
  width: 100%;
  padding: 4px;
  text-align: center;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.pass-span {
  width: 100%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  border-bottom: 1px solid #252525;
}
td.pass-field {
  width: 30%;
  padding: 4px;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  text-align: center;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.pass-data {
  width: 70%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  border-bottom: 1px solid #252525;
}
input.pass-data {
  float: left;
  margin: 0;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/input-bg.gif') repeat-x top left;
  width: 200px;
  height: 18px;
  padding: 1px 3px 0 3px;
}
input.pass-data:focus {
  border: 1px solid #777777;
}
input.pass-button {
  width: 110px;
  height: 23px;
  padding: 0 0 2px 0;
  float: right;
  margin: 0 5px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
  background: #181818 url('../images/button-shine.gif') repeat-x center center;
}
table.signup-table {
  width: 550px;
  height: auto;
  margin: 15px 0 0 0;
  border-spacing: 0;
  background: transparent;
  border: 1px solid #252525;
}
td.signup-header {
  width: 100%;
  padding: 4px;
  text-align: center;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.signup-span {
  width: 100%;
  padding: 4px 4px 4px 15px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  border-bottom: 1px solid #252525;
}
td.signup-span2 {
  width: 70%;
  padding: 4px 4px 4px 15px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  border-bottom: 1px solid #252525;
}
td.signup-field {
  width: 30%;
  padding: 4px;
  background: #383838 url('../images/title-row.gif') repeat-x scroll left top;
  text-align: center;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
}
td.signup-data {
  width: 40%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  border-bottom: 1px solid #252525;
}
td.signup-data2 {
  width: 70%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  border-bottom: 1px solid #252525;
}
td.signup-side {
  width: 30%;
  padding: 4px;
  background: #333333 url('../images/input-row.gif') repeat-x scroll left top;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 13px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #252525;
}
select.signup-data {
  float: left;
  margin: 0;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: transparent url('../images/input-bg.gif') repeat-x top left;
  width: 212px;
  height: 21px;
  padding: 0 0 0 1px;
}
select.signup-data:focus {
  border: 1px solid #777777;
}
select.date-box {
  float: left;
  margin: 0 2px 0 0;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: transparent url('../images/input-bg.gif') repeat-x top left;
  width: auto;
  height: 21px;
  padding: 0 0 0 1px;
}
select.date-box:focus {
  border: 1px solid #777777;
}
input.signup-data {
  float: left;
  margin: 0;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818 url('../images/input-bg.gif') repeat-x top left;
  font-size: 13px;
  width: 204px;
  height: 18px;
  padding: 1px 3px 0 3px;
}
input.signup-data:focus {
  border: 1px solid #777777;
}
input.signup-button {
  width: 110px;
  height: 23px;
  padding: 0 0 2px 0;
  float: right;
  margin: 0 5px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #555555 #252525 #252525 #555555;
  background: #181818 url('../images/button-shine.gif') repeat-x center center;
}
input.signup-check {
  margin: 10px 5px 0 0;
}
div.char-div {
  width: 150px;
  height: 120px;
  border: 1px solid #252525;
  margin: 2px auto 2px auto;
  background: #151515 url('../img-bin/char_bg1.gif') no-repeat center center;
}
div.signup-response {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: left;
  padding: 0;
  border: 0;
  font-size: 13px;
  margin: auto;
}
div.char-name {
  width: 150px;
  height: auto;
  overflow: hidden;
  margin: auto;
}
div.suggest-wrapper {
  position: static;
}
div.suggest-drop {
  width: 208px;
  background: #1E1E1E;
  border: 1px solid #777777;
  color: #CCCCCC;
  cursor: default;
  padding: 1px;
  margin-top: 4px;
  float: left;
  position: absolute;
  visibility: hidden;
}
div.suggest-name {
  width: 196px;
  background: transparent;
  color: #FFFFFF;
  cursor: default;
  padding: 1px 5px 1px 5px;
  margin: 1px;
}
div.suggest-name:hover {
  background: #444444;
}
img.char-img {
  width: 60px;
  height: 110px;
  margin: auto;
}
div.signup-msg {
  width: 542px;
  height: auto;
  border: 1px solid #1E1E1E;
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  margin: 15px 0px 0px 0px;
  padding: 3px;
  background: #202020;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
div.important-msg {
  width: 617px;
  height: auto;
  border: 1px solid #1E1E1E;
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  margin: 0px 0px 5px 0px;
  padding: 3px;
  background: #202020;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
span.imp-text {
  color: #FF2222;
  font-weight: bold;
}
span.imp-text2 {
  color: #22FF22;
  font-weight: bold;
}
img.share-button {
  width: 173px;
  height: 18px;
  border: 0;
  margin: auto;
}
div.updates-block {
  width: 536px;
  height: 44px;
  margin: 5px auto 0 0;
  padding: 0;
  border: 1px solid #222222;
  background: #222222 url('../images/update-bg.gif') top left repeat-x;
  cursor: pointer;
  float: left;
}
div.updates-info {
  width: 536px;
  height: auto;
  margin: 0 auto 0 0;
  padding: 0;
  border: 1px solid #222222;
  border-top: 0;
  background: #222222 top left repeat-y;
  overflow: hidden;
  float: left;
}
div.updates-inner1 {
  width: 300px;
  height: 44px;
  margin: 6px auto auto 10px;
  float: left;
  text-align: left;
}
div.updates-inner2 {
  width: 125px;
  height: 44px;
  margin: 6px 10px auto auto;
  float: right;
  text-align: left;
}
div.updates-scroll {
  width: 449px;
  height: 15px;
  padding: 4px 2px 4px 5px;
  overflow: hidden;
  float: left;
}
div.updates-rate {
  width: 451px;
  height: auto;
  padding: 0;
  margin: 1px 1px 1px auto;
  overflow: hidden;
  background: #252525;
  float: right;
}
div.updates-details {
  width: 441px;
  height: auto;
  padding: 10px 2px 10px 10px;
  margin: 1px 1px 1px auto;
  overflow: hidden;
  background: transparent;
  float: right;
}
div.updates-scripts {
  width: 439px;
  height: auto;
  padding: 5px 2px 5px 10px;
  margin: 1px 1px 1px auto;
  overflow: hidden;
  background: #252525;
  color: #CCCCCC;
  font-size: 11px;
  float: right;
}
div.updates-msg {
  width: 534px;
  margin: 5px auto 1px 10px;
  padding: 2px;
  float: left;
  background: #222222;
  text-align: center;
}
table.updates-stable {
  width: 435px;
  float: left;
  border: 0;
  text-align: left;
  border-collapse: collapse;
}
td.updates-sheader {
  color: #FFFFFF;
}
img.updates-rate {
  width: 76px;
  height: 23px;
  border: 0;
  margin-left: 1px;
  float: right;
}
img.updates-tag {
  width: 83px;
  height: 44px;
  margin: 0;
  border: 0;
  float: left;
}
select.update-box {
  width: 150px;
  height: auto;
  border: 1px solid #212121;
  color: #DDDDDD;
  background: #181818;
}

/* Blog Stuff */
font.darktext   { color: #CCCCCC; }
font.gang0text  { color: #A695D1; }
font.gang1text  { color: #4897E8; }
font.gang2text  { color: #E84848; }
font.gang3text  { color: #E6E848; }
font.gang4text  { color: #5EE848; }

table.maintable {
  border-collapse: collapse;
  border: 1px solid #5C5C5C;
}
td.titlerow {
  background: #4C4C4C;
  border: 1px solid #5C5C5C;
  padding: 2px;
  text-align: center;
}
td.standardrow {
  background: transparent;
  border: 1px solid #5C5C5C;
  padding: 2px 6px 2px 6px;
}
td.altrow {
  background: #303030;
  border: 1px solid #5C5C5C;
  padding: 2px 6px 2px 6px;
}


/* Lightbox Stuff */
#lightbox{
  background-color: #111;
  padding: 10px;
  border: 1px solid #000;
}
#lightboxDetails{
  padding-top: 0.4em;
}
#lightboxCaption { float: left; }
#keyboardMsg     { float: right; }
#closeButton     { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;}
#overlay img  { border: none; }
#overlay      { background-image: url('../images/overlay.png'); }

* html #overlay{
  background-color: #333;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
