/*
** BASE STYLES
*/

body {
  margin: 0;
  color: #fff;
  font: 69% Arial, Helvetica, sans-serif;
  background-color: #000;
}
img {
  vertical-align: middle;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
table {
  font-size: 100%;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}
label {
  display: block;
  margin-top: 1em;
  font-size: 0.9em;
}
form {
  margin: 0;
}
input {
  padding: 0 0.3em;
  width: 15em;
  color: #fff;
  font: 100% Arial, Helvetica, sans-serif;
  border: 1px solid #969696;
  background-color: #333;
}
select {
  color: #fff;
  font: 100% Arial, Helvetica, sans-serif;
  border: 1px solid #969696;
  background-color: #333;
}
textarea {
  color: #fff;
  font: 100% Monaco, "Courier New", Courier, monospace;
  background-color: #333;
  border: 1px solid #969696;
}
.button-submit {
  display: block;
  margin: 1em 0;
}
.customSubmitButton {
  display: block;
  margin: 1em 0;
  padding: 0 2em 0 1em;
  line-height: 22px;
  height: 22px;
  background: url(../images/button-submit-order.gif) no-repeat top right;
  border: 0;
  cursor: pointer;
  color: #000;
}

a {
  color: #6cf;
  text-decoration: underline;
}
a:visited {
  color: #666;
}
a:hover {
  color: #4ad;
}
a:active {
  color: #4ad;
}

.visualClear {
  display: block;
  clear: both;
}


/*
** STRUCTURE STYLES
*/

#visual-portal-wrapper {
  position: relative;
  min-width: 835px;
}
#portal-columns {
  margin: 30px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#portal-column-one {
  width: 17em;
  padding: 0 0 0 34px;
  background: url(../images/divider-dots.gif) repeat-y top right;
}
#portal-column-two {
  padding: 0 30px 0 0;
}
#portal-column-content {
  padding: 0 30px;
}


/*
** HEADER STYLES
*/

#portal-top {
  padding-top: 108px;
}

/* portal logo */

#portal-logo {
  position: absolute;
  top: 15px;
  left: 8px;
  background: url(../images/logo.png) no-repeat;
}
#portal-logo a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: 77px;
  height: 0px !important;
  width: 265px;
  cursor: pointer;
  outline: none;
}

/* header info text */

#portal-header-info {
  position: absolute;
  left: 320px;
  top: 33px;
  color: #999;
}
#portal-header-info a {
  color: #999;
  text-decoration: underline;
}
#portal-header-info p {
  margin: 0;
  line-height: 1.3em;
}
#portal-header-info strong {
  font-weight: normal;
  color: red;
}

/* header info right table */

#portal-header-info-table {
  position: absolute;
  top: 33px;
  right: 60px;
  color: #f90;
}
#portal-header-info-table td,
#portal-header-info-table th {
  padding: 0;
  line-height: 1.3em;
  font-weight: normal;
}
.portal-header-info-table-col1 {
  text-align: right;
}
.portal-header-info-table-col2 {
  padding-left: 0.4em !important;
  text-align: left;
}

/* global navigation */

#portal-globalnav-wrapper {
  padding: 15px 0 15px 45px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#portal-globalnav {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#portal-globalnav li {
  display: block;
  float: left;
  margin-right: 0px;
}
#portal-globalnav li a {
  display: block;
  float: left;
  text-decoration: none;
  overflow: hidden;
  padding: 47px 0 0 0;
  height: 0px !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#portal-globalnav li a:hover {
  background-position: 0 -95px;
}
#portal-globalnav li.selected a {
  background-position: 0 -45px;
}

/* home link */

#portaltab-home a {
  width: 91px;
  background-image: url(../images/menu-resource-home.png);
  outline: none;
}

/* about link */

#portaltab-about a {
  width: 108px;
  background-image: url(../images/menu-resource-about.png);
  outline: none;
}

/* exchange link */

#portaltab-exchange a {
  width: 80px;
  background-image: url(../images/menu-resource-exchange.png);
  outline: none;
}

/* prices link */

#portaltab-prices a {
  width: 90px;
  background-image: url(../images/menu-resource-prices.png);
  outline: none;
}

/* prices link */

#portaltab-additional a {
  width: 145px;
  background-image: url(../images/menu-resource-additional.png);
  outline: none;
}

/* cheats link */

#portaltab-cheats a {
  width: 108px;
  background-image: url(../images/menu-resource-about.png);
  outline: none;
}

/* account link */

li#portaltab-account {
  margin-right: 0;
  position: absolute;
  right: 49px;
}
#portaltab-account a {
  width: 125px;
  background: url(../images/menu-resource-account.png);
  outline: none;
}
li#portaltab-account a:hover {
  background-position: 0 -45px;
}
li#portaltab-account.selected a {
  background-position: 0 -90px;
}


/*
** PORTLET STYLES
*/

.portlet {
  margin: 0;
}
.portlet dt {
  display: none;
}
.portlet dd {
  margin: 0;
}
.portletItem {
  padding-bottom: 1em;
}
.portletItem a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.portletItem a:visited {
  color: #666;
  outline: none;
}

.portletFooter {
  padding: 0 0 2em 0;
  color: #666;
  font-size: 0.9em;
}
.portletFooter a,
.portletFooter a:hover {
  color: #666;
}

/* news portlet */

#portlet-news {
  margin-right: 30px;
}
#portlet-news .portletItem {
  padding: 0 0 2em 25px;
  font-size: 1.1em;
  background: url(../images/icon-news-item.gif) no-repeat left 3px;
}
#portlet-news .portletItem a:visited {
  color: #666;
}
#portlet-news .newsItem a {
  color: #9f0;
}
#portlet-news .announceItem {
  background-image: url(../images/icon-announce-item.gif);
}
#portlet-news .portletFooter {
  padding-left: 25px;
}

/* navigation portlet */

#portlet-navigation-tree {
  font-size: 1.3em;
}
#portlet-navigation-tree a {
  color: #bbb;
}
#portlet-navigation-tree a:hover {
  color: #fff;
}
#portlet-navigation-tree a:visited {
  color: #ccc;
}
#portlet-navigation-tree ul {
  margin: 0;
  padding: 0 0 0 9px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#portlet-navigation-tree ul li {
  padding: 0 0 1em 17px;
}
#portlet-navigation-tree ul li#navTreeCurrentItem {
  background: url(../images/navtree-bullet.gif) no-repeat left 2px;
}
#portlet-navigation-tree ul li#navTreeCurrentItem a {
  color: #fff;
}

/* left banners portlet */

#portlet-banners-left {
  margin-left: 25px;
}

/* right banners portlet */

#portlet-banners-right {
  margin-right: 30px;
}


/*
** CONTENT STYLES
*/

#content {
  font-size: 1.3em;
}

#content h1,
#content h2,
#content h3 {
  font-weight: normal;
}
#content h1 {
  margin: 0 0 1em 0;
  font-size: 1.7em;
}
#content h2 {
  font-size: 1.4em;
}
#content h3 {
  font-size: 1.1em;
}

#content table {
  margin: 1em 0em;
  border-left: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
}
#content table th {
  font-weight: bold;
  vertical-align: middle;
  background-color: #eee;
  color: #909090;
}
#content table td {
  font-size: 0.95em;
}
#content table th,
#content table td {
  padding: 0.25em 0.5em;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}

.img_left {
  margin: 0.5em 1em 1em 0;
  float: left;
}
.img_right {
  margin: 0.5em 0 1em 1em;
  float: right;
}


/*
** FOOTER STYLES
*/

#portal-footer {
  padding: 30px 60px;
  color: #666;
  border-top: 1px solid #666;
}
#portal-footer a {
  color: #666;
  text-decoration: underline;
  outline: none;
}
#portal-footer img {
  vertical-align: top;
  margin-top: 1px;
}

#portal-counters {
  margin-bottom: 30px;
}
#portal-counters .counter-image {
  padding-right: 7px;
  outline: none;
}
#portal-counters .counter-image img {
  filter: alpha(opacity=40);
}