/* layout.css */

#layout {
  width: auto;
  min-width: 1020px;
  margin: 0;
  padding: 0;
  background-image: url(/images/layout_bg.gif);
  background-repeat: no-repeat;
  background-position: 150px 24px;
}

#header {
  background-image: url(/images/header_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 199px;
  min-width: 1020px;
  margin: 0;
  padding: 24px 0 0 0;
  position: relative;
}

#header h1 {
  float: left;
  width: 154px;
  height: 199px;
  margin: 0;
  padding: 0;
  background-image: url(/images/mafiapayday_logo_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#header h1 a {
  display: block;
  width: 154px;
  height: 199px;
  margin: 0;
  padding: 0;
}

#header h1 a span {
  display: none;
}

#loggedin {
  display: block;
  margin: 2px 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 90px;
}

#loggedin dt, #loggedin dd {
  float: left;
  font-size: 80%;
  padding: 1px 0;
  margin: 0;
}

#loggedin dt {
  color: #838383;
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #575757;
}

#loggedin dt.first {
  border-left-width: 0;
  border-left-style: none;
  margin-left: 0;
  padding-left: 0;
}

#loggedin dd {
  color: #ffffff;
  margin: 0;
}

#loggedin dd.alive {
  color: #afe46a;
}

#loggedin dd.dead, #loggedin dd.suspended, #loggedin dd.banned {
  color: #a90000;
}

#loggedin dd.expired {
  color: #a9a900;
}

#don-pot-winner {
  background-color: #a90000;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 196px;
  right: 10px;
}

#nav-top {
  position: absolute;
  bottom: 23px;
  left: 196px;
  width: auto;
  height: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav-top li {
  float: left;
  width: auto;
  height: 28px;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0 8px 2px 0;
  background-image: url(/images/navigation_left_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#nav-top li a {
  display: block;
  width: auto;
  height: 28px;
  padding: 0 2px;
  font-size: 11px;
  font-weight: bold;
  background-image: url(/images/navigation_right_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

#nav-top li a span {
  display: block;
  width: auto;
  height: 12px;
  padding: 8px 14px;
  background-color: #111111;
  cursor: pointer;
}

#nav-top li a:link, #nav-top li a:visited {
  color: #afe46a;
  font-weight: bold;
  text-decoration: none;
}

#nav-top li a:focus, #nav-top li a:hover, #nav-top li a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#nav-top li.selected a:link, #nav-top li.selected a:visited, #nav-top li.selected a:focus, #nav-top li.selected a:hover, #nav-top li.selected a:active {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

#nav-top li.selected {
  background-image: url(/images/navigation_left_selected_bg.gif);
  margin-bottom: 0;
  height: 30px;
}

#nav-top li.selected a {
  background-image: url(/images/navigation_right_selected_bg.gif);
  height: 30px;
}

#nav-top li.selected a span {
  background-color: #181818;
  height: 14px;
}

#ad-top {
  position: absolute;
  top: 0;
  left: 252px;
  margin: 0;
  padding: 0;
  width: 728px;
  height: 90px;
}

#main-wrapper {
  width: 100%;
}

#main {
  float: left;
  width: 100%;
  margin: 0;
}

#main.banner120x600 {
  margin-right: -162px;
}

#main.banner160x600 {
  margin-right: -202px;
}

#ad-right {
  float: right;
  width: auto;
  height: auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 0 0 42px;
  padding: 0;
}

#ad-right.banner160x600 {
  width: 160px;
  height: 600px;
  background-image: url(/images/banner_160x600.gif);
}

#ad-right.banner120x600 {
  width: 120px;
  height: 600px;
  background-image: url(/images/banner_160x600.gif);
}

#content-wrapper {
  margin: 0;
}

#main.banner160x600 #content-wrapper {
  margin-right: 202px;
}

#main.banner120x600 #content-wrapper {
  margin-right: 162px;
}

#sidebar {
  float: left;
  width: 154px;
  height: auto;
  margin: 0 42px 0 0;
  padding: 12px 0 0 0;
}

#nav-left {
  width: 154px;
  height: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav-left dt {
  font-size: 11px;
  font-weight: bold;
  background-color: #3a3a3a;
  display: block;
  padding: 7px 13px;
  width: 128px;
  border-bottom: 1px solid #121212;
}

#nav-left dt.selected {
  color: #afe46a;
}

#nav-left dt.clickable {
  cursor: pointer;
}

#nav-left dt.clickable.hover {
  color: #a90000;
}

#nav-left dd {
  margin: 0;
  padding: 0;
  width: 154px;
}

#nav-left dd.collapsible {
  display: none;
}

#nav-left dd.selected {
  display: block;
}

#nav-left dd ul {
  margin: 0;
  padding: 0;
  width: 154px;
  list-style-type: none;
  list-style-image: none;
}

#nav-left li {
  width: 154px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #3a3a3a;
  font-size: 11px;
}

#nav-left li a {
  display: block;
  padding: 7px 13px;
  width: 128px;
}

#nav-left li a:link, #nav-left li a:visited, #nav-left li a:focus, #nav-left li a:hover, #nav-left li a:active {
  text-decoration: none;
}

#nav-left li a:link, #nav-left li a:visited {
  color: #818181;
}

#nav-left li a:focus, #nav-left li a:hover, #nav-left li a:active {
  background-color: #a90000;
  color: #ffffff;
}

#nav-left li.selected a:link, #nav-left li.selected a:visited, #nav-left li a:focus, #nav-left li a:hover, #nav-left li a:active {
  color: #ffffff;
}

#nav-left li.empty {
  padding: 7px 13px;
  width: 128px;
  background-color: #121212;
}

#nav-left li a.timer {
  background-image: url(/images/timer.png);
  background-position: 128px 50%;
  background-repeat: no-repeat;
}

#nav-left.disabled li span {
  display: block;
  padding: 7px 13px;
  width: 128px;
  color: #818181;
  cursor: no-drop;
}

#nav-left.disabled li.empty {
  cursor: default;
}

#ad-left {
  display: block;
  width: 154px;
  height: 87px;
  margin: 30px 0 0 0;
  background-image: url(/images/banner_154x87.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#ad-left.banner154x87 {
  width: 154px;
  height: 87px;
  background-image: url(/images/banner_154x87.gif);
}

#ad-left:link, #ad-left:visited, #ad-left:focus, #ad-left:hover, #ad-left:active, #ad-rigth:link, #ad-right:visited, #ad-right:focus, #ad-right:hover, #ad-right:active {
  text-decoration: none;
}

#content {
  margin: 0 0 0 196px;
}

#content-float {
  float: left;
  width: 100%;
}

#family-tree, #grave-yard {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#family-tree li, #grave-yard li {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 140%;
}

#family-tree li dl {
  margin: 0 auto 10px auto;
  width: 210px;
  border: 1px solid #3a3a3a;
}

#family-tree li dl.available {
  border-color: #afe46a;
}

#family-tree li dl.dead {
  background-color: #a90000;
  border-color: #a90000;
}

#family-tree li dl.dead dt {
  background-color: #000000;
  color: #a90000;
}

#family-tree li dl dt {
  color: #afe46a;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 3px 0;
  background-color: #3a3a3a;
}

#family-tree li dl dd {
  margin: 0;
  padding: 5px;
  font-size: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#family-tree li dl dd a {
  display: block;
  margin: 0;
  padding: 0;
}

#family-tree li dl dd img {
  display: block;
  border: 0;
  margin: 0 auto 5px auto;
}

#family-tree ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#family-tree ul li {
  float: left;
  width: 49%;
  list-style-type: none;
  list-style-image: none;
  font-size: 90%;
}

#family-tree ul li dl {
  width: 160px;
  min-height: 170px;
}

#family-tree ul li ul li dl {
  width: 110px;
  min-height: 150px;
}

#family-tree ul li ul li ul {
  margin: 0 auto;
  width: 129px;
  text-align: center;
}

#family-tree ul li ul li ul li {
  clear: left;
  width: 62px;
  margin: 0 5px 0 0;
}

#family-tree ul li ul li ul li.right {
  clear: none;
  margin-right: 0;
}

#family-tree ul li ul li ul li dl {
  width: 55px;
  min-height: 130px;
}

#family-tree.with-buttons ul li ul li ul li dl {
  min-height: 140px;
}

#family-tree.with-buttons ul li ul li ul li dl dd {
  min-height: 80px;
}

#family-tree.with-buttons dd {
  position: relative;
  padding-bottom: 30px;
}

#family-tree.with-buttons dd input.inputSubmit {
  float: none;
  width: 200px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding-left: 0;
  padding-right: 0;
}

#family-tree.with-buttons ul li dl dd input.inputSubmit {
  width: 150px;
}

#family-tree.with-buttons ul li ul li dl dd input.inputSubmit {
  width: 100px;
}

#family-tree.with-buttons ul li ul li ul li dl dd input.inputSubmit {
  width: 45px;
}

#family-tree dl.dead input.inputSubmit {
  background-color: #000000;
  color: #ffffff;
}

.ext-el-mask {
  background-color: transparent !important;
}

#grave-yard li {
  float: left;
  width: 62px;
  margin: 0 5px 10px 0;
  min-height: 100px;
  font-size: 72.9%;
  border: 1px solid #3a3a3a;
}

#grave-yard li a {
  display: block;
  width: 52px;
  min-height: 90px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

#grave-yard li a img {
  display: block;
  margin: 0 auto 5px auto;
}

#page-game-profile div.divAlignRight {
  width: 150px;
  text-align: center;
}

#page-game-profile div.divAlignRight img {
  margin: 0 auto;
}

#page-game-profile div.divAlignRight blockquote {
  margin: 5px 0 0 0;
}

#page-game-profile div.divAlignRight blockquote:before, #page-game-profile div.divAlignRight blockquote:after {
  content: '';
}

#ad-right {
  float: right;
  width: auto;
  height: auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 0 0 42px;
  padding: 0;
}

#player-bar {
  width: auto;
  zoom: 1;
  margin: 0 -22px 10px -22px;
  padding: 5px 22px;
}

#player-bar div#character-name {
  display: block;
  width: 100%;
  font-size: 130%;
  border-bottom: 1px solid #818181;
  color: #ffffff;
}

#player-bar dl {
  display: block;
  margin: 2px 0;
  padding: 0;
}

#player-bar dl dt, #player-bar dl dd {
  float: left;
  font-size: 80%;
  padding: 1px 0;
  margin: 0;
}

#player-bar dl dt {
  color: #838383;
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #575757;
}

#player-bar dl dt.first {
  border-left-width: 0;
  border-left-style: none;
  margin-left: 0;
  padding-left: 0;
}

#player-bar dl dd {
  color: #ffffff;
  margin: 0;
}

#player-bar dl dd.alive {
  color: #afe46a;
}

#player-bar dl dd.dead, #player-bar dl dd.suspended, #player-bar dl dd.banned {
  color: #a90000;
}

#player-bar dl dd.expired {
  color: #a9a900;
}

#nav-sub {
  background-color: #000000;
  color: #afe46a;
  list-style-type: none;
  margin: 0 -16px 10px -16px;
  padding: 6px 9px;
  zoom: 1;
}

#nav-sub li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 2px 7px;
  border-left: 1px solid #575757;
  font-size: 90%;
}

#nav-sub li.first {
  border-left-width: 0;
  border-left-style: none;
}

#nav-sub li.selected {
  font-weight: bold;
}

#nav-sub li a {
  white-space: nowrap;
}

#nav-sub li a:link, #nav-sub li a:visited, #nav-sub li a:focus, #nav-sub li a:hover, #nav-sub li a:active {
  color: #afe46a;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  border: 1px solid #3a3a3a;
  background-color: #121212;
}

.divAlignLeft h3, .divAlignCenter h3, .divAlignRight h3 {
  margin: 0 0 10px 0;
}

.divAlignLeft {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
}

.divAlignCenter {
  width: auto;
  height: auto;
  margin: 10px 0;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
}

.divAlignRight {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
}

.divAlignLeft input.inputSubmit, .divAlignCenter input.inputSubmit, .divAlignRight input.inputSubmit {
  float: none;
  background-color: #121212;
  border-color: #000000;
  margin: 0 auto;
}

.divAlignLeft img {
  margin: 0 0 10px 0;
}

.divAlignLeft dl, .divAlignRight dl {
  width: auto;
  margin: 0;
}

.divAlignLeft dl dt, .divAlignLeft dl dd, .divAlignRight dl dt, .divAlignRight dl dd {
  float: left;
}

.divAlignLeft dl dt, .divAlignRight dl dt {
  clear: left;
  width: 75%;
  margin: 0 0 5px 0;
  text-align: left;
}

.divAlignLeft dl dd, .divAlignRight dl dd {
  width: 25%;
  margin: 0 0 5px 0;
  text-align: right;
}

.divAlignLeft dl.normal dt, .divAlignRight dl.normal dt, .divAlignLeft dl.normal dd, .divAlignRight dl.normal dd {
  float: none;
  clear: none;
  width: auto;
}

.divAlignLeft dl.normal dd, .divAlignRight dl.normal dd {
  margin: 0 0 0 25px;
  text-align: left;
}

#page-game-hostile-takeover div.divAlignLeft, #page-game-cleaning-house div.divAlignLeft {
  width: 150px;
}

#profile-tools {
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  list-style-type: none;
  list-style-image: none;
}

#profile-tools li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 5px;
  display: inline;
}

#profile-stats, #contract-stats {
  margin: 10px 0 0 0;
}

dl.dl-with-heading {
  width: 150px;
  margin: 0 0 10px 0;
}

dl.dl-with-heading dt, dl.dl-with-heading dd {
  float: none;
}

dl.dl-with-heading dt {
  width: 140px;
  padding: 5px;
  margin: 0 0 5px 0;
  background-color: #3a3a3a;
}

dl.dl-with-heading dd {
  margin: 0;
  padding: 0;
  width: 150px;
  text-align: left;
}

dl.dl-with-heading dd.more {
  text-align: center;
  font-size: 10px;
}

#profile-stats dt, #profile-stats dd, #contract-stats dt, #contract-stats dd {
  float: left;
}

#profile-stats dt, #contract-stats dt {
  clear: left;
  width: 75%;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

#profile-stats dd, #contract-stats dd {
  width: 25%;
  margin: 0 0 5px 0;
  text-align: right;
}

#page-game-hostile-takeover #profile-stats dt, #page-game-cleaning-house #profile-stats dt {
  width: 25%;
}

#page-game-hostile-takeover #profile-stats dd, #page-game-cleaning-house #profile-stats dd {
  width: 75%;
  text-align: right;
}

#page-game-profile #hostile-takeover-strikes, #page-game-hostile-takeover #hostile-takeover-strikes {
  width: 78px;
  height: 16px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 auto;
  padding: 0;
}

#page-game-profile #cleaning-house-strikes, #page-game-hostile-takeover #cleaning-house-strikes {
  width: 105px;
  height: 16px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 auto;
  padding: 0;
}

#hostile-takeover-strikes li {
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(/images/strike-off.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 5px;
  list-style-type: none;
  list-style-image: none;
}

#cleaning-house-strikes li {
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(/images/strike-off.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 5px;
  list-style-type: none;
  list-style-image: none;
}

#page-game-cleaning-house #hostile-takeover-strikes li {
	margin: 0 1px;
}

#hostile-takeover-strikes li.strike {
  background-image: url(/images/strike-on.gif);
}


#cleaning-house-strikes li.strike {
  background-image: url(/images/strike-on.gif);
}

#hostile-takeover-strikes li span {
  display: none;
}

#cleaning-house-strikes li span {
  display: none;
}

#page-game-profile #war-meters dl, #page-game-hostile-takeover #war-meters dl {
  position: relative;
  width: 150px;
  height: 16px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #3a3a3a;
}

#page-game-profile #war-meters dl dt, #page-game-hostile-takeover #war-meters dl dt {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 150px;
  margin: 0;
  padding: 0;
  font-size: 9px;
  font-weight: normal;
  background-color: transparent;
  z-index: 300;
}

#page-game-profile #war-meters dl dt a, #page-game-hostile-takeover #war-meters dl dt a {
  display: block;
  width: 150px;
  height: 11px;
  padding: 5px 0 0 0;
}

#page-game-profile #war-meters dl dd.percent, #page-game-hostile-takeover #war-meters dl dd.percent {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 60px;
  height: 18px;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3a;
  z-index: 200;
}

#page-game-profile #war-meters dl dd.meter, #page-game-hostile-takeover #war-meters dl dd.meter {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 100;
}

#page-game-profile #war-meters dl dd.range-0010 {
  background-image: url(/images/warmeter/health_0010.gif);
}

#page-game-profile #war-meters dl dd.range-1020 {
  background-image: url(/images/warmeter/health_1020.gif);
}

#page-game-profile #war-meters dl dd.range-2030 {
  background-image: url(/images/warmeter/health_2030.gif);
}

#page-game-profile #war-meters dl dd.range-3040 {
  background-image: url(/images/warmeter/health_3040.gif);
}

#page-game-profile #war-meters dl dd.range-4050 {
  background-image: url(/images/warmeter/health_4050.gif);
}

#page-game-profile #war-meters dl dd.range-5060 {
  background-image: url(/images/warmeter/health_5060.gif);
}

#page-game-profile #war-meters dl dd.range-6070 {
  background-image: url(/images/warmeter/health_6070.gif);
}

#page-game-profile #war-meters dl dd.range-7080 {
  background-image: url(/images/warmeter/health_7080.gif);
}

#page-game-profile #war-meters dl dd.range-8090 {
  background-image: url(/images/warmeter/health_8090.gif);
}

#page-game-profile #war-meters dl dd.range-90100 {
  background-image: url(/images/warmeter/health_90100.gif);
}

.chat {
  margin-right: 182px;
}

.chat .user {
  width: 481px;
  margin: 0 auto 10px auto;
  padding: 0;
  background-color: #3a3a3a;
}

.chat a:link, .chat a:visited, .chat a:focus, .chat a:hover, .chat a:active {
  color: #afe46a;
}

.chat .user form.wide {
  width: auto;
  min-width: 0;
  max-width: auto;
}

.chat .user form.wide fieldset {
  position: relative;
  padding: 0;
}

.chat .user form.wide fieldset div {
  width: auto;
  padding: 10px 110px 10px 10px;
  margin: 0;
}

.chat .user form.wide fieldset div label {
  display: block;
  font-size: 13px;
  width: auto;
  margin: 0 0 2px 0;
  padding: 0;
}

.chat .user form.wide fieldset div textarea.inputTextarea {
  font-size: 13px;
  width: 350px;
  padding: 2px 3px;
  margin: 0 0 2px 0;
  border: 1px solid #cccccc;
}

.chat .user form.wide fieldset div.right {
  width: 96px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 28px;
  right: 10px;
}

.chat .user form.wide fieldset div label.labelCheckbox {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: auto;
  font-size: 9px;
  line-height: 9px;
  padding: 0 0 0 18px;
}

.chat .user form.wide fieldset input.inputSubmit {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  border: 1px outset #000000;
}

.chat .user form.wide fieldset div.error p.error {
  margin: 0;
}

.chat .user form.wide fieldset div.error.right {
  top: 52px;
  border-width: 0;
  border-style: none;
}

.chat .wall {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.chat .wall li {
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #3a3a3a;
}

.chat .wall li dl.wall-message {
  padding: 1px 1px 1px 61px;
  margin: 0 0 0 0;
  position: relative;
  min-height: 50px;
  border: 1px solid #181818;
}

.chat .wall li dl.wall-message.self {
  border: 1px solid #afe46a;
  background-color: #3a3a3a;
}

.chat .wall li dl.wall-message dt {
  margin: 0 0 3px 0;
}

.chat .wall li dl.wall-message dd {
  margin: 0;
  padding: 0;
}

.chat .wall li dl.wall-message dd.message {
  padding-bottom: 15px;
}

.chat .wall li dl.wall-message dd.timestamp {
  position: absolute;
  top: 1px;
  right: 2px;
  padding: 3px 0 0 0;
  font-size: 9px;
  color: #818181;
}

.chat .wall li dl.wall-message.private dd.timestamp {
  padding-right: 15px;
  background-image: url(/images/icon_padlock.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.chat .wall li dl.wall-message dd.thumbnail {
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.chat .wall li dl.wall-message dd.controls {
  position: absolute;
  bottom: 1px;
  left: 62px;
  font-size: 9px;
}

.chat .wall li dl.wall-message dd.controls a:link, .chat .wall li dl.wall-message dd.controls a:visited, .chat .wall li dl.wall-message dd.controls a:focus, .chat .wall li dl.wall-message dd.controls a:hover, .chat .wall li dl.wall-message dd.controls a:active {
  color: #818181;
}

.chat .wall li dl.wall-message.self dd.controls a:link, .chat .wall li dl.wall-message.self dd.controls a:visited, .chat .wall li dl.wall-message.self dd.controls a:focus, .chat .wall li dl.wall-message.self dd.controls a:hover, .chat .wall li dl.wall-message.self dd.controls a:active {
  color: #818181;
}

.chat .wall li ul.wall-message-comments {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 62px;
  padding: 0;
}

.chat .wall li ul.wall-message-comments li {
  list-style-type: none;
  list-style-image: none;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #3a3a3a;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment {
  padding: 1px 1px 1px 36px;
  margin: 0 0 0 0;
  position: relative;
  min-height: 25px;
  border: 1px solid #181818;
  font-size: 10px;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment.self {
  border: 1px solid #3a3a3a;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dt {
  margin: 0 0 3px 0;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd {
  margin: 0;
  padding: 0;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.comment {
  padding-bottom: 15px;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.timestamp {
  position: absolute;
  top: 1px;
  right: 2px;
  padding: 1px 0 0 0;
  font-size: 9px;
  color: #818181;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment.private dd.timestamp {
  padding-right: 15px;
  background-image: url(/images/icon_padlock.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.thumbnail {
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls {
  position: absolute;
  bottom: 1px;
  left: 36px;
  font-size: 9px;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls a:link, .chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls a:visited, .chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls a:focus, .chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls a:hover, .chat .wall li ul.wall-message-comments li dl.wall-message-comment dd.controls a:active {
  color: #818181;
}

.chat .wall li ul.wall-message-comments li dl.wall-message-comment.self dd.controls a:link, .chat .wall li ul.wall-message-comments li dl.wall-message-comment.self dd.controls a:visited, .chat .wall li ul.wall-message-comments li dl.wall-message-comment.self dd.controls a:focus, .chat .wall li ul.wall-message-comments li dl.wall-message-comment.self dd.controls a:hover, .chat .wall li ul.wall-message-comments li dl.wall-message-comment.self dd.controls a:active {
  color: #818181;
}

.chat .wall li ul.wall-message-comments li form {
  width: auto;
  min-width: 0;
  max-width: auto;
}

.chat .wall li ul.wall-message-comments li form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.chat .wall li ul.wall-message-comments li form fieldset div {
  width: auto;
}

.chat .wall li ul.wall-message-comments li form label.hidden {
  display: none;
}

.chat .wall li ul.wall-message-comments li form textarea.inputTextarea {
  font-size: 11px;
  width: 267px;
  padding: 2px 3px;
  margin: 0 0 2px 0;
  border: 1px solid #cccccc;
}

.chat .wall li ul.wall-message-comments li form fieldset div.right {
  width: 96px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1px;
  right: 1px;
}

.chat .wall li ul.wall-message-comments li form label.labelCheckbox {
  margin: 0;
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.chat .wall li ul.wall-message-comments li form input.inputSubmit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  padding: 2px 5px;
  margin: 0 0 2px 0;
  border: 1px outset #000000;
}

#page-contact-us .divAlignRight {
  float: right;
  width: 250px;
  margin: 0 0 15px 15px;
}

#page-contact-us .divAlignRight h3 {
  font-size: 13px;
}

#page-contact-us .divAlignRight ul {
  border-top: 1px solid #818181;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#page-contact-us .divAlignRight ul li {
  margin: 0;
  padding: 6px 0 6px 27px;
/*  background-image: url(/images/amenities_li_bg.gif);
  background-repeat: no-repeat;
  background-position: 13px 11px;*/
  border-bottom: 1px solid #818181;
}

/*#page-contact-us .divAlignRight ul li a:link, div.divAlignRight ul li a:visited, div.divAlignRight ul li a:focus, div.divAlignRight ul li a:hover, div.divAlignRight ul li a:active {
  color: #000000;
}*/

#page-game-profile div.achievements {
  width: auto;
  margin-right: 182px;
}

#page-game-profile div.achievements dl {
  zoom: 1;
  width: 473px;
  min-height: 100px;
  margin: 0 auto 5px auto;
  padding: 0 3px;
}

#page-game-profile div.achievements dl dt {
  position: relative;
  margin: 0 -3px 5px -3px;
  padding: 5px;
  background-color: #3a3a3a;
}

#page-game-profile div.achievements dl dt small {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 80%;
}

#page-game-profile div.achievements dl dt small, #page-game-profile div.achievements dl dt small a:link, #page-game-profile div.achievements dl dt small a:visited, #page-game-profile div.achievements dl dt small a:focus, #page-game-profile div.achievements dl dt small a:hover, #page-game-profile div.achievements dl dt small a:active {
  color: #afe46a;
}

#page-game-profile div.achievements dl dd {
  margin: 0 9px;
  width: 100px;
  height: 100px;
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#page-game-profile div.achievements dl dd a {
  display: block;
  width: 100px;
  height: 100px;
}

#page-game-profile div.achievements dl dd span {
  display: none;
}

#page-game-profile div.achievements dl dd.no-image {
  display: block;
  padding: 25px 0;
  text-align: center;
  width: 98px;
  height: 48px;
  border: 1px solid #818181;
}

#page-game-profile div.achievements dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}

#page-faqs-achievements dl.achievement {
  clear: left;
  position: relative;
  zoom: 1;
  min-height: 100px;
}

#page-faqs-achievements dl.achievement dt {
  margin: 0 0 3px 110px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #3a3a3a;
  font-size: 115%;
}

#page-faqs-achievements dl.achievement dd.image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

#page-faqs-achievements dl.achievement dd.details {
  float: left;
  width: 100px;
  margin: 0 10px 0 110px;
  font-size: 80%;
}

#page-faqs-achievements dl.achievement dd.details dl dt {
  font-size: 100%;
  padding: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}

#page-faqs-achievements dl.achievement dd.details dl dt, #page-faqs-achievements dl.achievement dd.details dl dd {
  margin: 0 0 3px 0;
}

#page-faqs-achievements dl.achievement dd.synopsis {
  margin: 0;
}

.divAlignLeft h4, .divAlignRight h4 {
  font-size: 13px;
  margin:0;
  border-bottom: 1px solid #ffffff;
}

.divAlignLeft dl, .divAlignRight dl {
  margin:0;
}

.divAlignLeft dd, .divAlignRight dd {
  margin:000 15px;
}

.divAlignLeft dt, .divAlignLeft dd, .divAlignRight dt, .divAlignRight dd, .divAlignLeft td, .divAlignRight td, .divAlignLeft th, .divAlignRight th {
  font-size: 11px;
}

.divAlignLeft.small dt, .divAlignLeft.small dd, .divAlignRight.small dt, .divAlignRight.small dd, .divAlignLeft.small td, .divAlignRight.small td, .divAlignLeft.small th, .divAlignRight.small th {
  font-size: 10px;
}

#ad-right.banner160x600 {
  width: 160px;
  height: 600px;
  background-image: url(/images/banner_160x600.gif);
}

#ad-right.banner120x600 {
  width: 120px;
  height: 600px;
  background-image: url(/images/banner_160x600.gif);
}

.paging {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.paging li {
  float: left;
  margin: 0;
  padding: 0;
  width: 49.9%;
}

.paging li.previous {
  text-align: left;
}

.paging li.next {
  text-align: right;
}

blockquote.forum {
  border: 1px solid #3a3a3a;
  margin: 0 0 20px 20px;
  padding: 0;
  font-style: italic;
}

blockquote.forum div {
  padding: 30px 5px 5px 5px;
  position: relative;
}

blockquote.forum div cite {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
}

#donpot {
  width: 696px;
  height: 376px;
  background-image: url(/images/donpot_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 20px auto;
}

#donpot #counter-flash {
  width: 420px;
  height: 74px;
  margin: 0;
  padding: 0;
  visibility: visible;
  position: absolute;
  top: 130px;
  left: 22px;
}

#donpot #sponsor {
  display: block;
  position: absolute;
  top: 240px;
  left: 23px;
  width: 190px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: top left;
}

#donpot #join-now {
  display: block;
  position: absolute;
  top: 240px;
  left: 251px;
  width: 194px;
  height: 30px;
}

#donpot #sponsor span, #donpot #join-now span {
  display: none;
}

#footer {
  clear: both;
  width: auto;
  padding: 8px 0 18px 0;
  margin: 0;
  color: #818181;
  font-size: 10px;
  position: relative;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, a:active {
  text-decoration: underline;
  color: #818181;
}

#nav-bottom {
  width: auto;
  height: 10px;
  padding: 2px 0 8px 0;
  margin: 0 0 18px 0;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #818181;
}

#nav-bottom li {
  display: inline;
  list-style-type: none;
  margin: 0 16px 0 0;
  padding: 0 16px 0 0;
}

#nav-bottom li.last {
  background-image: none;
  padding: 0;
  margin: 0;
}

#ad-bottom {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 728px;
  height: 90px;
}

p#pageresponse {
  text-align: left;
  font-size: 12px;
  margin: 10px 25px;
  padding: 5px 48px 5px 5px;
/*
  border: 1px dotted #000000;
*/
  font-weight: bold;
  min-height: 16px;
  position: relative;
}

p#pageresponse.multiple {
  background-color: transparent;
  border-width: 0;
  padding: 3px;
}

ol#pageresponses {
  margin: 10px 25px;
}

ol#pageresponses li {
  text-align: left;
  font-size: 12px;
  padding: 5px 48px 5px 5px;
/*
  border: 1px dotted #000000;
*/
  font-weight: bold;
  min-height: 16px;
  position: relative;
}

p#pageresponse span.twitter, ol#pageresponses li span.twitter, p#pageresponse span.facebook, ol#pageresponses li span.facebook, p#pageresponse span.myspace, ol#pageresponses li span.myspace {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: top left;
  background-repeat: no-repeat;
}

p#pageresponse span.twitter, ol#pageresponses li span.twitter {
  background-image: url(/images/twitter_16x16.gif);
}

p#pageresponse span.facebook, ol#pageresponses li span.facebook {
  background-image: url(/images/facebook_16x16.gif);
}

p#pageresponse span.myspace, ol#pageresponses li span.myspace {
  background-image: url(/images/myspace_16x16.gif);
}

ol#pageresponses li span.loading {
  background-image: url(/images/loading_16x16.gif);
}

/*
ol#pageresponses li.hover {
  border-color: #333333;
}
*/

p#pageresponse li.hover span.twitter, ol#pageresponses li.hover span.twitter, p#pageresponse li.hover span.facebook, ol#pageresponses li.hover span.facebook, p#pageresponse li.hover span.myspace, ol#pageresponses li.hover span.myspace {
  display: block;
  cursor: pointer;
}

div#pageresponse-setup {
  min-height: 64px;
  padding: 10px;
  background-color: #666666;
  border: 1px solid yellow;
  color: #ffffff;
  margin: 10px;
}

div#pageresponse-setup p {
  margin: 0 0 20px 0;
}

span.icons {
  float: right;
  width: 64px;
  height: 64px;
  margin: 0 0 0 10px;
}

span.icons.with-twitter.with-facebook.with-myspace {
  width: 192px;
}

span.icons.with-twitter.with-facebook, span.icons.with-twitter.with-myspace, span.icons.with-facebook.with-myspace {
  width: 128px;
}

span#twitter-setup, span#facebook-setup, span#myspace-setup {
  float: left;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}

span#twitter-setup {
  background-image: url(/images/twitter-icon-64x64.png);
}

span#facebook-setup {
  background-image: url(/images/facebook-icon-64x64.png);
}

span#myspace-setup {
  background-image: url(/images/myspace-icon-64x64.png);
}

span#twitter-setup.loading, span#facebook-setup.loading, span#myspace-setup.loading {
  background-image: url(/images/loading-64x64.gif);
  background-position: 50% 50%;
}

span#twitter-setup span, span#facebook-setup span, span#myspace-setup span {
  display: none;
}
#footer #copyright {
  float: left;
  width: 60%;
  height: auto;
}

#footer #powered {
  float: left;
  width: 60%;
  height: auto;
}

#footer #legal {
  float: right;
  text-align: right;
  width: 39%;
  height: auto;
}

#footer #social {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 112px;
  height: 48px;
  margin: 0 0 0 -56px;
  z-index: 100;
}

#footer #social a:link, #footer #social a:visited, #footer #social a:focus, #footer #social a:hover, #footer #social a:active {
  text-decoration: none;
}

#footer #social a.icon {
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
}

#footer #social a.twitter {
  background-image: url(/images/twitter-logo.png);
  margin-right: 16px;
}

#footer #social a.facebook {
  background-image: url(/images/facebook-logo.png);
}

#footer #social a span {
  display: none;
}

#disclaimer {
  clear: both;
  border-top: 1px solid #818181;
  padding: 20px 0;
  margin: 10px 0;
  width: auto;
  color: #919698;
}

#disclaimer p {
  font-size: 9px;
  color: #818181;
}

#main-wrapper:after, #main:after, #content-wrapper:after, #content:after, #content-float:after, #player-bar dl:after, #nav-sub:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div.image {
  background-position: top left;
  background-repeat: no-repeat;
  width: 150px;
  height: 170px;
  margin: 0 auto;
}