ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 0px;
  margin: 0px;
  background: url('/images/bg_site.png');
  background-position: center;
}

input, textarea, select#country, button, select {
  margin: 2px 0px 2px 0px;
  padding: 0px 2px 0px 2px;
  border: 1px solid #999;
}

input:focus, textarea:focus, select#country:focus, button:focus, select:focus {
  background: #f0f0f0;
  border: 1px solid #666;
}

div#header {
  background: url('/images/ban_site.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 0px;
  margin: 0px;
  height: 150px;
}

div#page {
  margin: 20px 0px 0px -380px;
  padding: 0px;
  position: absolute;
  left: 50%;
  width: 760px;
}

div#page_content {
  margin: 0px;
  background: url('/images/bg_page.jpg');
}

a.forum {
  z-index: 500;
  position: absolute;
  top: 125px;
  right: 0px;
  height: 18px;
  width: 65px;
  padding: 0px;
  margin: 0px;
}

a.blog {
  z-index: 500;
  position: absolute;
  top: 125px;
  right: 65px;
  height: 18px;
  width: 65px;
  padding: 0px;
  margin: 0px;
}

div#top_menu {
  background: #808080;
  color: #fff;
  padding: 0px;
  height: 28px;
  position: absolute;
  top: 148px;
  left: 0px;
  right: 1px;
}

div#top_menu a, div#submenu a {
  display: block;
  float: left;
  margin: 3px 0px 3px 11px;
  padding: 1px 8px 1px 8px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #888;
  background: #aaa;
}

div#top_menu a:hover, div#submenu a:hover {
  background: #ccc;
  text-decoration: none;
}

div#top_menu a.alert {
  background: #51CC77;
}

div#top_menu a.alert:hover {
  background: #93FAB3;
}

div#top_menu p {
  margin: 0px 0px 0px 14px
}

div#top_menu a.bonus {
  text-indent: 14px;
  float: right;
  margin-right: 10px;
  background: #3A40A9 url('/images/website/star_bonus.png') no-repeat 3px 0px;
  border: 1px solid #bbe;
}

div#top_menu a.bonus:hover {
  background: #55e url('/images/website/star_bonus.png') no-repeat 3px 0px;
  border: 1px solid #3A40A9;
}

div#top_menu form {
  float: right;
  margin: 2px 6px 0px 0px;
  padding: 2px;
  line-height: 18px
}

div#top_menu input, div#top_menu submit {
  margin: 0px 0px 0px 2px;
  padding: 0px;
}

div#page_content {
  padding: 50px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div#submenu {
  position: absolute;
  top: 174px;
  left: 50px;
  background: #aaa;
  height: 24px;
  padding: 0px 20px 0px 10px
  
}

div#page_footer {
  background: url('/images/footer.jpg');
  height: 21px;
  text-align: center;
}

div#page_footer p {
  line-height: 20px;
  width: 100%
}

div#page_footer a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

div#page_footer a:hover {
  text-decoration: underline;
}

h2.page_title, h1.page_title {
  position: absolute;
  top: 190px;
  left: 40px;
  font-family: Arial, "Arial Black", "Times New Roman", sans;
  font-size: 26px;
  color: #fff;
}

div#error {
  background: #FF8888;
}

div#notification {
  background: #88FF88;
}

a#printair {
  display: block;
  background: #fff;
  color: #c00;
  padding: 0px 5px 0px 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  z-index: 2000;
  text-decoration: none;
  font-size: 20px;
}

a#printair:hover {
  background: #c00;
  color: #fff;
}

p.over {
  padding: 2px 10px 2px 10px;
  border: 1px solid #989898;
  background: #E4E4E4;
  color: #000
}


/* In sidebar displaying player ores */
p.ore_description {
  display: block;
  border: 1px solid #000;
  background: #FFF6AC;
  color: #000;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

/* In sidebar displaying player items */
p.item_description {
  display: block;
  border: 1px solid #CD8606;
  background: #ddd;
  color: #964407;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

div.help_tip {
  padding: 6px 10px 10px 30px;
  border: 1px solid #000;
  background: #CEF9B8 url('/images/website/puce_help.png') no-repeat 3px 3px;
}

div.help_tip_item {
  padding: 10px;
  border: 1px solid #000;
  background: #F9E9B8;
  width: 200px;
}

div.help_tip_sabotage {
  width: 150px;
  padding: 10px;
  border: 1px solid #000;
  background: #FFA4A4;
}


a.back_home {
  font-weight: bold;
  display: block;
  position: absolute;
  padding: 1px 0px 1px 0px;
  color: #656565;
  border: 2px solid #B3B3B3;
  text-decoration: none;
  background: #E8E8E8;
  text-align: center;
  font-size: 14px;
}

a.back_home:hover {
  background: #CACACA;
  color: #F3F3F3;
  border: 2px solid #F3F3F3
}

div#top_menu input {
  margin: 0px;
  padding: 0px 2px 0px 2px
}

